[Bug 1214735] perl-PAR-1.009 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-PAR-1.009-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-PAR-1.009-1.fc22

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

pghmcfc uploaded Sub-Name-0.14.tar.gz for perl-Sub-Name

2015-04-24 Thread notifications
211ca38767145b6c362da3b821a5abca  Sub-Name-0.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sub-Name/Sub-Name-0.14.tar.gz/211ca38767145b6c362da3b821a5abca/Sub-Name-0.14.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

pghmcfc pushed to perl-Sub-Name (master). Update to 0.14 (..more)

2015-04-24 Thread notifications
From bf76d7e9e113912b4e2dbe779374bf428d201dc8 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 24 Apr 2015 11:52:57 +0100
Subject: Update to 0.14

- New upstream release 0.14
  - Remove mandatory dependencies for optional test
  - Mark the test with B::C as TODO, as it seems to fail frequently and should
not block normal installations

diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec
index 223419f..ca3856f 100644
--- a/perl-Sub-Name.spec
+++ b/perl-Sub-Name.spec
@@ -1,7 +1,7 @@
 # TODO: BR: perl(B::C) when available
 
 Name:  perl-Sub-Name
-Version:   0.13
+Version:   0.14
 Release:   1%{?dist}
 Summary:   Name - or rename - a sub
 License:   GPL+ or Artistic
@@ -17,11 +17,11 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Deparse)
-BuildRequires: perl(Devel::CheckBin)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) = 0.88
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) = 2.120900
+BuildRequires: perl(Devel::CheckBin)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Sub::Name.3*
 
 %changelog
+* Fri Apr 24 2015 Paul Howarth p...@city-fan.org - 0.14-1
+- Update to 0.14
+  - Remove mandatory dependencies for optional test
+  - Mark the test with B::C as TODO, as it seems to fail frequently and should
+not block normal installations
+
 * Sun Mar 29 2015 Paul Howarth p...@city-fan.org - 0.13-1
 - Update to 0.13
   - Fix optional test of interaction with B::C that sometimes invalidly failed
diff --git a/sources b/sources
index 9dccc62..9463e90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e4881f8b2f00a4ff31f6b54061bd5cc  Sub-Name-0.13.tar.gz
+211ca38767145b6c362da3b821a5abca  Sub-Name-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sub-Name.git/commit/?h=masterid=bf76d7e9e113912b4e2dbe779374bf428d201dc8
--
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

pghmcfc pushed to perl-Module-Build-XSUtil (perl-Module-Build-XSUtil-0.15-1.fc23). Update to 0.15 (..more)

2015-04-24 Thread notifications
From 781470abecf1687da732c5e9a0c2e20f4a0e6f17 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 24 Apr 2015 11:40:57 +0100
Subject: Update to 0.15

- New upstream release 0.15
  - Update XSHelper to fix STATIC_INLINE for gcc -std=c89

diff --git a/perl-Module-Build-XSUtil.spec b/perl-Module-Build-XSUtil.spec
index 19d351f..5da223a 100644
--- a/perl-Module-Build-XSUtil.spec
+++ b/perl-Module-Build-XSUtil.spec
@@ -1,7 +1,7 @@
 Summary:   A Module::Build class for building XS modules
 Name:  perl-Module-Build-XSUtil
-Version:   0.14
-Release:   2%{?dist}
+Version:   0.15
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   https://github.com/hideo55/Module-Build-XSUtil
 Source0:   
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-%{version}.tar.gz
@@ -61,6 +61,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Module::Build::XSUtil.3*
 
 %changelog
+* Fri Apr 24 2015 Paul Howarth p...@city-fan.org - 0.15-1
+- Update to 0.15
+  - Update XSHelper to fix STATIC_INLINE for gcc -std=c89
+
 * Tue Oct  7 2014 Paul Howarth p...@city-fan.org - 0.14-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 4c3b09a..a786e52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40045cdd0730d09abc05423f7c103adb  Module-Build-XSUtil-0.14.tar.gz
+23f695909296f5d34fb09535a1238a61  Module-Build-XSUtil-0.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Module-Build-XSUtil.git/commit/?h=perl-Module-Build-XSUtil-0.15-1.fc23id=781470abecf1687da732c5e9a0c2e20f4a0e6f17
--
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

Broken dependencies: perl-Net-DNS-SEC

2015-04-24 Thread buildsys


perl-Net-DNS-SEC has broken dependencies in the rawhide tree:
On x86_64:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
On i386:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
On armhfp:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
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

pghmcfc pushed to perl-Sub-Name (perl-Sub-Name-0.14-1.fc23). Update to 0.14 (..more)

2015-04-24 Thread notifications
From bf76d7e9e113912b4e2dbe779374bf428d201dc8 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 24 Apr 2015 11:52:57 +0100
Subject: Update to 0.14

- New upstream release 0.14
  - Remove mandatory dependencies for optional test
  - Mark the test with B::C as TODO, as it seems to fail frequently and should
not block normal installations

diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec
index 223419f..ca3856f 100644
--- a/perl-Sub-Name.spec
+++ b/perl-Sub-Name.spec
@@ -1,7 +1,7 @@
 # TODO: BR: perl(B::C) when available
 
 Name:  perl-Sub-Name
-Version:   0.13
+Version:   0.14
 Release:   1%{?dist}
 Summary:   Name - or rename - a sub
 License:   GPL+ or Artistic
@@ -17,11 +17,11 @@ BuildRequires:  perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Deparse)
-BuildRequires: perl(Devel::CheckBin)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) = 0.88
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) = 2.120900
+BuildRequires: perl(Devel::CheckBin)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Sub::Name.3*
 
 %changelog
+* Fri Apr 24 2015 Paul Howarth p...@city-fan.org - 0.14-1
+- Update to 0.14
+  - Remove mandatory dependencies for optional test
+  - Mark the test with B::C as TODO, as it seems to fail frequently and should
+not block normal installations
+
 * Sun Mar 29 2015 Paul Howarth p...@city-fan.org - 0.13-1
 - Update to 0.13
   - Fix optional test of interaction with B::C that sometimes invalidly failed
diff --git a/sources b/sources
index 9dccc62..9463e90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e4881f8b2f00a4ff31f6b54061bd5cc  Sub-Name-0.13.tar.gz
+211ca38767145b6c362da3b821a5abca  Sub-Name-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sub-Name.git/commit/?h=perl-Sub-Name-0.14-1.fc23id=bf76d7e9e113912b4e2dbe779374bf428d201dc8
--
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

pghmcfc uploaded Module-Build-XSUtil-0.15.tar.gz for perl-Module-Build-XSUtil

2015-04-24 Thread notifications
23f695909296f5d34fb09535a1238a61  Module-Build-XSUtil-0.15.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-Build-XSUtil/Module-Build-XSUtil-0.15.tar.gz/23f695909296f5d34fb09535a1238a61/Module-Build-XSUtil-0.15.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

pghmcfc pushed to perl-Module-Build-XSUtil (master). Update to 0.15 (..more)

2015-04-24 Thread notifications
From 781470abecf1687da732c5e9a0c2e20f4a0e6f17 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 24 Apr 2015 11:40:57 +0100
Subject: Update to 0.15

- New upstream release 0.15
  - Update XSHelper to fix STATIC_INLINE for gcc -std=c89

diff --git a/perl-Module-Build-XSUtil.spec b/perl-Module-Build-XSUtil.spec
index 19d351f..5da223a 100644
--- a/perl-Module-Build-XSUtil.spec
+++ b/perl-Module-Build-XSUtil.spec
@@ -1,7 +1,7 @@
 Summary:   A Module::Build class for building XS modules
 Name:  perl-Module-Build-XSUtil
-Version:   0.14
-Release:   2%{?dist}
+Version:   0.15
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   https://github.com/hideo55/Module-Build-XSUtil
 Source0:   
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-%{version}.tar.gz
@@ -61,6 +61,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Module::Build::XSUtil.3*
 
 %changelog
+* Fri Apr 24 2015 Paul Howarth p...@city-fan.org - 0.15-1
+- Update to 0.15
+  - Update XSHelper to fix STATIC_INLINE for gcc -std=c89
+
 * Tue Oct  7 2014 Paul Howarth p...@city-fan.org - 0.14-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 4c3b09a..a786e52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40045cdd0730d09abc05423f7c103adb  Module-Build-XSUtil-0.14.tar.gz
+23f695909296f5d34fb09535a1238a61  Module-Build-XSUtil-0.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Module-Build-XSUtil.git/commit/?h=masterid=781470abecf1687da732c5e9a0c2e20f4a0e6f17
--
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

Broken dependencies: perl-Satcon

2015-04-24 Thread buildsys


perl-Satcon has broken dependencies in the F-22 tree:
On x86_64:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On i386:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On armhfp:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
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

[Bug 1215148] perl-Config-Any-0.25 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215148



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9558543

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215148] New: perl-Config-Any-0.25 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215148

Bug ID: 1215148
   Summary: perl-Config-Any-0.25 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Config-Any
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org,
psab...@redhat.com, robinlee.s...@gmail.com



Latest upstream release: 0.25
Current version/release in rawhide: 0.24-4.fc22
URL: http://search.cpan.org/dist/Config-Any/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215148] perl-Config-Any-0.25 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215148



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1018450
  -- https://bugzilla.redhat.com/attachment.cgi?id=1018450action=edit
[patch] Update to 0.25 (#1215148)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 824089] CVE-2011-2082 rt3: Multiple security flaws fixed in upstream v3.8.12 and v4.0.6 versions [epel-all]

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=824089



--- Comment #1 from David A. Cafaro d...@cafaro.net ---
This bug is VERY old, do we have an udpate/patch for this?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215296] perl-Tangerine-0.15 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215296



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1018653
  -- https://bugzilla.redhat.com/attachment.cgi?id=1018653action=edit
[patch] Update to 0.15 (#1215296)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215296] New: perl-Tangerine-0.15 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215296

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



Latest upstream release: 0.15
Current version/release in rawhide: 0.14-1.fc23
URL: http://search.cpan.org/dist/Tangerine/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215297] New: perl-Text-CSV_XS-1.17 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215297

Bug ID: 1215297
   Summary: perl-Text-CSV_XS-1.17 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-CSV_XS
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.17
Current version/release in rawhide: 1.16-1.fc23
URL: http://search.cpan.org/dist/Text-CSV_XS/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766

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-XML-LibXML-2.0119-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-XML-LibXML-2.0119-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-6823/perl-XML-LibXML-2.0119-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215291] perl-DateTime-TimeZone-1.88 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215291



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1018643
  -- https://bugzilla.redhat.com/attachment.cgi?id=1018643action=edit
[patch] Update to 1.88 (#1215291)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215291] New: perl-DateTime-TimeZone-1.88 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215291

Bug ID: 1215291
   Summary: perl-DateTime-TimeZone-1.88 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.88
Current version/release in rawhide: 1.87-1.fc23
URL: http://search.cpan.org/dist/DateTime-TimeZone/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699

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-App-cpanminus-1.7031-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-App-cpanminus-1.7031-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-6789/perl-App-cpanminus-1.7031-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215291] perl-DateTime-TimeZone-1.88 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215291



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9563092

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215296] perl-Tangerine-0.15 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215296



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9563387

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215297] perl-Text-CSV_XS-1.17 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215297



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1018654
  -- https://bugzilla.redhat.com/attachment.cgi?id=1018654action=edit
[patch] Update to 1.17 (#1215297)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713

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-File-ShareDir-ProjectDistDir-1.07-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-File-ShareDir-ProjectDistDir-1.07-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-6753/perl-File-ShareDir-ProjectDistDir-1.07-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1215297] perl-Text-CSV_XS-1.17 is available

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1215297



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9563397

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 824089] CVE-2011-2082 rt3: Multiple security flaws fixed in upstream v3.8.12 and v4.0.6 versions [epel-all]

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=824089



--- Comment #3 from David A. Cafaro d...@cafaro.net ---
Thanks for the update and info.  I'll take this back to the Security Team and
see how we want to handle this.  We have been working on policy to have
packages that are abandoned removed so that's less of an issue than the
dependency worries (which will take some thought).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 824089] CVE-2011-2082 rt3: Multiple security flaws fixed in upstream v3.8.12 and v4.0.6 versions [epel-all]

2015-04-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=824089

Ralf Corsepius rc040...@freenet.de changed:

   What|Removed |Added

 CC||rc040...@freenet.de



--- Comment #2 from Ralf Corsepius rc040...@freenet.de ---
[Fedora maintainer speaking - I do not maintain rt in EPEL]

(In reply to David A. Cafaro from comment #1)
 This bug is VERY old, do we have an udpate/patch for this?
None that I am aware of. rt3 was abandoned upstream.

In Fedora = 21, rt3 has been replaced with rt4 (rt-4.2.x) and is effectively
abandoned/dead in Fedora 20. It's only still present in F20, because I missed
to EOL it in time before F20 was released and because packages can't be removed
from Fedora after release.

I do not think trying to backport the changes from rt4 or trying to develop
actual bug-fixes is feasible (checking other distros could be worth a try,
though).

Instead I'd recommend to remove rt3 from all EPELs and - should there be
sufficient interest - somebody to try adding rt4 (4.0.x or 4.2.x) to EPEL.
However, due to the long chain of deps on (modern) perl-modules and
CentOS/RHEL's packaging policies, I would expect this to be a challenging,
almost impossible task.

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

Tangerine 0.15

2015-04-24 Thread Petr Ĺ abata
I've just pushed new Tangerine, v0.15, to CPAN.  Updates should
land in Fedora and EPEL in the coming weeks.

There are quite a few things about this release I'd like to
point out:

 - The utility lives in its own distribution now and will have
   to be installed separately.
   I'll submit it for package review soon.

 - The module now requires fewer dependencies as I abandoned
   Mo in favour of perl's native object system.

 - I adopted the common terminology and renamed the main methods,
   hook types and modes.  `provides' is now called `package',
   `use' is `compile' and `require' is `runtime'.  The old names
   are still available for backwards compatibility.

 - The utility output is slightly different now, reflecting on the 
   abovementioned change.

 - Parallel scanning is supported and it's on by default,
   automagically spawning just the right number of workers.
   This can be adjusted with the -j option.

 - You can now generate metadata diffs, comparing directories or
   tarballs.  Thanks to Paul for this suggestion -- it's really
   quite handy when doing package updates.

 - Fixed some nasty bugs in module name and version filters.

 - It's all much cleaner and faster now :)


Cheers,
Petr


pgpJueBntBKDI.pgp
Description: PGP signature
--
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