[Bug 2158464] Review Request: perl-Syntax-Operator-In - Infix element-of-list meta-operator

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158464

Jitka Plesnikova  changed:

   What|Removed |Added

  Flags|needinfo?   |fedora-review+



--- Comment #6 from Jitka Plesnikova  ---
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Syntax-Operator-In-0.04-1.fc38.x86_64.rpm | sort |
uniq -c | grep -v rpmlib
  1 ld-linux-x86-64.so.2()(64bit)
  1 ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
  1 libc.so.6()(64bit)
  1 libc.so.6(GLIBC_2.2.5)(64bit)
  1 libc.so.6(GLIBC_2.4)(64bit)
  1 perl(Carp)
  1 perl-libs
  2 perl(:MODULE_COMPAT_5.36.0)
  1 perl(:VERSION) >= 5.14.0
  1 perl(warnings)
  1 perl(XSLoader)
  1 perl(XS::Parse::Infix) >= 0.27
  1 perl(:XS_Parse_Infix_ABI_2)
  1 rtld(GNU_HASH) 
Binary requires are Ok.

$ rpm -qp --provides perl-Syntax-Operator-In-0.04-1.fc38.x86_64.rpm | sort |
uniq -c
  1 perl(Syntax::Operator::Elem) = 0.04
  1 perl(Syntax::Operator::In) = 0.04
  1 perl-Syntax-Operator-In = 0.04-1.fc38
  1 perl-Syntax-Operator-In(x86-64) = 0.04-1.fc38
Binary provides are Ok.

Rpmlint is ok

TODO: Please consider using only one style of defining the rpm Build Root.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_using_buildroot_and_optflags_vs_rpm_build_root_and_rpm_opt_flags

FIX: Add missing 'done' to 'for' on line 73.

Otherwise the package is in line with Fedora and Perl packaging guide lines.
Please correct all 'FIX' items, consider fixing 'TODO' item.

Resolution:
Approved


-- 
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=2158464
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396



--- Comment #3 from Jitka Plesnikova  ---
https://pagure.io/releng/fedora-scm-requests/issue/50363


-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156237] Review Request: rapidfuzz-cpp - A fast string matching header-only library for C++

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156237



--- Comment #10 from Troy Curtis  ---
(In reply to Benson Muite from comment #9)
> Thanks.  Package bundles jquery in the documentation. This is already
> packaged:
> https://packages.fedoraproject.org/pkgs/js-jquery/js-jquery/
> Can the Fedora package be used instead?

Not really. Also, this jquery is not provided by rapidfuzz-cpp in any case. It
is actually generated by Fedora's doxygen:

troycurtisjr@arafel:.../rapidfuzz-cpp-1.10.4
❯ find -name jquery.js

troycurtisjr@arafel:.../rapidfuzz-cpp-1.10.4
❯ doxygen &> /dev/null

troycurtisjr@arafel:.../rapidfuzz-cpp-1.10.4
❯ find -name jquery.js
./doxygen/html/jquery.js

> 
> Can you also generate man page output? Content below can be appended to the
> Doxyfile:
> 
> #---
> # Configuration options related to the MAN output
> #---
> 
> GENERATE_MAN   = YES
> 
> MAN_LINKS  = YES

I'm not sure how useful the man pages will be for this project, but it was
pretty easy to include, so I did. I didn't use MAN_LINKS however, as it
produces link manpages which aren't named specifically for this package,
including things like "ratio.3". I also had to tweak the configured group so
that the manpage had a name that might actually be looked for. The
formatting/content of the page is much better than I would have thought, so
maybe it will be useful to someone.

Updated spec/srpm:
https://troycurtisjr.fedorapeople.org/rapidfuzz-cpp/rapidfuzz-cpp.spec
https://troycurtisjr.fedorapeople.org/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4-8.fc38.src.rpm


-- 
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=2156237
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156961] Review Request: rust-difftastic - Structural diff that understands syntax

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156961



--- Comment #12 from Fedora Update System  ---
FEDORA-EPEL-2023-d6cbf9aae7 has been pushed to the Fedora EPEL 8 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156961
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #15 from Fedora Update System  ---
FEDORA-2023-5a2ee9fc36 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh
--advisory=FEDORA-2023-5a2ee9fc36 \*`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-5a2ee9fc36

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2150097] Review Request: diff-so-fancy - Good-lookin' diffs

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2150097



--- Comment #9 from Fedora Update System  ---
FEDORA-2023-a8dbd6efd9 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh
--advisory=FEDORA-2023-a8dbd6efd9 \*`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-a8dbd6efd9

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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=2150097
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158280] Review Request: rust-mimalloc - Performance and security oriented drop-in allocator

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158280



