[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767



--- Comment #7 from Miro Hrončok  ---
(In reply to Richard W.M. Jones from comment #2)
> Possibly the Python library should be called python3-nbd?  I'm not sure.

Please, don't. See https://pypi.org/project/nbd/

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767

Miro Hrončok  changed:

   What|Removed |Added

 CC||mhron...@redhat.com



--- Comment #6 from Miro Hrončok  ---
(In reply to Richard W.M. Jones from comment #1)
> python3-libnbd.x86_64: W: private-shared-object-provides
> /usr/lib64/python3.7/site-packages/libnbdmod.cpython-37m-x86_64-linux-gnu.so
> libnbdmod.cpython-37m-x86_64-linux-gnu.so()(64bit)
> 
>  - no idea about this one

It's a Python extension module that is called "lib..." and the RPM provides
generator picks it up.
You SHOULD filter it out, see
https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/

Use something like (untested):

%global __requires_exclude_from ^%{python3_sitearch}/lib.*\\.so


> libnbd.src: W: strange-permission libnbd-0.1.tar.gz.sig 775
> 
>  - not sure about this one

I don't understand why a signature file has executable permissions.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1712280] Review Request: golang-github-hanwen-fuse - FUSE bindings for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1712280



--- Comment #3 from Elliott Sales de Andrade  ---
You've simplified a bit too much; the name of the package must still be
%{goname} with a %{goname}-devel subpackage.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1711896] Review Request: ghc-microlens-mtl - Microlens support for Reader/Writer/State from mtl

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1711896

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Status|ASSIGNED|POST
  Flags|fedora-review?  |fedora-review+



--- Comment #4 from Elliott Sales de Andrade  ---
(In reply to Jens Petersen from comment #3)
> (In reply to Elliott Sales de Andrade from comment #2)
> > There are some warnings and errors from rpmlint, and I'm not sure if they
> > are important or not:
> 
> I have also seen these before.
> 
> > ghc-microlens-mtl.x86_64: E: library-not-linked-against-libc
> > /usr/lib64/libHSmicrolens-mtl-0.1.11.1-KuiQwUtjPQq9JoX7IucQt5-ghc8.4.4.so
> 
> The funny this is that all the Haskell libraries _are_ linked to libc.so.6.
> So this one looks like a false positive to me.
> 

No, I don't think they are. For example,

$ objdump -p
/usr/lib64/libHSyesod-persistent-1.6.0.1-4wTcHUP28fp5PooyyID5za-ghc8.4.4.so |
rg NEEDED
  NEEDED   libHSyesod-core-1.6.9-6xOaXHWVV6P2Pmu1n9koR1-ghc8.4.4.so
  NEEDED   libHSpersistent-2.8.2-IgkIITOhFEIEKjd43DY2bu-ghc8.4.4.so
  NEEDED  
libHSresource-pool-0.2.3.2-3qBBkHW6lxy84rjjFQESmN-ghc8.4.4.so
  NEEDED   libHSconduit-1.3.1-JEeOwg0N2ow9OXrSdjm4NY-ghc8.4.4.so
  NEEDED   libHSresourcet-1.2.2-LxoTdCBEv8PKBOJtxNXVvM-ghc8.4.4.so
  NEEDED   libHStransformers-0.5.5.0-ghc8.4.4.so
  NEEDED   libHSbase-4.11.1.0-ghc8.4.4.so
  NEEDED   libHSghc-prim-0.5.2.0-ghc8.4.4.so

> > ghc-microlens-mtl.x86_64: W: undefined-non-weak-symbol
> > /usr/lib64/libHSmicrolens-mtl-0.1.11.1-KuiQwUtjPQq9JoX7IucQt5-ghc8.4.4.so
> > stg_ap_0_fast
> > (and several other symbols)
> 
> Yeah a lot ;)
> I think this is actually the case for all Haskell packages currently.
> 
> These are warnings but yeah I don't really know if there is any serious
> implication.
> Also not sure whether these are appearing due to changes in ghc, rpmlint or
> other parts of the toolchain.

I'll approve though, since it seems this is the status quo, but I think the
warnings are not all false.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713841] Review Request: golang-gopkg-seborama-govcr-2 - HTTP mock for Golang

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713841

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713843




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713843
[Bug 1713843] Review Request: htmltest - Test generated HTML for problems
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713839] Review Request: golang-github-daviddengcn-assert - Testing utils for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713839

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713843




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713843
[Bug 1713843] Review Request: htmltest - Test generated HTML for problems
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713843] Review Request: htmltest - Test generated HTML for problems

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713843

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713839, 1713841, 1713840




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713839
[Bug 1713839] Review Request: golang-github-daviddengcn-assert - Testing utils
for Go
https://bugzilla.redhat.com/show_bug.cgi?id=1713840
[Bug 1713840] Packaged version is outdated
https://bugzilla.redhat.com/show_bug.cgi?id=1713841
[Bug 1713841] Review Request: golang-gopkg-seborama-govcr-2 - HTTP mock for
Golang
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713843] New: Review Request: htmltest - Test generated HTML for problems

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713843

