[Bug 1415662] Review Request: perl-Task-Kensho-Async - Glimpse at an Enlightened Perl ( Async Programming)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415662

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Task-Kensho-Async-0.39
   ||-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2017-01-24 02:35:48



--- Comment #3 from Jitka Plesnikova  ---
Thank you for the review and the repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1206886] Review Request: golang-github-spf13-afero - A FileSystem Abstraction System for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206886



--- Comment #4 from Fedora Update System  ---
golang-github-spf13-afero-0-0.2.git20500e2.el6 has been submitted as an update
to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-6634a04e5e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1206886] Review Request: golang-github-spf13-afero - A FileSystem Abstraction System for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206886

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1206886] Review Request: golang-github-spf13-afero - A FileSystem Abstraction System for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206886



--- Comment #6 from Fedora Update System  ---
golang-github-spf13-afero-0-0.2.git20500e2.fc25 has been submitted as an update
to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-26583690c4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1206886] Review Request: golang-github-spf13-afero - A FileSystem Abstraction System for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206886



--- Comment #5 from Fedora Update System  ---
golang-github-spf13-afero-0-0.2.git20500e2.el7 has been submitted as an update
to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-72e2f0c31d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1206886] Review Request: golang-github-spf13-afero - A FileSystem Abstraction System for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206886



--- Comment #7 from Fedora Update System  ---
golang-github-spf13-afero-0-0.2.git20500e2.fc24 has been submitted as an update
to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-c08e249160

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #7 from Fedora Update System  ---
minetestmapper-20161218-2.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e2b128f57a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1411984] Neofetch - a CLI system information tool written in Bash

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1411984

Dylan Araps  changed:

   What|Removed |Added

 CC||dylan.ar...@gmail.com



--- Comment #8 from Dylan Araps  ---
Hiya, thanks for packaging Neofetch. I've got a few suggestions:

**Required Dependencies**

Neofetch only requires `bash` to function. The only other required dependencies
are `awk`,  `grep` and `uname`. While these **are** also required programs
they're guaranteed to be installed already so I don't bother listing them. You
can confirm this by unsetting `$PATH` and re-declaring it with only the 4
programs above. \[1\]

Every other dependency is optional and neofetch will just not display
information for that function if a program is missing. What I propose for your
package is making `bash` the only required dependency. Right now this spec file
makes neofetch have an indirect dependency on the X server.

I'm packaging neofetch for Arch Linux this way and then listing all other
dependencies as 'Optional'. \[2\]


**Neofetch 3.0**

Neofetch 3.0 was released yesterday which introduced the POSIX Makefile so it
*should* work without modification on your side now.

\[1\]https://gist.githubusercontent.com/dylanaraps/9343178c7792db3c92414a8a6076285e/raw/245d8a2c1c7ee4558264a65188f0831220b1dd49/path.sh
\[2\] https://aur.archlinux.org/packages/neofetch/

Thanks! :)

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


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #6 from Fedora Update System  ---
minetestmapper-20161218-2.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-4d12a9ca59

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1415777] Review Request: python-tinyrpc - A modular RPC library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415777

Mike Burns  changed:

   What|Removed |Added

   Keywords||Triaged



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


[Bug 1415777] Review Request: python-tinyrpc - A modular RPC library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415777

Red Hat Bugzilla Rules Engine  changed:

   What|Removed |Added

 Target Release|--- |11.0 (Ocata)



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


[Bug 1413339] Review Request: php-evenement - Événement is a very simple event dispatching library for PHP

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413339

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1413339] Review Request: php-evenement - Événement is a very simple event dispatching library for PHP

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413339



--- Comment #8 from Fedora Update System  ---
php-evenement-2.0.0-2.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-2bdd80ab7b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1413339] Review Request: php-evenement - Événement is a very simple event dispatching library for PHP

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413339

Randy Barlow  changed:

   What|Removed |Added

   Fixed In Version||php-evenement-2.0.0-2.fc26



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1201176] Review Request: python-pygatt - A Python Module for Bluetooth LE Generic Attribute Profile

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201176



