[Bug 1881183] Review Request: freeorion - Turn-based space empire and galactic conquest (4X) computer game

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1881183



--- Comment #16 from Link Dupont  ---
I'm getting some build errors again. fedora-review failed to build the RPM. I
imported it into my local dist-git checkout and tried a mockbuild too. Both
builds fail. Do we know if upstream has some C++ dialect requirements that
we're missing?

/usr/bin/g++ -DBINPATH=\"/usr/bin\" -DBOOST_ALL_DYN_LINK -DENABLE_BINRELOC
-DFREEORION_BUILD_PARSE -DFREEORION_LINUX -DNDEBUG -DSHAREPATH=\"/usr/share\"
-I/builddir/build/BUILD/src-tarball/GG/Boost::boost
-I/builddir/build/BUILD/src-tarball/GG -O2 -flto=auto -ffat-lto-objects -fexc
eptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic
-fasynchronous-unwind-t
ables -fstack-clash-protection -fcf-protection -DNDEBUG -fPIC
-fvisibility=hidden -Wall -O3 -std=c++14 -MD -MT
CMakeFiles/freeorionparseobj.dir/parse/GameRulesParser.cpp.o -MF
CMakeFiles/freeorionparseobj.dir/parse/GameRulesParser.cpp.o.d -o
CMakeFiles/freeorionparseobj.dir/parse/G
ameRulesParser.cpp.o -c
/builddir/build/BUILD/src-tarball/parse/GameRulesParser.cpp
make[2]: Leaving directory
'/builddir/build/BUILD/src-tarball/x86_64-redhat-linux-gnu'
In file included from /usr/include/c++/11/bits/move.h:57,
 from /usr/include/c++/11/bits/stl_pair.h:59,
 from /usr/include/c++/11/bits/stl_algobase.h:64,
 from /usr/include/c++/11/bits/char_traits.h:39,
 from /usr/include/c++/11/string:40,
 from /usr/include/boost/system/detail/error_category.hpp:16,
 from /usr/include/boost/system/detail/error_code.hpp:13,
 from /usr/include/boost/system/error_code.hpp:13,
 from /usr/include/boost/filesystem/path_traits.hpp:22,
 from /usr/include/boost/filesystem/path.hpp:26,
 from /builddir/build/BUILD/src-tarball/parse/Parse.h:10,
 from
/builddir/build/BUILD/src-tarball/parse/GameRulesParser.cpp:1:
/usr/include/c++/11/type_traits: In instantiation of 'struct
std::is_destructible':
/usr/include/c++/11/future:769:21:   required from 'class
std::future'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:31:20:  
required from 'union
boost::optional_detail::aligned_storage >::dummy_u'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:34:7:  
required from 'class
boost::optional_detail::aligned_storage >'
/usr/include/boost/optional/optional.hpp:775:18:   required from 'class
boost::optional_detail::optional_base >'
/usr/include/boost/optional/optional.hpp:850:7:   required from 'class
boost::optional >'
/builddir/build/BUILD/src-tarball/parse/../util/Pending.h:38:41:   required
from 'struct Pending::Pending'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:31:20:  
required from 'union
boost::optional_detail::aligned_storage >::dummy_u'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:34:7:  
required from 'class
boost::optional_detail::aligned_storage >'
/usr/include/boost/optional/optional.hpp:775:18:   required from 'class
boost::optional_detail::optional_base >'
/usr/include/boost/optional/optional.hpp:850:7:   required from 'class
boost::optional >'
/builddir/build/BUILD/src-tarball/parse/../util/GameRules.h:157:83:   required
from here
/usr/include/c++/11/type_traits:849:52: error: static assertion failed:
template argument must be a complete class or an unbounded array
  849 |  