--- Comment #11 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158280
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156964] Review Request: rust-radix-heap - Fast monotone priority queues

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156964



--- Comment #10 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156964
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158272] Review Request: rust-tree_magic_db - Packages the FreeDesktop.org shared MIME database for optional use with tree_magic_mini

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158272



--- Comment #11 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158272
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156961] Review Request: rust-difftastic - Structural diff that understands syntax

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156961



--- Comment #11 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156961
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156960] Review Request: rust-wu-diff - Compute differences between two slices using wu(the O(NP)) algorithm

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156960



--- Comment #12 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156960
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158276] Review Request: rust-libmimalloc-sys - Sys crate wrapping the mimalloc allocator

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158276



--- Comment #13 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158276
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156962] Review Request: rust-tree_magic_mini - Determines the MIME type of a file by traversing a filetype tree

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156962



--- Comment #11 from Fedora Update System  ---
FEDORA-EPEL-2023-7c5c162f7e has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156962
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #14 from Fedora Update System  ---
FEDORA-EPEL-2023-39d37f08f2 has been pushed to the Fedora EPEL 9 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-39d37f08f2

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #13 from Fedora Update System  ---
FEDORA-2023-95943e0a79 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh
--advisory=FEDORA-2023-95943e0a79 \*`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-95943e0a79

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2150097] Review Request: diff-so-fancy - Good-lookin' diffs

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2150097

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
FEDORA-2023-cf0de2a5d2 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --refresh
--advisory=FEDORA-2023-cf0de2a5d2 \*`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-cf0de2a5d2

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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=2150097
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2099771] Review Request: wult - Tool for measuring Intel CPU C-state wake latency

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2099771



--- Comment #11 from Jaroslav Škarvada  ---
(In reply to Jaroslav Škarvada from comment #10)
> - %make_build CFLAGS="%optflags -fpic -pie -g" -C helpers/ndlrunner

IMHO -fpic is also there implicitly via the redhat-hardened-cc1.


-- 
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=2099771
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2099771] Review Request: wult - Tool for measuring Intel CPU C-state wake latency

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2099771



--- Comment #10 from Jaroslav Škarvada  ---
Sorry for the delay.

Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
===
- Latest version is packaged.
  Latest seems to be  1.10.51, please update
- wult.spec:15: W: mixed-use-of-spaces-and-tabs (spaces: line 15, tab: line 1)
- comment patches, provide link to upstream tracker/SCM tracking the issue or
justify downstream patches
- %make_build CFLAGS="%optflags -fpic -pie -g" -C helpers/ndlrunner
  -g is already in the %optflags
- GPL-2.0-only files in driver/idle/wult:
  > The spec file License: field consists of an enumeration of all licenses
covering
  > any code or other material contained in the correspondingbinary RPM.
  > This enumeration must take the form of an SPDX license expression. No
further
  > analysis as to the "effective" license should be done.
  https://docs.fedoraproject.org/en-US/legal/license-field/#_basic_policy
- Requires: wult = %{version}-%{release}
  shouldn't it be arch specific require with %{?_isa}?
- No known owner of /usr/share/wult
- Package is not known to require an ExcludeArch tag
  You should justify excludearch in comment

= MUST items =

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
 BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[!]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses
 found: "Unknown or generated", "BSD 3-Clause License GNU General
 Public License, Version 2", "BSD 3-Clause License", "*No copyright*
 BSD 3-Clause License", "GNU General Public License, Version 2". 37
 files have unknown license.
[x]: License file installed when any subpackage combination is installed.
[x]: Package requires other packages for directories it uses.
 Note: No known owner of /usr/share/wult
[!]: Package must own all directories that it creates.
 Note: Directories without known owners: /usr/share/wult
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[!]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 20480 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
 provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv

[Bug 2139014] Review Request: gimgtools - Garmin Image Tools

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2139014



--- Comment #9 from Fedora Update System  ---
FEDORA-2023-9fc228a619 has been submitted as an update to Fedora 36.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-9fc228a619


-- 
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=2139014
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2139014] Review Request: gimgtools - Garmin Image Tools

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2139014



--- Comment #8 from Fedora Update System  ---
FEDORA-2023-24c83fa713 has been submitted as an update to Fedora 37.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-24c83fa713


-- 
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=2139014
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2139014] Review Request: gimgtools - Garmin Image Tools

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2139014

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2023-01-10 00:25:22



