[Bug 1509590] New: Review Request: cool-retro-term - Terminal emulator mimicking a CRT display

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509590

Bug ID: 1509590
   Summary: Review Request: cool-retro-term - Terminal emulator
mimicking a CRT display
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: fed...@svgames.pl
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



spec: https://svgames.pl/fedora/cool-retro-term-1.0.1-1.spec
srpm: https://svgames.pl/fedora/cool-retro-term-1.0.1-1.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=22924308

Description: cool-retro-term is a terminal emulator which tries to mimic the
look and feel of the old cathode tube screens. It has been designed to be
eye-candy, customizable, and reasonably lightweight.

Fedora Account System Username: suve

-- 
You are 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


[Bug 1497633] Review Request: mediaextract - Extract media files that are embedded within other files

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1497633



--- Comment #7 from Ye Cheng <18969068...@163.com> ---
Spec URL:
http://copr-dist-git.fedorainfracloud.org/cgit/yecheng/mediaextract/mediaextract.git/tree/mediaextract.spec

SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/yecheng/mediaextract/fedora-rawhide-x86_64/00657935-mediaextract/mediaextract-1.0-1.fc28.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


[Bug 1509568] Review Request: mellowplayer - Cloud music integration for your desktop

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509568

Robert-André Mauchin  changed:

   What|Removed |Added

 CC||zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin  ---
Not a formal review but a couple of points after reading the SPEC:

 - Don't add:

%dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps

   These directories should be owned by the Requires to hicolor-icon-theme

 - Please note last week change in the guidelines regarding Appdata. It was
announced on the devel-announce mailing list:

Appstream metadata guidelines were updated to reflect the new location
into which appdata files should be placed.

* https://fedoraproject.org/wiki/Packaging:AppData
* https://pagure.io/packaging-committee/issue/704

   Per the new guidelines, appdata files must now be installed in
%{_datadir}/metainfo/ instead of %{_datadir}/appdata/

 - You must run the Icon cache scriplet:
https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging:ScriptletSnippets#Icon_Cache


%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

 - Add the changelog and authors to %doc:

%doc AUTHORS.md CHANGELOG.md README.md

 - Use this simplified URL:

Source0:   
https://github.com/ColinDuquesnoy/%{name}/archive/%{version}/%{name}-%{version}.tar.gz

 - Regarding:

# Build is broken on:
ExcludeArch: ppc64le ppc64 s390x

Build is not "broken", MellowPlayer is using Qt Web Engine, which is only
available on some arches. However this is not how you should handle it, instead
we have a specific macro:

ExclusiveArch:  %{qt5_qtwebengine_arches}

-- 
You are 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


[Bug 1506734] Review Request: php-amqplib - Pure PHP implementation of the AMQP protocol

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506734



--- Comment #17 from Fedora Update System  ---
php-amqplib-2.7.0-2.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-2017-73a12da597

-- 
You are 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


[Bug 1505084] Review Request: php-pda-pheanstalk - PHP client for beanstalkd queue

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505084



--- Comment #15 from Fedora Update System  ---
php-pda-pheanstalk-3.1.0-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-2017-e2273578fa

-- 
You are 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


[Bug 1506741] Review Request: php-stecman-symfony-console-completion - Automatic BASH completion for Symfony Console based applications

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506741



--- Comment #16 from Fedora Update System  ---
php-stecman-symfony-console-completion-0.7.0-2.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-2017-d5d84d9389

-- 
You are 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


[Bug 1506331] Review Request: golang-github-tjfoc-gmsm - GM SM2/3/ 4 library based on Golang

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506331



--- Comment #9 from Fedora Update System  ---
golang-github-tjfoc-gmsm-1.0.1-1.20171023.git9d99fac.fc25 has been pushed to
the Fedora 25 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


[Bug 1509034] Review Request: phd2 - Telescope guiding software

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509034



--- Comment #4 from Richard Shaw  ---
Ok, a couple of questions:

1. There is one directory left in the "thirdparty" directory. Is it required
and not bundled?

2. The build generates a LOT of warnings, it was difficult to find a compile
line to verify the build flags were being honored. 