--- Comment #13 from Fedora Update System  ---
python-pygatt-3.0.0-3.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-6427f18cfd

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1201176] Review Request: python-pygatt - A Python Module for Bluetooth LE Generic Attribute Profile

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201176



--- Comment #12 from Fedora Update System  ---
python-pygatt-3.0.0-3.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-a18da77a3c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1201176] Review Request: python-pygatt - A Python Module for Bluetooth LE Generic Attribute Profile

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201176

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1415813] New: Review Request: blogilo - Blogging Client

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415813

Bug ID: 1415813
   Summary: Review Request: blogilo - Blogging Client
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rdie...@math.unl.edu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://rdieter.fedorapeople.org/rpms/kde-apps/blogilo.spec
SRPM URL:
https://rdieter.fedorapeople.org/rpms/kde-apps/blogilo-16.12.1-1.fc25.src.rpm
Description: Blogilo is a blogging client which supports various blogging APIs.

Fedora Account System Username: rdieter

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415817] Review Request: kalarm - Personal Alarm Scheduler

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415817

Rex Dieter  changed:

   What|Removed |Added

 Blocks||656997 (kde-reviews)
  Alias||kalarm



--- Comment #1 from Rex Dieter  ---
Scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=17394541


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=656997
[Bug 656997] kde-related package review tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415817] New: Review Request: kalarm - Personal Alarm Scheduler

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415817

Bug ID: 1415817
   Summary: Review Request: kalarm - Personal Alarm Scheduler
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rdie...@math.unl.edu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://rdieter.fedorapeople.org/rpms/kde-apps/kalarm.spec
SRPM URL:
https://rdieter.fedorapeople.org/rpms/kde-apps/kalarm-16.12.1-1.fc25.src.rpm
Description:
KAlarm is a personal alarm message, command and email scheduler.

Fedora Account System Username: rdieter

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415815] Review Request: grantlee-editor - KMail Theme Editor

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415815

Rex Dieter  changed:

   What|Removed |Added

 Blocks||656997 (kde-reviews)
  Alias||grantlee-editor



--- Comment #1 from Rex Dieter  ---
Scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=17394512


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=656997
[Bug 656997] kde-related package review tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415815] New: Review Request: grantlee-editor - KMail Theme Editor

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415815

Bug ID: 1415815
   Summary: Review Request: grantlee-editor - KMail Theme Editor
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rdie...@math.unl.edu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://rdieter.fedorapeople.org/rpms/kde-apps/grantlee-editor.spec
SRPM URL:
https://rdieter.fedorapeople.org/rpms/kde-apps/grantlee-editor-16.12.1-1.fc25.src.rpm
Description: KMail Theme Editor
Fedora Account System Username: rdieter

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415810] New: Review Request: akonadiconsole - Akonadi developer tool

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415810

Bug ID: 1415810
   Summary: Review Request: akonadiconsole - Akonadi developer
tool
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rdie...@math.unl.edu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://rdieter.fedorapeople.org/rpms/kde-apps/akonadiconsole.spec
SRPM URL:
https://rdieter.fedorapeople.org/rpms/kde-apps/akonadiconsole-16.12.1-1.fc25.src.rpm
Description:
Akonadi Console is a tool for Akonadi developers that provides means of direct
interaction with the Akonadi storage, SQL debugging, protocol debugger and
other tools.
Fedora Account System Username: rdieter

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415813] Review Request: blogilo - Blogging Client

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415813

Rex Dieter  changed:

   What|Removed |Added

 Blocks||656997 (kde-reviews)
  Alias||blogilo



--- Comment #1 from Rex Dieter  ---
Scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=17394489


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=656997
[Bug 656997] kde-related package review tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415811] Review Request: akregator - Feed Reader

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415811

Rex Dieter  changed:

   What|Removed |Added

 Blocks||656997 (kde-reviews)
  Alias||akregator



--- Comment #1 from Rex Dieter  ---
Scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=17394457


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=656997
[Bug 656997] kde-related package review tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415811] New: Review Request: akregator - Feed Reader

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415811