--- Comment #7 from Fedora Update System  ---
FEDORA-2023-b34edfd3fa has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2139014
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2139014] Review Request: gimgtools - Garmin Image Tools

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2139014

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-b34edfd3fa has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-b34edfd3fa


-- 
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=2139014
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158956] Review Request: python-mathicsscript - Terminal CLI to Mathics3

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158956
Bug 2158956 depends on bug 2158955, which changed state.

Bug 2158955 Summary: Review Request: python-mathics-pygments - 
Mathematica/Wolfram Language Lexer for Pygments
https://bugzilla.redhat.com/show_bug.cgi?id=2158955

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA




-- 
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=2158956
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158955] Review Request: python-mathics-pygments - Mathematica/Wolfram Language Lexer for Pygments

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158955

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2023-01-09 23:46:20



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-8433253b11 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158955
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158955] Review Request: python-mathics-pygments - Mathematica/Wolfram Language Lexer for Pygments

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158955

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2023-8433253b11 has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-8433253b11


-- 
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=2158955
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158697] Review Request: python-mathics3 - General-purpose computer algebra system

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158697
Bug 2158697 depends on bug 2158696, which changed state.

Bug 2158696 Summary: Review Request: python-mathics-scanner - Character Tables 
and Tokenizer for Mathics and the Wolfram Language.
https://bugzilla.redhat.com/show_bug.cgi?id=2158696

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA




-- 
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=2158697
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158696] Review Request: python-mathics-scanner - Character Tables and Tokenizer for Mathics and the Wolfram Language.

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158696

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-01-09 23:31:24



--- Comment #7 from Fedora Update System  ---
FEDORA-2023-a9781b9673 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158696
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158956] Review Request: python-mathicsscript - Terminal CLI to Mathics3

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158956
Bug 2158956 depends on bug 2158696, which changed state.

Bug 2158696 Summary: Review Request: python-mathics-scanner - Character Tables 
and Tokenizer for Mathics and the Wolfram Language.
https://bugzilla.redhat.com/show_bug.cgi?id=2158696

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA




-- 
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=2158956
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158955] Review Request: python-mathics-pygments - Mathematica/Wolfram Language Lexer for Pygments

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158955
Bug 2158955 depends on bug 2158696, which changed state.

Bug 2158696 Summary: Review Request: python-mathics-scanner - Character Tables 
and Tokenizer for Mathics and the Wolfram Language.
https://bugzilla.redhat.com/show_bug.cgi?id=2158696

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA




-- 
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=2158955
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158696] Review Request: python-mathics-scanner - Character Tables and Tokenizer for Mathics and the Wolfram Language.

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158696

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-a9781b9673 has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-a9781b9673


-- 
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=2158696
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158694] Review Request: python-recordclass - Mutable variant of namedtuple

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158694

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2023-01-09 23:28:20



--- Comment #7 from Fedora Update System  ---
FEDORA-2023-d3cbdc0641 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2158694
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158697] Review Request: python-mathics3 - General-purpose computer algebra system

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158697
Bug 2158697 depends on bug 2158694, which changed state.

Bug 2158694 Summary: Review Request: python-recordclass - Mutable variant of 
namedtuple
https://bugzilla.redhat.com/show_bug.cgi?id=2158694

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA




-- 
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=2158697
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158694] Review Request: python-recordclass - Mutable variant of namedtuple

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158694

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-d3cbdc0641 has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-d3cbdc0641


-- 
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=2158694
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2062999] Review Request: python-teletype - High-level cross platform Python tty library

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2062999

Davide Cavalca  changed:

   What|Removed |Added

 Status|ASSIGNED|POST




-- 
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=2062999
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2062999] Review Request: python-teletype - High-level cross platform Python tty library

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2062999



--- Comment #7 from Davide Cavalca  ---
Thanks!


$ fedpkg request-repo python-teletype 2062999
https://pagure.io/releng/fedora-scm-requests/issue/50359
$ fedpkg request-branch --repo python-teletype f37
https://pagure.io/releng/fedora-scm-requests/issue/50360
$ fedpkg request-branch --repo python-teletype f36
https://pagure.io/releng/fedora-scm-requests/issue/50361


-- 
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=2062999
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451



--- Comment #3 from Jakub Kadlčík  ---
Created attachment 1936922
  --> https://bugzilla.redhat.com/attachment.cgi?id=1936922&action=edit
The .spec file difference from Copr build 5208952 to 5209988


-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451