The project seems to be using C++11 but in Fedora 26 and up, C++14 is standard.
Unless the project will not build with C++14, the flag should be removed.

3. rpmlint doesn't like the ICU license.. It looks like an MIT variant,
correct?

4. These are only warnings but they should be fixed:

phd2.x86_64: W: spurious-executable-perm
/usr/share/doc/phd2/PHD_2.0_Architecture.docx

In %install:
chmod 0644 %{buildroot}%{_docdir}/%{name}/PHD_2.0_Architecture.docx

phd2.x86_64: W: wrong-file-end-of-line-encoding
/usr/share/doc/phd2/README-PHD2.txt

There are several options for fixing line endings...

-- 
You are 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


[Bug 1505026] Review Request: brightlight - CLI tool to change screen back light brightness

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505026

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2017-11-04 17:09:38



--- Comment #13 from Fedora Update System  ---
brightlight-5-1.fc26 has been pushed to the Fedora 26 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


[Bug 1506331] Review Request: golang-github-tjfoc-gmsm - GM SM2/3/ 4 library based on Golang

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506331

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2017-11-04 17:09:30



--- Comment #8 from Fedora Update System  ---
golang-github-tjfoc-gmsm-1.0.1-1.20171023.git9d99fac.fc26 has been pushed to
the Fedora 26 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


[Bug 505154] Tracker: Review Requests for Science and Technology related packages

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=505154
Bug 505154 depends on bug 1505108, which changed state.

Bug 1505108 Summary: Review Request: petsc4py - This package provides Python 
bindings for MPI PETSc
https://bugzilla.redhat.com/show_bug.cgi?id=1505108

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
You are receiving this mail because:
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1505108] Review Request: petsc4py - This package provides Python bindings for MPI PETSc

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505108

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2017-11-04 17:09:07



--- Comment #13 from Fedora Update System  ---
petsc4py-3.8.0-2.fc26 has been pushed to the Fedora 26 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


[Bug 1060852] Review Request: flnet - Amateur Radio Net Control Station

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060852



--- Comment #20 from Richard Shaw  ---
(In reply to mgans...@alice.de from comment #19)
> Issues:
> ===
> 
> [!]: Package must own all directories that it creates.
>  Note: Directories without known owners: /usr/share/metainfo
> 
> please add
>  %dir %{_datadir}/metainfo
> to file section

I'll take a look at this... I don't think packages providing an appdata file
should own that directory but nothing else seems to...


> - please use %{name} macro instead of flnet.

For some reason I don't like using the name macro for one off files :)


> - please inform upstream about flnet.appdata.xml file

He is aware as I had them supply links for screenshots but I'm not sure he's
interested in adding it to the project.

-- 
You are 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


[Bug 1508478] Review Request: linsim - Tool for Amateur Radio Digital Mode evaluation

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1508478



--- Comment #4 from Richard Shaw  ---
Repo and branches requested. Thanks for the review!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1321081] Review Request: flwkey - Modem program for the K1EL Winkeyer series

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1321081



--- Comment #8 from Richard Shaw  ---
Repo and branches requested. Thanks for the review!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1506734] Review Request: php-amqplib - Pure PHP implementation of the AMQP protocol

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506734



--- Comment #16 from Fedora Update System  ---
php-amqplib-2.7.0-2.fc26 has been pushed to the Fedora 26 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-2017-e55a4b2d86

-- 
You are 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


[Bug 1505073] Review Request: php-symfony4 - Symfony PHP framework ( version 4)

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505073



--- Comment #8 from Fedora Update System  ---
php-symfony4-4.0.0-0.2.beta2.fc26 has been pushed to the Fedora 26 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-2017-8117576162

-- 
You are 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


[Bug 1505084] Review Request: php-pda-pheanstalk - PHP client for beanstalkd queue

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505084



--- Comment #14 from Fedora Update System  ---
php-pda-pheanstalk-3.1.0-1.fc26 has been pushed to the Fedora 26 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-2017-776c888f65

-- 
You are 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


[Bug 1506741] Review Request: php-stecman-symfony-console-completion - Automatic BASH completion for Symfony Console based applications

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506741



