https://bugzilla.redhat.com/show_bug.cgi?id=1931129
Bug ID: 1931129
Summary: Review Request: qgrep - A fast grep with index
database
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: shngmao(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://download.copr.fedorainfracloud.org/results/ivzhh/qgrep/fedora-34-x8…
SRPM URL:
https://download.copr.fedorainfracloud.org/results/ivzhh/qgrep/fedora-34-x8…
Description: (as quoted from qgrep README) qgrep is an implementation of grep
database, which allows you to perform grepping (i.e. full-text searches using
regular expressions) over a large set of files. Searches use the database which
is a compressed and indexed copy of the source data, thus they are much faster
compared to vanilla grep -R. (end of quote)
qgrep is very useful tool for users with large text/codebase. qgrep can watch
the file changes and update index database on-the-fly. The search can output
convenient "Filename:line_no" format and editors, e.g. VS Code, can jump to the
line easily.
The latest tag of qgrep is v1.2. To package qgrep for Fedora, I made a new
CMakeLists.txt file and author of upstream merged the CMake file. So the
packaged version is a post-release of v1.2. So spec file uses v1.2 as source0
and CMakeLists.txt as source2.
qgrep originally uses lz4 and re2 from git submodules. The dependency of lz4 is
converted to the system-wide lz4. However, qgrep uses internal data structures
from re2 and system-wide re2 is not enough for building qgrep. So spec file
uses re2 as source1.
Fedora Account System Username: ivzhh
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1910865
Bug ID: 1910865
Summary: Review Request: venom - Golang multi-hop proxy
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/venom.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/venom-1.1.0-1.fc33.src.rpm
Project URL: https://github.com/Dliv3/Venom
Description:
Venom is multi-hop proxy for penetration testers.
Koji scratch build:
Fails due to missing dependencies
rpmlint output:
$ rpmlint venom-1.1.0-1.fc33.src.rpm
venom.src: W: spelling-error Summary(en_US) Golang -> Golan, Golan g, Angolan
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint venom-*
venom.x86_64: W: spelling-error Summary(en_US) Golang -> Golan, Golan g,
Angolan
venom.x86_64: W: no-manual-page-for-binary venom-admin
venom.x86_64: W: no-manual-page-for-binary venom-agent
3 packages and 0 specfiles checked; 0 errors, 3 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1752233
Bug ID: 1752233
Summary: Review Request: mle - small, flexible, terminal-based
text editor
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: as(a)php.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://raw.githubusercontent.com/adsr/mle/rpm/rpm/mle.spec
SRPM URL:
https://github.com/adsr/mle/blob/rpm/rpm/mle-1.4.0-1.fc30.src.rpm?raw=true
Description:
mle is a small, flexible, terminal-based text editor written in C.
Notable features include: full Unicode support, syntax highlighting,
scriptable rc file, macros, search and replace (PCRE), window
splitting, multiple cursors, and integration with various shell
commands.
Fedora Account System Username: adsr
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1752158
Bug ID: 1752158
Summary: Review Request: termbox - Legacy-free alternative to
ncurses
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: as(a)php.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://raw.githubusercontent.com/adsr/termbox/rpm/rpm/termbox.spec
SRPM URL:
https://github.com/adsr/termbox/blob/rpm/rpm/termbox-1.1.2-1.fc30.src.rpm?r…
Description:
(This is the C version of golang-github-nsf-termbox[0].)
Termbox is a library that provides minimalistic API which allows the
programmer to write text-based user interfaces.
It is based on a very simple abstraction. The main idea is viewing
terminals as a table of fixed-size cells and input being a stream of
structured messages. Would be fair to say that the model is inspired
by windows console API. The abstraction itself is not perfect and it
may create problems in certain areas. The most sensitive ones are
copy & pasting and wide characters (mostly Chinese, Japanese, Korean
(CJK) characters). When it comes to copy & pasting, the notion of
cells is not really compatible with the idea of text. And CJK runes
often require more than one cell to display them nicely. Despite the
mentioned flaws, using such a simple model brings benefits in a form
of simplicity. And KISS principle is important.
At this point one should realize, that CLI (command-line interfaces)
aren't really a thing termbox is aimed at. But rather
pseudo-graphical user interfaces.
Fedora Account System Username: adsr
[0] https://src.fedoraproject.org/rpms/golang-github-nsf-termbox
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1910893
Bug ID: 1910893
Summary: Review Request: hakrawler - Web crawler for the
discovery of endpoints and assets
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/hakrawler.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/hakrawler-0-0.1.20201224gite39a…
Project URL: https://github.com/hakluke/hakrawler
Description:
Simple, fast web crawler designed for easy, quick discovery of endpoints and
assets within a web application.
Koji scratch build:
fails due to missing dependencies
rpmlint output:
$ rpmlint hakrawler-0-0.1.20201224gite39a514.fc33.src.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
$ rpmlint hakrawler*
hakrawler.x86_64: W: no-manual-page-for-binary hakrawler
3 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1910877
Bug ID: 1910877
Summary: Review Request:
golang-github-oxffaa-gopher-parse-sitemap - High
effective Golang library
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-oxffaa-gopher-par…
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-oxffaa-gopher-par…
Project URL: https://github.com/oxffaa/gopher-parse-sitemap
Description:
A high effective golang library for parsing big-sized sitemaps and avoiding
high memory usage. The sitemap parser was written on golang without external
dependencies.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=58251177
rpmlint output:
$ rpmlint golang-github-oxffaa-gopher-parse-sitemap-0.1-1.fc33.src.rpm
golang-github-oxffaa-gopher-parse-sitemap.src: W: spelling-error %description
-l en_US sitemaps -> site maps, site-maps, campsites
golang-github-oxffaa-gopher-parse-sitemap.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
$ rpmlint golang-github-oxffaa-gopher-parse-sitemap-devel-0.1-1.fc33.noarch.rpm
golang-github-oxffaa-gopher-parse-sitemap-devel.noarch: W: spelling-error
%description -l en_US sitemaps -> site maps, site-maps, campsites
golang-github-oxffaa-gopher-parse-sitemap-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/oxffaa/gopher-parse-sitemap/.goipath
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1910429
Bug ID: 1910429
Summary: Review Request: golang-github-araddon-gou - Go logging
and JSON helpers
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-araddon-gou.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-araddon-gou-0-0.1…
Project URL: https://github.com/araddon/gou
Description:
Go Utilities - logging and JSON helpers.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=58143091
rpmlint output:
$ rpmlint golang-github-araddon-gou-0-0.1.20201223gitc797efe.fc33.src.rpm
golang-github-araddon-gou.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint
golang-github-araddon-gou-devel-0-0.1.20201223gitc797efe.fc33.noarch.rpm
golang-github-araddon-gou-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/araddon/gou/.goipath
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1910428
Bug ID: 1910428
Summary: Review Request: golang-github-bitly-hostpool - Pool
among multiple hosts from your Go application
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-bitly-hostpool.sp…
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-bitly-hostpool-0.…
Project URL: https://github.com/bitly/go-hostpool
Description:
Intelligently and flexibly pool among multiple hosts from your Go application.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=58142559
rpmlint output:
$ rpmlint golang-github-bitly-hostpool-0.1.0-1.fc33.src.rpm
golang-github-bitly-hostpool.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint golang-github-bitly-hostpool*
golang-github-bitly-hostpool-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/bitly/go-hostpool/.goipath
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1917073
Bug ID: 1917073
Summary: Review Request: cLaTeXMath - A dynamic and
cross-platform LaTeX rendering library
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: fedora(a)lyes.eu
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://lyessaadi.fedorapeople.org/reviews/cLaTeXMath/cLaTeXMath.spec
SRPM URL:
https://lyessaadi.fedorapeople.org/reviews/cLaTeXMath/cLaTeXMath-0.0.3-1.fc…
Description:
It is a dynamic, cross-platform, and embeddable LaTeX rendering library. Its
main purpose is to display mathematical formulas written in LaTeX. It can be
embedded in applications on various platforms (Android, iOS, Windows, Linux
GTK,
Qt...). The following pictures demonstrate the application run in Ubuntu (using
GTK) and Windows.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=59876215
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component