--- Comment #4 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5209988
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2159451-golang-github-xanzy-gitlab/fedora-rawhide-x86_64/05209988-golang-github-xanzy-gitlab/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159522] Review Request: glab - A GitLab CLI tool bringing GitLab to your command line

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159522



--- Comment #1 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5209987
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2159522-glab/fedora-rawhide-x86_64/05209987-glab/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2159522
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451

Mikel Olasagasti Uranga  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value



--- Comment #2 from Mikel Olasagasti Uranga  ---
Spec URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-xanzy-gitlab.spec
SRPM URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-xanzy-gitlab-0.73.1-1.fc37.src.rpm

latest released version of glab requires 0.73.1
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2159522


-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159522] Review Request: glab - A GitLab CLI tool bringing GitLab to your command line

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159522

Mikel Olasagasti Uranga  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value
 Depends On||2159451





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=2159451
[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK
-- 
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=2159522
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451

Mikel Olasagasti Uranga  changed:

   What|Removed |Added

 Blocks||2159522





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=2159522
[Bug 2159522] Review Request: glab - A GitLab CLI tool bringing GitLab to your
command line
-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159522] New: Review Request: glab - A GitLab CLI tool bringing GitLab to your command line

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159522

Bug ID: 2159522
   Summary: Review Request: glab - A GitLab CLI tool bringing
GitLab to your command line
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: mi...@olasagasti.info
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://mikel.olasagasti.info/tmp/fedora/glab.spec
SRPM URL: https://mikel.olasagasti.info/tmp/fedora/glab-1.24.1-1.fc37.src.rpm
Description: A GitLab CLI tool bringing GitLab to your command line.
Fedora Account System Username: mikelo2


-- 
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=2159522
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156961] Review Request: rust-difftastic - Structural diff that understands syntax

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156961



--- Comment #10 from Fedora Update System  ---
FEDORA-EPEL-2023-d6cbf9aae7 has been submitted as an update to Fedora EPEL 8.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-d6cbf9aae7


-- 
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=2156961
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2143391] Review Request: lua-utf8 - A UTF-8 support module for Lua

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2143391



--- Comment #7 from Jonny Heggheim  ---
The name should be lua-luautf8, to respect the name chosen by upstream and to
avoid conflicts to the built in module utf8.


-- 
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=2143391
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2149686] Review Request: hack-fonts - A typeface designed for source code

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2149686



--- Comment #5 from Jonny Heggheim  ---
> a) Vendor ID in all cases is SRC for Source Foundry, 
> https://learn.microsoft.com/en-us/typography/vendors/
> Maybe the name should be src-hack-fonts?

I think that can confuse users, none of the other distros have a src
prefix/suffix for the hack fonts. src could easily be confused with the source
code of the font.

https://repology.org/project/fonts:hack/versions

If setting a %global foundry, then I think it should be set to sourcefoundry or
source-foundry.

> b) Can you add a license breakdown in the spec file?

What do you mean by license breakdown, I thought all font files had the same
license?


-- 
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=2149686
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2143563] Review Request: lua-timerwheel - Pure Lua timerwheel implementation

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2143563



--- Comment #8 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/lua-timerwheel


-- 
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=2143563
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2062999] Review Request: python-teletype - High-level cross platform Python tty library

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2062999

Jakub Kadlčík  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #6 from Jakub Kadlčík  ---
Thank you,



Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



= MUST items =

Generic:
[x]: Package successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
 Note: Using prebuilt packages
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses
 found: "MIT License", "*No copyright* MIT License", "Unknown or
 generated". 20 files have unknown license. Detailed output of
 licensecheck in /var/lib/copr-rpmbuild/results/python-
 teletype/licensecheck.txt
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 10240 bytes in 1 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
 Note: No rpmlint messages.
[x]: If (and only if) the source package includes the text of the
 license(s) in its own file, then that file, containing the text of the
 license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
 provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build
 process.
[x]: A package which is used by another package via an egg interface should
 provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Packages MUST NOT have dependencies (either build-time or runtime) on
 packages named with the unversioned python- prefix unless no properly
 versioned package exists. Dependencies on Python packages instead MUST
 use names beginning with python2- or python3- as appropriate.