--- Comment #15 from Fedora Update System  ---
php-stecman-symfony-console-completion-0.7.0-2.fc26 has been pushed to the
Fedora 26 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-2017-5a9571dcf5

-- 
You are 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


[Bug 1505076] Review Request: php-vlucas-phpdotenv - Loads environment variables from .env

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505076



--- Comment #13 from Fedora Update System  ---
php-vlucas-phpdotenv-2.4.0-1.fc26 has been pushed to the Fedora 26 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-2017-42994359f8

-- 
You are 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


[Bug 1400427] Review Request: tasksh - Shell command that wraps Taskwarrior commands

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1400427



--- Comment #6 from Fedora Update System  ---
tasksh-1.2.0-1.fc26 has been pushed to the Fedora 26 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-2017-f89248a056

-- 
You are 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


[Bug 1506734] Review Request: php-amqplib - Pure PHP implementation of the AMQP protocol

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506734



--- Comment #15 from Fedora Update System  ---
php-amqplib-2.7.0-2.fc25 has been pushed to the Fedora 25 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-2017-ee46690069

-- 
You are 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


[Bug 1506734] Review Request: php-amqplib - Pure PHP implementation of the AMQP protocol

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506734



--- Comment #14 from Fedora Update System  ---
php-amqplib-2.7.0-2.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-2017-f4924552c1

-- 
You are 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


[Bug 1505084] Review Request: php-pda-pheanstalk - PHP client for beanstalkd queue

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505084



--- Comment #13 from Fedora Update System  ---
php-pda-pheanstalk-3.1.0-1.fc25 has been pushed to the Fedora 25 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-2017-792ff4fbf1

-- 
You are 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


[Bug 1505076] Review Request: php-vlucas-phpdotenv - Loads environment variables from .env

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505076



--- Comment #11 from Fedora Update System  ---
php-vlucas-phpdotenv-2.4.0-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-2017-3425557c1b

-- 
You are 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


[Bug 1506741] Review Request: php-stecman-symfony-console-completion - Automatic BASH completion for Symfony Console based applications

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506741



--- Comment #14 from Fedora Update System  ---
php-stecman-symfony-console-completion-0.7.0-2.fc25 has been pushed to the
Fedora 25 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-2017-cb3bfb90cd

-- 
You are 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


[Bug 1509568] Review Request: mellowplayer - Cloud music integration for your desktop

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509568

mgans...@alice.de  changed:

   What|Removed |Added

URL||https://colinduquesnoy.gith
   ||ub.io/MellowPlayer/



-- 
You are 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


[Bug 1505084] Review Request: php-pda-pheanstalk - PHP client for beanstalkd queue

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505084



--- Comment #12 from Fedora Update System  ---
php-pda-pheanstalk-3.1.0-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-2017-85f9085f36

-- 
You are 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


[Bug 1506741] Review Request: php-stecman-symfony-console-completion - Automatic BASH completion for Symfony Console based applications

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506741



--- Comment #13 from Fedora Update System  ---
php-stecman-symfony-console-completion-0.7.0-2.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-2017-e6cb12c81d

-- 
You are 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


[Bug 1505076] Review Request: php-vlucas-phpdotenv - Loads environment variables from .env

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505076



--- Comment #12 from Fedora Update System  ---
php-vlucas-phpdotenv-2.4.0-1.fc25 has been pushed to the Fedora 25 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-2017-eb52addf41

-- 
You are 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


[Bug 1509568] New: Review Request: mellowplayer - Cloud music integration for your desktop

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509568

Bug ID: 1509568
   Summary: Review Request: mellowplayer - Cloud music integration
for your desktop
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: mgans...@online.de
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/mellowplayer.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/mellowplayer-3.1.0-1.fc27.src.rpm

Description: MellowPlayer is a free, open source and cross-platform desktop
application that integrates online music services with your desktop.

Fedora Account System Username: martinkg

-- 
You are 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


[Bug 1509034] Review Request: phd2 - Telescope guiding software

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509034

Richard Shaw  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #3 from Richard Shaw  ---
Quick spec review first:


Could change:

In %prep:
%setup 

to

%autosetup -p1

---