Bug ID: 1415811
   Summary: Review Request: akregator - Feed Reader
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: rdie...@math.unl.edu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://rdieter.fedorapeople.org/rpms/kde-apps/akregator.spec
SRPM URL:
https://rdieter.fedorapeople.org/rpms/kde-apps/akregator-16.12.1-1.fc25.src.rpm
Description:
Akregator is a news feed reader. It enables you to follow news sites,
blogs and other RSS/Atom-enabled websites without the need to manually
check for updates using a web browser.
Fedora Account System Username: rdieter

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415810] Review Request: akonadiconsole - Akonadi developer tool

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415810

Rex Dieter  changed:

   What|Removed |Added

 Blocks||656997 (kde-reviews)
  Alias||akonadiconsole



--- Comment #1 from Rex Dieter  ---
Scratch build:
https://rdieter.fedorapeople.org/rpms/kde-apps/akonadiconsole-16.12.1-1.fc25.src.rpm


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=656997
[Bug 656997] kde-related package review tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1374510] Review Request: lv2-ir-plugins - LV2 Plugin: low-latency, realtime, high performance signal convolver

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1374510

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1374510] Review Request: lv2-ir-plugins - LV2 Plugin: low-latency, realtime, high performance signal convolver

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1374510



--- Comment #11 from Fedora Update System  ---
lv2-ir-plugins-1.3.3-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-fc1534fb7d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415403] Review Request: pim-sieve-editor - Sieve Editor

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415403

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:35:38



--- Comment #3 from Rex Dieter  ---
imported, thanks.

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


[Bug 1415404] Review Request: kaddressbook - Contact Manager

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415404

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:35:25



--- Comment #3 from Rex Dieter  ---
imported, thanks.

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


[Bug 1414029] Review Request: kmail-account-wizard - KMail Account Wizard

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414029

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:34:21



--- Comment #4 from Rex Dieter  ---
imported, thanks.

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


[Bug 1414032] Review Request: korganizer - Personal Organizer

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414032

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:33:29



--- Comment #5 from Rex Dieter  ---
imported, thanks.

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


[Bug 1414031] Review Request: kontact - Personal Information Manager

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414031

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:32:38



--- Comment #5 from Rex Dieter  ---
imported, thanks.

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


[Bug 1414030] Review Request: knotes - Popup Notes

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414030

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:31:45



--- Comment #5 from Rex Dieter  ---
imported, thanks.

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


[Bug 1414029] Review Request: kmail-account-wizard - KMail Account Wizard

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414029
Bug 1414029 depends on bug 1414027, which changed state.

Bug 1414027 Summary: Review Request: kmail - Mail Client
https://bugzilla.redhat.com/show_bug.cgi?id=1414027

   What|Removed |Added

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



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


[Bug 1414027] Review Request: kmail - Mail Client

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414027

Rex Dieter  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 12:30:07



--- Comment #8 from Rex Dieter  ---
imported, thanks.

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


[Bug 1415777] Review Request: python-tinyrpc - A modular RPC library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415777

Steve Linabery  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



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


[Bug 1415777] New: Review Request: python-tinyrpc - A modular RPC library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415777

Bug ID: 1415777
   Summary: Review Request: python-tinyrpc - A modular RPC library
   Product: Red Hat OpenStack
   Version: 11.0 (Ocata)
 Component: distribution
  Assignee: slina...@redhat.com
  Reporter: slina...@redhat.com
QA Contact: ushka...@redhat.com
CC: amora...@redhat.com, ape...@redhat.com,
emac...@redhat.com, extras...@fedoraproject.org,
jp...@redhat.com, mar...@redhat.com,
package-review@lists.fedoraproject.org,
srev...@redhat.com
Depends On: 1412605
Blocks: 1373513 (RDO-OCATA)



import python-tinyrpc-0.5-2.el7 from RDO cbs build


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1373513
[Bug 1373513] Tracker: Blockers and Review requests for new RDO Ocata
packages
https://bugzilla.redhat.com/show_bug.cgi?id=1412605
[Bug 1412605] Review Request: python-tinyrpc - A modular RPC library
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1412605] Review Request: python-tinyrpc - A modular RPC library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1412605