[x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
[x]: Binary eggs must be removed in %prep

= SHOULD items =

Generic:
[x]: Reviewer should test that the package builds in mock.
[-]: If the source package does not include license text(s) as a separate
 file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[?]: Sources are verified with gpgverify first in %prep if upstream
 publishes signatures.
 Note: gpgverify is not us

[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #12 from Fedora Update System  ---
FEDORA-EPEL-2023-39d37f08f2 has been submitted as an update to Fedora EPEL 9.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-39d37f08f2


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2143563] Review Request: lua-timerwheel - Pure Lua timerwheel implementation

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2143563

Jonny Heggheim  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #7 from Jonny Heggheim  ---
(In reply to Benson Muite from comment #5)
> Updated. All comments addressed.
> 
> spec:
> https://download.copr.fedorainfracloud.org/results/fed500/lua-timerwheel/
> fedora-rawhide-x86_64/05207829-lua-timerwheel/lua-timerwheel.spec
> srpm:
> https://download.copr.fedorainfracloud.org/results/fed500/lua-timerwheel/
> fedora-rawhide-x86_64/05207829-lua-timerwheel/lua-timerwheel-1.0.2-4.fc38.
> src.rpm

LGTM, approved!


-- 
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=2143563
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #11 from Fedora Update System  ---
FEDORA-2023-5a2ee9fc36 has been submitted as an update to Fedora 36.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-5a2ee9fc36


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #10 from Fedora Update System  ---
FEDORA-2023-95943e0a79 has been submitted as an update to Fedora 37.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-95943e0a79


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2155166] Review Request: opentyrian - An open-source port of the DOS shoot-em-up Tyrian

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2155166



--- Comment #6 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5209363
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2155166-opentyrian/fedora-rawhide-x86_64/05209363-opentyrian/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2155166
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159469] New: Review Request: python-xrst - Extract Sphinx RST Files

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159469

Bug ID: 2159469
   Summary: Review Request: python-xrst - Extract Sphinx RST Files
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: bradb...@seanet.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Fedora Account System Username: bradbell

Spec URL: https://github.com/bradbell/xrst
SRPM URL: https://bradbell.fedorapeople.org
Purpose URL: https://xrst.readthedocs.io/en/latest/purpose.html

Description: 
This is a sphinx wrapper that extracts RST file from source code
and then runs sphinx to obtain html, tex, or pdf output files.
It includes automatic processing and commands that make sphinx easier to use.

Purpose:


-- 
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=2159469
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2155166] Review Request: opentyrian - An open-source port of the DOS shoot-em-up Tyrian

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2155166



--- Comment #5 from Artem  ---
Thanks for review and help with packaging!

New build:

Spec URL:
https://download.copr.fedorainfracloud.org/results/atim/for-review/fedora-rawhide-x86_64/05209352-opentyrian/opentyrian.spec
SRPM URL:
https://download.copr.fedorainfracloud.org/results/atim/for-review/fedora-rawhide-x86_64/05209352-opentyrian/opentyrian-2.1.20221123-1.fc38.src.rpm


-- 
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=2155166
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154941] Review Request: sway-config-fedora - Fedora Sway Spin configuration for Sway

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154941

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-01-09 16:34:11



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-6c020de84a has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2154941
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154941] Review Request: sway-config-fedora - Fedora Sway Spin configuration for Sway

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154941

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2023-6c020de84a has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-6c020de84a


-- 
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=2154941
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451



--- Comment #1 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5208952
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2159451-golang-github-xanzy-gitlab/fedora-rawhide-x86_64/05208952-golang-github-xanzy-gitlab/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159451] New: Review Request: golang-github-xanzy-gitlab - GitLab Go SDK

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159451

Bug ID: 2159451
   Summary: Review Request: golang-github-xanzy-gitlab - GitLab Go
SDK
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: mi...@olasagasti.info
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-xanzy-gitlab.spec
SRPM URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-xanzy-gitlab-0.77.0-1.fc37.src.rpm
Description: GitLab Go SDK.
Fedora Account System Username: mikelo2


-- 
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=2159451
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396

Petr Pisar  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #2 from Petr Pisar  ---
A standalone spec file and a spec file in the source package differ. The
difference is not important for EPELs 7--9.

Summary is Ok.
Description is Ok.
TODO: I think a better English phrasing is "getting run-time requirements
perl(:MODULE_COMPAT_XXX) and perl-libs".

FIX: Use an SPDX format for the License tag (GPL-1.0-or-later).

The run-time dependency on perl-macros is for %perl_version macro. Ok.
I'm not a Lua expert, but I think that "path:match('.+%.so$')" could be
simplified to "path:match('%.so$')".

FIX: In perlcompat.req shell script you are missing double quotes in the test:
'[ -z "$PERL_VERSION" ]'. If the variable contained a space you would get a
syntax error:

$ sh ../SOURCES/perlcompat.req 'a b'
../SOURCES/perlcompat.req: line 3: [: a: binary operator expected
perl(:MODULE_COMPAT_a b)

Moreover the negated test can be simplified to 'if [ -n "$PERL_VERSION" ];
then'.

FIX: perlcompat.req is a POSIX shell script (#!/bin/sh). POSIX shell does not
have a built-in "test" or "[" command. Either change the interpreter to
/bin/bash, or run-require coreutils which provides "/usr/bin/[" tool. Because
Fedora and RHEL have /bin/sh implemented with bash, I recommend changing the
interpreter than adding a superfluous dependency.

$ rpmlint perl-generators-epel.spec
../SRPMS/perl-generators-epel-1-1.el9.src.rpm
../RPMS/noarch/perl-generators-epel-1-1.el9.noarch.rpm 
perl-generators-epel.spec: W: no-%prep-section
perl-generators-epel.spec: W: no-%build-section
perl-generators-epel.src: W: no-url-tag
perl-generators-epel.src: W: no-%prep-section
perl-generators-epel.src: W: no-%build-section
perl-generators-epel.noarch: W: no-url-tag
perl-generators-epel.noarch: W: only-non-binary-in-usr-lib
perl-generators-epel.noarch: W: no-documentation
2 packages and 1 specfiles checked; 0 errors, 8 warnings.
TODO: Set URL tag to .

$ rpm -q -lv -p ../RPMS/noarch/perl-generators-epel-1-1.el9.noarch.rpm 
-rw-r--r--1 root root  365 Jan  9 15:36
/usr/lib/rpm/fileattrs/perlcompat.attr
File layout and permissions are Ok.

$ rpm -q --requires -p ../RPMS/noarch/perl-generators-epel-1-1.el9.noarch.rpm |
sort -f | uniq -c
  1 perl-macros
  1 rpmlib(CompressedFileNames) <= 3.0.4-1
  1 rpmlib(FileDigests) <= 4.6.0-1
  1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  1 rpmlib(PayloadIsZstd) <= 5.4.18-1
FIX: /usr/lib/rpm/fileattrs is owned by "rpm" package. Either run-require that,
or own that directory.

$ rpm -q --provides -p ../RPMS/noarch/perl-generators-epel-1-1.el9.noarch.rpm |
sort -f | uniq -c
  1 perl-generators-epel = 1-1.el9
Binary provides are Ok.

The package builds in EPEL9
(https://koji.fedoraproject.org/koji/taskinfo?taskID=95924829). Ok.

Functional tests: I confirmed that after installing that package perl-libs and
perl(:MODULE_COMPAT_...) are correctly added to packages which install files
into a standard Perl path.


-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159434] Review Request: golang-github-marekm4-color-extractor - Simple image color extractor

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159434



--- Comment #1 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5208803
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2159434-golang-github-marekm4-color-extractor/fedora-rawhide-x86_64/05208803-golang-github-marekm4-color-extractor/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2159434
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156749] Review Request: python-opentelemetry-contrib - OpenTelemetry instrumentation for Python modules

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156749

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-01-09 15:43:11



--- Comment #9 from Fedora Update System  ---
FEDORA-2023-d2f894683f has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2156749
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156749] Review Request: python-opentelemetry-contrib - OpenTelemetry instrumentation for Python modules

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156749

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #8 from Fedora Update System  ---
FEDORA-2023-d2f894683f has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-d2f894683f


-- 
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=2156749
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158464] Review Request: perl-Syntax-Operator-In - Infix element-of-list meta-operator

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158464

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|nob...@fedoraproject.org|jples...@redhat.com
 CC||jples...@redhat.com
  Flags||needinfo?




-- 
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=2158464
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2142178] Review Request: dotnet7.0 - .NET 7 SDK and Runtime

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2142178



--- Comment #22 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/dotnet7.0


-- 
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=2142178
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2150097] Review Request: diff-so-fancy - Good-lookin' diffs

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2150097

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-cf0de2a5d2 has been submitted as an update to Fedora 37.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-cf0de2a5d2


-- 
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=2150097
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2150097] Review Request: diff-so-fancy - Good-lookin' diffs

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2150097

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2023-cf0de2a5d2 has been submitted as an update to Fedora 37.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-cf0de2a5d2

--- Comment #7 from Fedora Update System  ---
FEDORA-2023-a8dbd6efd9 has been submitted as an update to Fedora 36.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-a8dbd6efd9


-- 
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=2150097
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159434] Review Request: golang-github-marekm4-color-extractor - Simple image color extractor

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159434