static_assert(std::__is_complete_or_unbounded(__type_identity<_Tp>{}),
  |
~~~^~~~
/usr/include/c++/11/type_traits:849:52: note:
'std::__is_complete_or_unbounded
>((std::__type_identity{}, std::__type_identity()))'
evaluates to false
In file included from
/builddir/build/BUILD/src-tarball/parse/../util/Pending.h:10,
 from
/builddir/build/BUILD/src-tarball/parse/../util/GameRules.h:5,
 from
/builddir/build/BUILD/src-tarball/parse/GameRulesParser.cpp:6:
/usr/include/c++/11/future: In instantiation of 'class std::future':
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:31:20:  
required from 'union
boost::optional_detail::aligned_storage >::dummy_u'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:34:7:  
required from 'class
boost::optional_detail::aligned_storage >'
/usr/include/boost/optional/optional.hpp:775:18:   required from 'class
boost::optional_detail::optional_base >'
/usr/include/boost/optional/optional.hpp:850:7:   required from 'class
boost::optional >'
/builddir/build/BUILD/src-tarball/parse/../util/Pending.h:38:41:   required
from 'struct Pending::Pending'
/usr/include/boost/optional/detail/optional_aligned_storage.hpp:31:20:  
required from 'union

[Bug 1968655] Review Request: headsetcontrol - A tool to control certain aspects of USB-connected headsets on Linux

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968655



--- Comment #1 from Carl George 鸞  ---
cmake_modules/Findhidapi.cmake is licensed under Boost Software License 1.0, so
the license tag needs to be updated and a comment added to explain the license
breakdown [0].

-License:GPLv3+ 
+# The entire source code is GPLv3+ except cmake_modules/Findhidapi.cmake
which is Boost
+License:GPLv3+ and Boost


The current Source0 URL will create a tarball filename with just the version. 
It should also include the name [1].

-Source0:%{url}/archive/%{version}/%{version}.tar.gz 
+Source0:%{url}/archive/%{version}/%{name}-%{version}.tar.gz


Despite the Boost licensed file mentioned earlier, upstream is missing the
Boost license file in their repository.  That license requires itself be
included in all copies of the software [2].  You'll need to file an issue
upstream asking them to correct this, and in the meantime add the license as an
additional source in the spec [3].  You should also include a link to the
upstream issue as a comment right before this source.

+# https://github.com/Sapd/HeadsetControl/issues/XXX
+Source1:https://www.boost.org/LICENSE_1_0.txt


The requires on hidapi is unnecessary, when built the package is built it gets
an automatic requires on the relevant library soname [4].

-Requires:   hidapi


Related to the Boost license issue, copy it to the build directory during %prep
(after %setup), otherwise the %license macro in %files won't be able to pick it
up.

+cp %{SOURCE1} license.boost


There is no need to create and use a build directory in %build and %install,
the cmake macros handle that for you [5].

 %build
-mkdir build
-pushd build
-%cmake ..
+%cmake
 %cmake_build

 %install
-pushd build
 %cmake_install


Upstream runs a test suite in their CI.  We should run the same thing in a
%check section [6].

+%check
+%ctest


In %files you should use %{_bindir} instead of a hard coded directory name [7].

-/usr/bin/headsetcontrol
+%{_bindir}/headsetcontrol


Also in %files, include the boost license file we added above.

-%license license
+%license license license.boost


[0]
https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios
[1]
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_git_tags
[2] https://www.boost.org/LICENSE_1_0.txt
[3]
https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text
[4]
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires
[5]
https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/#_example_usage_in_the_spec_file
[6] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites
[7] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841



--- Comment #26 from Neal Gompa  ---
> Provides: %{pypi_name} = %{version}-%{release}

This is going to confuse things, because it conflicts with podman itself
(%pypi_name is defined to be "podman").


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967294] Review Request: rust-sop - Rust Interface for the Stateless OpenPGP Protocol

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967294

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-cd8dd233f4 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-cd8dd233f4


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966646] Review Request: rust-async-stream-impl - Proc macros for async-stream crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966646

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-9f0e097ff0 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-9f0e097ff0


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966648] Review Request: rust-async-stream - Asynchronous streams using async & await notation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966648

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #4 from Fedora Update System  ---
FEDORA-2021-9f0e097ff0 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-9f0e097ff0


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968757] New: Review Request: rust-imgui - High-level Rust bindings to dear imgui

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968757

Bug ID: 1968757
   Summary: Review Request: rust-imgui - High-level Rust bindings
to dear imgui
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: remilauz...@protonmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-simp/fedora-rawhide-x86_64/02239105-rust-imgui/rust-imgui.spec
SRPM URL:
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-simp/fedora-rawhide-x86_64/02239105-rust-imgui/rust-imgui-0.7.0-1.fc35.src.rpm
Description: High-level Rust bindings to dear imgui
Fedora Account System Username: remilauzier


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1000862] Review Request: emacs-mallard-mode - Emacs major mode for editing Mallard pages

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1000862

Otto Urpelainen  changed:

   What|Removed |Added

 CC||otu...@iki.fi
  Flags||needinfo?(jhradilek@gmail.c
   ||om)



--- Comment #6 from Otto Urpelainen  ---
This review request is very old. Do you still indend to complete it? If so, I
can review. If not, please close the issue.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 901783] Review Request: dream - Digital Radio Mondiale (DRM) software receiver

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=901783

Otto Urpelainen  changed:

   What|Removed |Added

 CC||otu...@iki.fi
  Flags||needinfo?(e...@aehe.us)



--- Comment #3 from Otto Urpelainen  ---
This review request is very old. Do you still intend to complete it? If so, I
can review. If not, please close the issue.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1007622] Review Request: edfbrowser - Opensource, multiplatform, universal viewer.

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1007622