Steve Linabery  changed:

   What|Removed |Added

 Blocks||1415777




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1415777
[Bug 1415777] Review Request: python-tinyrpc - A modular RPC library
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410901] Review Request: python-fmn - A system for generic fedmsg-driven notifications for end users

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410901

Jeremy Cline  changed:

   What|Removed |Added

  Flags|needinfo?(jer...@jcline.org |
   |)   |



--- Comment #2 from Jeremy Cline  ---
Spec URL: https://jcline.fedorapeople.org/python-fmn.spec
SRPM URL: https://jcline.fedorapeople.org/python-fmn-1.1.0-1.fc25.src.rpm

(In reply to Randy Barlow from comment #1)
> A few things, some must some optional:
> 
> Must
> 
> 
> * I think this package does Provide those packages it obsoletes and should
> be marked as such. For one, the "import fmn.whatever" statements will keep
> working, but for two the Fedora release upgrade path will be broken without
> it.

Thanks, I was not sure about this, but I think you're right. I've added the
Provides statements.


> Should
> ==
> 
> * You should BuildRequires: python2-devel. I'm actually slightly surprised
> the build works without it…

Fixed.

> * The cp command in the install section won't preserve the timestamp. You
> could use the -a flag to get cp to preserve it for you.

Also fixed.

> * I think fedora packages are supposed to use /usr/bin/python2 instead of
> /usr/bin/env python

I changed upstream to generate the /usr/bin entry with setup.py

> * Does alembic.ini really need to be 640? It didn't appear to have secrets
> in it at first glance, and it's installed to /usr/share (which means users
> shouldn't be editing it anyway). It should probably be 644.

Nope, that's what I changed and I apparently forgot to rebuild the SRPM when I
uploaded it.


> Optional
> 
> 
> * I don't think you need to BuildRequires systemd. Is systemd-devel needed
> for the %{_unitdir} macro to exist?

The systemd package provides the macro, but I don't know why I thought I needed
systemd-devel. I've removed that requirement.

> * You could make the description be a global so you don't have to repeat it.

I never remember how to make this work correctly so I just copy it :(

> * It would be good to work on the upstream setup.py so that it installs the
> executable for you (so you don't have to do it manually in the install
> section).

Done

> * rpmlint wants irc to be capitalized.

Done 

> * It would be good to write a manpage for fmn-createdb.

Issue filed: https://github.com/fedora-infra/fmn/issues/161

> Also, fedora-review got mad that the spec URL and the SRPM don't match. I
> think it tested the spec inside the SRPM rather than the URL one.

I've been really careful this time to not tweak the specfile without rebuilding
the SRPM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415663] Review Request: kbdd - Per window keyboard layout

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415663



--- Comment #5 from Fedora Update System  ---
kbdd-0.7.1-2.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-35d2ff9c1f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415663] Review Request: kbdd - Per window keyboard layout

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415663

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1415663] Review Request: kbdd - Per window keyboard layout

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415663



--- Comment #4 from Fedora Update System  ---
kbdd-0.7.1-2.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-5db8afe95e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414001] Review Request: rubygem-ruby_engine - Adds the RubyEngine pseudo-constant

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414001



--- Comment #5 from František Dvořák  ---
Thanks for the review! Updated:

Spec URL:
http://scientific.zcu.cz/fedora/rubygem-ruby_engine-1.0.1-2/rubygem-ruby_engine.spec
SRPM URL:
http://scientific.zcu.cz/fedora/rubygem-ruby_engine-1.0.1-2/rubygem-ruby_engine-1.0.1-2.fc26.src.rpm

%changelog
* Mon Jan 23 2017 František Dvořák  - 1.0.1-2
- Exclude unnecessary files

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1377877] Review Request: luksmeta - Utility for storing small metadata in the LUKSv1 header

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377877

Paul Wouters  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-01-23 11:21:38



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1372892] Review Request: python-backports-csv - Backport of Python 3' s csv module for Python 2

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1372892