Bug ID: 1713843
   Summary: Review Request: htmltest - Test generated HTML for
problems
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//htmltest.spec
SRPM URL: https://qulogic.fedorapeople.org//htmltest-0.10.3-1.fc30.src.rpm

Description:

htmltest runs your HTML output through a series of checks to ensure all your
links, images, scripts references work, your alt tags are filled in, et
cetera.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166

Richard W.M. Jones  changed:

   What|Removed |Added

  Flags||needinfo?(bjorn@xn--rombobj
   ||rn-67a.se)



--- Comment #6 from Richard W.M. Jones  ---
Fedora-review doesn't point to any other major issues, but please fix the above
issues and post a new package spec/src.rpm and I will run it and do the final
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166



--- Comment #5 from Richard W.M. Jones  ---
rpmlint says:

gnatcoll-sql.x86_64: I: enchant-dictionary-not-found sv

 - fine, ignore

gnatcoll-sql.x86_64: W: no-documentation
gnatcoll-sqlite.x86_64: W: no-documentation
gnatcoll-postgres.x86_64: W: no-documentation
gnatcoll-xref.x86_64: W: no-documentation

 - adding %doc xref/README.md would fix all these

gnatcoll-xref.x86_64: W: spelling-error %description -l en_US ali -> ail, Ali,
tali
gnatcoll-xref.x86_64: W: spelling-error %description -l en_US gli -> glee,
glib, Eli

 - fine, ignore

gnatcoll-xref.x86_64: W: no-manual-page-for-binary gnatinspect
gnatcoll-db-devel.x86_64: W: no-manual-page-for-binary gnatcoll_all2ada
gnatcoll-db-devel.x86_64: W: no-manual-page-for-binary gnatcoll_db2ada

 - if one is available upstream it should be added, or you could write them;
however
   it's not a review blocker

gnatcoll-db-devel.x86_64: W: no-dependency-on
gnatcoll-db/gnatcoll-db-libs/libgnatcoll-db

 - however there is a correct dependency on the base package (gnatcoll-sql) and
other
   required packages, so this can be ignored

gnatcoll-db.src:83: W: unversioned-explicit-provides gnatinspect
gnatcoll-db.src:108: W: unversioned-explicit-provides gnatcoll_db2ada
gnatcoll-db.src:108: W: unversioned-explicit-provides gnatcoll_all2ada

 - this is a bug; the Provides lines should all have versions, ie:

 Provides: gnatinspect = %{version}-%{release}
 ...
 Provides: gnatcoll_db2ada = %{version}-%{release}
 Provides: gnatcoll_all2ada = %{version}-%{release}

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166