Otto Urpelainen  changed:

   What|Removed |Added

 CC||otu...@iki.fi
  Flags||needinfo?(villadalmine@gmai
   ||l.com)



--- Comment #10 from Otto Urpelainen  ---
This review request is very old. Do you still intend to complete it? If so, I
can review. If not, please close the issue.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Jindrich Novy  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968139] Review Request: zig - Programming language for maintaining robust, optimal, and reusable software

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968139

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-d2b8b465c9 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-d2b8b465c9


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968733] New: Review Request: rust-imgui-sys - Raw FFI bindings to dear imgui

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968733

Bug ID: 1968733
   Summary: Review Request: rust-imgui-sys - Raw FFI bindings to
dear imgui
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: remilauz...@protonmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-simp/fedora-rawhide-x86_64/02239079-rust-imgui-sys/rust-imgui-sys.spec
SRPM URL:
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-simp/fedora-rawhide-x86_64/02239079-rust-imgui-sys/rust-imgui-sys-0.7.0-1.fc35.src.rpm
Description: Raw FFI bindings to dear imgui
Fedora Account System Username: remilauzier


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967704] Review Request: rust-wasmtime-fiber - Fiber support for Wasmtime

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967704

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-697479f97f has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-697479f97f


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966284] Review Request: rust-fs-set-times - Set filesystem timestamps

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966284

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-0605761856 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-0605761856


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966439] Review Request: rust-cap-rand - Capability-oriented random number generators

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966439

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-69b1a527e9 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-69b1a527e9


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966393] Review Request: rust-stderrlog - Logger that aims to provide a simple case of env_logger

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966393

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-3078e07b79 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-3078e07b79


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966392] Review Request: rust-libdeflate-sys - Bindings to libdeflate for DEFLATE (de)compression

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966392

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968655] Review Request: headsetcontrol - A tool to control certain aspects of USB-connected headsets on Linux

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968655

Carl George 鸞  changed:

   What|Removed |Added

 CC||c...@redhat.com
   Assignee|nob...@fedoraproject.org|c...@redhat.com
   Doc Type|--- |If docs needed, set a value
  Flags||fedora-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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968655] New: Review Request: headsetcontrol - A tool to control certain aspects of USB-connected headsets on Linux

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968655

Bug ID: 1968655
   Summary: Review Request: headsetcontrol - A tool to control
certain aspects of USB-connected headsets on Linux
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: mbo...@bhujji.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://mohanboddu.fedorapeople.org/headsetcontrol.spec
SRPM URL: https://mohanboddu.fedorapeople.org/headsetcontrol-2.4-1.fc35.src.rpm

Description:

I would really appreciate a package review on headsetcontrol package, a cli
that controls different aspects of headsets connected by usb.

Thanks.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968139] Review Request: zig - Programming language for maintaining robust, optimal, and reusable software

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968139



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967778] Review Request: python-vsts-cd-manager - Visual Studio Team Services Continuous Delivery Manager

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967778

Major Hayden  changed:

   What|Removed |Added

  Flags||needinfo?(zebo...@gmail.com
   ||)