William Moreno  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #4 from William Moreno  ---
Thanks for the feedback!

If so, I am fine with this packaging, setting the fedora-review to "+", this
package have been aproved.

Upstream issue:

 - https://github.com/ryanhiebert/backports.csv/issues/18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414002] Review Request: rubygem-ruby_version - Adds the RubyVersion pseudo-constant

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414002



--- Comment #5 from František Dvořák  ---
Thanks for the review! I will review rubygem-tk package yet...

Updated version:

Spec URL:
http://scientific.zcu.cz/fedora/rubygem-ruby_version-1.0.1-2/rubygem-ruby_version.spec
SRPM URL:
http://scientific.zcu.cz/fedora/rubygem-ruby_version-1.0.1-2/rubygem-ruby_version-1.0.1-2.fc26.src.rpm

%changelog
* Mon Jan 23 2017 František Dvořák  - 1.0.1-2
- Exclude unnecessary files

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1256502] Review Request: python-getdns - python bindings for getdns

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256502



--- Comment #4 from Paul Wouters  ---
Spec URL: https://download.nohats.ca/python-getdns/python-getdns.spec
SRPM URL:
https://download.nohats.ca/python-getdns/python-getdns-0.3.1-2.fc22.src.rpm
Description: python bindings for getdns 
Fedora Account System Username: pwouters

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1302989] Review Request: linux-eoip - Linux support for Mikrotik EoIP protocol

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1302989



--- Comment #2 from Paul Wouters  ---
Spec URL: https://download.nohats.ca/linux-eoip/linux-eoip.spec
SRPM URL: https://download.nohats.ca/linux-eoip/linux-eoip-0.5-1.fc23.src.rpm
Description: Ethernet over IP (EoIP) Tunneling is a MikroTik RouterOS protocol
that creates an Ethernet tunnel between two routers on top of an IP
connection. The EoIP tunnel may run over an IPsec, IPIP, PPTP tor any
other tunnel connection capable of transporting IP.  When the bridging
function of the router is enabled, all Ethernet traffic (all Ethernet
protocols) will be bridged just as if there where a physical Ethernet
interface and cable between the two routers (with bridging enabled). 


Fedora Account System Username: pwouters

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1350547] Review Request: perl-Net-IP-XS - IPv4/IPv6 address library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1350547



--- Comment #1 from Paul Wouters  ---
Spec URL: https://download.nohats.ca/perl-Net-IP-XS/perl-Net-IP-XS.spec
SRPM URL:
https://download.nohats.ca/perl-Net-IP-XS/perl-Net-IP-XS-0.17-1.fc24.src.rpm
Description: An XS (C) implementation of Net::IP. See Net::IP's documentation
(as at version 1.25) for the functions and methods that are available.

Fedora Account System Username: pwouters

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1408477] Review Request: crconf - Linux crypto layer configuraton tool

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1408477



--- Comment #1 from Paul Wouters  ---
Spec URL: https://download.nohats.ca/crconf/crconf.spec
SRPM URL:
https://download.nohats.ca/crconf/crconf-0-0.1.pre2.el7.centos.src.rpm
Description: Linux crypto layer configuraton tool
Fedora Account System Username: pwouters

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1149300] Review Request: NetworkManager-libreswan - NetworkManager VPN plug-in for libreswan

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1149300

Paul Wouters  changed:

   What|Removed |Added

 CC||avaga...@redhat.com
  Flags||needinfo?(avagarwa@redhat.c
   ||om)



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415292] Review Request: cerbere - Pantheon session watchdog

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415292



--- Comment #6 from Fedora Update System  ---
cerbere-0.2.2-7.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b6f9c171ad

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415292] Review Request: cerbere - Pantheon session watchdog

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415292

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1377876] Review Request: jose - Tools for JSON Object Signing and Encryption (JOSE)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377876

Paul Wouters  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-01-23 11:20:53



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414521] Review Request:unbound16 - Validating, recursive, and caching DNS(SEC) resolver

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414521



--- Comment #1 from Paul Wouters  ---
Spec URL: https://download.nohats.ca/unbound16/unbound16.spec
SRPM URL:
https://download.nohats.ca/unbound16/unbound16-1.6.0-1.el7.centos.src.rpm
Description:  Validating, recursive, and caching DNS(SEC) resolver
Fedora Account System Username: pwouters

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414027] Review Request: kmail - Mail Client

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414027



--- Comment #7 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/kmail

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414030] Review Request: knotes - Popup Notes

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414030



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/knotes

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414031] Review Request: kontact - Personal Information Manager

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414031



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/kontact

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414032] Review Request: korganizer - Personal Organizer

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414032



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/korganizer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1405067] Review Request: golang-github-xeipuuv-gojsonpointer - JSON Pointer implementation in Golang

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405067



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-xeipuuv-gojsonpointer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1405072] Review Request: golang-github-xeipuuv-gojsonreference - JSON Reference implementation in Golang

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405072



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-xeipuuv-gojsonreference

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414029] Review Request: kmail-account-wizard - KMail Account Wizard

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414029



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/kmail-account-wizard

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415404] Review Request: kaddressbook - Contact Manager

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415404



--- Comment #2 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/kaddressbook

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1320878] Review Request: libjson-rpc-cpp - C++ framework for json-rpc (json remote procedure call)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320878



--- Comment #8 from Fedora Update System  ---
libjson-rpc-cpp-0.7.0-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e4b83d803d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1320878] Review Request: libjson-rpc-cpp - C++ framework for json-rpc (json remote procedure call)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320878



--- Comment #9 from Fedora Update System  ---
libjson-rpc-cpp-0.7.0-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e61a7d315a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1320878] Review Request: libjson-rpc-cpp - C++ framework for json-rpc (json remote procedure call)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1320878

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1415403] Review Request: pim-sieve-editor - Sieve Editor

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415403



--- Comment #2 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/pim-sieve-editor

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415663] Review Request: kbdd - Per window keyboard layout

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415663



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/kbdd

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415662] Review Request: perl-Task-Kensho-Async - Glimpse at an Enlightened Perl ( Async Programming)

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415662



--- Comment #2 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Task-Kensho-Async

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1343950] Review Request: python-iso639 - ISO639-2 support for Python

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343950



--- Comment #5 from Fedora Update System  ---
python-iso639-0.1.4-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-dd20838ea7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1343950] Review Request: python-iso639 - ISO639-2 support for Python

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343950

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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1343950] Review Request: python-iso639 - ISO639-2 support for Python

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343950



--- Comment #4 from Fedora Update System  ---
python-iso639-0.1.4-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-22c5fcf6b1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415201] Review Request: perl-App-Rad - Rapid creation of command line applications

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415201



--- Comment #2 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-App-Rad

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1405074] Review Request: golang-github-xeipuuv-gojsonschema - An implementation of JSON Schema, draft v4

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405074



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-xeipuuv-gojsonschema

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1409866] Review Request: perl-Astro-SunTime - Calculates sun rise/ set times

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1409866



--- Comment #11 from Andrew Bauer  ---
The requested change has been completed. The package now pulls in
time::parsedate due to the manual requires.

$ rpm -q --requires -p
/var/lib/mock/fedora-rawhide-x86_64/result/perl-Astro-SunTime-0.05-2.fc26.noarch.rpm
| sort -f | uniq -c
  1 perl(:MODULE_COMPAT_5.24.1)
  1 perl(POSIX)
  1 perl(strict)
  1 perl(Time::ParseDate)
  1 perl(vars)
  1 rpmlib(CompressedFileNames) <= 3.0.4-1
  1 rpmlib(FileDigests) <= 4.6.0-1
  1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  1 rpmlib(PayloadIsXz) <= 5.2-1

new specfile:
https://raw.githubusercontent.com/knnniggett/specfiles/master/perl-Astro-SunTime.spec

new srpm:
https://copr-be.cloud.fedoraproject.org/results/kni/zoneminder_deps/fedora-26-x86_64/00502924-perl-Astro-SunTime/perl-Astro-SunTime-0.05-2.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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1405111] Review Request: golang-github-mtrmac-gpgme - Go wrapper for the GPGME library

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405111



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410410] Review Request: golang-github-hashicorp-go-uuid - Generates UUID-format strings using purely high quality random bytes

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410410



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410408] Review Request: golang-github-circonus-labs-circonus-gometrics - A go implementation of metrics reporting for Circonus

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410408



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-circonus-labs-circonus-gometrics

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410401] Review Request: golang-github-mitchellh-copystructure - Go library for deep copying values in Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410401



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-mitchellh-copystructure

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415413] Review Request: python-maps - Flavors of Python dictionaries

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415413

Igor Gnatenko  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-01-23 10:47:54



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410394] Review Request: golang-github-mitchellh-go-wordwrap - A Go library for wrapping words in a string

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410394



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410393] Review Request: golang-github-hashicorp-go-sockaddr - IP Address/ UNIX Socket convenience functions for Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410393



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-hashicorp-go-sockaddr

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410392] Review Request: golang-github-hashicorp-go-retryablehttp - Retryable HTTP client in Go

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410392



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410378] Review Request: golang-github-hashicorp-hil - HIL is a small embedded language for string interpolations

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410378



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/golang-github-hashicorp-hil

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1415731] New: Review Request: perl-XML-Generator-PerlData - Perl extension for generating SAX2 events from nested Perl data structures

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415731

Bug ID: 1415731
   Summary: Review Request: perl-XML-Generator-PerlData - Perl
extension for generating SAX2 events from nested Perl
data structures
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://jplesnik.fedorapeople.org/perl-XML-Generator-PerlData/perl-XML-Generator-PerlData.spec
SRPM URL:
https://jplesnik.fedorapeople.org/perl-XML-Generator-PerlData/perl-XML-Generator-PerlData-0.95-1.fc26.src.rpm

Description:
XML::Generator::PerlData provides a simple way to generate SAX2 events from
nested Perl data structures, while providing finer-grained control over the
resulting document streams.

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

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


[Bug 1410356] Review Request: golang-github-circonus-labs-circonusllhist - A go implementation of Circonus log-linear histograms

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410356



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1410150] Review Request: golang-github-mitchellh-reflectwalk - Go library for "walking" complex structures, similar to walking a filesystem

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410150



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1341099] Review Request: taskotron-trigger - Triggering Taskotron jobs on fedmsgs

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1341099



--- Comment #24 from Fedora Update System  ---
taskotron-trigger-0.4.4-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e11280f62f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1374510] Review Request: lv2-ir-plugins - LV2 Plugin: low-latency, realtime, high performance signal convolver

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1374510



--- Comment #10 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/lv2-ir-plugins

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1372892] Review Request: python-backports-csv - Backport of Python 3' s csv module for Python 2

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1372892

Tom "spot" Callaway  changed:

   What|Removed |Added

 CC||tcall...@redhat.com
 Blocks|182235 (FE-Legal)   |



--- Comment #3 from Tom "spot" Callaway  ---
Yes, but please do ask upstream to include a copy of the license text. Lifting
FE-Legal.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=182235
[Bug 182235] Fedora Legal Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1341099] Review Request: taskotron-trigger - Triggering Taskotron jobs on fedmsgs

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1341099

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1341099] Review Request: taskotron-trigger - Triggering Taskotron jobs on fedmsgs

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1341099



--- Comment #23 from Fedora Update System  ---
taskotron-trigger-0.4.4-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-5ad5ad7c3e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1343950] Review Request: python-iso639 - ISO639-2 support for Python

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1343950



--- Comment #3 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/python-iso639

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414828] Review Request: php-react-stream - Basic readable and writable stream interfaces that support piping

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414828



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/php-react-stream

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


[Bug 1414833] Review Request: php-react-child-process - Library for executing child processes

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414833



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/php-react-child-process

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414838] Review Request: php-react-socket - Async, streaming plaintext TCP/IP and secure TLS socket server

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414838



--- Comment #4 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/php-react-socket

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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 1414840] Review Request: php-react-http - Library for building an evented http server

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1414840



--- Comment #5 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/php-react-http

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this 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   >