[Bug 920630] perl-DateTime-TimeZone-1.58 is available

2013-03-31 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920630

--- Comment #4 from Fedora Update System  ---
perl-DateTime-TimeZone-1.58-1.fc18 has been pushed to the Fedora 18 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7ti0vUTdU2&a=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 920630] perl-DateTime-TimeZone-1.58 is available

2013-03-31 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920630

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2013-03-31 23:33:26

-- 
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=Y3Z5uhelc9&a=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 914284] perl-GD-SVG: FTBFS in rawhide

2013-03-31 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=914284

Ville Skyttä  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ville.sky...@iki.fi
   Fixed In Version||perl-GD-SVG-0.33-10
 Resolution|--- |NEXTRELEASE
Last Closed||2013-03-31 16:06:32

-- 
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=zTMVOAGLlo&a=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-GD-SVG/f19] (2 commits) ...Note F19FTBFS bug.

2013-03-31 Thread Ville Skyttä
Summary of changes:

  c390dfe... Add build dependency on ExtUtils::MakeMaker. (*)
  0cb3edf... Note F19FTBFS bug. (*)

(*) 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

[perl-GD-SVG] Note F19FTBFS bug.

2013-03-31 Thread Ville Skyttä
commit 0cb3edf9e8375515d3949b8cbdc0aea3116aa30c
Author: Ville Skyttä 
Date:   Sun Mar 31 23:05:29 2013 +0300

Note F19FTBFS bug.

 perl-GD-SVG.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-GD-SVG.spec b/perl-GD-SVG.spec
index f0e51fd..4b5fa8c 100644
--- a/perl-GD-SVG.spec
+++ b/perl-GD-SVG.spec
@@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Sun Mar 31 2013 Ville Skyttä  - 0.33-10
-- Add build dependency on ExtUtils::MakeMaker.
+- Add build dependency on ExtUtils::MakeMaker (#914284).
 
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.33-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
--
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-GD-SVG] Add build dependency on ExtUtils::MakeMaker.

2013-03-31 Thread Ville Skyttä
commit c390dfeb3404465a61763ac31ca856c4af6a1e56
Author: Ville Skyttä 
Date:   Sun Mar 31 23:04:28 2013 +0300

Add build dependency on ExtUtils::MakeMaker.

 perl-GD-SVG.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-GD-SVG.spec b/perl-GD-SVG.spec
index cf47094..f0e51fd 100644
--- a/perl-GD-SVG.spec
+++ b/perl-GD-SVG.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SVG
 Version:0.33
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:GD::SVG enables SVG output from scripts written using GD
 
 Group:  Development/Libraries
@@ -10,6 +10,7 @@ Source0:
http://www.cpan.org/authors/id/T/TW/TWH/GD-SVG-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # The make test needs these.
 BuildRequires:  perl(SVG)
 BuildRequires:  perl(GD)
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 31 2013 Ville Skyttä  - 0.33-10
+- Add build dependency on ExtUtils::MakeMaker.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.33-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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 946889] New: perl-Text-CSV_XS-0.97 is available

2013-03-31 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=946889

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

Latest upstream release: 0.97
Current version in Fedora Rawhide: 0.96
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

-- 
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=2EM6DeNuJ1&a=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 946888] New: perl-App-cpanminus-1.6103 is available

2013-03-31 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=946888

Bug ID: 946888
   Summary: perl-App-cpanminus-1.6103 is available
   Product: Fedora
   Version: rawhide
 Component: perl-App-cpanminus
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: mmasl...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org
  Category: ---

Latest upstream release: 1.6103
Current version in Fedora Rawhide: 1.6102
URL: http://search.cpan.org/dist/App-cpanminus/

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

-- 
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=6yxf6gqtXC&a=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-NetAddr-IP] Created tag perl-NetAddr-IP-4.067-1.fc20

2013-03-31 Thread Paul Howarth
The lightweight tag 'perl-NetAddr-IP-4.067-1.fc20' was created pointing to:

 4bfcc2f... Update to 4.067
--
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-NetAddr-IP] Created tag perl-NetAddr-IP-4.067-1.fc19

2013-03-31 Thread Paul Howarth
The lightweight tag 'perl-NetAddr-IP-4.067-1.fc19' was created pointing to:

 4bfcc2f... Update to 4.067
--
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-NetAddr-IP/f19] Update to 4.067

2013-03-31 Thread Paul Howarth
Summary of changes:

  4bfcc2f... Update to 4.067 (*)

(*) 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

[perl-NetAddr-IP] Update to 4.067

2013-03-31 Thread Paul Howarth
commit 4bfcc2ff7413bcab255870024092b6005315b8dc
Author: Paul Howarth 
Date:   Sun Mar 31 15:05:01 2013 +0100