--- Comment #2 from Major Hayden  ---
(In reply to Robert-André Mauchin  from comment #1)
>  - This shouldn't be here:
> 
> Obsoletes:  python3-azure-sdk < 5.0.1

That was a bad copy/paste. Fixed.

>  - You must install the LICENSE file with %license in %files and you should
> install the README.rst file with %doc:
> 
> %files -n python%{python3_pkgversion}-%{srcname}
> %license LICENSE
> %doc README.rst
> %{python3_sitelib}/aex_accounts
> %{python3_sitelib}/continuous_delivery
> %{python3_sitelib}/vsts_cd_manager
> %{python3_sitelib}/vsts_info_provider
> %{python3_sitelib}/vsts_cd_manager-*.egg-info

I was able to include the README.rst, but there's no LICENSE provided in the
tarball from pypi. After including the README.rst, I saw that it had the wrong
line endings, so I added a sed line to correct those in %prep.

Spec URL: https://fedorapeople.org/~mhayden/python-vsts-cd-manager.spec
SRPM URL:
https://fedorapeople.org/~mhayden/python-vsts-cd-manager-1.0.2-1.fc35.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967777] Review Request: python-vsts - Azure DevOps Python API

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=196

Major Hayden  changed:

   What|Removed |Added

  Flags||needinfo?(zebo...@gmail.com
   ||)



--- Comment #2 from Major Hayden  ---
(In reply to Robert-André Mauchin  from comment #1)
>  - https://pypi.org/project/vsts/ specifies that the license is MIT

Good catch. I think I saw BSD somewhere while working on it. 

>  - You must install the LICENSE.txt file with %license in %files and you
> should install the README.rst file with %doc:
> 
> %files -n python3-%{srcname}
> %license LICENSE.txt
> %{python3_sitelib}/%{srcname}
> %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info

Fixed. Thank you!

Spec URL: https://fedorapeople.org/~mhayden/python-vsts.spec
SRPM URL: https://fedorapeople.org/~mhayden/python-vsts-0.1.25-1.fc34.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967776] Review Request: python-javaproperties - Read & write Java .properties files

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967776

Major Hayden  changed:

   What|Removed |Added

  Flags||needinfo?(zebo...@gmail.com
   ||)



--- Comment #2 from Major Hayden  ---
(In reply to Robert-André Mauchin  from comment #1)
>  - You must install the LICENSE file with %license in %files and you should
> install the README.rst file with %doc:
> 
> %files -n python3-%{srcname}
> %license LICENSE
> %doc README.rst
> %{python3_sitelib}/%{srcname}
> %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info

Fixed. Thank you!

Spec URL: https://fedorapeople.org/~mhayden/python-javaproperties.spec
SRPM URL:
https://fedorapeople.org/~mhayden/python-javaproperties-0.8.0-1.fc34.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967775] Review Request: python-jsondiff - Diff JSON and JSON-like structures in Python

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967775

Major Hayden  changed:

   What|Removed |Added

  Flags||needinfo?(zebo...@gmail.com
   ||)



--- Comment #2 from Major Hayden  ---
(In reply to Robert-André Mauchin  from comment #1)
>  - This seems wrong:
> 
> Obsoletes:  python3-azure-sdk < 5.0.1

Oof, that was a copy-paste error from the template spec I was using. Thank you.

>  - You must install the LICENSE file with %license in %files and you should
> install the README.rst file with %doc:
> 
> %files -n python%{python3_pkgversion}-%{srcname}
> %license LICENSE
> %doc README.rst
> %{python3_sitelib}/jsondiff
> %{python3_sitelib}/jsondiff-*.egg-info
> %{_bindir}/jdiff
> %{_bindir}/jsondiff

Fixed.

Spec URL: https://fedorapeople.org/~mhayden/python-jsondiff.spec
SRPM URL:
https://fedorapeople.org/~mhayden/python-jsondiff-1.3.0-1.fc34.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968641] New: Review Request: rust-hyper-rustls - Rustls+hyper integration for pure rust HTTPS

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968641

Bug ID: 1968641
   Summary: Review Request: rust-hyper-rustls - Rustls+hyper
integration for pure rust HTTPS
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: decatho...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://decathorpe.fedorapeople.org/rust-hyper-rustls.spec
SRPM URL:
https://decathorpe.fedorapeople.org/rust-hyper-rustls-0.22.1-1.fc34.src.rpm

Description:
Rustls+hyper integration for pure rust HTTPS.

Fedora Account System Username: decathorpe


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966398] Review Request: rust-zopfli - Zopfli compression algorithm.

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966398

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #4 from Fedora Update System  ---
FEDORA-2021-f010a08e3b has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-f010a08e3b


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968633] Review Request: rust-ct-logs - Google's list of Certificate Transparency logs for use with sct crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968633



--- Comment #1 from Fabio Valentini  ---
This package built on koji: 
https://koji.fedoraproject.org/koji/taskinfo?taskID=69519824


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968633] New: Review Request: rust-ct-logs - Google's list of Certificate Transparency logs for use with sct crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968633

Bug ID: 1968633
   Summary: Review Request: rust-ct-logs - Google's list of
Certificate Transparency logs for use with sct crate
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: decatho...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://decathorpe.fedorapeople.org/rust-ct-logs.spec
SRPM URL: https://decathorpe.fedorapeople.org/rust-ct-logs-0.8.0-1.fc34.src.rpm

Description:
Google's list of Certificate Transparency logs for use with sct crate.

Fedora Account System Username: decathorpe


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968630] Review Request: rust-rustls-native-certs - Allow rustls to use the platform native certificate store

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968630



--- Comment #1 from Fabio Valentini  ---
This package built on koji: 
https://koji.fedoraproject.org/koji/taskinfo?taskID=69518267


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968630] New: Review Request: rust-rustls-native-certs - Allow rustls to use the platform native certificate store

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968630

Bug ID: 1968630
   Summary: Review Request: rust-rustls-native-certs - Allow
rustls to use the platform native certificate store
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: decatho...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://decathorpe.fedorapeople.org/rust-rustls-native-certs.spec
SRPM URL:
https://decathorpe.fedorapeople.org/rust-rustls-native-certs-0.5.0-1.fc34.src.rpm

Description:
Rustls-native-certs allows rustls to use the platform native certificate store.