Mikel Olasagasti Uranga  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value
 Blocks||1930952





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1930952
[Bug 1930952] hugo-0.109.0 is available
-- 
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=2159434
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159434] New: Review Request: golang-github-marekm4-color-extractor - Simple image color extractor

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159434

Bug ID: 2159434
   Summary: Review Request: golang-github-marekm4-color-extractor
- Simple image color extractor
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: mi...@olasagasti.info
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-marekm4-color-extractor.spec
SRPM URL:
https://mikel.olasagasti.info/tmp/fedora/golang-github-marekm4-color-extractor-1.2.0-1.fc37.src.rpm
Description: Simple image color extractor written in Go with no external
dependencies.
Fedora Account System Username: mikelo2


-- 
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=2159434
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-01-09 14:52:09



--- Comment #9 from Fedora Update System  ---
FEDORA-2023-49ec84aff3 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #8 from Fedora Update System  ---
FEDORA-2023-49ec84aff3 has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-49ec84aff3


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156749] Review Request: python-opentelemetry-contrib - OpenTelemetry instrumentation for Python modules

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156749



--- Comment #7 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-opentelemetry-contrib


-- 
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=2156749
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158742] Review Request: perl-Feature-Compat-Try - Make try/catch syntax available

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158742

Sandro Mani  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2023-01-09 14:38:09



--- Comment #8 from Sandro Mani  ---
Thanks for the review!


-- 
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=2158742
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2156749] Review Request: python-opentelemetry-contrib - OpenTelemetry instrumentation for Python modules

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2156749



--- Comment #6 from Ben Beasley  ---
Thank you for taking the time to do a thorough review on this nontrivial
package! Repository requested:
https://pagure.io/releng/fedora-scm-requests/issue/50345


-- 
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=2156749
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158741] Review Request: perl-Feature-Compat-Class - Make class syntax available

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158741

Sandro Mani  changed:

   What|Removed |Added

 Resolution|--- |RAWHIDE
 Status|POST|CLOSED
Last Closed||2023-01-09 14:36:59



--- Comment #8 from Sandro Mani  ---
Thanks for the review!


-- 
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=2158741
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396

Petr Pisar  changed:

   What|Removed |Added

 CC||ppi...@redhat.com
  Flags||fedora-review?
 Status|NEW |ASSIGNED
   Assignee|nob...@fedoraproject.org|ppi...@redhat.com




-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158742] Review Request: perl-Feature-Compat-Try - Make try/catch syntax available

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158742



--- Comment #7 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/perl-Feature-Compat-Try


-- 
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=2158742
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154941] Review Request: sway-config-fedora - Fedora Sway Spin configuration for Sway

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154941



--- Comment #4 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/sway-config-fedora


-- 
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=2154941
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2150097] Review Request: diff-so-fancy - Good-lookin' diffs

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2150097



--- Comment #5 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/diff-so-fancy


-- 
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=2150097
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158741] Review Request: perl-Feature-Compat-Class - Make class syntax available

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158741



--- Comment #7 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/perl-Feature-Compat-Class


-- 
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=2158741
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2139014] Review Request: gimgtools - Garmin Image Tools

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2139014



--- Comment #5 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/gimgtools


-- 
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=2139014
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158955] Review Request: python-mathics-pygments - Mathematica/Wolfram Language Lexer for Pygments

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158955



--- Comment #4 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-mathics-pygments


-- 
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=2158955
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158956] Review Request: python-mathicsscript - Terminal CLI to Mathics3

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158956



--- Comment #4 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-mathicsscript


-- 
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=2158956
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158696] Review Request: python-mathics-scanner - Character Tables and Tokenizer for Mathics and the Wolfram Language.

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158696



--- Comment #5 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-mathics-scanner


-- 
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=2158696
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158694] Review Request: python-recordclass - Mutable variant of namedtuple

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158694



--- Comment #5 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-recordclass


-- 
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=2158694
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2154546] Review Request: pythoncapi-compat - Python C API compatibility

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2154546



--- Comment #7 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/pythoncapi-compat


-- 
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=2154546
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 1816301] Review Request: openfoam - computational fluid dynamics

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1816301



--- Comment #26 from Ankur Sinha (FranciscoD)  ---
Thanks, I'll do a round of review this week.


-- 
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=1816301
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2153687] Review Request: fapolicy-analyzer - File access policy analyzer

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2153687



--- Comment #7 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5208599
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2153687-fapolicy-analyzer/fedora-rawhide-x86_64/05208599-fapolicy-analyzer/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2153687
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396

Jitka Plesnikova  changed:

   What|Removed |Added