--- Comment #4 from Richard W.M. Jones  ---
Most obvious things from a manual review of the spec file.  These seem both
complex and unnecessary:

  # This readme file may be of some value to developers:
  mkdir --parents %{buildroot}%{_docdir}/gnatcoll/xref
  cp --preserve=timestamps xref/README.md \
 --target-directory=%{buildroot}%{_docdir}/gnatcoll/xref

  # Install the license in a directory named after the source package.
  mkdir --parents %{buildroot}%{_licensedir}/%{name}
  cp --preserve=timestamps COPYING3 \
 --target-directory=%{buildroot}%{_licensedir}/%{name}

I would replace them with (in %files):

  %doc xref/README.md
  %license COPYING3

and get rid of %{_docdir}/gnatcoll in %files devel too.

The %license change is required.  The %doc change probably not, but
I would recommend it.

I don't know if the following is needed (because I believe that rpaths are
already
checked by RPM), but I guess it doesn't do any harm.  Most likely it can be
deleted:

  %check
  %{_rpmconfigdir}/check-rpaths

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166



--- Comment #3 from Richard W.M. Jones  ---
FYI here's the fedora-review bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1713842

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166



--- Comment #2 from Richard W.M. Jones  ---
Your IDN causes problems for fedora-review.  It tries to convert it to ASCII by
basically doing ö -> o, and that works about as well as you'd expect:

ERROR: 'Error [Errno socket error] [Errno -2] Name or service not known
downloading
https://www.rombobjrn.se/packages/gnatcoll-db-2018-2/gnatcoll-db-2018-2.fc30.src.rpm'
(logs in /home/rjones/.cache/fedora-review.log)

I'll try it with overriding the URLs.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767



--- Comment #5 from Richard W.M. Jones  ---
Yup, I've got it 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1692166] Review Request: gnatcoll-db - The GNAT Components Collection – database packages

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1692166

Richard W.M. Jones  changed:

   What|Removed |Added

 CC||rjo...@redhat.com
   Assignee|nob...@fedoraproject.org|rjo...@redhat.com



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713838] Review Request: golang-github-daviddengcn-algs - Maxflow and edit-distance algorithms in Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713838

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713839




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713839
[Bug 1713839] Review Request: golang-github-daviddengcn-assert - Testing utils
for Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713839] Review Request: golang-github-daviddengcn-assert - Testing utils for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713839

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713837, 1713838




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713837
[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue
and slice wrappers for Go
https://bugzilla.redhat.com/show_bug.cgi?id=1713838
[Bug 1713838] Review Request: golang-github-daviddengcn-algs - Maxflow and
edit-distance algorithms in Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue and slice wrappers for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713837

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713839




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713839
[Bug 1713839] Review Request: golang-github-daviddengcn-assert - Testing utils
for Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713836] Review Request: golang-github-golangplus-sort - Plus to standard sort package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713836

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713837




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713837
[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue
and slice wrappers for Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue and slice wrappers for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713837

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713836




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713836
[Bug 1713836] Review Request: golang-github-golangplus-sort - Plus to standard
sort 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue and slice wrappers for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713837

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713835




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713835
[Bug 1713835] Review Request: golang-github-golangplus-bytes - Plus to the
standard "bytes" 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713835] Review Request: golang-github-golangplus-bytes - Plus to the standard "bytes" package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713835

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713837




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713837
[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue
and slice wrappers for Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713838] Review Request: golang-github-daviddengcn-algs - Maxflow and edit-distance algorithms in Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713838

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713834




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713834
[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the
standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713835] Review Request: golang-github-golangplus-bytes - Plus to the standard "bytes" package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713835

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713834




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713834
[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the
standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue and slice wrappers for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713837

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713834




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713834
[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the
standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713833] Review Request: golang-github-golangplus-fmt - Plus to standard fmt package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713833

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713834




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713834
[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the
standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713836] Review Request: golang-github-golangplus-sort - Plus to standard sort package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713836

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Depends On||1713834




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713834
[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the
standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713834] Review Request: golang-github-golangplus-testing - Plus to the standard testing package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713834

Elliott Sales de Andrade  changed:

   What|Removed |Added

 Blocks||1713837, 1713836, 1713838,
   ||1713835
 Depends On||1713833




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1713833
[Bug 1713833] Review Request: golang-github-golangplus-fmt - Plus to standard
fmt package
https://bugzilla.redhat.com/show_bug.cgi?id=1713835
[Bug 1713835] Review Request: golang-github-golangplus-bytes - Plus to the
standard "bytes" package
https://bugzilla.redhat.com/show_bug.cgi?id=1713836
[Bug 1713836] Review Request: golang-github-golangplus-sort - Plus to standard
sort package
https://bugzilla.redhat.com/show_bug.cgi?id=1713837
[Bug 1713837] Review Request: golang-github-daviddengcn-villa - Priority queue
and slice wrappers for Go
https://bugzilla.redhat.com/show_bug.cgi?id=1713838
[Bug 1713838] Review Request: golang-github-daviddengcn-algs - Maxflow and
edit-distance algorithms in Go
-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713841] Review Request: golang-gopkg-seborama-govcr-2 - HTTP mock for Golang

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713841



--- Comment #1 from Elliott Sales de Andrade  ---
koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=35045052

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713841] New: Review Request: golang-gopkg-seborama-govcr-2 - HTTP mock for Golang

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713841

Bug ID: 1713841
   Summary: Review Request: golang-gopkg-seborama-govcr-2 - HTTP
mock for Golang
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//golang-gopkg-seborama-govcr-2.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-gopkg-seborama-govcr-2-2.4.2-1.fc30.src.rpm

Description:

HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline
testing.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713839] New: Review Request: golang-github-daviddengcn-assert - Testing utils for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713839

Bug ID: 1713839
   Summary: Review Request: golang-github-daviddengcn-assert -
Testing utils for Go
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL:
https://qulogic.fedorapeople.org//golang-github-daviddengcn-assert.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-daviddengcn-assert-0-0.1.20190525gitba7e68a.fc30.src.rpm

Description:

Testing utils for Go.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713838] New: Review Request: golang-github-daviddengcn-algs - Maxflow and edit-distance algorithms in Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713838

Bug ID: 1713838
   Summary: Review Request: golang-github-daviddengcn-algs -
Maxflow and edit-distance algorithms in Go
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//golang-github-daviddengcn-algs.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-daviddengcn-algs-0-0.1.20190525gitfe23fab.fc30.src.rpm

Description:

Some algorithms in go: maxflow(min-cuts or graph-cuts), edit-distance.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713837] New: Review Request: golang-github-daviddengcn-villa - Priority queue and slice wrappers for Go

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713837

Bug ID: 1713837
   Summary: Review Request: golang-github-daviddengcn-villa -
Priority queue and slice wrappers for Go
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL:
https://qulogic.fedorapeople.org//golang-github-daviddengcn-villa.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-daviddengcn-villa-0-0.1.20190525git3f35da8.fc30.src.rpm

Description:

Some helper types for go: priority queue, slice wrapper.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713836] New: Review Request: golang-github-golangplus-sort - Plus to standard sort package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713836

Bug ID: 1713836
   Summary: Review Request: golang-github-golangplus-sort - Plus
to standard sort package
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//golang-github-golangplus-sort.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-golangplus-sort-0-0.1.20190525git8253da0.fc30.src.rpm

Description:

Plus to standard sort 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713835] New: Review Request: golang-github-golangplus-bytes - Plus to the standard "bytes" package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713835

Bug ID: 1713835
   Summary: Review Request: golang-github-golangplus-bytes - Plus
to the standard "bytes" package
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//golang-github-golangplus-bytes.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-golangplus-bytes-0-0.1.20190525git45c989f.fc30.src.rpm

Description:

Plus to the standard "bytes" 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713834] New: Review Request: golang-github-golangplus-testing - Plus to the standard testing package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713834

Bug ID: 1713834
   Summary: Review Request: golang-github-golangplus-testing -
Plus to the standard testing package
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL:
https://qulogic.fedorapeople.org//golang-github-golangplus-testing.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-golangplus-testing-0-0.1.20190525gitaf21d9c.fc30.src.rpm

Description:

Plus to the standard testing 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713833] New: Review Request: golang-github-golangplus-fmt - Plus to standard fmt package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713833

Bug ID: 1713833
   Summary: Review Request: golang-github-golangplus-fmt - Plus to
standard fmt package
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: quantum.anal...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora




Spec URL: https://qulogic.fedorapeople.org//golang-github-golangplus-fmt.spec
SRPM URL:
https://qulogic.fedorapeople.org//golang-github-golangplus-fmt-0-0.1.20190525git2a5d6d7.fc30.src.rpm

Description:

Plus to standard fmt 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713833] Review Request: golang-github-golangplus-fmt - Plus to standard fmt package

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713833



--- Comment #1 from Elliott Sales de Andrade  ---
This package built on koji: 
https://koji.fedoraproject.org/koji/taskinfo?taskID=35044731

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713257] Review Request: R-shiny - Web Application Framework for R

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713257

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
R-shiny-1.3.2-1.fc30 has been pushed to the Fedora 30 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-2ce5f5e280

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713287] Review Request: R-rsvg - Render SVG Images into PDF, PNG, PostScript, or Bitmap Arrays

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713287

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
R-rsvg-1.3-1.fc30 has been pushed to the Fedora 30 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-1947401ffb

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1703362] Review Request: quilter - Focus on your writing

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1703362

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-05-25 01:04:59



--- Comment #11 from Fedora Update System  ---
quilter-1.8.4-2.20190425git5c7a1ca.fc30 has been pushed to the Fedora 30 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767

Björn Persson  changed:

   What|Removed |Added

 CC||bj...@xn--rombobjrn-67a.se



--- Comment #4 from Björn Persson  ---
I'll review this in exchange for gnatcoll-db, bug 1692166, if you think that's
sufficiently similar in complexity.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1707976] Review Request: libmpeg2 - MPEG-2 decoder

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1707976



--- Comment #12 from Fedora Update System  ---
gstreamer1-plugins-ugly-free-1.14.4-2.fc29, libmpeg2-0.5.1-18.fc29 has been
pushed to the Fedora 29 stable repository. If problems still persist, please
make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1712593] Review Request: python3-colorama - Cross-platform colored terminal text

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1712593



--- Comment #13 from Fedora Update System  ---
RBTools-1.0.2-1.fc29 has been pushed to the Fedora 29 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-c91faebbfa

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1711203] Review Request: R-haven - Import and Export 'SPSS', 'Stata' and 'SAS' Files

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1711203



--- Comment #7 from Fedora Update System  ---
R-haven-2.1.0-1.fc29 has been pushed to the Fedora 29 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-f6f2ab2f7f

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713794] New: Review Request: python-mido - A Python library for working with MIDI messages and ports

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713794

Bug ID: 1713794
   Summary: Review Request: python-mido - A Python library for
working with MIDI messages and ports
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-mido.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-mido-1.2.9-1.fc29.src.rpm

Project URL: https://github.com/mido/mido

Description:
Mido is a library for working with MIDI messages and ports.

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

rpmlint output:
$ rpmlint python-mido-1.2.9-1.fc29.src.rpm 
python-mido.src:37: W: macro-in-comment %check
python-mido.src:38: W: macro-in-comment %{__python3}
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint python3-mido-1.2.9-1.fc29.noarch.rpm 
python3-mido.noarch: W: no-manual-page-for-binary mido-connect
python3-mido.noarch: W: no-manual-page-for-binary mido-play
python3-mido.noarch: W: no-manual-page-for-binary mido-ports
python3-mido.noarch: W: no-manual-page-for-binary mido-serve
1 packages and 0 specfiles checked; 0 errors, 4 warnings.

Fedora Account System Username: fab

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767



--- Comment #3 from Richard W.M. Jones  ---
Successful scratch build in F31:
https://koji.fedoraproject.org/koji/taskinfo?taskID=35036198

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1103355] Review Request: drupal7-entityreference - Provides a field type that can reference arbitrary entities

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1103355

Shawn Iwinski  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX
Last Closed||2019-05-24 19:04:41



--- Comment #4 from Shawn Iwinski  ---
Closing this very old review request

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1102882] Review Request: drupal7-field_group - Fieldgroup will, as the name implies, group fields together

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1102882

Shawn Iwinski  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX
Last Closed||2019-05-24 19:04:16



--- Comment #4 from Shawn Iwinski  ---
Closing this very old review request

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1099912] Review Request: drupal7-imce - IMCE is an image/file uploader and browser

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1099912

Shawn Iwinski  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX
   Assignee|jsmith.fed...@gmail.com |sh...@iwin.ski
Last Closed||2019-05-24 19:03:59



--- Comment #2 from Shawn Iwinski  ---
Closing this very old review request

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1101764] Review Request: drupal7-devel - A suite of modules containing fun for module developers and themers

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1101764

Shawn Iwinski  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX
   Assignee|jsmith.fed...@gmail.com |sh...@iwin.ski
Last Closed||2019-05-24 19:03:18



--- Comment #3 from Shawn Iwinski  ---
Closing this very old review request

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 880036] Review Request: drupal7-webform_paypal - The Webform Paypal module sends the user to Paypal to complete a payment

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=880036

Shawn Iwinski  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
   Assignee|nob...@fedoraproject.org|sh...@iwin.ski
Last Closed||2019-05-24 19:02:56



--- Comment #4 from Shawn Iwinski  ---
Closing this very old review request

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767



--- Comment #2 from Richard W.M. Jones  ---
Possibly the Python library should be called python3-nbd?  I'm not sure.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767



--- Comment #1 from Richard W.M. Jones  ---
rpmlint says:

libnbd.x86_64: W: spelling-error %description -l en_US multithreaded ->
multicolored

 - rpmlint is wrong

libnbd.x86_64: W: crypto-policy-non-compliance-gnutls-1
/usr/lib64/libnbd.so.0.0.0 gnutls_priority_set_direct

 - I think this is fine, but I asked about it on fedora-devel:
  
https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/IGQQHBP56DY5W5G7BKSYDIECNPF3YC73/

python3-libnbd.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/libnbdmod.cpython-37m-x86_64-linux-gnu.so
libnbdmod.cpython-37m-x86_64-linux-gnu.so()(64bit)

 - no idea about this one

python3-libnbd.x86_64: W: no-documentation
python3-libnbd.x86_64: W: no-manual-page-for-binary nbdsh

 - These are correct.  We intend to add documentation upstream soon.

libnbd.src: W: spelling-error %description -l en_US multithreaded ->
multicolored
libnbd.src: W: strange-permission libnbd-0.1.tar.gz.sig 775

 - not sure about this one

7 packages and 0 specfiles checked; 0 errors, 7 warnings.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713767] New: Review Request: libnbd - NBD client library in userspace

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713767

Bug ID: 1713767
   Summary: Review Request: libnbd - NBD client library in
userspace
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rjo...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: http://oirase.annexia.org/reviews/libnbd/libnbd.spec
SRPM URL: http://oirase.annexia.org/reviews/libnbd/libnbd-0.1-1.fc30.src.rpm
Description: NBD client library in userspace
Fedora Account System Username: rjones

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1659759] Review Request: python-slacker - Slack API client

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1659759

Raphael Groner  changed:

   What|Removed |Added

   Fixed In Version||python-slacker-0.12.0-3.el7
 Resolution|ERRATA  |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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1645723] Review Request: slack-cleaner - Bulk delete messages/files on Slack

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1645723

Raphael Groner  changed:

   What|Removed |Added

   Fixed In Version||slack-cleaner-0.5.0-2.el7
 Resolution|NEXTRELEASE |CURRENTRELEASE



--- Comment #12 from Raphael Groner  ---
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f46307ac15

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713686] New: Review Request: python-pytest-xprocess - pytest plugin to manage external processes across test runs

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713686

Bug ID: 1713686
   Summary: Review Request: python-pytest-xprocess - pytest plugin
to manage external processes across test runs
   Product: Fedora
   Version: 30
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: fzatl...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



SPEC:
https://copr-be.cloud.fedoraproject.org/results/frantisekz/review-request/fedora-30-x86_64/00915261-python-pytest-xprocess/python-pytest-xprocess.spec
SRPM:
https://copr-be.cloud.fedoraproject.org/results/frantisekz/review-request/fedora-30-x86_64/00915261-python-pytest-xprocess/python-pytest-xprocess-0.12.1-1.fc30.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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 980934] Review Request: gstreamer-omx - GStreamer OpenMAX IL wrapper plugin

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980934

Peter Robinson  changed:

   What|Removed |Added

 Resolution|EOL |WONTFIX
  Flags|needinfo?(pbrobinson@gmail. |
   |com)|



--- Comment #8 from Peter Robinson  ---
Agreed, and the best implementation of openmax is now different, I meant to
close this a while back.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 980934] Review Request: gstreamer-omx - GStreamer OpenMAX IL wrapper plugin

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980934

Nicolas Chauvet (kwizart)  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |EOL
Last Closed||2019-05-24 10:40:49



--- Comment #7 from Nicolas Chauvet (kwizart)  ---
I don't think omxil is still relevant for Linux, the main users would be rpi
but it will use mmal 
Others devices with rev-eng hardware are starting to implement v4l2-requests
api, (or vdpau for tegra once migrated to v4l2-requests) so that's the way
forward.

Let's close this as EOL

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 769487] Review Request: python-glumpy - Small python library for rapid visualization of numpy arrays

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=769487

Nicolas Chauvet (kwizart)  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |EOL
Last Closed||2019-05-24 10:07:23



--- Comment #19 from Nicolas Chauvet (kwizart)  ---
Trying to figure out what's on my side for this ticket I except there is not
much improvements.

The missing dependency is still here and if there is indeed an issue to have
it, it could eventually be made into RPM Fusion nonfree section (provided that
it's considered as redistributable).
Once the requested dependency is here, glumpy would need to be reviewed in the
same nonfree section (unless triangle can be made optional in glumpy).

Please re-open only if the spec/src.rpm are in a working state.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1713604] New: Review Request: onvifviewer - Network camera viewer

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1713604

Bug ID: 1713604
   Summary: Review Request: onvifviewer - Network camera viewer
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: cas...@meijn.net
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://copr-be.cloud.fedoraproject.org/results/caspermeijn/ONVIFViewer/fedora-rawhide-x86_64/00915058-onvifviewer/onvifviewer.spec
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/caspermeijn/ONVIFViewer/fedora-rawhide-x86_64/00915058-onvifviewer/onvifviewer-0.10-1.fc31.src.rpm
Description: The goal of this project is to replace the proprietary app that
was needed to 
configure and view my IP camera. The ONVIF protocol can be used to view and 
configure many types of camera's and is a open standard that can be implemented 
using standard SOAP libraries. Using Qt5 for the back-end and Kirigami UI 
framework makes this application a cross-platform solution.
Fedora Account System Username: caspermeijn


There are two things that I am not sure of:
* The source files related to the ONVIF protocol may be distributed, but not
modified. Is this allowed in the source package? Does this need to be stated in
the spec file? Does this change the license of the binary (and with that the
License field)?
* The tests in the package require a X server. Is this possible during a
rpmbuild? Is it useful to run these tests?
Thanks in advance.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1669793] Review Request: python-vpoller - Distributed vSphere API Proxy

2019-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1669793

Raphael Groner  changed:

   What|Removed |Added

 Status|ON_QA   |POST



--- Comment #21 from Raphael Groner  ---
Copied from bodhi: tis 13 hours ago

python-vpoller-doc-0.7.3-3.el7.noarch requires /sbin/runscript which is not
provided by any 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org