Fedora Account System Username: decathorpe


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968612] New: Review Request: ghc-rpm-nvr - RPM package name-version-release data types

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968612

Bug ID: 1968612
   Summary: Review Request: ghc-rpm-nvr - RPM package
name-version-release data types
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: peter...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://petersen.fedorapeople.org/reviews/ghc-rpm-nvr/ghc-rpm-nvr.spec
SRPM URL:
https://petersen.fedorapeople.org/reviews/ghc-rpm-nvr/ghc-rpm-nvr-0.1.0-1.fc34.src.rpm

Description:
The library provides types related to RPM package name-version-releases.
There are modules for reading and showing:

* NV (name-version)

* NVR (name-version-release)

* NVRA (name-version-release.arch)

* VerRel (version-release)

* VerCmp for comparing RPM versions or releases (used to order VerRel).


Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=69515727


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966640] Review Request: rust-trust-dns-https - Trust-DNS is a safe and secure DNS library

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966640

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-16d285afc0 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-16d285afc0


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966387] Review Request: rust-cloudflare-zlib-sys - Cloudflare fork of zlib with massive performance improvements

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966387

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2021-56b69e2f64 has been submitted as an update to Fedora 34.
https://bodhi.fedoraproject.org/updates/FEDORA-2021-56b69e2f64


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968139] Review Request: zig - Programming language for maintaining robust, optimal, and reusable software

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968139

Robert-André Mauchin   changed:

   What|Removed |Added

 Status|NEW |POST
   Assignee|nob...@fedoraproject.org|zebo...@gmail.com
  Flags||fedora-review+



--- Comment #3 from Robert-André Mauchin   ---
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967774] Review Request: python-fabric - High level SSH command execution

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967774



--- Comment #10 from Major Hayden  ---
Gotta eat my own dog food!  (Or perhaps drink my own champagne? 壟)

Thanks again. 珞 珞 珞


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967774] Review Request: python-fabric - High level SSH command execution

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967774

Ben Beasley  changed:

   What|Removed |Added

  Flags||needinfo?(code@musicinmybra
   ||in.net)




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967774] Review Request: python-fabric - High level SSH command execution

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967774



--- Comment #9 from Ben Beasley  ---
Thanks, I’ll take a look at it.

> # Tests are disabled by default. 

Still getting mileage out of rofimoji, I see! 


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential struct generation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967075
Bug 1967075 depends on bug 1967074, which changed state.

Bug 1967074 Summary: Review Request: rust-ouroboros_macro - Proc macro for 
ouroboros crate
https://bugzilla.redhat.com/show_bug.cgi?id=1967074

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967074] Review Request: rust-ouroboros_macro - Proc macro for ouroboros crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967074

Christian Heimes  changed:

   What|Removed |Added

 Status|POST|CLOSED
   Fixed In Version||rust-ouroboros_macro-0.9.3-
   ||1.fc35
 Resolution|--- |RAWHIDE
Last Closed||2021-06-07 15:22:20



--- Comment #3 from Christian Heimes  ---
Fixed in update https://bodhi.fedoraproject.org/updates/FEDORA-2021-aaa1b94c6a


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967074] Review Request: rust-ouroboros_macro - Proc macro for ouroboros crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967074
Bug 1967074 depends on bug 1967070, which changed state.

Bug 1967070 Summary: Review Request: rust-Inflector - String based inflections 
for Rust
https://bugzilla.redhat.com/show_bug.cgi?id=1967070

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967070] Review Request: rust-Inflector - String based inflections for Rust

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967070

Christian Heimes  changed:

   What|Removed |Added

 Status|POST|CLOSED
   Fixed In Version||rust-Inflector-0.11.4-1.fc3
   ||5
 Resolution|--- |RAWHIDE
Last Closed||2021-06-07 15:20:59



--- Comment #3 from Christian Heimes  ---
Fixed in update https://bodhi.fedoraproject.org/updates/FEDORA-2021-26a4044cc2


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential struct generation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967075

Christian Heimes  changed:

   What|Removed |Added

 Status|POST|CLOSED
   Fixed In Version||rust-ouroboros-0.9.3-1.fc35
 Resolution|--- |RAWHIDE
Last Closed||2021-06-07 15:18:42



--- Comment #4 from Christian Heimes  ---
Fixed in update https://bodhi.fedoraproject.org/updates/FEDORA-2021-a41921c3f3


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841



--- Comment #24 from Miro Hrončok  ---
fedora-review is correct here. Instead of:

BuildRequires: pyproject-rpm-macros
BuildRequires: git-core
BuildRequires: pyproject-rpm-macros

Have:

BuildRequires: pyproject-rpm-macros
BuildRequires: python3-devel
BuildRequires: git-core


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Lokesh Mandvekar  changed:

   What|Removed |Added

  Flags|needinfo?(l...@redhat.com)  |