Product|Fedora  |Fedora EPEL
Version|rawhide |epel9
  Component|Package Review  |Package Review




-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2153687] Review Request: fapolicy-analyzer - File access policy analyzer

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2153687



--- Comment #6 from John Wass  ---
Spec URL:
https://github.com/ctc-oss/fapolicy-analyzer/releases/download/v0.6.5/fapolicy-analyzer.spec
SRPM URL:
https://github.com/ctc-oss/fapolicy-analyzer/releases/download/v0.6.5/fapolicy-analyzer-0.6.5-1.fc38.src.rpm


tl;dr; Addressed all findings with exception of the file-not-in-%lang lint,
working on that now. Wanted to get another iteration on everything else in the
meantime.


> [?]: Package contains no bundled libraries without FPC exception.
>
> What should we do about vendor?

Reviewed all dependencies, bumped some versions and cut our tools crate out of
the build.  Surprisingly, we are down to two missing crates.  I will submit a
couple bz requests and see if they can be added.

(Note: our vendor tarball contains more entries, but many are just stubs to
satisfy Cargo metadata)



> [?]: Package contains desktop file if it is a GUI application.
>
> I think this is also relevant ^.

Added a desktop file.



> [!]: Package meets the Packaging Guidelines::Python
>
> Please, use macros instead of python3 interpreter.

Done


> I would also use "tar -xzf" instead of "tar xzf" 

Done


> and "%autosetup -p0" instead of "%autosetup -p1" in .spec 

My original spec used "-p0", so I wasnt sure if you mistyped or misread or if I
am missing it  :)

Unchanged, will update after getting clarification.


> but it's just my personal recomendation.

Appreciate the suggestions.


-- 
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=2153687
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396



--- Comment #1 from Jakub Kadlčík  ---
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5208566
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2159396-perl-generators-epel/fedora-rawhide-x86_64/05208566-perl-generators-epel/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service


-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2159396] New: Review Request: perl-generators-epel - RPM Perl dependencies generators for EPEL

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2159396

Bug ID: 2159396
   Summary: Review Request: perl-generators-epel - RPM Perl
dependencies generators for EPEL
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://jplesnik.fedorapeople.org/perl-generators-epel/perl-generators-epel.spec
SRPM URL:
https://jplesnik.fedorapeople.org/perl-generators-epel/perl-generators-epel-1-1.el8.src.rpm
Description:
This package provides RPM Perl dependency generator which is used for
getting runtime requirement perl(:MODULE_COMPAT_XXX) or perl-libs based on
files which are in the package on EPEL.

Fedora Account System Username: jples...@redhat.com

It will be added only to EPEL 7/8/9


-- 
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=2159396
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 1328868] Review Request: presto - Distributed SQL query engine for big data

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1328868
Bug 1328868 depends on bug 1282074, which changed state.

Bug 1282074 Summary: jgrapht-0.9.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1282074

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX




-- 
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=1328868
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2121759] Review Request:python-reactivex - ReactiveX (Rx) for Python

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2121759



--- Comment #6 from Steve Traylen  ---
> On the version, needing both tarballs is a bit strange

I prefer the two sources to executing something. Probably more future proof to
changes. I've used it on quite a few other packages to just
add the tests and some times LICENSE that were excluded from the release. In
this case the tag is not actually the release so seems to me to be 
the wrong thing to use.


-- 
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=2121759
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2158742] Review Request: perl-Feature-Compat-Try - Make try/catch syntax available

2023-01-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2158742

Petr Pisar  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #6 from Petr Pisar  ---
All requested changes were implemented. Ok.
All tests pass. Ok.

FIX: Release tag value and Changelog release value do not match. Please
increase the Release number.

$ rpmlint perl-Feature-Compat-Try.spec
../SRPMS/perl-Feature-Compat-Try-0.05-1.fc38.src.rpm
../RPMS/noarch/perl-Feature-Compat-Try-0.05-1.fc38.noarch.rpm 
 rpmlint session starts
===
rpmlint: 2.4.0
configuration:
/usr/lib/python3.11/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: 31, packages: 3

perl-Feature-Compat-Try.noarch: W: incoherent-version-in-changelog 0.05-2
['0.05-1.fc38', '0.05-1']
= 2 packages and 1 specfiles checked; 0 errors, 1 warnings, 0 badness;
has taken 0.6 s 
FIX: Update the Release value.

The package builds in F38
(https://koji.fedoraproject.org/koji/taskinfo?taskID=95911560). Ok.

Please correct the FIX item before building this package.
Resolution: Package APPROVED.


-- 
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=2158742
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue