[Bug 1356907] Review Request: rust - The Rust Programming Language

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1356907



--- Comment #19 from Martin Stransky  ---
Folks, it's really good to see this in Fedora, Thanks!

We will use that for Fedora Firefox builds when it's ready. Also Rust is going
to be a base Firefox compiler, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1284816

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1340473] Review Request: mvapich2 - MPI implementation for InfiniBand , iWARP and RoCE

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1340473

Honggang LI  changed:

   What|Removed |Added

 CC||mschm...@redhat.com
  Flags||needinfo?(mschmidt@redhat.c
   ||om)



--- Comment #2 from Honggang LI  ---
Hi, Michal

Issue 1:
Please provide justifies for bundle libraries: hydra, openpa, romio, mpl.


Issue 2:
mvapich2.spec line 52, please replace 'MPI 3.0' with 'MPI 3.1'.


Issue 3:
Please install mvapich2-2.2rc1/www/index.html into /usr/share/doc/mvapich2 . It
is missing now.


Issue 4:
Please install/package up these files, 'README.envvar', 'CHANGES', 'CHANGELOG',
and 'RELEASE_NOTES' into mvapich2-doc subpackage. Especially, the
'README.envvar' file includes mvapich2 environment parameters, it is very
important for mvapich2 performance tuning.


Issue 5:
mvapich2-devel subpackage MUST require gcc-c++ and gcc. The gcc package may be
available for most machine used for coding/compiling. However, the gcc-c++ is
not. I can't compile mvapich2 example program in C++ after install the mvapich2
rpm packages because gcc-c++ is missing.



Issue 6:
Please check why mvapich2 fortran module files are missing.
[root@rdma-dev-03 ~]$ ls /usr/lib64/gfortran/modules/*
/usr/lib64/gfortran/modules/mpich:
mpi_base.mod  mpi_constants.mod  mpi.mod  mpi_sizeofs.mod

/usr/lib64/gfortran/modules/mvapich2:

/usr/lib64/gfortran/modules/openmpi:
mpi_ext.modmpi_f08_interfaces_callbacks.mod  mpi_f08_types.mod
mpi_f08_callbacks.mod  mpi_f08_interfaces.modmpi.mod
mpi_f08_ext.modmpi_f08.mod  
pmpi_f08_interfaces.mod


Issue 7:
I know you had setup '--enable-wrapper-rpath=no' for configure. However, it
seems something is wrong. You may need chrpath to fix
"binary-or-shlib-defines-rpath" issue.

mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpivars ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpirun_rsh ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpiname ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpicxx.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpispawn ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpifort.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpiexec.mpirun_rsh ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpichversion ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpi.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpifort.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpispawn ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpi.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpichversion ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpiexec.mpirun_rsh ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpirun_rsh ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/lib/libmpicxx.so.12.0.5 ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpivars ['/lib']
mvapich2.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib64/mvapich2/bin/mpiname ['/lib']


Issue 8:
[root@rdma-dev-03 ~]$ cat /usr/lib/rpm/macros.d/macros.mvapich2-x86_64
%_mvapich2_load \
 . /etc/profile.d/modules.sh; \
 module load mpi/mvapich2-%{_arch}; \
 export CFLAGS="$CFLAGS %{optflags}";  <---Please remove it.
%_mvapich2_unload \
 . /etc/profile.d/modules.sh; \
 module unload mpi/mvapich2-%{_arch};


Issue 9:
Please delete this line from the mvapich2.spec file.
mkdir %{buildroot}%{_mandir}/%{namearch}/man{2,4,5,6,7,8,9,n}


Issue 10:
Massive "undefined-non-weak-symbol" issue for MPI APIs.

mvapich2.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mvapich2/lib/libmpifort.so.12.0.5 MPI_UNWEIGHTED

$ grep undefined-non-weak-symbol review.txt |awk '{print $1, $4}'|sort|uniq -c
248 mvapich2.x86_64: /usr/lib64/mvapich2/lib/libmpicxx.so.12.0.5
384 mvapich2.x86_64: /usr/lib64/mvapich2/lib/libmpifort.so.12.0.5

Those symbols are defined in libmpi.so.12.0.5.


Issue 11:
"unused-direct-shlib-dependency" issue for libmpicxx.so.12.0.5 and
libmpifort.so.12.0.5. It maybe can be ignored.


Issue 12;
[ ]: Package requires other packages for directories it uses.
 Note: No known owner of /usr/lib64/gfortran,
 /usr/share/modulefiles/mpi
[ ]: Package must own all directories that it creates.
 Note: Directories without known owne

[Bug 1329838] Review Request: ghc-uglymemo - A simple (but internally ugly ) memoization function

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1329838



--- Comment #2 from Ben Boeckel  ---
Spec URL:
https://mathstuf.fedorapeople.org/packaging/ghc-uglymemo/ghc-uglymemo.spec
SRPM URL:
https://mathstuf.fedorapeople.org/packaging/ghc-uglymemo/ghc-uglymemo-0.1.0.1-1.fc26.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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1353001] Review Request: gns3-gui - GNS3 graphical user interface

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1353001



--- Comment #7 from Zbigniew Jędrzejewski-Szmek  ---
Oh, and  should be CC0-1.0, just to make life easier for
everybody.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1353001] Review Request: gns3-gui - GNS3 graphical user interface

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1353001

Zbigniew Jędrzejewski-Szmek  changed:

   What|Removed |Added

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



--- Comment #6 from Zbigniew Jędrzejewski-Szmek  ---
+ package name is OK
+ latest version
+ license is acceptable
- license is specified correctly:
   the license is GPLv3+, not GPLv3, according to headers

+ no scriptlets present or necessary
- appdata file is present (but see below)

+ package builds and installs OK
+ provides/requires look sane

Package is APPROVED, please fix up when uploading.

--

appstream-util validate says:
• tag-invalid   :  is not valid [GPLv3]
• tag-invalid   :  is not valid [GPLv3]SPDX ID 'GPLv3'
unknown
Correct spdx tag is GPL-3.0+

• tag-missing   :  not specified
• tag-missing   :  is not present
You should probably use your maintainer e-mail here.

• style-invalid : Not enough  tags
Without screenshots the package looks bad in gnome-software :(

• tag-missing   :  is not present
• tag-missing   :  is not present
Those two should be added.

It would be nice to fix the appdata file to also pass validate without warnings
(%check should continue to use validate-relax --nonet).

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1353000] Review Request: gns3-server - Graphical Network Simulator 3

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1353000



--- Comment #13 from Zbigniew Jędrzejewski-Szmek  ---
You probably want to request pkgdb, even before -gui review is finished.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361891] Review Request: python-windtalker - Super easy-to-use encryption and decryption tool

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361891



--- Comment #5 from William Moreno  ---
Spec URL:
https://williamjmorenor.fedorapeople.org/rpmdev/python-windtalker.spec
SRPM URL:
https://williamjmorenor.fedorapeople.org/rpmdev/python-windtalker-0.0.4-2.fc26.src.rpm

Scratch builds:

f26: http://koji.fedoraproject.org/koji/taskinfo?taskID=15110151
f25: http://koji.fedoraproject.org/koji/taskinfo?taskID=15110165
f24: http://koji.fedoraproject.org/koji/taskinfo?taskID=15110174
f23: http://koji.fedoraproject.org/koji/taskinfo?taskID=15110194
el7: http://koji.fedoraproject.org/koji/taskinfo?taskID=15110148

Secondary Arch builds:

s390: http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=2306155
arm:  http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=3654120
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3578008


%changelog
* Tue Aug 02 2016 William Moreno  - 0.0.4-2
- Disable doc build.

Should build fine now, will enable doc builds only in Fedora>24

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361288] Review Request: python-pytg - Python package that communicates with the Telegram CLI

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361288



--- Comment #14 from Fedora Update System  ---
python-pytg-0.4.10-1.fc24 has been pushed to the Fedora 24 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-2016-bb176a1f72

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1358595] Review Request: ibus-uniemoji - Input method for entering unicode symbols and emoji by name

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1358595



--- Comment #6 from Fedora Update System  ---
ibus-uniemoji-0.5.0-2.fc24 has been pushed to the Fedora 24 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-2016-d116ba610a

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1238385] Review Request: mingw-qtspell - Spell checking for Qt text widgets

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238385



--- Comment #13 from Fedora Update System  ---
mingw-qtspell-0.8.1-3.fc24 has been pushed to the Fedora 24 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-2016-2cb7f5f543

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359473] Review Request: legendsbrowser - Java-based legends viewer for Dwarf Fortress

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359473



--- Comment #22 from Fedora Update System  ---
legendsbrowser-1.0.12-3.fc24 has been pushed to the Fedora 24 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-2016-150f435641

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359244] Review Request: hpack - Header Compression for HTTP/2

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359244

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
hpack-1.0.2-1.fc24 has been pushed to the Fedora 24 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-2016-2c444dddc3

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1238385] Review Request: mingw-qtspell - Spell checking for Qt text widgets

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238385

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #12 from Fedora Update System  ---
mingw-qtspell-0.8.1-3.fc23 has been pushed to the Fedora 23 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-2016-71177eda7a

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1346806] Review Request: nss-pem - PEM file reader for Network Security Services (NSS)

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1346806

Fedora Update System  changed:

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|ERRATA  |---
   Keywords||Reopened



--- Comment #10 from Fedora Update System  ---
nss-3.25.0-1.2.fc23, nss-pem-1.0.2-2.fc23 has been pushed to the Fedora 23
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-2016-87e128568d

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359473] Review Request: legendsbrowser - Java-based legends viewer for Dwarf Fortress

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359473

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #21 from Fedora Update System  ---
legendsbrowser-1.0.12-3.fc23 has been pushed to the Fedora 23 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-2016-d8e2d68ad5

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361288] Review Request: python-pytg - Python package that communicates with the Telegram CLI

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361288



--- Comment #13 from Fedora Update System  ---
python-pytg-0.4.10-1.fc23 has been pushed to the Fedora 23 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-2016-e2e6d96f4c

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1358595] Review Request: ibus-uniemoji - Input method for entering unicode symbols and emoji by name

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1358595

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
ibus-uniemoji-0.5.0-2.fc23 has been pushed to the Fedora 23 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-2016-c101b12a36

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1343661] Rebase clufter component

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343661

errata-xmlrpc  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1353000] Review Request: gns3-server - Graphical Network Simulator 3

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1353000



--- Comment #12 from Athmane Madjoudj  ---
New upstream release.

I forgot to mention that I'm building this on copr (dnf copr enable
athmane/gns3)


Spec URL: https://athmane.fedorapeople.org/pkgs/gns3/gns3-server.spec
SRPM URL:
https://athmane.fedorapeople.org/pkgs/gns3/gns3-server-1.5.1-1.fc24.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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1353001] Review Request: gns3-gui - GNS3 graphical user interface

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1353001

Athmane Madjoudj  changed:

   What|Removed |Added

Summary|Review Request: gns3-gui -  |Review Request: gns3-gui -
   |Graphical Network Simulator |GNS3 graphical user
   |3   |interface



--- Comment #5 from Athmane Madjoudj  ---
Thank you for reviewing, please find the new spec/srpm.

I forgot to mention that I'm building this on copr (dnf copr enable
athmane/gns3)

Spec URL: https://athmane.fedorapeople.org/pkgs/gns3/gns3-gui.spec
SRPM URL:
https://athmane.fedorapeople.org/pkgs/gns3/gns3-gui-1.5.1-1.fc24.src.rpm

%changelog
* Tue Aug 02 2016 Athmane Madjoudj  - 1.5.1-1
- Update to 1.5.1
- Fix the url

* Tue Aug 02 2016 Athmane Madjoudj  - 1.5.0-2
- Minor spec fixes
- Provide AppData

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362626] Review Request: mediawriter - Fedora Media Writer

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362626

Itamar Reis Peixoto  changed:

   What|Removed |Added

 CC||ita...@ispbrasil.com.br
   Assignee|nob...@fedoraproject.org|ita...@ispbrasil.com.br
  Flags||fedora-review?



--- Comment #1 from Itamar Reis Peixoto  ---
I will review it tonight

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1246277] Review Request: golang-github-golang-sys - Go packages for low-level interaction with the operating system

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1246277

Fedora Update System  changed:

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|ERRATA  |---
   Keywords||Reopened



--- Comment #15 from Fedora Update System  ---
golang-github-golang-sys-0-0.5.git33267e0.el6 has been pushed to the Fedora
EPEL 6 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-EPEL-2016-cfae4239d2

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361288] Review Request: python-pytg - Python package that communicates with the Telegram CLI

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361288

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #11 from Fedora Update System  ---
python-pytg-0.4.10-1.el6 has been pushed to the Fedora EPEL 6 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-EPEL-2016-4f9ae4dd9b

--- Comment #12 from Fedora Update System  ---
python-pytg-0.4.10-1.el7 has been pushed to the Fedora EPEL 7 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-EPEL-2016-ecaadaddc2

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361288] Review Request: python-pytg - Python package that communicates with the Telegram CLI

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361288

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #11 from Fedora Update System  ---
python-pytg-0.4.10-1.el6 has been pushed to the Fedora EPEL 6 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-EPEL-2016-4f9ae4dd9b

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1360952] Review Request: quake2 - Client for Quake2 Game ( Yamagi Version)

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1360952



--- Comment #30 from Fedora Update System  ---
quake2-5.34-5.fc24 has been pushed to the Fedora 24 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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1360952] Review Request: quake2 - Client for Quake2 Game ( Yamagi Version)

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1360952

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2016-08-02 15:52:55



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362626] New: Review Request: mediawriter - Fedora Media Writer

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362626

Bug ID: 1362626
   Summary: Review Request: mediawriter - Fedora Media Writer
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: mbr...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://mbriza.fedorapeople.org/mediawriter.spec
SRPM URL:
https://mbriza.fedorapeople.org/mediawriter-0.0-1.20160802git0054ae4c.fc24.src.rpm
Description: Fedora Media Writer is a tool to help users put fedora images on
their portable drives
Fedora Account System Username: mbriza

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1343661] Rebase clufter component

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343661

Jan Pokorný  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED
   Fixed In Version|clufter-0.59.3-1.el7|clufter-0.59.4-1.el7



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361659] Re-Review Request: vdsm - Virtual Desktop Server Manager

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361659

automat...@ovirt.org changed:

   What|Removed |Added

External Bug ID||oVirt gerrit 61844



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361659] Re-Review Request: vdsm - Virtual Desktop Server Manager

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361659

Yaniv Bronhaim  changed:

   What|Removed |Added

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



--- Comment #2 from Yaniv Bronhaim  ---
New: Using master branch, so the output tar and src.rpm version is different
than the one specified in the description

See my comments inline below

Spec URL: bronhaim.fedorapeople.org/vdsm.spec
SRPM URL: vdsm-4.18.999-338.gite4625d3.fc23.src.rpm


(In reply to Douglas Schilling Landgraf from comment #1)
> Hi Yaniv,
> 
> fedora-review initially shared below, could you please review the following?
> 
> - All build dependencies are listed in BuildRequires, except for any that
>   are listed in the exceptions section of Packaging Guidelines.

I believe that all our build requirements are listed accordingly - do you see
something specific that relates to exceptions section? 

>   Note: These BR are not needed: rpm-build

It was added by purpose as it was needed in https://gerrit.ovirt.org/#/c/7955/

> 
> - Uses parallel make %{?_smp_mflags} macro.

For some reason the make fails with -j4 flag :\ still trying to understand why,
so for now I still don't use the macro.

> 
> - Do not use config for tmpfilesdir (%config(noreplace)
> %{_tmpfilesdir}/%{vdsm_name}.conf)
> %{_tmpfilesdir} expands to %{_prefix}/lib/tmpfiles.d which is the location
> that the package's default tmpfile creation scripts should install into.
> %{_tmpfilesdir}/%{name}.conf is not marked as a %config file because it is
> not supposed to be edited by administrators. Administrators can override the
> package's %{name}.conf by placing an identically named file in
> /etc/tmpfiles.d/, but this should very rarely be needed. 
> 

Removed %config(noreplace) from this file which is not needed

> The requires of python-devel must be updated
> - Package contains BR: python2-devel or python3-devel

Require specifically python2-devel - we don't need python3-devel for now

> 
> - Try to reduce the number of output of rpmlint

The warnings we have are:

>> vdsm.spec:159: W: unversioned-explicit-obsoletes %{name}-infra

Added >= 4.16.0 where it was first introduced 

>>vdsm.spec:768: E: hardcoded-library-path in 
>>%{buildroot}/usr/lib/systemd/systemd-vdsmd
vdsm.spec:769: E: hardcoded-library-path in
%{buildroot}/usr/lib/systemd/system-preset/85-vdsmd.preset
vdsm.spec:904: E: hardcoded-library-path in /usr/lib/systemd/systemd-vdsmd
vdsm.spec:905: E: hardcoded-library-path in
/usr/lib/systemd/system-preset/85-vdsmd.preset

Using %{_libdir} now

>>vdsm.spec: W: invalid-url Source0: vdsm-4.18.999.tar.gz

Changed to https://bronhaim.fedorapeople.org/%{vdsm_name}-%{version}.tar.gz and
I'll upload the tar there

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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 804125] Review Request: rdkit - A toolkit for cheminformatics and machine learning

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=804125



--- Comment #54 from Antonio Trande  ---
Fedora rawhide-i386.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 804125] Review Request: rdkit - A toolkit for cheminformatics and machine learning

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=804125



--- Comment #53 from Gianluca Sforna  ---
(In reply to Antonio Trande from comment #52)
> 
> Gianluca, 'pdflatex' is still a missing command.

In which distro/arch? As stated above, mock build is fine.

BTW, thanks a lot for prodding the boost maintainer into looking at 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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419



--- Comment #5 from Fedora Update System  ---
golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.1.gitf52d055.fc24 has been
submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-2f481ae513

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419



--- Comment #4 from Fedora Update System  ---
golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.1.gitf52d055.el6 has been
submitted as an update to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-867562c874

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419



--- Comment #3 from Fedora Update System  ---
golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.1.gitf52d055.fc23 has been
submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-7896965d60

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 804125] Review Request: rdkit - A toolkit for cheminformatics and machine learning

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=804125



--- Comment #52 from Antonio Trande  ---
(In reply to Gianluca Sforna from comment #46)
> I prepared an updated spec/srpm for the latest version.
> 
> It builds in mock for F23, but fails its test suite in F24 (and probably
> rawhide) due to https://bugzilla.redhat.com/show_bug.cgi?id=1358725
> 
> https://giallu.fedorapeople.org/rdkit.spec
> https://giallu.fedorapeople.org/rdkit-2016.03.2-1.fc23.src.rpm

Gianluca, 'pdflatex' is still a missing command.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1347883] Review Request: nodejs-co-mocha - Enable support for generators in Mocha tests

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1347883

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||vanmeeuwen+fedora@kolabsys.
   ||com
   Assignee|nob...@fedoraproject.org|vanmeeuwen+fedora@kolabsys.
   ||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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1310124] Review Request: nodejs-chalk0 - Terminal string styling done right

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1310124

Jeroen van Meeuwen  changed:

   What|Removed |Added

   Assignee|nob...@fedoraproject.org|vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|vanmeeuwen+fedora@kolabsys. |extras...@fedoraproject.org
   |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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1305718] Review Request: nodejs-preserve - Substitute tokens in the given `string` , then put them back

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305718

Jeroen van Meeuwen  changed:

   What|Removed |Added

   Assignee|nob...@fedoraproject.org|vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|vanmeeuwen+fedora@kolabsys. |extras...@fedoraproject.org
   |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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419



--- Comment #2 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-grpc-ecosystem-grpc-gateway

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1274736] Review Request: nodejs-benchmark - A benchmarking library

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274736

Jeroen van Meeuwen  changed:

   What|Removed |Added

   Assignee|nob...@fedoraproject.org|vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|vanmeeuwen+fedora@kolabsys. |extras...@fedoraproject.org
   |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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1272090] Review Request: nodejs-expect - Write better assertions

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272090

Jeroen van Meeuwen  changed:

   What|Removed |Added

   Assignee|nob...@fedoraproject.org|vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|vanmeeuwen+fedora@kolabsys. |extras...@fedoraproject.org
   |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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338339] Review Request: openrave - Open Robotics Automation Virtual Environment

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338339



--- Comment #21 from Till Hofmann  ---
(In reply to Antonio Trande from comment #20)
> (In reply to Till Hofmann from comment #19)
> > test results: https://thofmann.fedorapeople.org/openrave/results.xml
> > 
> > Most tests fail to a missing type converter. I've reported the issue
> > upstream: https://github.com/rdiankov/openrave/issues/427
> 
> It's similar to error reported here:
> https://bugzilla.redhat.com/show_bug.cgi?id=1358725
> 
> Can you try to rebuild on rawhide ?

Thanks for pointing me into the right direction.

That worked, but there are still some failed tests:
https://kojipkgs.fedoraproject.org//work/tasks/2514/15102514/build.log

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1246277] Review Request: golang-github-golang-sys - Go packages for low-level interaction with the operating system

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1246277



--- Comment #14 from Fedora Update System  ---
golang-github-golang-sys-0-0.5.git33267e0.el6 has been submitted as an update
to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-cfae4239d2

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1310124] Review Request: nodejs-chalk0 - Terminal string styling done right

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1310124

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|extras...@fedoraproject.org |vanmeeuwen+fedora@kolabsys.
   ||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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1274736] Review Request: nodejs-benchmark - A benchmarking library

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274736

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|extras...@fedoraproject.org |vanmeeuwen+fedora@kolabsys.
   ||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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1305718] Review Request: nodejs-preserve - Substitute tokens in the given `string` , then put them back

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305718

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|extras...@fedoraproject.org |vanmeeuwen+fedora@kolabsys.
   ||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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1272090] Review Request: nodejs-expect - Write better assertions

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272090

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||vanmeeuwen+fedora@kolabsys.
   ||com
 QA Contact|extras...@fedoraproject.org |vanmeeuwen+fedora@kolabsys.
   ||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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338339] Review Request: openrave - Open Robotics Automation Virtual Environment

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338339



--- Comment #20 from Antonio Trande  ---
(In reply to Till Hofmann from comment #19)
> test results: https://thofmann.fedorapeople.org/openrave/results.xml
> 
> Most tests fail to a missing type converter. I've reported the issue
> upstream: https://github.com/rdiankov/openrave/issues/427

It's similar to error reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1358725

Can you try to rebuild on 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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362490] Review Request: libphutil - A collection of PHP utility classes

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362490



--- Comment #1 from Jeroen van Meeuwen  ---
Please note that this package may need a bunch of work, including but not
limited to the items already collected through analysis from Tim.

https://bitbucket.org/tflink/phabricator-dist/raw/c21a9d58b00f94fce779ba8b2d01bd54bae8195a/fedora-packaging-notes.rst

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362490] Review Request: libphutil - A collection of PHP utility classes

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362490

Jeroen van Meeuwen  changed:

   What|Removed |Added

 Blocks||1362491




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1362491
[Bug 1362491] Review Request: phabricator - Phabricator, an open software
engineering platform
-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362491] Review Request: phabricator - Phabricator, an open software engineering platform

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362491

Jeroen van Meeuwen  changed:

   What|Removed |Added

 CC||puiterw...@redhat.com,
   ||tfl...@redhat.com
 Depends On||1362487, 1362490



--- Comment #1 from Jeroen van Meeuwen  ---
Please note that this package may need a bunch of work, including but not
limited to the items already collected through analysis from Tim.

https://bitbucket.org/tflink/phabricator-dist/raw/c21a9d58b00f94fce779ba8b2d01bd54bae8195a/fedora-packaging-notes.rst


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1362487
[Bug 1362487] Review Request: arcanist - A command line interface to
Phabricator
https://bugzilla.redhat.com/show_bug.cgi?id=1362490
[Bug 1362490] Review Request: libphutil - A collection of PHP utility
classes
-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362487] Review Request: arcanist - A command line interface to Phabricator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362487

Jeroen van Meeuwen  changed:

   What|Removed |Added

 Blocks||1362491




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1362491
[Bug 1362491] Review Request: phabricator - Phabricator, an open software
engineering platform
-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362491] New: Review Request: phabricator - Phabricator, an open software engineering platform

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362491

Bug ID: 1362491
   Summary: Review Request: phabricator - Phabricator, an open
software engineering platform
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: vanmeeuwen+fed...@kolabsys.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://kanarip.fedorapeople.org/phabricator/phabricator.spec
SRPM URL:
https://kanarip.fedorapeople.org/phabricator/phabricator-20160710.git9da15fd-2.1.el7.src.rpm
Description: Phabricator is a collection of open source web applications that
help software companies build better software.
Fedora Account System Username: kanarip

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362490] New: Review Request: libphutil - A collection of PHP utility classes

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362490

Bug ID: 1362490
   Summary: Review Request: libphutil - A collection of PHP
utility classes
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: vanmeeuwen+fed...@kolabsys.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://kanarip.fedorapeople.org/phabricator/libphutil.spec
SRPM URL:
https://kanarip.fedorapeople.org/phabricator/libphutil-20160727.git5fd2cf9-3.1.el7.src.rpm
Description: A collection of PHP utility classes used with phabricator
Fedora Account System Username: kanarip

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362487] New: Review Request: arcanist - A command line interface to Phabricator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362487

Bug ID: 1362487
   Summary: Review Request: arcanist - A command line interface to
Phabricator
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: vanmeeuwen+fed...@kolabsys.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://kanarip.fedorapeople.org/phabricator/arcanist.spec
SRPM URL:
https://kanarip.fedorapeople.org/phabricator/arcanist-20160727.gitf1c45a3-1.1.el7.src.rpm
Description: A command-line interface to Phabricator
Fedora Account System Username: kanarip

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1238385] Review Request: mingw-qtspell - Spell checking for Qt text widgets

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238385



--- Comment #11 from Fedora Update System  ---
mingw-qtspell-0.8.1-3.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-71177eda7a

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1238385] Review Request: mingw-qtspell - Spell checking for Qt text widgets

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238385

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1238385] Review Request: mingw-qtspell - Spell checking for Qt text widgets

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238385



--- Comment #10 from Fedora Update System  ---
mingw-qtspell-0.8.1-3.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-2cb7f5f543

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1344101] Review Request: rubygem-sinatra-cross_origin - Cross Origin Resource Sharing helper for Sinatra

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1344101

Jun Aruga  changed:

   What|Removed |Added

 Depends On||1301419




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1301419
[Bug 1301419] rubygem-sinatra-1.4.7 is available
-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1344101] Review Request: rubygem-sinatra-cross_origin - Cross Origin Resource Sharing helper for Sinatra

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1344101



--- Comment #2 from Jun Aruga  ---
I failed to build.

I think the reason is the dependency package sinatra failed to build.
sinatra has broken dependency for the rack.

We need to wait below fix.
Just I uploaded the patch to fix it there.
https://bugzilla.redhat.com/show_bug.cgi?id=1301419


# Detail

## Fedora Review Command

$ fedora-review -b 1344101
INFO: Processing bugzilla bug: 1344101
INFO: Getting .spec and .srpm Urls from : 1344101
INFO:   --> SRPM url:
http://scientific.zcu.cz/fedora/rubygem-sinatra-cross_origin-0.3.2-1/rubygem-sinatra-cross_origin-0.3.2-1.fc25.src.rpm
INFO:   --> Spec url:
http://scientific.zcu.cz/fedora/rubygem-sinatra-cross_origin-0.3.2-1/rubygem-sinatra-cross_origin.spec
INFO: Using review directory:
/home/jaruga/git/fedora-packages/review/1344101-rubygem-sinatra-cross_origin
INFO: Downloading .spec and .srpm files
INFO: Downloading (Source0):
https://rubygems.org/gems/sinatra-cross_origin-0.3.2.gem
INFO: Running checks and generating report
ERROR:
Exception(/home/jaruga/git/fedora-packages/review/1344101-rubygem-sinatra-cross_origin/srpm/rubygem-sinatra-cross_origin-0.3.2-1.fc25.src.rpm)
Config(fedora-rawhide-x86_64) 0 minutes 2 seconds
INFO: Results and/or logs in:
/home/jaruga/git/fedora-packages/review/1344101-rubygem-sinatra-cross_origin/results
ERROR: Command failed: 
ERROR: 'mock build failed, see
/home/jaruga/git/fedora-packages/review/1344101-rubygem-sinatra-cross_origin/results/build.log'


## build.log

ERROR: Command failed:-
 # /usr/bin/dnf builddep --installroot
/var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 25
/var/lib/mock/fedora-rawhide-x86_64/root//builddir/build/SRPMS/rubygem-sinatra-cross_origin-0.3.2-1.fc25.src.rpm
--setopt=tsflags=nocontexts
Package rubygem-rack-test-0.6.3-3.fc24.noarch is already installed, skipping.
Error: nothing provides rubygem(rack) < 2 needed by
rubygem-sinatra-1:1.4.6-3.fc24.noarch
(try to add '--allowerasing' to command line to replace conflicting packages)

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1344101] Review Request: rubygem-sinatra-cross_origin - Cross Origin Resource Sharing helper for Sinatra

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1344101

Jun Aruga  changed:

   What|Removed |Added

 CC||jar...@redhat.com
   Assignee|nob...@fedoraproject.org|jar...@redhat.com
  Flags||fedora-review?



--- Comment #1 from Jun Aruga  ---
I will review this!

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1361334] Review Request: rubygem-rails-controller-testing - Extracting `assigns` and `assert_template` from ActionDispatch

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361334

Jun Aruga  changed:

   What|Removed |Added

 CC||jar...@redhat.com
   Assignee|nob...@fedoraproject.org|jar...@redhat.com
  Flags||fedora-review?



--- Comment #1 from Jun Aruga  ---
I will review it!

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359246] Review Request: netty5 - An asynchronous event-driven network application framework and tools for Java

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359246



--- Comment #2 from gil cattaneo  ---
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=15099390

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419

Lokesh Mandvekar  changed:

   What|Removed |Added

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



--- Comment #1 from Lokesh Mandvekar  ---
- spec conforms to golang packaging draft
- only sources installed
- license correct and valid

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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1362419] New: Review Request: golang-github-grpc-ecosystem-grpc-gateway - GRPC to JSON proxy generator

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1362419

Bug ID: 1362419
   Summary: Review Request:
golang-github-grpc-ecosystem-grpc-gateway - GRPC to
JSON proxy generator
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: jchal...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://jchaloup.fedorapeople.org/reviews/golang-github-grpc-ecosystem-grpc-gateway/golang-github-grpc-ecosystem-grpc-gateway.spec

SRPM URL:
https://jchaloup.fedorapeople.org/reviews/golang-github-grpc-ecosystem-grpc-gateway/golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.1.gitf52d055.fc20.src.rpm

Description: GRPC to JSON proxy generator

Fedora Account System Username: jchaloup

Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=15099486

$ rpmlint
golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.1.gitf52d055.fc20.src.rpm
golang-github-grpc-ecosystem-grpc-gateway-devel-1.0.0-0.1.gitf52d055.fc20.noarch.rpm
golang-github-grpc-ecosystem-grpc-gateway-unit-test-devel-1.0.0-0.1.gitf52d055.fc20.x86_64.rpm
3 packages and 0 specfiles checked; 0 errors, 0 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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359244] Review Request: hpack - Header Compression for HTTP/2

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359244

Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |MODIFIED



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359244] Review Request: hpack - Header Compression for HTTP/2

2016-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359244



--- Comment #4 from Fedora Update System  ---
hpack-1.0.2-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-2c444dddc3

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org