--- Comment #25 from Lokesh Mandvekar  ---
Spec URL: https://pagure.io/python-podman/raw/main/f/python-podman.spec
SRPM URL:
https://pagure.io/python-podman/blob/main/f/SRPMS/python-podman-3.1.2.4-3.fc34.src.rpm
 

Thanks Miro.

Jindrich, PTAL.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Jindrich Novy  changed:

   What|Removed |Added

  Flags|needinfo?(jn...@redhat.com) |needinfo?(l...@redhat.com)



--- Comment #23 from Jindrich Novy  ---
The only error I see in the fedora-review is:

Package contains BR: python2-devel or python3-devel

Note the message is wrong - https://pagure.io/FedoraReview/issue/273 - it
should read use either BR: python2-devel or python3-devel but not python-devel.
Please review Lokesh - it might be fedora-review tool at fault here. If you are
good, I will + 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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1881183] Review Request: freeorion - Turn-based space empire and galactic conquest (4X) computer game

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1881183



--- Comment #15 from josef radinger  ---
any more comments/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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Lokesh Mandvekar  changed:

   What|Removed |Added

 CC||jn...@redhat.com
  Flags||needinfo?(jn...@redhat.com)



--- Comment #22 from Lokesh Mandvekar  ---
Spec URL: https://pagure.io/python-podman/raw/main/f/python-podman.spec
SRPM URL:
https://pagure.io/python-podman/blob/main/f/SRPMS/python-podman-3.1.2.4-2.fc34.src.rpm


Jindrich, I think this is good to go. PTAL.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1460342] Review Request: mingw-popt - MinGW Windows popt library

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1460342

Michael Jeanson  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
  Flags|needinfo?(mjean...@gmail.co |
   |m)  |
Last Closed||2021-06-07 14:13:06



--- Comment #6 from Michael Jeanson  ---
I had completely forgotten about this, I'm not interested anymore.

Thanks.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Lokesh Mandvekar  changed:

   What|Removed |Added

  Flags|needinfo?(l...@redhat.com)  |



--- Comment #21 from Lokesh Mandvekar  ---
Addressed the name inconsistency issue. Koji scratch build ran fine.
https://koji.fedoraproject.org/koji/taskinfo?taskID=69501869

Let me run fedora-review on my own end to check if the BR is fixed: 




Spec URL: https://pagure.io/python-podman/raw/main/f/python-podman.spec
SRPM URL:
https://pagure.io/python-podman/blob/main/f/SRPMS/python-podman-3.1.2.4-2.fc34.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential struct generation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967075
Bug 1967075 depends on bug 1967072, which changed state.

Bug 1967072 Summary: Review Request: rust-stable_deref_trait - An unsafe marker 
trait
https://bugzilla.redhat.com/show_bug.cgi?id=1967072

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |DUPLICATE




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential struct generation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967075

Christian Heimes  changed:

   What|Removed |Added

 Depends On||1519855





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1519855
[Bug 1519855] Review Request: rust-stable_deref_trait - Unsafe marker trait
that dereference to a stable address even when moved
-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967072] Review Request: rust-stable_deref_trait - An unsafe marker trait

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967072

Christian Heimes  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2021-06-07 13:54:22



--- Comment #4 from Christian Heimes  ---
Package already exists. Sorry for the noise.

*** This bug has been marked as a duplicate of bug 1519855 ***


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1519855] Review Request: rust-stable_deref_trait - Unsafe marker trait that dereference to a stable address even when moved

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1519855

Christian Heimes  changed:

   What|Removed |Added

 Blocks||1967075
 CC||chei...@redhat.com



--- Comment #3 from Christian Heimes  ---
*** Bug 1967072 has been marked as a duplicate of this bug. ***



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1967075
[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential
struct generation
-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967294] Review Request: rust-sop - Rust Interface for the Stateless OpenPGP Protocol

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967294



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966648] Review Request: rust-async-stream - Asynchronous streams using async & await notation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966648



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966646] Review Request: rust-async-stream-impl - Proc macros for async-stream crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966646



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966640] Review Request: rust-trust-dns-https - Trust-DNS is a safe and secure DNS library

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966640



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966766] Review Request: python-toml-adapt - Adapt toml files

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966766



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967726] Review Request: rust-cranelift-native - Support for targeting the host with Cranelift

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967726



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967704] Review Request: rust-wasmtime-fiber - Fiber support for Wasmtime

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967704



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968072] Review Request: golang-github-vtolstov-ioctl - Golang ioctl wrapper library

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968072



--- Comment #3 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/golang-github-vtolstov-ioctl


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967345] Review Request: rust-fd-lock - Advisory cross-platform lock on a file using a file descriptor to it

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967345



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967348] Review Request: rust-pom - PEG parser combinators using operator overloading without macros

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967348



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966552] Review Request: rust-wasmtime-cache - Support for automatic module caching with Wasmtime

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966552



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967351] Review Request: rust-nibble_vec - Vector data-structure for half-byte values

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967351



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966392] Review Request: rust-libdeflate-sys - Bindings to libdeflate for DEFLATE (de)compression

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966392



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967350] Review Request: rust-endian-type - Type safe wrappers for types with a defined byte order

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967350



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966393] Review Request: rust-stderrlog - Logger that aims to provide a simple case of env_logger

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966393



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967326] Review Request: rust-libbpf-cargo - Cargo plugin to build bpf programs

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967326



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966439] Review Request: rust-cap-rand - Capability-oriented random number generators

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966439



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967075] Review Request: rust-ouroboros - Easy, safe self-referential struct generation

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967075



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967074] Review Request: rust-ouroboros_macro - Proc macro for ouroboros crate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967074



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967070] Review Request: rust-Inflector - String based inflections for Rust

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967070



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1960963] Review Request: i3-gaps - i3 with more features

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1960963



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966385] Review Request: rust-oxipng - Oxipng is a multithreaded lossless PNG compression optimizer

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966385



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966398] Review Request: rust-zopfli - Zopfli compression algorithm.

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966398



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966284] Review Request: rust-fs-set-times - Set filesystem timestamps

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966284



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966386] Review Request: rust-cloudflare-zlib - Safe wrapper for Cloudflare's optimized zlib

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966386



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966387] Review Request: rust-cloudflare-zlib-sys - Cloudflare fork of zlib with massive performance improvements

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966387



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1966388] Review Request: rust-libdeflater - Bindings to DEFLATE (de)compression

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1966388



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


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1956841] Review Request: python-podman - RESTful API for Podman

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1956841

Jindrich Novy  changed:

   What|Removed |Added

  Flags||needinfo?(l...@redhat.com)



--- Comment #20 from Jindrich Novy  ---
Thanks fo rupdating the src.rpm Lokesh.

Some notes:
- package name is different that spec name?
- there seems to be a missing BuildRequires on python3-wheel?

error: Failed build dependencies:
python3dist(wheel) is needed by python-podman-3:3.1.2.4-1.fc34.noarch


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1553891] Review Request: nodejs-pg-native - High performance native bindings between node.js and PostgreSQL

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1553891

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |ERRATA
Last Closed||2021-06-07 13:14:01



--- Comment #4 from Mattia Verga  ---
Package imported and later retired, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1553866] Review Request: nodejs-libpq - Node native bindings to the PostgreSQL libpq C client library

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1553866

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |ERRATA
Last Closed||2021-06-07 13:13:15



--- Comment #4 from Mattia Verga  ---
Package imported and later retired, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1553391] Review Request: nodejs-okay - Bubble errors back up your big ol' nested callback chain

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1553391

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |ERRATA
Last Closed||2021-06-07 13:12:11



--- Comment #4 from Mattia Verga  ---
Package imported and later retired, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1553199] Review Request: nodejs-sliced - A faster alternative to [].slice.call(arguments)

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1553199

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |ERRATA
Last Closed||2021-06-07 13:11:18



--- Comment #4 from Mattia Verga  ---
Package imported and later retired, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1551199] Review Request: nv-codec-headers - FFmpeg version of Nvidia Codec SDK headers

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1551199

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 13:09:59



--- Comment #6 from Mattia Verga  ---
Package imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1550139] Review Request: golang-github-xrash-smetrics - String metrics library written in Go

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1550139

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 13:09:14



--- Comment #3 from Mattia Verga  ---
Package imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1268674] Review Request: rubygem-jwt - JSON Web Token implementation in Ruby

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268674
Bug 1268674 depends on bug 1267468, which changed state.

Bug 1267468 Summary: Review Request: rubygem-codeclimate-test-reporter - 
Uploads Ruby test coverage data to Code Climate
https://bugzilla.redhat.com/show_bug.cgi?id=1267468

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1267468] Review Request: rubygem-codeclimate-test-reporter - Uploads Ruby test coverage data to Code Climate

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267468

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 13:08:22



--- Comment #15 from Mattia Verga  ---
Package imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1542485] Review Request: phpcpd - Copy/Paste Detector (CPD) for PHP code

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1542485

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 13:07:24



--- Comment #4 from Mattia Verga  ---
Package imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1529788] Review Request: spirv-headers - Header files from the SPIR-V registry

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1529788

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 13:05:52



--- Comment #4 from Mattia Verga  ---
Package was imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1430936] Review Request: python-vsc-install - Shared setuptools functions and classes for python libraries developed by UGent's HPC group

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1430936

Mattia Verga  changed:

   What|Removed |Added

 CC||mattia.ve...@protonmail.com
  Flags||needinfo?(or...@nwra.com)



--- Comment #5 from Mattia Verga  ---
This package was never imported, but the repo was created... Orion, do you want
to push it to the repos, or should we properly retire the package?


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1507327] Review Request: mod_security3 - ModSecurity v3 Apache Connector

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1507327

Mattia Verga  changed:

   What|Removed |Added

 CC||mattia.ve...@protonmail.com
  Flags||needinfo?(athma...@gmail.co
   ||m)



--- Comment #6 from Mattia Verga  ---
This package was never imported, but the repo was created... Othman, do you
want to push it to the repos, or should we properly retire the package?


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1487966] Review Request: libcloudproviders - Library for desktop integration for cloud storage providers

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1487966

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 12:58:38



--- Comment #15 from Mattia Verga  ---
Package has been imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1499617] Review Request: adwaita-blue-gtk-theme - Adwaita Blue GTK theme variant

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1499617

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2021-06-07 12:57:29



--- Comment #5 from Mattia Verga  ---
Package has been imported, closing ticket.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1413357] Review Request: lua-pgmoon - A pure Lua Postgres driver for use in OpenResty & more

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413357

Mattia Verga  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Blocks||201449 (FE-DEADREVIEW)
 Resolution|--- |NOTABUG
   Assignee|zebo...@gmail.com   |nob...@fedoraproject.org
  Flags|fedora-review+  |
Last Closed||2021-06-07 12:55:46



--- Comment #2 from Mattia Verga  ---
Package was never imported and the original reporter account doesn't exist
anymore.
Closing the ticket.



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=201449
[Bug 201449] FE-DEADREVIEW -- Reviews stalled due to lack of submitter response
should be blocking this bug.
-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1967774] Review Request: python-fabric - High level SSH command execution

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1967774

Major Hayden  changed:

   What|Removed |Added

  Flags|needinfo?(mhay...@redhat.co |
   |m)  |



--- Comment #8 from Major Hayden  ---
Spec URL: https://fedorapeople.org/~mhayden/python-fabric.spec
SRPM URL: https://fedorapeople.org/~mhayden/python-fabric-2.6.0-1.fc34.src.rpm

Hmm, I must have gotten wrapped around the axle on some of the build
requirements because after applying your patch, it seems to build just fine.
Thanks for showing me how to do that! I can use that in some other places, too.


-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1968139] Review Request: zig - Programming language for maintaining robust, optimal, and reusable software

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1968139



--- Comment #2 from Jan Drögehoff  ---
(In reply to Robert-André Mauchin  from comment #1)
>  - Can't this be unbundled?

Zig includes parts of these projects for itself, its standard library and cross
compilation support

Here is a breakdown on where what is used:

- compiler-rt is used within the standard library and has been ported to zig
  https://github.com/ziglang/zig/tree/masterlib/std/special/compiler_rt

- glibc, mingw and musl have their header files bundled for cross compilation
  and in the case for glibc it also keeps track of ABI changes and functions
  https://github.com/ziglang/zig/tree/master/lib/libc/

- libcxx is included for C++ cross compilation
  https://github.com/ziglang/zig/tree/master/lib/libcxx

- libunwind is included for debugging
  https://github.com/ziglang/zig/blob/master/lib/libunwind

>  - Use ExclusiveArch instead

I had initially followed
https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch
but considering zig has a well defined list of supported systems that is
probably for the better

>  - I would recommend creating a RPM macro file with a zig_arches macro to use 
> in future zig package. Maybe also a zig_build and zig_install if necessary.

Zigs build system is rather ambigious but I went and made one anyways
it didn't allow specifying the lib suffix so I went and created a patch that
allows specifying absolute paths to the lib dir, bin dir and include dir that
are in the process of being upstreamed

https://github.com/ziglang/zig/pull/9020

>  - Where are the tests:

Test were removed but in retrospect it would have probably been better to
comment them out with a reason why

Right now the non rawhide tests are affected by
https://bugs.llvm.org/show_bug.cgi?id=49401
https://github.com/ziglang/zig/issues/8130

and the rawhide builds don't compile because of an unsupported glibc version

>  - The man pages extension shouldn't be globbed as the compression may
> change:

Fair point, changed

Spec URL: https://pagure.io/zig-spec/blob/fedora2/f/zig.spec
SRPM URL: https://releases.pagure.org/zig-spec/zig-0.8.0-1.fc34.src1.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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1949058] Review Request: pcm - Processor Counter Monitor

2021-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1949058

Roman Dementiev  changed:

   What|Removed |Added

 Resolution|ERRATA  |NEXTRELEASE




-- 
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
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


  1   2   >