https://bugzilla.redhat.com/show_bug.cgi?id=2296274
Bug ID: 2296274
Summary: Review Request: qhotkey - A global shortcut library
for Desktop Qt-Applications
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mgansser(a)netcom-mail.de
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/qhotkey.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/qhotkey-1.5.0-1.fc40.src.rpm
Description: QHotkey is a library to handle global shortcuts (hotkeys) in Qt
applications, on both Windows and Linux (X11).
Fedora Account System Username: martinkg
%changelog
* Sat Jul 06 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.0-1
- Initial package
$ rpmlint -v qhotkey.spec
/home/martin/rpmbuild/SRPMS/qhotkey-1.5.0-1.fc40.src.rpm
/home/martin/rpmbuild/RPMS/x86_64/qhotkey-qt5-1.5.0-1.fc40.x86_64.rpm
/home/martin/rpmbuild/RPMS/x86_64/qhotkey-qt5-1.5.0-1.fc40.x86_64.rpm
/home/martin/rpmbuild/RPMS/x86_64/qhotkey-qt6-1.5.0-1.fc40.x86_64.rpm
/home/martin/rpmbuild/RPMS/x86_64/qhotkey-qt5-devel-1.5.0-1.fc40.x86_64.rpm
/home/martin/rpmbuild/RPMS/x86_64/qhotkey-qt6-devel-1.5.0-1.fc40.x86_64.rpm
154 blocks
42 blocks
212 blocks
42 blocks
111 blocks
============================================================================================
rpmlint session starts
============================================================================================
rpmlint: 2.5.0
configuration:
/usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
/etc/xdg/rpmlint/fedora-legacy-licenses.toml
/etc/xdg/rpmlint/fedora-spdx-licenses.toml
/etc/xdg/rpmlint/fedora.toml
/etc/xdg/rpmlint/scoring.toml
/etc/xdg/rpmlint/users-groups.toml
/etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 6
qhotkey-qt5-devel.x86_64: W: only-non-binary-in-usr-lib
qhotkey-qt6-devel.x86_64: W: only-non-binary-in-usr-lib
There are only non binary files in /usr/lib so they should be in /usr/share.
qhotkey-qt5.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/qt5/libqhotkey.so
qhotkey-qt6.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/qt6/libqhotkey.so
A file that is needed only e.g. when developing or building software is
included in a non-devel package. These files should go in devel packages.
====================================================== 5 packages and 1
specfiles checked; 0 errors, 4 warnings, 19 filtered, 0 badness; has taken 0.9
s ======================================================
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2296274
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2296784
Bug ID: 2296784
Summary: Review Request: ghc-lumberjack - Trek through your
code forest and make logs
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-lumberjack.spec
SRPM URL:
https://fdedden.fedorapeople.org/ghc-lumberjack-1.0.3.0-1.fc41.src.rpm
Description:
This is a logging facility. Yes, there are many, and this is the one with a
beard, wearing flannel and boots, that gets the job done. It's not the
fanciest, it doesn't have a cargo-van full of features. This logger is designed
to be straightforward to use, provide a good set of standard features, and be
useable across a broad set of code.
* Logging itself is a monadic activity. This activity is most often performed
in a monad stack with a MonadIO context to allow writing to files.
* The specific logging action implementations are managed separately from the
actions of logging messages in the target code. This allows logging to be
configurable and the manner of logging to be specified at startup time without
requiring changes in the code from which log messages are being generated.
* The logging implementation code can use contravariant functors to adjust
existing logging.
* Main code will typically retrieve the logging actions from a Reader context
in your monad stack. That said, Log actions are not tied to an enclosing Monad.
There are helpers to support a Monad which can store Log actions, but Log
actions can also be explicitly passed and used.
* The prettyprinter package is used for formatting.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2296784
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…