Update to 4.067

- New upstream release 4.067
  - Improved diagnostic message for "die" with bad mask for hostenum,
hostenumref, split, splitref, rsplit, rsplitref
- Include new docfile About-NetAddr-IP.txt

 perl-NetAddr-IP.spec |   12 +---
 sources  |2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index d53dd73..7a77907 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
-Version:4.066
-Release:3%{?dist}
+Version:4.067
+Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
 # Other files are (GPLv2+ or Artistic clarified)
@@ -51,7 +51,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} 
\;
 make test
 
 %files
-%doc Artistic Changes Copying TODO docs/rfc1884.txt
+%doc About-NetAddr-IP.txt Artistic Changes Copying TODO docs/rfc1884.txt
 %{perl_vendorarch}/auto/NetAddr/
 %{perl_vendorarch}/NetAddr/
 %{_mandir}/man3/NetAddr::IP.3pm*
@@ -61,6 +61,12 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Sun Mar 31 2013 Paul Howarth  - 4.067-1
+- Update to 4.067
+  - Improved diagnostic message for "die" with bad mask for hostenum,
+hostenumref, split, splitref, rsplit, rsplitref
+- Include new docfile About-NetAddr-IP.txt
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 4.066-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a3a3f1..9c88a4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c6cf77d3c02fa0baf77b6a97f2a670a  NetAddr-IP-4.066.tar.gz
+89a6f9969539d2c35a7c8c08c25c2410  NetAddr-IP-4.067.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 NetAddr-IP-4.067.tar.gz uploaded to lookaside cache by pghmcfc

2013-03-31 Thread Paul Howarth
A file has been added to the lookaside cache for perl-NetAddr-IP:

89a6f9969539d2c35a7c8c08c25c2410  NetAddr-IP-4.067.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

Broken dependencies: perl-Math-Clipper

2013-03-31 Thread buildsys


perl-Math-Clipper has broken dependencies in the F-19 tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-03-31 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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

Broken dependencies: perl-Bio-SamTools

2013-03-31 Thread buildsys


perl-Bio-SamTools has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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

Broken dependencies: perl-qpid_proton

2013-03-31 Thread buildsys


perl-qpid_proton has broken dependencies in the F-19 tree:
On x86_64:
perl-qpid_proton-0.4-1.fc19.x86_64 requires qpid-proton = 0:0.4
On i386:
perl-qpid_proton-0.4-1.fc19.i686 requires qpid-proton = 0:0.4
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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-03-31 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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

Broken dependencies: perl-Math-Clipper

2013-03-31 Thread buildsys


perl-Math-Clipper has broken dependencies in the rawhide tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.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

Broken dependencies: perl-qpid_proton

2013-03-31 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.4-1.fc19.x86_64 requires qpid-proton = 0:0.4
On i386:
perl-qpid_proton-0.4-1.fc19.i686 requires qpid-proton = 0:0.4
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

Broken dependencies: perl-Bio-SamTools

2013-03-31 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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

[perl-Starman] Update to 0.3007

2013-03-31 Thread Emmanuel Seyman
commit d3db1136027f8b20a4cd3b8dedbc9568721c026e
Author: Emmanuel Seyman 
Date:   Sun Mar 31 09:04:32 2013 +0200

Update to 0.3007

 .gitignore|1 +
 perl-Starman.spec |   20 +++-
 sources   |2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20ebb58..d6a74bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Starman-0.3004.tar.gz
 /Starman-0.3005.tar.gz
 /Starman-0.3006.tar.gz
+/Starman-0.3007.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
index ece75dd..3525f73 100644
--- a/perl-Starman.spec
+++ b/perl-Starman.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starman
-Version:0.3006
-Release:2%{?dist}
+Version:0.3007
+Release:1%{?dist}
 Summary:High-performance preforking PSGI/Plack web server
 License:GPL+ or Artistic
 
@@ -13,6 +13,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Parser::XS)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Net::Server)
 BuildRequires:  perl(Net::Server::SS::PreFork)
 BuildRequires:  perl(parent)
@@ -34,19 +35,16 @@ compatible and offers HTTP/1.1 support.
 %setup -q -n Starman-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
 %doc Changes README
@@ -59,6 +57,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 31 2013 Emmanuel Seyman  - 0.3007-1
+- Update to 0.3007
+- Switch to Module::Build as building mecanism
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.3006-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2b9f9bb..9102f14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fafe7a99ebe753e8a1a5bac7d9b007a  Starman-0.3006.tar.gz
+a9ca275277ea4656ec28ffcd053b8b57  Starman-0.3007.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