[Bug 917265] New: perl-EV-4.15 is available

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

Bug ID: 917265
   Summary: perl-EV-4.15 is available
   Product: Fedora
   Version: rawhide
 Component: perl-EV
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org

Latest upstream release: 4.15
Current version in Fedora Rawhide: 4.11
URL: http://search.cpan.org/dist/EV/

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=W6iRO5t5tWa=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

Broken dependencies: perl-Net-SFTP-Foreign

2013-03-02 Thread buildsys


perl-Net-SFTP-Foreign has broken dependencies in the rawhide tree:
On x86_64:
perl-Net-SFTP-Foreign-1.74.05-3.fc19.noarch requires 
perl(Net::SFTP::Foreign::Unix)
On i386:
perl-Net-SFTP-Foreign-1.74.05-3.fc19.noarch requires 
perl(Net::SFTP::Foreign::Unix)
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 916154] Bad summary

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

--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Data-Validate-IP-0.18-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Data-Validate-IP-0.18-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-3224/perl-Data-Validate-IP-0.18-2.fc17
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=ysBOITRm8Ka=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 908113] CPAN::Debug(3pm) is missing NAME section

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

--- Comment #14 from Fedora Update System upda...@fedoraproject.org ---
perl-5.16.2-239.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=hF1FprrUFla=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 ZMQ-LibZMQ2-1.07.tar.gz uploaded to lookaside cache by jpo

2013-03-02 Thread Jose Pedro Oliveira
A file has been added to the lookaside cache for perl-ZMQ-LibZMQ2:

b434e5058c074fe92043dfd5e61b5a52  ZMQ-LibZMQ2-1.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-ZMQ-LibZMQ2] Update to version 1.07

2013-03-02 Thread Jose Pedro Oliveira
commit f3bbb6cefa645b4a83fd7c7237ccf3b1a5ad1ec3
Author: Jose Pedro Oliveira j...@di.uminho.pt
Date:   Sun Mar 3 02:14:01 2013 +

Update to version 1.07

 .gitignore|1 +
 perl-ZMQ-LibZMQ2.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1416907..c251b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ZMQ-LibZMQ2-1.04.tar.gz
 /ZMQ-LibZMQ2-1.05.tar.gz
 /ZMQ-LibZMQ2-1.06.tar.gz
+/ZMQ-LibZMQ2-1.07.tar.gz
diff --git a/perl-ZMQ-LibZMQ2.spec b/perl-ZMQ-LibZMQ2.spec
index 70a5edd..8439fee 100644
--- a/perl-ZMQ-LibZMQ2.spec
+++ b/perl-ZMQ-LibZMQ2.spec
@@ -1,6 +1,6 @@
 Name:   perl-ZMQ-LibZMQ2
-Version:1.06
-Release:2%{?dist}
+Version:1.07
+Release:1%{?dist}
 Summary:Perl wrapper for the libzmq 2.x library
 
 License:GPL+ or Artistic
@@ -58,6 +58,9 @@ make test
 
 
 %changelog
+* Sun Mar  3 2013 Jose Pedro Oliveira jpo at di.uminho.pt - 1.07-1
+- Update to version 1.07
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c5468dc..a87d890 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d44d0b86eae59c25f0c35dc6d14a550e  ZMQ-LibZMQ2-1.06.tar.gz
+b434e5058c074fe92043dfd5e61b5a52  ZMQ-LibZMQ2-1.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

File ZMQ-LibZMQ3-1.10.tar.gz uploaded to lookaside cache by jpo

2013-03-02 Thread Jose Pedro Oliveira
A file has been added to the lookaside cache for perl-ZMQ-LibZMQ3:

5c4871d8f2d7f942f9977455f30e5e87  ZMQ-LibZMQ3-1.10.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-ZMQ-LibZMQ3] Update to version 1.10

2013-03-02 Thread Jose Pedro Oliveira
commit 744d119915f7d3da6bc4d1607e6145e78ff0eef8
Author: Jose Pedro Oliveira j...@di.uminho.pt
Date:   Sun Mar 3 02:20:10 2013 +

Update to version 1.10

 .gitignore|1 +
 perl-ZMQ-LibZMQ3.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73931b9..8d6f8d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ZMQ-LibZMQ3-1.08.tar.gz
 /ZMQ-LibZMQ3-1.09.tar.gz
+/ZMQ-LibZMQ3-1.10.tar.gz
diff --git a/perl-ZMQ-LibZMQ3.spec b/perl-ZMQ-LibZMQ3.spec
index 62c09b3..e8bd1c4 100644
--- a/perl-ZMQ-LibZMQ3.spec
+++ b/perl-ZMQ-LibZMQ3.spec
@@ -1,6 +1,6 @@
 Name:   perl-ZMQ-LibZMQ3
-Version:1.09
-Release:2%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:Perl wrapper for the libzmq 3.x library
 
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ make test
 
 
 %changelog
+* Sun Mar  3 2013 Jose Pedro Oliveira jpo at di.uminho.pt - 1.10-1
+- Update to version 1.10
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.09-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 264c8c6..7ce38fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d7bee62b8c5229983d87eb228388290  ZMQ-LibZMQ3-1.09.tar.gz
+5c4871d8f2d7f942f9977455f30e5e87  ZMQ-LibZMQ3-1.10.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 914255] perl-Class-DBI-Loader: FTBFS in rawhide

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

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||rc040...@freenet.de
 Resolution|--- |RAWHIDE
   Assignee|tcall...@redhat.com |rc040...@freenet.de
Last Closed||2013-03-02 21:51:24

--- Comment #1 from Ralf Corsepius rc040...@freenet.de ---
Missing BR: perl(ExtUtils::MakeMaker)

http://koji.fedoraproject.org/koji/taskinfo?taskID=5069209

-- 
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=wg97YOv5kIa=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

Broken dependencies: perl-Authen-Simple

2013-03-02 Thread buildsys


perl-Authen-Simple has broken dependencies in the epel-6 tree:
On ppc64:
perl-Authen-Simple-0.4-5.el6.noarch requires perl(Crypt::PasswdMD5)
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-WWW-GoodData

2013-03-02 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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-WWW-GoodData

2013-03-02 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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-srpm-macros] Remove %config from %{_sysconfdir}/rpm/macros.*

2013-03-02 Thread corsepiu
commit ab074518bf9438372a26fb7572de4cb55d582a20
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Mar 3 07:57:22 2013 +0100

Remove %config from %{_sysconfdir}/rpm/macros.*

  (https://fedorahosted.org/fpc/ticket/259).

 perl-srpm-macros.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec
index 8570d06..4b79956 100644
--- a/perl-srpm-macros.spec
+++ b/perl-srpm-macros.spec
@@ -1,6 +1,6 @@
 Name:   perl-srpm-macros
 Version:1
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:RPM macros for building Perl source package from source repository
 Group:  Development/Libraries
 License:GPLv3+
@@ -16,9 +16,13 @@ install -m 644 -D %{SOURCE0} \
 $RPM_BUILD_ROOT/%{_sysconfdir}/rpm/macros.perl-srpm
 
 %files
-%config %{_sysconfdir}/rpm/macros.perl-srpm
+%{_sysconfdir}/rpm/macros.perl-srpm
 
 %changelog
+* Thu Feb 28 2013 Ralf Corsépius corse...@fedoraproject.org - 1-7
+- Remove %%config from %%{_sysconfdir}/rpm/macros.*
+  (https://fedorahosted.org/fpc/ticket/259).
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1-6
 - 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