In %build:
make %{?_smp_mflags} -C %{_target_platform}

to

%make_build

There's no reason to popd out of the directory, you can run make there and then
you don't need the -C...

---

In %install
make install -C %{_target_platform} DESTDIR=%{buildroot}

to

pushd %{_target_platform}
%make_install
popd (for find_lang)

-- 
You are 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


[Bug 1509034] Review Request: phd2 - Telescope guiding software

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509034

Richard Shaw  changed:

   What|Removed |Added

 CC||hobbes1...@gmail.com
   Assignee|nob...@fedoraproject.org|hobbes1...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1505073] Review Request: php-symfony4 - Symfony PHP framework ( version 4)

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505073

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
php-symfony4-4.0.0-0.2.beta2.fc27 has been pushed to the Fedora 27 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-2017-5cf33f79a4

-- 
You are 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


[Bug 1506734] Review Request: php-amqplib - Pure PHP implementation of the AMQP protocol

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506734

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #13 from Fedora Update System  ---
php-amqplib-2.7.0-2.fc27 has been pushed to the Fedora 27 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-2017-febfdd0592

-- 
You are 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


[Bug 1505076] Review Request: php-vlucas-phpdotenv - Loads environment variables from .env

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505076

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
php-vlucas-phpdotenv-2.4.0-1.fc27 has been pushed to the Fedora 27 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-2017-cca4fa1b17

-- 
You are 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


[Bug 1505084] Review Request: php-pda-pheanstalk - PHP client for beanstalkd queue

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1505084

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #11 from Fedora Update System  ---
php-pda-pheanstalk-3.1.0-1.fc27 has been pushed to the Fedora 27 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-2017-7727395861

-- 
You are 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


[Bug 1506741] Review Request: php-stecman-symfony-console-completion - Automatic BASH completion for Symfony Console based applications

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506741

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #12 from Fedora Update System  ---
php-stecman-symfony-console-completion-0.7.0-2.fc27 has been pushed to the
Fedora 27 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-2017-9af6695f12

-- 
You are 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


[Bug 1400427] Review Request: tasksh - Shell command that wraps Taskwarrior commands

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1400427

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
tasksh-1.2.0-1.fc27 has been pushed to the Fedora 27 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-2017-39f44c0622

-- 
You are 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


[Bug 1487430] Review Request: git-lfs - Git extension for versioning large files

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1487430

Fedora Update System  changed:

   What|Removed |Added

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



--- Comment #18 from Fedora Update System  ---
git-lfs-2.3.4-2.fc27 has been pushed to the Fedora 27 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-2017-6ae6d44aaa

-- 
You are 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


[Bug 1506949] Review Request: psblas3 - Parallel Sparse Basic Linear Algebra Subroutines

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506949



--- Comment #16 from Fedora Update System  ---
psblas3-3.5.0-9.fc27 has been pushed to the Fedora 27 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-2017-3b9640f9eb

-- 
You are 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


[Bug 1507775] Review Request: R-xml2 - Parse XML

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1507775

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
R-xml2-1.1.1-2.fc27 has been pushed to the Fedora 27 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-2017-ee9c2e7716

-- 
You are 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


[Bug 1506011] Review Request: nm-tray - NetworkManager tray icon

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506011



--- Comment #12 from Fedora Update System  ---
nm-tray-0.3.0-2.fc27 has been pushed to the Fedora 27 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-2017-25cbfe5485

-- 
You are 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


[Bug 1507286] Review Request: R-evaluate - Parsing and Evaluation Tools that Provide More Details than the Default

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1507286



--- Comment #7 from Fedora Update System  ---
R-evaluate-0.10.1-4.fc27 has been pushed to the Fedora 27 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-2017-c4b5c2b003

-- 
You are 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


[Bug 1507997] Review Request: gnome-video-arcade - simple MAME front-end

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1507997



--- Comment #10 from Fedora Update System  ---
gnome-video-arcade-0.8.8-1.fc27 has been pushed to the Fedora 27 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-2017-1054855589

-- 
You are 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


[Bug 1506413] Review Request: R-stringr - Simple, Consistent Wrappers for Common String Operations

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1506413

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
R-stringr-1.2.0-1.fc27 has been pushed to the Fedora 27 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-2017-970f9ecd9e

-- 
You are 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


[Bug 1485185] Review Request: R-IRdisplay - Jupyter Display Machinery

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1485185

Fedora Update System  changed:

   What|Removed |Added

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



--- Comment #7 from Fedora Update System  ---
R-IRdisplay-0.4.4-1.fc27 has been pushed to the Fedora 27 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-2017-c0808690f0

-- 
You are 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


[Bug 1493003] Review Request: R-htmlwidgets - HTML Widgets for R

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1493003
Bug 1493003 depends on bug 1485585, which changed state.

Bug 1485585 Summary: Review Request: R-htmltools - Tools for HTML
https://bugzilla.redhat.com/show_bug.cgi?id=1485585

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|ERRATA  |---



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1493003] Review Request: R-htmlwidgets - HTML Widgets for R

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1493003

Fedora Update System  changed:

   What|Removed |Added

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



--- Comment #9 from Fedora Update System  ---
R-htmlwidgets-0.9-2.fc27 has been pushed to the Fedora 27 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-2017-431120137a

-- 
You are 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


[Bug 1485185] Review Request: R-IRdisplay - Jupyter Display Machinery

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1485185
Bug 1485185 depends on bug 1484766, which changed state.

Bug 1484766 Summary: Review Request: R-repr - Serializable Representations
https://bugzilla.redhat.com/show_bug.cgi?id=1484766

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|ERRATA  |---



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1485585] Review Request: R-htmltools - Tools for HTML

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1485585

Fedora Update System  changed:

   What|Removed |Added

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



--- Comment #7 from Fedora Update System  ---
R-htmltools-0.3.6-1.fc27 has been pushed to the Fedora 27 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-2017-9adfb8b53f

-- 
You are 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


[Bug 1484766] Review Request: R-repr - Serializable Representations

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484766

Fedora Update System  changed:

   What|Removed |Added

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



--- Comment #6 from Fedora Update System  ---
R-repr-0.12.0-1.fc27 has been pushed to the Fedora 27 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-2017-7a2f27bf82

-- 
You are 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


[Bug 1507235] Review Request: python-mpd2 - Python library providing a client interface for MPD

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1507235



--- Comment #19 from Fedora Update System  ---
mpdris2-0.7-5.20171028git3c3fe12.fc27, python-mpd2-0.5.5-4.fc27 has been pushed
to the Fedora 27 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-2017-7cbd10475c

-- 
You are 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


[Bug 1509034] Review Request: phd2 - Telescope guiding software

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509034



--- Comment #2 from Mattia Verga  ---
Spec URL: https://mattia.fedorapeople.org/phd2.spec
SRPM URL: https://mattia.fedorapeople.org/phd2-2.6.4-2.fc28.src.rpm
Description: PHD2 is telescope guiding software that simplifies the process of
tracking a guide star, letting you concentrate on other aspects of deep-sky
imaging or spectroscopy.
Fedora Account System Username: mattia

-- 
You are 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


[Bug 1508478] Review Request: linsim - Tool for Amateur Radio Digital Mode evaluation

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1508478

Mattia Verga  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+
   |needinfo?(hobbes1069@gmail. |
   |com)|



--- Comment #3 from Mattia Verga  ---
MIT can be blend in GPLv3+, so I can ACCEPT the package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1321081] Review Request: flwkey - Modem program for the K1EL Winkeyer series

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1321081

Mattia Verga  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #7 from Mattia Verga  ---
Ok, you're right... package ACCEPTED.

-- 
You are 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


[Bug 1321081] Review Request: flwkey - Modem program for the K1EL Winkeyer series

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1321081



--- Comment #6 from Richard Shaw  ---
(In reply to Mattia Verga from comment #5)
> (In reply to Richard Shaw from comment #4)
> > (In reply to Mattia Verga from comment #3)
> > > - License in spec file is "GPLv3+ and MIT", but some sources are licensed
> > >   GPLv2+ and LGPLv2+, so the license should be "GPLv2+ and MIT".
> > >   Also the COPYING file distributed with the program is GPLv2.
> > >   The dual license should be explained briefly or with a breakdown.
> > 
> > GPLv3 sources can't be downgraded to GPLv2 so I believe my original entry is
> > correct. 
> You may be right, but the license file bundled in sources is a GPLv2+
> license... I've asked help on the legal mailing list on how to proceed if
> the bundled license file is wrong.

The "+" specifically means "... or later version". Licensing can get quite
complicated but in the case of mixed GPL licenses it's much simpler. All the
LGPLv2+ and GPLv2+ sources are upgraded to GPLv3 in the resultant binary. If
the LGPLv2+ files ended up in a separate library then we would need to list
both.


> > > - Please add a note to clarify that Source99 is a file added by you
> > >   (and specify its license - I think you want to release as MIT)
> > 
> > I haven't worried about this in the past as the appdata file itself
> > specifies it's license to be CC0-1.0 (same as the example in the Fedora 
> > wiki.
> We should document where the sources come from, it should be a best practice
> to add a comment about that. But it's not mandatory.
> 
> Let's wait the legal mailing list response about the license.

If you examine the file I have copyrighted it and attributed an acceptable
licence to the metadata. While it's not specifically referenced in the spec
file I believe the requirements have been met.

-- 
You are 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


[Bug 1508492] Review Request: flcluster - A management tool for accessing dxcluster nodes

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1508492



--- Comment #3 from Richard Shaw  ---
Repo requested. Thanks for the review!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1481630] Review Request: VirtualBox-guest-additions - VirtualBox Guest Additions

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1481630

Neal Gompa  changed:

   What|Removed |Added

  Flags||needinfo?(hdegoede@redhat.c
   ||om)



--- Comment #31 from Neal Gompa  ---
Hans,

Any progress on vboxsf kernel module? IIRC, that's the third one provided by
the guest additions...

-- 
You are 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


[Bug 1508492] Review Request: flcluster - A management tool for accessing dxcluster nodes

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1508492

Robert-André Mauchin  changed:

   What|Removed |Added

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



--- Comment #2 from Robert-André Mauchin  ---
All good, package accepted.

-- 
You are 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


[Bug 1509519] Review Request: rust-thread-id - Get a unique thread ID

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509519

Neal Gompa  changed:

   What|Removed |Added

   Assignee|zebo...@gmail.com   |ngomp...@gmail.com
  Flags|fedora-review?  |fedora-review+



--- Comment #2 from Neal Gompa  ---
Triggering the fedora-review granted mechanism...

-- 
You are 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


[Bug 1509537] Review Request: rust-num_cpus - Get the number of CPUs on a machine

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509537

Igor Gnatenko  changed:

   What|Removed |Added

Summary|rust-num_cpus - Get the |Review Request:
   |number of CPUs on a machine |rust-num_cpus - Get the
   ||number of CPUs on a machine



-- 
You are 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


[Bug 1509540] Review Request: rust-futures - Implementation of futures and streams featuring zero allocations

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509540

Igor Gnatenko  changed:

   What|Removed |Added

Summary|rust-futures -  |Review Request:
   |Implementation of futures   |rust-futures -
   |and streams featuring zero  |Implementation of futures
   |allocations |and streams featuring zero
   ||allocations



-- 
You are 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


[Bug 1509519] Review Request: rust-thread-id - Get a unique thread ID

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509519

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
  Flags|fedora-review+  |fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509541] Review Request: rust-strsim - Implementations of string similarity metrics

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509541

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509541] Review Request: rust-strsim - Implementations of string similarity metrics

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509541

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509536] Review Request: rust-itoa - Fast functions for printing integer primitives to an io:: Write

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509536

Igor Gnatenko  changed:

   What|Removed |Added

Summary|rust-itoa - Fast functions  |Review Request: rust-itoa -
   |for printing integer|Fast functions for printing
   |primitives to an io::Write  |integer primitives to an
   ||io::Write



-- 
You are 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


[Bug 1509540] rust-futures - Implementation of futures and streams featuring zero allocations

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509540

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509535] Review Request: rust-fixedbitset - Simple bitset collection

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509535

Igor Gnatenko  changed:

   What|Removed |Added

Summary|rust-fixedbitset - Simple   |Review Request:
   |bitset collection   |rust-fixedbitset - Simple
   ||bitset collection



-- 
You are 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


[Bug 1509540] rust-futures - Implementation of futures and streams featuring zero allocations

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509540

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509537] rust-num_cpus - Get the number of CPUs on a machine

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509537

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509537] rust-num_cpus - Get the number of CPUs on a machine

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509537

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509534] Review Request: rust-deque - A (mostly) lock-free concurrent work-stealing deque

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509534

Igor Gnatenko  changed:

   What|Removed |Added

Summary|rust-deque - A (mostly) |Review Request: rust-deque
   |lock-free concurrent|- A (mostly) lock-free
   |work-stealing deque |concurrent work-stealing
   ||deque



-- 
You are 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


[Bug 1509536] rust-itoa - Fast functions for printing integer primitives to an io:: Write

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509536

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509536] rust-itoa - Fast functions for printing integer primitives to an io:: Write

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509536

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509535] rust-fixedbitset - Simple bitset collection

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509535

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509534] rust-deque - A (mostly) lock-free concurrent work-stealing deque

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509534

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #2 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509535] rust-fixedbitset - Simple bitset collection

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509535

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509541] New: Review Request: rust-strsim - Implementations of string similarity metrics

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509541

Bug ID: 1509541
   Summary: Review Request: rust-strsim - Implementations of
string similarity metrics
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: ignate...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://ignatenkobrain.fedorapeople.org/for-review/rust/rust-strsim.spec
SRPM URL:
https://ignatenkobrain.fedorapeople.org/for-review/rust/rust-strsim-0.6.0-3.fc28.src.rpm
Description: Implementations of string similarity metrics.
Fedora Account System Username: ignatenkobrain

-- 
You are 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


[Bug 1509534] rust-deque - A (mostly) lock-free concurrent work-stealing deque

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509534

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509532] Review Request: rust-atty - Simple interface for querying atty

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509532

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509532] Review Request: rust-atty - Simple interface for querying atty

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509532

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509531] Review Request: rust-cfg-if - Macro to ergonomically define an item depending on a large number of # [cfg] parameters

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509531

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509531] Review Request: rust-cfg-if - Macro to ergonomically define an item depending on a large number of # [cfg] parameters

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509531

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509530] Review Request: rust-ansi_term - Library for ANSI terminal colours and styles (bold, underline)

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509530

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509529] Review Request: rust-bitflags - Macro to generate structures which behave like bitflags

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509529

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509530] Review Request: rust-ansi_term - Library for ANSI terminal colours and styles (bold, underline)

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509530

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509529] Review Request: rust-bitflags - Macro to generate structures which behave like bitflags

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509529

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509528] Review Request: rust-dtoa - Fast functions for printing floating-point primitives to an io ::Write

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509528

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509526] Review Request: rust-strings - String utilities, including an unbalanced Rope

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509526

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509528] Review Request: rust-dtoa - Fast functions for printing floating-point primitives to an io ::Write

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509528

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509526] Review Request: rust-strings - String utilities, including an unbalanced Rope

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509526

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509524] Review Request: rust-tempfile - Securely create temporary files

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509524

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509524] Review Request: rust-tempfile - Securely create temporary files

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509524

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509523] Review Request: rust-fnv - Fowler–Noll–Vo hash function

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509523

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509523] Review Request: rust-fnv - Fowler–Noll–Vo hash function

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509523

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509521] Review Request: rust-same-file - Simple crate for determining whether two file paths point to the same file

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509521

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #2 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509522] Review Request: rust-num-traits - Numeric traits for generic mathematics

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509522

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #1 from Neal Gompa  ---
Package was generated through rust2rpm, simplifying the review considerably.

- Conforms to packaging guidelines (rust2rpm generated spec)
- license correct and valid
- only sources installed

PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509522] Review Request: rust-num-traits - Numeric traits for generic mathematics

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509522

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1509521] Review Request: rust-same-file - Simple crate for determining whether two file paths point to the same file

2017-11-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509521

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


  1   2   >