Re: allowing programs to open ports

2015-01-06 Thread Bastien Nocera


- Original Message -
 On 5.1.2015 15:57, Bastien Nocera wrote:
  - Original Message -
  Björn Persson wrote:
  I bet! I worry that the questions would quickly become annoying. But if
  ports are going to be blocked by default, then there needs to be some
  way for non-sysadmin users to open them.
 
  No, why? The ports just need to be closed, period. Non-sysadmin users
  shouldn't be allowed to open any ports.
  
  Which leads to users being frustrated at the default firewall, which leads
  to
  them throwing in the towel and disabling the firewall altogether, leading
  to
  worse security.
 
 Many people claim this AFAIK nobody posted link to an article/any hard data
 about this. (I'm not saying that this statement is not correct, I'm saying
 that I don't have reason to believe it without hard data.)

I don't claim to have hard data on this, this is the result of discussions with
my co-workers, Fedora developers that use GNOME, and Fedora users. Evidence of
this is always going to be circumstantial but when I hear of other GNOME 
developers
that end up using GNOME on Ubuntu with all the problems it brings rather than
deal with SELinux or Fedora's firewall, alarm bells start ringing.

 IMHO solution to this problem is what Stephen Gallagher proposed in other
 part
 of this thread:
  I'd argue that something similar to the SELinux Troubleshooter would be
  a useful solution here, if interfaces could be added to support it.

The SELinux Troubleshooter is positively awful UI for anyone that didn't go
read SELinux introductory articles. It's also a bug reporting tool, not an
authorisation request as a (bad) firewall UI would need to be.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Broken dependencies: perl-Log-Any-Adapter

2015-01-06 Thread buildsys


perl-Log-Any-Adapter has broken dependencies in the rawhide tree:
On x86_64:
perl-Log-Any-Adapter-0.11-6.fc22.noarch requires 
perl(Log::Any::Adapter::Core)
On i386:
perl-Log-Any-Adapter-0.11-6.fc22.noarch requires 
perl(Log::Any::Adapter::Core)
On armhfp:
perl-Log-Any-Adapter-0.11-6.fc22.noarch requires 
perl(Log::Any::Adapter::Core)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: allowing programs to open ports

2015-01-06 Thread Petr Spacek
On 5.1.2015 15:57, Bastien Nocera wrote:
 - Original Message -
 Björn Persson wrote:
 I bet! I worry that the questions would quickly become annoying. But if
 ports are going to be blocked by default, then there needs to be some
 way for non-sysadmin users to open them.

 No, why? The ports just need to be closed, period. Non-sysadmin users
 shouldn't be allowed to open any ports.
 
 Which leads to users being frustrated at the default firewall, which leads to
 them throwing in the towel and disabling the firewall altogether, leading to
 worse security.

Many people claim this AFAIK nobody posted link to an article/any hard data
about this. (I'm not saying that this statement is not correct, I'm saying
that I don't have reason to believe it without hard data.)

IMHO solution to this problem is what Stephen Gallagher proposed in other part
of this thread:
 I'd argue that something similar to the SELinux Troubleshooter would be
 a useful solution here, if interfaces could be added to support it.

-- 
Petr^2 Spacek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

File Pod-Elemental-0.103004.tar.gz uploaded to lookaside cache by psabata

2015-01-06 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Pod-Elemental:

15458de0d87404ee94285633acadec9f  Pod-Elemental-0.103004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Elemental] 0.103004 bump

2015-01-06 Thread Petr Šabata
commit d94c19c351faa62f03f05af1621e269b855e90a9
Author: Petr Šabata con...@redhat.com
Date:   Tue Jan 6 11:51:23 2015 +0100

0.103004 bump

 .gitignore  |1 +
 perl-Pod-Elemental.spec |9 ++---
 sources |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b25e960..f7fbb84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Pod-Elemental-0.103002.tar.gz
+/Pod-Elemental-0.103004.tar.gz
diff --git a/perl-Pod-Elemental.spec b/perl-Pod-Elemental.spec
index 461eec2..13da6d8 100644
--- a/perl-Pod-Elemental.spec
+++ b/perl-Pod-Elemental.spec
@@ -1,5 +1,5 @@
 Name:   perl-Pod-Elemental
-Version:0.103002
+Version:0.103004
 Release:1%{?dist}
 Summary:Work with nestable Pod elements
 License:GPL+ or Artistic
@@ -14,9 +14,9 @@ BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(List::Util) = 1.33
 BuildRequires:  perl(Mixin::Linewise::Readers)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(Moose::Autobox) = 0.10
 BuildRequires:  perl(Moose::Role) = 0.90
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Types)
@@ -30,12 +30,12 @@ BuildRequires:  perl(Sub::Exporter::ForMethods)
 BuildRequires:  perl(utf8)
 # Tests only
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Moose::Autobox\\)$
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Moose::Role\\)$
 
 %description
@@ -66,5 +66,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 06 2015 Petr Šabata con...@redhat.com - 0.103004-1
+- 0.103004 bump
+
 * Thu Nov 27 2014 Petr Šabata con...@redhat.com 0.103002-1
 - Initial packaging
diff --git a/sources b/sources
index f9335f1..e4169a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fcffd34dd247fb11c5307c577c46bdb6  Pod-Elemental-0.103002.tar.gz
+15458de0d87404ee94285633acadec9f  Pod-Elemental-0.103004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1178402] perl-Pod-Elemental-0.103004 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178402

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Pod-Elemental-0.103004
   ||-1.fc22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-06 05:52:01



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=AR4uoMGiC8a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DateTime-1.18.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-DateTime:

58160bea9744a7bc9d7737f7dad9fa72  DateTime-1.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime] 1.18 bump

2015-01-06 Thread Paul Howarth
commit 72cfd915fef5416c5a22bffa9827c91ce9c0472e
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 11:18:09 2015 +

1.18 bump

 perl-DateTime.spec |5 -
 sources|2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index 9116bfa..379024f 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime
 Epoch:  2
-Version:1.17
+Version:1.18
 Release:1%{?dist}
 Summary:Date and time object for Perl
 License:Artistic 2.0
@@ -93,6 +93,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} 
\;
 %{_mandir}/man3/DateTime::LeapSecond.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 2:1.18-1
+- 1.18 bump
+
 * Mon Jan  5 2015 Paul Howarth p...@city-fan.org - 2:1.17-1
 - 1.17 bump
 - Use %%license
diff --git a/sources b/sources
index 2f27137..1ad6d6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5064f42aeaea22d1088087348b8b405a  DateTime-1.17.tar.gz
+58160bea9744a7bc9d7737f7dad9fa72  DateTime-1.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-PrereqScanner/f20] (4 commits) ...1.022 bugfix bump

2015-01-06 Thread Petr Šabata
Summary of changes:

  8711297... 1.019 bump (*)
  f98c3c4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  a05776a... 1.021 bump (*)
  abe20a8... 1.022 bugfix bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179244] New: perl-Sereal-Encoder-3.005 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179244

Bug ID: 1179244
   Summary: perl-Sereal-Encoder-3.005 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Sereal-Encoder
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 3.005
Current version/release in Fedora Rawhide: 3.004-1.fc22
URL: http://search.cpan.org/dist/Sereal-Encoder/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy


More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KYaeJaHV5ha=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179241] New: perl-Sereal-Decoder-3.005 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179241

Bug ID: 1179241
   Summary: perl-Sereal-Decoder-3.005 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Sereal-Decoder
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 3.005
Current version/release in Fedora Rawhide: 3.004-1.fc22
URL: http://search.cpan.org/dist/Sereal-Decoder/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy


More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=HGPGAFG48xa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Cpanel-JSON-XS-3.0114.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Cpanel-JSON-XS:

1521da264c74c1123b11319ba0a74f8f  Cpanel-JSON-XS-3.0114.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File aliased-0.34.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-aliased:

f7f659f689699a87115da1262eb6edc6  aliased-0.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ocl-icd: update to 2.2.3 in a week

2015-01-06 Thread François Cami
Hi,

I'll update ocl-icd to the latest release (2.2.3) in a week.

Dependencies: LuxRender, clinfo, clpeak, pocl, mesa.

Updated SPEC and SRPM available at:
https://fcami.fedorapeople.org/srpms/ocl-icd.spec
https://fcami.fedorapeople.org/srpms/ocl-icd-2.2.3-1.git20141005.7cd0c2f.fc21.src.rpm

Scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=8539755

Please let us know of any problem at ocl-icd-owner@.

François
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1178400] perl-Perl-PrereqScanner-1.022 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178400



--- Comment #1 from Petr Šabata psab...@redhat.com ---
This is a major bugfix and enhancement release; all stable branches would
benefit from it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=vfWu9r40dma=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-PrereqScanner/f19] (5 commits) ...1.022 bugfix bump

2015-01-06 Thread Petr Šabata
Summary of changes:

  d4cd914... Perl 5.18 rebuild (*)
  8711297... 1.019 bump (*)
  f98c3c4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  a05776a... 1.021 bump (*)
  abe20a8... 1.022 bugfix bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Fedora 21 Update: libgeotiff-1.4.0-2.fc21 = Broken dep

2015-01-06 Thread Remi Collet
Le 06/01/2015 07:14, upda...@fedoraproject.org a écrit :
 
 Fedora Update Notification
 FEDORA-2014-17710
 2014-12-29 09:01:59
 
 
 Name: libgeotiff
 Product : Fedora 21
 Version : 1.4.0
 Release : 2.fc21

Soname change in stable version is so bad...

At least gdal is broken, but probably other to
https://bugzilla.redhat.com/show_bug.cgi?id=1179222

$ repoquery --whatrequires 'libgeotiff.so.1.2()(64bit)'
gdal-0:1.11.1-4.fc21.x86_64
gdal-java-0:1.11.1-4.fc21.x86_64
gdal-libs-0:1.11.1-4.fc21.x86_64
gdal-perl-0:1.11.1-4.fc21.x86_64
grads-0:2.0.2-6.fc21.x86_64
libgaiagraphics-0:0.5-5.fc21.x86_64
libgeotiff-devel-0:1.2.5-16.fc21.x86_64
librasterlite-0:1.1g-5.fc21.x86_64
librasterlite2-0:1.0.0-1.rc0.fc21.x86_64
librasterlite2-tools-0:1.0.0-1.rc0.fc21.x86_64
libreatlas-0:1.0.0a-8.fc21.x86_64
vifir-0:0.9-26.fc21.x86_64
vxl-0:1.17.0-14.fc21.x86_64


Remi.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1178400] perl-Perl-PrereqScanner-1.022 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178400

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Depends On||1094261



--- Comment #2 from Petr Šabata psab...@redhat.com ---
F19/F20 updates require Module::Path.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1094261
[Bug 1094261] Review Request: perl-Module-Path - Get the full path to a
locally installed module
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=J3Jyz1AxQva=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1178400] perl-Perl-PrereqScanner-1.022 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178400



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Perl-PrereqScanner-1.022-1.fc21 has been submitted as an update for Fedora
21.
https://admin.fedoraproject.org/updates/perl-Perl-PrereqScanner-1.022-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lPAQzCZuDYa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime] Created tag perl-DateTime-1.18-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-DateTime-1.18-1.fc22' was created pointing to:

 72cfd91... 1.18 bump
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

rawhide report: 20150106 changes

2015-01-06 Thread Fedora Rawhide Report
Compose started at Tue Jan  6 05:15:04 UTC 2015
Broken deps for i386
--
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmdata.so.3.6
[boswars]
boswars-2.7-5.fc22.i686 requires libtolua++-5.1.so
[cab]
cab-0.1.9-12.fc22.i686 requires cabal-dev
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.i686 requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.i686 requires libsres.so.14
[fawkes]
fawkes-lua-0.5.0-19.fc22.i686 requires libtolua++-5.1.so
fawkes-plugin-katana-0.5.0-19.fc22.i686 requires libtolua++-5.1.so
fawkes-plugin-pantilt-0.5.0-19.fc22.i686 requires libtolua++-5.1.so
fawkes-plugin-roomba-0.5.0-19.fc22.i686 requires libtolua++-5.1.so
fawkes-plugin-skiller-0.5.0-19.fc22.i686 requires libtolua++-5.1.so
[freeipa]
freeipa-server-trust-ad-4.1.2-1.fc22.i686 requires libpdb.so.0(PDB_0)
freeipa-server-trust-ad-4.1.2-1.fc22.i686 requires libpdb.so.0
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
[guacamole-server]
libguac-client-rdp-0.9.3-1.fc22.i686 requires libfreerdp-utils.so.1.2
libguac-client-rdp-0.9.3-1.fc22.i686 requires libfreerdp-core.so.1.2
libguac-client-rdp-0.9.3-1.fc22.i686 requires libfreerdp-codec.so.1.2
libguac-client-rdp-0.9.3-1.fc22.i686 requires libfreerdp-cache.so.1.2
[nifti2dicom]
nifti2dicom-0.4.9-1.fc22.i686 requires libitksys-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkopenjpeg-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkdouble-conversion-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkNetlibSlatec-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKznz-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKniftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKgiftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKWatersheds-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVtkGlue-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVideoIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVideoCore-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVNLInstantiation-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKStatistics-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKReview-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKQuadEdgeMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKPolynomials-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKPath-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKOptimizersv4-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKOptimizers-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKNrrdIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKMetaIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKLabelMap-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKKLMRegionGrowing-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOXML-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformMatlab-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires 
libITKIOTransformInsightLegacy-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformHDF5-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformBase-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTIFF-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOStimulate-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires 

File Perl-PrereqScanner-1.022.tar.gz uploaded to lookaside cache by psabata

2015-01-06 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Perl-PrereqScanner:

0da9266cd56ec2b1d271fda5e0fe37c0  Perl-PrereqScanner-1.022.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-PrereqScanner] 1.022 bugfix bump

2015-01-06 Thread Petr Šabata
commit a3fb4ca0c5b00eb409259617b54fb405aa7f5ebc
Author: Petr Šabata con...@redhat.com
Date:   Tue Jan 6 13:48:01 2015 +0100

1.022 bugfix bump

 .gitignore   |1 +
 perl-Perl-PrereqScanner.spec |   21 -
 sources  |2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f38af8f..c060a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Perl-PrereqScanner-0.101480.tar.gz
 /Perl-PrereqScanner-1.015.tar.gz
 /Perl-PrereqScanner-1.019.tar.gz
 /Perl-PrereqScanner-1.021.tar.gz
+/Perl-PrereqScanner-1.022.tar.gz
diff --git a/perl-Perl-PrereqScanner.spec b/perl-Perl-PrereqScanner.spec
index 647d280..ef8c35d 100644
--- a/perl-Perl-PrereqScanner.spec
+++ b/perl-Perl-PrereqScanner.spec
@@ -1,5 +1,5 @@
 Name:   perl-Perl-PrereqScanner
-Version:1.021
+Version:1.022
 Release:1%{?dist}
 Summary:Tool to scan your Perl code for its prerequisites
 License:GPL+ or Artistic
@@ -7,11 +7,12 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Perl-PrereqScanner/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Perl-PrereqScanner-%{version}.tar.gz
 BuildArch:  noarch
+# Build
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# run-time:
+# Runtime
 BuildRequires:  perl(CPAN::Meta::Requirements) = 2.124
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec::Functions)
@@ -29,19 +30,18 @@ BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(PPI) = 1.215
 # Scalar::Util not used at tests
 BuildRequires:  perl(String::RewritePrefix) = 0.005
-# tests
+# Tests only
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny)
-# optional tests
+# Optional tests only
 # CPAN::Meta not useful
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(Module::Path)
 
 %{?perl_default_filter}
-# Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Requirements\\)$ 
 
 %description
@@ -56,9 +56,9 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -71,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 06 2015 Petr Šabata con...@redhat.com - 1.022-1
+- 1.022 bugfix bump
+
 * Wed Nov 26 2014 Petr Pisar ppi...@redhat.com - 1.021-1
 - 1.021 bump
 
diff --git a/sources b/sources
index 619eaed..299c8dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4e0505b9276de0eb8259815ba995f60  Perl-PrereqScanner-1.021.tar.gz
+0da9266cd56ec2b1d271fda5e0fe37c0  Perl-PrereqScanner-1.022.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Perl-PrereqScanner/f21] 1.022 bugfix bump

2015-01-06 Thread Petr Šabata
commit abe20a8a2daeb27ad7d998463cff892baba89a14
Author: Petr Šabata con...@redhat.com
Date:   Tue Jan 6 13:48:01 2015 +0100

1.022 bugfix bump

 .gitignore   |1 +
 perl-Perl-PrereqScanner.spec |   21 -
 sources  |2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f38af8f..c060a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Perl-PrereqScanner-0.101480.tar.gz
 /Perl-PrereqScanner-1.015.tar.gz
 /Perl-PrereqScanner-1.019.tar.gz
 /Perl-PrereqScanner-1.021.tar.gz
+/Perl-PrereqScanner-1.022.tar.gz
diff --git a/perl-Perl-PrereqScanner.spec b/perl-Perl-PrereqScanner.spec
index 14d9e5c..0c72932 100644
--- a/perl-Perl-PrereqScanner.spec
+++ b/perl-Perl-PrereqScanner.spec
@@ -1,5 +1,5 @@
 Name:   perl-Perl-PrereqScanner
-Version:1.021
+Version:1.022
 Release:1%{?dist}
 Summary:Tool to scan your Perl code for its prerequisites
 License:GPL+ or Artistic
@@ -7,11 +7,12 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Perl-PrereqScanner/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Perl-PrereqScanner-%{version}.tar.gz
 BuildArch:  noarch
+# Build
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# run-time:
+# Runtime
 BuildRequires:  perl(CPAN::Meta::Requirements) = 2.124
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec::Functions)
@@ -29,19 +30,18 @@ BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(PPI) = 1.215
 # Scalar::Util not used at tests
 BuildRequires:  perl(String::RewritePrefix) = 0.005
-# tests
+# Tests only
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny)
-# optional tests
+# Optional tests only
 # CPAN::Meta not useful
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(Module::Path)
 
 %{?perl_default_filter}
-# Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Requirements\\)$ 
 
 %description
@@ -56,9 +56,9 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -71,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 06 2015 Petr Šabata con...@redhat.com - 1.022-1
+- 1.022 bugfix bump
+
 * Wed Nov 26 2014 Petr Pisar ppi...@redhat.com - 1.021-1
 - 1.021 bump
 
diff --git a/sources b/sources
index 619eaed..299c8dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4e0505b9276de0eb8259815ba995f60  Perl-PrereqScanner-1.021.tar.gz
+0da9266cd56ec2b1d271fda5e0fe37c0  Perl-PrereqScanner-1.022.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ping: rebase to xz-5.2.0 release + xz-compat-libs removal

2015-01-06 Thread Pavel Raiskup
Hello list,

upstream (Lasse Collin), _thanks a lot_ BTW,  was able to cut new xz
(stable) release 5.2.0.  I rather write here to inform you about upcoming
rebase in Fedora Rawhide (tomorrow or day after) as there is quite a few
dependant packages..

There shouldn't be a need to rebuild huge amount of packages as the soname
was not bumped and the API upgrade is clean.  There are small nits but the
rebase should be pretty safe (for more info/discussion, look at #1023718
and stop me there possibly).

I also plan to remove old xz-compat-libs subpackage in near future,
which, IIRC, is not used at all currently.  Stop this initiative in bug
#1179193 if you feel it is not OK.

Pavel

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-Cpanel-JSON-XS] Update to 3.0114

2015-01-06 Thread Paul Howarth
commit 69a5a82d1bac74808ca47565789e32bfa9f69055
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 13:28:11 2015 +

Update to 3.0114

- New upstream release 3.0114
  - Fix bad powl() with Freebsd 10 -Duselongdouble; rather use strtold
(GH#34, CPAN RT#101265)

 perl-Cpanel-JSON-XS.spec |7 ++-
 sources  |2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index f9184ca..272910e 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Cpanel-JSON-XS
 Summary:   JSON::XS for Cpanel, fast and correct serializing
-Version:   3.0113
+Version:   3.0114
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -105,6 +105,11 @@ make test IS_MAINTAINER=1 
%{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 3.0114-1
+- Update to 3.0114
+  - Fix bad powl() with Freebsd 10 -Duselongdouble; rather use strtold
+(GH#34, CPAN RT#101265)
+
 * Thu Dec 18 2014 Paul Howarth p...@city-fan.org - 3.0113-1
 - Update to 3.0113
   - Relax the tests for negative NaN in t/117_number.t, as BSDs also cannot
diff --git a/sources b/sources
index 22c0c7a..08e671d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e737d4d03503b926d148f98b5bbede7d  Cpanel-JSON-XS-3.0113.tar.gz
+1521da264c74c1123b11319ba0a74f8f  Cpanel-JSON-XS-3.0114.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179255] Rebuild for new xz-5.2.0

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179255

Pavel Raiskup prais...@redhat.com changed:

   What|Removed |Added

 Depends On||1023718




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1023718
[Bug 1023718] xz-5.2.0 [stable] is available
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=BARuY3ylwRa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179255] New: Rebuild for new xz-5.2.0

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179255

Bug ID: 1179255
   Summary: Rebuild for new xz-5.2.0
   Product: Fedora
   Version: rawhide
 Component: perl-Compress-Raw-Lzma
  Assignee: p...@city-fan.org
  Reporter: prais...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org



There is planned 5.2.0 rebase in Rawhide and perl-Compress-Raw-Lzma will need
rebuilding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kD46CmwweLa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Proc-WaitStat approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: approveacls of package: perl-Proc-WaitStat from: 
 to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-WaitStat
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-mime-construct commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: commit of package: perl-mime-construct from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-mime-construct
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Proc-WaitStat watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: watchbugzilla of package: perl-Proc-WaitStat 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-WaitStat
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb updated perl-Proc-WaitStat

2015-01-06 Thread pkgdb
user: limb created branch epel7 on package perl-Proc-WaitStat

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-WaitStat
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Proc-WaitStat commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: commit of package: perl-Proc-WaitStat from:  to: 
Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-WaitStat
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: approveacls of package: perl-Module-Path from: 
 to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb updated perl-Module-Path

2015-01-06 Thread pkgdb
user: limb created branch f20 on package perl-Module-Path

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: approveacls of package: perl-Module-Path from:  
to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: watchbugzilla of package: perl-Module-Path 
from:  to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-aliased] Created tag perl-aliased-0.34-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-aliased-0.34-1.fc22' was created pointing to:

 63cce4d... Update to 0.34
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Net-Patricia commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for orion acl: commit of package: perl-Net-Patricia from:  to: 
Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Patricia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Data-Tumbler-0.008.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Data-Tumbler:

6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Tumbler] Update to 0.008

2015-01-06 Thread Paul Howarth
commit 4e07e6c434339478e044f0ae05a57ff3db743bab
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 13:50:10 2015 +

Update to 0.008

- New upstream release 0.008
  - Reflect CPAN RT#100805 recommendation in LICENSE

 perl-Data-Tumbler.spec |6 +-
 sources|2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index 4a8a8f6..ddb5388 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.007
+Version:   0.008
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,10 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
+- Update to 0.008
+  - Reflect CPAN RT#100805 recommendation in LICENSE
+
 * Mon Dec 15 2014 Paul Howarth p...@city-fan.org - 0.007-1
 - Update to 0.007
   - Add GPL-1 license text as it's fulfilling basic requirements
diff --git a/sources b/sources
index 195a242..8ca63db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65254655863ed859e6ca218777885ec3  Data-Tumbler-0.007.tar.gz
+6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Tumbler] Created tag perl-Data-Tumbler-0.008-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-Data-Tumbler-0.008-1.fc22' was created pointing to:

 4e07e6c... Update to 0.008
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Math-Round-0.07.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Math-Round:

b74c5d2a3f891c19dafd7ce638732fd1  Math-Round-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-aliased] Update to 0.34

2015-01-06 Thread Paul Howarth
commit 63cce4dfcfa4bfeb095e69519bd31aec8235ff06
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 13:31:53 2015 +

Update to 0.34

- New upstream release 0.34
  - Re-release to fix problematic $VERSION declaration (CPAN RT#101095)

 perl-aliased.spec |8 ++--
 sources   |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-aliased.spec b/perl-aliased.spec
index e4708c4..1d5c90a 100644
--- a/perl-aliased.spec
+++ b/perl-aliased.spec
@@ -1,5 +1,5 @@
 Name:  perl-aliased
-Version:   0.33
+Version:   0.34
 Release:   1%{?dist}
 Summary:   Use shorter versions of class names
 License:   GPL+ or Artistic
@@ -9,11 +9,11 @@ BuildArch:noarch
 # Module Build
 BuildRequires: perl
 BuildRequires: perl(Module::Build::Tiny) = 0.039
-BuildRequires: perl(warnings)
 # Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(B)
 BuildRequires: perl(CPAN::Meta) = 2.120900
@@ -52,6 +52,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/aliased.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.34-1
+- Update to 0.34
+  - Re-release to fix problematic $VERSION declaration (CPAN RT#101095)
+
 * Mon Dec 22 2014 Paul Howarth p...@city-fan.org - 0.33-1
 - Update to 0.33
   - Don't inherit from Exporter
diff --git a/sources b/sources
index f41015d..93c555c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af0b619806b8ecb764ee7e643c5541e9  aliased-0.33.tar.gz
+f7f659f689699a87115da1262eb6edc6  aliased-0.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-mime-construct watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: watchcommits of package: perl-mime-construct 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-mime-construct
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-mime-construct watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: watchbugzilla of package: perl-mime-construct 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-mime-construct
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Proc-WaitStat watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: watchcommits of package: perl-Proc-WaitStat 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-WaitStat
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb updated perl-mime-construct

2015-01-06 Thread pkgdb
user: limb created branch epel7 on package perl-mime-construct

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-mime-construct
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-mime-construct approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for mrunge acl: approveacls of package: perl-mime-construct 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-mime-construct
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: watchbugzilla of package: perl-Module-Path from: 
 to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: watchcommits of package: perl-Module-Path from: 
 to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: approveacls of package: perl-Module-Path from:  
to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: watchbugzilla of package: perl-Module-Path 
from:  to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: watchcommits of package: perl-Module-Path 
from:  to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: watchcommits of package: perl-Module-Path 
from:  to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: watchbugzilla of package: perl-Module-Path 
from:  to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: approveacls of package: perl-Module-Path from:  
to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: watchbugzilla of package: perl-Module-Path 
from:  to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb updated perl-Module-Path

2015-01-06 Thread pkgdb
user: limb created branch f19 on package perl-Module-Path

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: approveacls of package: perl-Module-Path from: 
 to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: watchcommits of package: perl-Module-Path from:  
to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: approveacls of package: perl-Module-Path from:  
to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for jplesnik acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for psabata acl: watchcommits of package: perl-Module-Path from: 
 to: Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: watchbugzilla of package: perl-Module-Path from: 
 to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: watchcommits of package: perl-Module-Path from:  
to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Module-Path commit set to Approved

2015-01-06 Thread pkgdb
user: limb set for ppisar acl: commit of package: perl-Module-Path from:  to: 
Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Path
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Net-Patricia watchcommits set to Approved

2015-01-06 Thread pkgdb
user: limb set for orion acl: watchcommits of package: perl-Net-Patricia from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Patricia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1174161] Epel7 branch?

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174161

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5YADXbAZZ3a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Net-Patricia approveacls set to Approved

2015-01-06 Thread pkgdb
user: limb set for orion acl: approveacls of package: perl-Net-Patricia from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Patricia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb:perl-Net-Patricia watchbugzilla set to Approved

2015-01-06 Thread pkgdb
user: limb set for orion acl: watchbugzilla of package: perl-Net-Patricia from: 
 to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Patricia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1174161] Epel7 branch?

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174161



--- Comment #3 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=sLaLrBsWLka=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] limb updated perl-Net-Patricia

2015-01-06 Thread pkgdb
user: limb created branch epel7 on package perl-Net-Patricia

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-Patricia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Cpanel-JSON-XS] Created tag perl-Cpanel-JSON-XS-3.0114-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-Cpanel-JSON-XS-3.0114-1.fc22' was created pointing to:

 69a5a82... Update to 3.0114
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Sereal-Decoder-3.005.tar.gz uploaded to lookaside cache by ppisar

2015-01-06 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Sereal-Decoder:

21ebee822c1f470629e3bd844c4ecc6f  Sereal-Decoder-3.005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Sereal-Decoder] 3.005 bump

2015-01-06 Thread Petr Pisar
commit fc3e223606e23838a31afb65c38d7de74915af37
Author: Petr Písař ppi...@redhat.com
Date:   Tue Jan 6 15:50:09 2015 +0100

3.005 bump

 .gitignore   |1 +
 perl-Sereal-Decoder.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52068c0..3f73abc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Sereal-Decoder-3.002.tar.gz
 /Sereal-Decoder-3.003.tar.gz
 /Sereal-Decoder-3.004.tar.gz
+/Sereal-Decoder-3.005.tar.gz
diff --git a/perl-Sereal-Decoder.spec b/perl-Sereal-Decoder.spec
index 247c334..6798b35 100644
--- a/perl-Sereal-Decoder.spec
+++ b/perl-Sereal-Decoder.spec
@@ -1,5 +1,5 @@
 Name:   perl-Sereal-Decoder
-Version:3.004
+Version:3.005
 Release:1%{?dist}
 Summary:Perl deserialization for Sereal format
 # lib/Sereal/Decoder.pm:GPL+ or Artistic
@@ -84,6 +84,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 06 2015 Petr Pisar ppi...@redhat.com - 3.005-1
+- 3.005 bump
+
 * Mon Jan 05 2015 Petr Pisar ppi...@redhat.com - 3.004-1
 - 3.004 bump
 
diff --git a/sources b/sources
index 0c0afeb..caf6359 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-139886fa003a4ad47b7dc260e12fc1db  Sereal-Decoder-3.004.tar.gz
+21ebee822c1f470629e3bd844c4ecc6f  Sereal-Decoder-3.005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Sereal-Encoder-3.005.tar.gz uploaded to lookaside cache by ppisar

2015-01-06 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Sereal-Encoder:

a472e6ab83f0db2ef37d1efbc4cc9d34  Sereal-Encoder-3.005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Sereal-Encoder] 3.005 bump

2015-01-06 Thread Petr Pisar
commit 99b624bc55438139a88967353408292c83f2c51c
Author: Petr Písař ppi...@redhat.com
Date:   Tue Jan 6 15:56:01 2015 +0100

3.005 bump

 .gitignore   |1 +
 perl-Sereal-Encoder.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26d0190..a514bb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Sereal-Encoder-3.002.tar.gz
 /Sereal-Encoder-3.003.tar.gz
 /Sereal-Encoder-3.004.tar.gz
+/Sereal-Encoder-3.005.tar.gz
diff --git a/perl-Sereal-Encoder.spec b/perl-Sereal-Encoder.spec
index dc24708..ee28ca9 100644
--- a/perl-Sereal-Encoder.spec
+++ b/perl-Sereal-Encoder.spec
@@ -1,5 +1,5 @@
 Name:   perl-Sereal-Encoder
-Version:3.004
+Version:3.005
 Release:1%{?dist}
 Summary:Perl serialization into Serial format
 # lib/Sereal/Encoder.pm:GPL+ or Artistic
@@ -89,6 +89,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 06 2015 Petr Pisar ppi...@redhat.com - 3.005-1
+- 3.005 bump
+
 * Mon Jan 05 2015 Petr Pisar ppi...@redhat.com - 3.004-1
 - 3.004 bump
 
diff --git a/sources b/sources
index 4d5600f..bc49a33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fac2e4010cad7d822190b86350336b42  Sereal-Encoder-3.004.tar.gz
+a472e6ab83f0db2ef37d1efbc4cc9d34  Sereal-Encoder-3.005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179244] perl-Sereal-Encoder-3.005 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179244

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Sereal-Encoder-3.005-1
   ||.fc22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-06 10:11:10



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=g8woNVUuSQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1179241] perl-Sereal-Decoder-3.005 is available

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179241

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Sereal-Decoder-3.005-1
   ||.fc22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-06 10:11:09



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xf0zPHHZhHa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1174161] Epel7 branch?

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174161

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Net-Patricia-1.22-6.el7:
* should fix your issue,
* was pushed to the Fedora EPEL 7 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing perl-Net-Patricia-1.22-6.el7'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0092/perl-Net-Patricia-1.22-6.el7
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=D98BgZuCT0a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Schedule for Wednesday's FESCo Meeting (2015-01-07)

2015-01-06 Thread Stephen Gallagher

Following is the list of topics that will be discussed in the FESCo
meeting Wednesday at 18:00UTC in #fedora-meeting on irc.freenode.net.

To convert UTC to your local time, take a look at
  http://fedoraproject.org/wiki/UTCHowto

or run:
  date -d '2015-01-07 18:00 UTC'


Links to all tickets below can be found at: 
https://fedorahosted.org/fesco/report/9

= Followups =

#topic #1372 Workstation Product defaults to wide-open firewall
https://fedorahosted.org/fesco/ticket/1372

#topic #1349 Fedora 22 scheduling strategy (and beyond)
https://fedorahosted.org/fesco/ticket/1349

#topic #1198 Possible changes to Fedora EOL bug procedure
https://fedorahosted.org/fesco/ticket/1198

#topic #1326 change to fesco replacement process?
https://fedorahosted.org/fesco/ticket/1326

= New business =

#topic #1378 F22 System Wide Change: Elasticsearch -
https://fedoraproject.org/wiki/Changes/Elasticsearch
https://fedorahosted.org/fesco/ticket/1378

#topic #1379 F22 System Wide Change: Change xorg input stack to use
libinput - https://fedoraproject.org/wiki/Changes/LibinputForXorg
https://fedorahosted.org/fesco/ticket/1379

#topic #1380 F22 System Wide Change: wxPython 3 -
https://fedoraproject.org/wiki/Changes/wxPython3
https://fedorahosted.org/fesco/ticket/1380

= Open Floor = 

For more complete details, please visit each individual ticket.  The
report of the agenda items can be found at
https://fedorahosted.org/fesco/report/9

If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fesco,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting. 


signature.asc
Description: This is a digitally signed message part
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

File MetaCPAN-Client-1.008001.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-06 Thread Paul Howarth
A file has been added to the lookaside cache for perl-MetaCPAN-Client:

b25dd602c746297f664aa29f4a5dc06f  MetaCPAN-Client-1.008001.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-Metadata] Update to 1.000025

2015-01-06 Thread Paul Howarth
commit 10f305533f55fc4f0559e0360e497ddcf00c9104
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 19:51:03 2015 +

Update to 1.25

- New upstream release 1.25
  - Evaluate version assignment in a clean environment, to fix assignment 
in a
block (CPAN RT#101095)
- Use %license

 perl-Module-Metadata.spec |   23 ++-
 sources   |2 +-
 2 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec
index 7e67798..6c8b963 100644
--- a/perl-Module-Metadata.spec
+++ b/perl-Module-Metadata.spec
@@ -1,6 +1,6 @@
 Name:  perl-Module-Metadata
-Version:   1.24
-Release:   2%{?dist}
+Version:   1.25
+Release:   1%{?dist}
 Summary:   Gather package and POD information from perl module files
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Module-Metadata/
@@ -8,7 +8,7 @@ Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{ver
 BuildArch: noarch
 # Build
 BuildRequires: perl
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires: perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires: perl(Carp)
 BuildRequires: perl(Fcntl)
@@ -22,16 +22,14 @@ BuildRequires:  perl(Cwd)
 BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(File::Basename)
 BuildRequires: perl(File::Path)
-BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(File::Temp)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(lib)
-BuildRequires: perl(List::Util)
 BuildRequires: perl(Test::More) = 0.82
 BuildRequires: perl(vars)
 # Optional test requirements
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Requirements)
+BuildRequires: perl(CPAN::Meta) = 2.120900
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Fcntl)
@@ -56,11 +54,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README README.md
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{perl_vendorlib}/Module/
-%{_mandir}/man3/Module::Metadata.3pm*
+%{_mandir}/man3/Module::Metadata.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 1.25-1
+- Update to 1.25
+  - Evaluate version assignment in a clean environment, to fix assignment in a
+block (CPAN RT#101095)
+- Use %%license
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.24-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fec4887..7ffcd34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5634d73774295c3b43b819aff00473c  Module-Metadata-1.24.tar.gz
+fb1d84b3571982e30d43bcf35a8b8f2b  Module-Metadata-1.25.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-Metadata] Created tag perl-Module-Metadata-1.000025-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-Module-Metadata-1.25-1.fc22' was created pointing 
to:

 10f3055... Update to 1.25
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Ramblings and questions regarding Fedora, but stemming from gnome-software and desktop environments

2015-01-06 Thread Stephen John Smoogen
On 6 January 2015 at 10:48, Hedayat Vatankhah hedayat@gmail.com wrote:



  *Bill Nottingham nott...@splat.cc nott...@splat.cc* wrote on Tue, 6
 Jan 2015 11:39:27 -0500:

 ...
 - Even searching for -devel packages implies a target == host build
   sensibility that is relevant mostly to those developing Fedora, and
   not to most of those developers that I run into on a day-to-day basis
   (and likely not the developers we're targeting.) They're interested
   in using mock along with system libraries for RHEL/CentOS, using
   pip/npm/rubygems, etc.

  So you mean that Fedora target developers are either using dynamic
 languages, or they develop native software for RHEL/CentOS?! So you believe
 that target == rhel/centos? And native software developers for *modern*
 distros are not targets? This is really offending. RHEL/CentOS themselves
 should mainly target their developers. I guess that most of the developers
 you run into are working for RedHat.


1) Notting doesn't work at Red Hat anymore.
2) You are assuming too much from the beginning. You take a couple of words
from his sentence and make a hole diatribe of how stupid he must be for
something he didn't say. Please do not do that.

--
Stephen J Smoogen.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-MetaCPAN-Client] Created tag perl-MetaCPAN-Client-1.008001-1.fc22

2015-01-06 Thread Paul Howarth
The lightweight tag 'perl-MetaCPAN-Client-1.008001-1.fc22' was created pointing 
to:

 0b0b084... Update to 1.008001
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Ramblings and questions regarding Fedora, but stemming from gnome-software and desktop environments

2015-01-06 Thread Hedayat Vatankhah


/*Michael Catanzaro mcatanz...@gnome.org*/ wrote on Tue, 06 Jan 2015 
13:51:24 -0600:
On Tue, Jan 6, 2015 at 1:28 PM, Stephen John Smoogen 
smo...@gmail.com wrote:


So you mean that Fedora target developers are either using
dynamic languages, or they develop native software for
RHEL/CentOS?! So you believe that target == rhel/centos?



No, you misread his comment, he's actually saying the opposite. You 
both agree on that point. Happy Tuesday.




If that's the case as you and Stephen J Smoogen say, I'm sorry.

Regards,
Hedayat
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1179255] Rebuild for new xz-5.2.0

2015-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179255

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Paul Howarth p...@city-fan.org ---
Builds OK; let me know when 5.2.0 is available in Rawhide and I'll push and
build the update.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=S4EBhym8gKa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Ramblings and questions regarding Fedora, but stemming from gnome-software and desktop environments

2015-01-06 Thread Michael Catanzaro
On Tue, Jan 6, 2015 at 1:28 PM, Stephen John Smoogen smo...@gmail.com 
wrote:
So you mean that Fedora target developers are either using dynamic 
languages, or they develop native software for RHEL/CentOS?! So you 
believe that target == rhel/centos?


No, you misread his comment, he's actually saying the opposite. You 
both agree on that point. Happy Tuesday.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Nonresponsive maintainer: odysseus

2015-01-06 Thread Rave it
Hi,
does someone know about the status of maintainer odysseus?
His package zukitwo-themes isn't update to GTK3-3.14.x.
Upstream updated to gtk3-3.14x since october 2014.
Cinnamon desktop are waiting for an update, see fesco ticket
https://fedorahosted.org/fesco/ticket/1381
Please send him an email if you know other email adresses than fedora one.

Wolfgang
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-Math-Round] Update to 0.07

2015-01-06 Thread Paul Howarth
commit 2c378aac156654116092b5747087ede6264c1701
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 14:13:09 2015 +

Update to 0.07

- New upstream release 0.07
  - Perl 5.22 exports POSIX::round, so use POSIX had to be changed to
use POSIX ()
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

 perl-Math-Round.spec |   26 --
 sources  |2 +-
 2 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/perl-Math-Round.spec b/perl-Math-Round.spec
index 0966b07..85d735e 100644
--- a/perl-Math-Round.spec
+++ b/perl-Math-Round.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-Round
-Version:0.06
-Release:20%{?dist}
+Version:0.07
+Release:1%{?dist}
 Summary:Perl extension for rounding numbers
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -9,10 +9,18 @@ Source0:
http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Round-%
 Patch0: Math-Round-0.06-utf8.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
+# Module Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+# (no additional dependencies)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(AutoLoader)
 
@@ -38,7 +46,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
 %{_fixperms} %{buildroot}
 
 %check
@@ -48,13 +55,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/auto/Math/
 %{perl_vendorlib}/Math/
-%{_mandir}/man3/Math::Round.3pm*
+%{_mandir}/man3/Math::Round.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.07-1
+- Update to 0.07
+  - Perl 5.22 exports POSIX::round, so use POSIX had to be changed to
+use POSIX ()
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.06-20
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 1a324fb..16ce068 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-552cef2753b246f97a6e20d8dee66e7c  Math-Round-0.06.tar.gz
+b74c5d2a3f891c19dafd7ce638732fd1  Math-Round-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MetaCPAN-Client] Update to 1.008001

2015-01-06 Thread Paul Howarth
commit 0b0b084591af1ddf064516e8ab9095e91fe4988f
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 6 19:17:01 2015 +

Update to 1.008001

- New upstream release 1.008001
  - Correct Meta resources for the repo
  - Correct link in POD for the Pod element
- This release by XSAWYERX → update source URL

 perl-MetaCPAN-Client.spec |   10 --
 sources   |2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec
index 22cafd4..c138145 100644
--- a/perl-MetaCPAN-Client.spec
+++ b/perl-MetaCPAN-Client.spec
@@ -3,13 +3,13 @@
 # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when 
available
 
 Name:  perl-MetaCPAN-Client
-Version:   1.008000
+Version:   1.008001
 Release:   1%{?dist}
 Summary:   A comprehensive, DWIM-featured client to the MetaCPAN API
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   https://github.com/CPAN-API/metacpan-client
-Source0:   
http://cpan.metacpan.org/authors/id/M/MI/MICKEY/MetaCPAN-Client-%{version}.tar.gz
+Source0:   
http://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/MetaCPAN-Client-%{version}.tar.gz
 BuildArch: noarch
 # Build
 BuildRequires: perl
@@ -93,6 +93,12 @@ mv ./[a-z]*.t t/api/
 %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3*
 
 %changelog
+* Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 1.008001-1
+- Update to 1.008001
+  - Correct Meta resources for the repo
+  - Correct link in POD for the Pod element
+- This release by XSAWYERX → update source URL
+
 * Sat Nov 22 2014 Paul Howarth p...@city-fan.org - 1.008000-1
 - Update to 1.008000
   - CPAN RT#99498: added API for 'match_all' queries via all($type)
diff --git a/sources b/sources
index 2302e9c..04776f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-664e0bcd0f9ba5bb4adc1f4be44761e7  MetaCPAN-Client-1.008000.tar.gz
+b25dd602c746297f664aa29f4a5dc06f  MetaCPAN-Client-1.008001.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: dnf and handling kernel-devel updates correctly

2015-01-06 Thread Josh Boyer
On Tue, Jan 6, 2015 at 5:48 PM, Josh Boyer jwbo...@fedoraproject.org wrote:
 On Tue, Jan 6, 2015 at 5:15 PM, Andre Robatino
 robat...@fedoraproject.org wrote:
 In order for dnf to be able to handle kernel-devel updates correctly (having
 multiple versions of kernel-devel installed, one for each installed kernel),
 https://bugzilla.redhat.com/show_bug.cgi?id=1079906 (against the kernel)
 must be fixed, but there is no response to status inquiries in the bug. Does
 anyone know what the status of this is? I was under the impression that this
 was a simple fix, so it's odd that nothing has happened for almost a year.

 It's been a low priority lost in the sea of other bugs.  Particularly
 since the current default package manager works just fine with no
 kernel changes.

 I realize DNF is aiming to be the default for F22 so I'll try and get
 to this next week.

Small addendum: if a provenpackager wants to get to this sooner, we'd
be happy for the help.  Just make sure to stick around for any fallout
too :).

josh
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora 19 End of Life

2015-01-06 Thread Norman Gaywood
On 7 January 2015 at 03:25, Josh Boyer jwbo...@fedoraproject.org wrote:
 On Tue, Jan 6, 2015 at 11:17 AM, Kevin Fenzi ke...@scrye.com wrote:
 As of 6th of January 2014, Fedora 19 has reached its end of life for
 updates and support.

 Does this mean Schrödinger's cat is actually dead?

I haven't looked.

:-)

-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale,
NSW 2351, Australia

ngayw...@une.edu.auPhone: +61 (0)2 6773 2412
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

dircproxy

2015-01-06 Thread Kevin Fenzi
Greetings. 

Long ago I used to use dircproxy and took over maintaining the Fedora
pacakge of it. 

However, many years ago I moved to znc, and no longer use dircproxy. 

Upstream is pretty much dead (no commits in 5 years or so). 

There's currently one outstanding fedora bug (to drop the sysvinit
file).

Accordingly I have orphaned the package.
If someone has need to keep it alive, feel free to take it. 

kevin


pgpmSvayx3vzx.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

  1   2   >