[perl-Class-DBI-Loader] Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).

2013-03-01 Thread corsepiu
commit 299fd3a673712164d00be2e4ccb331d6094318b4
Author: Ralf Corsépius 
Date:   Sat Mar 2 07:37:39 2013 +0100

Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).

- Reactivate 03podcoverage.t.

 perl-Class-DBI-Loader.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Class-DBI-Loader.spec b/perl-Class-DBI-Loader.spec
index e134418..bb4ea97 100644
--- a/perl-Class-DBI-Loader.spec
+++ b/perl-Class-DBI-Loader.spec
@@ -1,12 +1,13 @@
 Name:   perl-Class-DBI-Loader
 Version:0.34
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Dynamic definition of Class::DBI sub classes
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Class-DBI-Loader
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/Class-DBI-Loader-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Lingua::EN::Inflect), perl(Test::Pod::Coverage), 
perl(Test::Pod)
 BuildRequires:  perl(Class::DBI::mysql), perl(Class::DBI::Pg), 
perl(Class::DBI::SQLite)
 BuildRequires:  perl(Test::More)
@@ -32,8 +33,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-# Coverage test fails
-mv t/03podcoverage.t .
 TEST_POD=1 make test
 
 %files
@@ -42,6 +41,10 @@ TEST_POD=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 02 2013 Ralf Corsépius  - 0.34-16
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).
+- Reactivate 03podcoverage.t.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.34-15
 - 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-Net-SFTP-Foreign/f18] (3 commits) ...Added missing runtime dependencies

2013-03-01 Thread Normunds Neimanis
Summary of changes:

  674556d... Added missing runtime dependencies (*)
  6f770eb... Added missing runtime dependencies (*)
  0eb4117... Added missing runtime dependencies (*)

(*) 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-Net-SFTP-Foreign/f17] (3 commits) ...Added missing runtime dependencies

2013-03-01 Thread Normunds Neimanis
Summary of changes:

  674556d... Added missing runtime dependencies (*)
  6f770eb... Added missing runtime dependencies (*)
  0eb4117... Added missing runtime dependencies (*)

(*) 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 916154] Bad summary

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

--- Comment #3 from Fedora Update System  ---
perl-Data-Validate-IP-0.18-2.fc18 has been submitted as an update for Fedora
18.
https://admin.fedoraproject.org/updates/perl-Data-Validate-IP-0.18-2.fc18

-- 
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=3gzGVtPEN8&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-Net-SFTP-Foreign] Added missing runtime dependencies

2013-03-01 Thread Normunds Neimanis
commit 0eb41174dcbde206cbb14d5f30de3273a60fa54e
Author: Normunds Neimanis 
Date:   Sat Mar 2 01:26:14 2013 +0200

Added missing runtime dependencies

 perl-Net-SFTP-Foreign.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SFTP-Foreign.spec b/perl-Net-SFTP-Foreign.spec
index db2adff..a2e107e 100644
--- a/perl-Net-SFTP-Foreign.spec
+++ b/perl-Net-SFTP-Foreign.spec
@@ -1,7 +1,7 @@
 Name:  perl-Net-SFTP-Foreign
 %global real_version 1.74_05
 Version:   1.74.05
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   SSH File Transfer Protocol client
 
 Group: Development/Libraries
@@ -39,6 +39,10 @@ Requires:perl(Encode)
 #Requires: perl(bytes) # Needed only in Perl <= 5.8.x
 Requires:  perl(IO::File)
 Requires:  perl(IO::Dir)
+Requires:  perl(Sort::Key)
+Requires:  perl(Net::SFTP::Foreign::Unix)
+Requires:  perl(IO::Pty)
+Requires:  perl(Math::BigInt)
 Requires:  openssh-clients
 
 
@@ -84,6 +88,9 @@ make test
 
 
 %changelog
+* Fri Mar 01 2013 Normunds Neimanis  1.74.05-3
+- Added missing runtime dependencies
+
 * Sun Feb 24 2013 Normunds Neimanis  1.74.05-2
 - Fixed incorrect dependency line
 
--
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-Net-SFTP-Foreign] Added missing runtime dependencies

2013-03-01 Thread Normunds Neimanis
commit 6f770eb89cdf01cf743f389d9b32f36ede64d9a6
Author: Normunds Neimanis 
Date:   Sat Mar 2 01:24:13 2013 +0200

Added missing runtime dependencies
--
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-Net-SFTP-Foreign] Added missing runtime dependencies

2013-03-01 Thread Normunds Neimanis
commit 674556dab6c9a29fa683e7bc68baa2c9d17be1f0
Author: Normunds Neimanis 
Date:   Sat Mar 2 01:22:44 2013 +0200

Added missing runtime dependencies
--
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-01 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=908113

Vasilis Keramidas  changed:

   What|Removed |Added

 CC||keramidasc...@gmail.com

--- Comment #13 from Vasilis Keramidas  ---
 perl-5.16.2-239.fc18 fixes this bug
I left positive feedback at
https://admin.fedoraproject.org/updates/F18/FEDORA-2013-2685

-- 
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=2v5nXnVis8&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-Data-Validate-IP/f18] Fixing summary sentence (#916154)

2013-03-01 Thread Normunds Neimanis
Summary of changes:

  84874f6... Fixing summary sentence (#916154) (*)

(*) 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 916154] Bad summary

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

--- Comment #2 from Fedora Update System  ---
perl-Data-Validate-IP-0.18-2.fc17 has been submitted as an update for Fedora
17.
https://admin.fedoraproject.org/updates/perl-Data-Validate-IP-0.18-2.fc17

-- 
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=vKQQZ5cgys&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-Data-Validate-IP/f17] Fixing summary sentence (#916154)

2013-03-01 Thread Normunds Neimanis
Summary of changes:

  84874f6... Fixing summary sentence (#916154) (*)

(*) 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-Data-Validate-IP] Fixing summary sentence (#916154)

2013-03-01 Thread Normunds Neimanis
commit 84874f6de2ab8854733af94b5e945c2f1f702fb8
Author: Normunds Neimanis 
Date:   Sat Mar 2 00:36:56 2013 +0200

Fixing summary sentence (#916154)

 perl-Data-Validate-IP.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Data-Validate-IP.spec b/perl-Data-Validate-IP.spec
index ad60f4d..b6bec9d 100644
--- a/perl-Data-Validate-IP.spec
+++ b/perl-Data-Validate-IP.spec
@@ -1,7 +1,7 @@
 Name:  perl-Data-Validate-IP
 Version:   0.18
-Release:   1%{?dist}
-Summary:   Ipv4 and ipv6 validation methods Perl module
+Release:   2%{?dist}
+Summary:   Perl IP address validation routines
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -55,5 +55,8 @@ make test
 
 
 %changelog
+* Fri Mar 01 2013 Normunds Neimanis  0.18-2
+- Improved summary sentence
+
 * Thu Feb 20 2013 Normunds Neimanis  0.18-1
 - Initial package for Fedora
--
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-Constants] Update to 1.03.

2013-03-01 Thread Jose Pedro Oliveira
commit a1d59f7cd19fca013b0b4faca91a087e5eea0c87
Author: Jose Pedro Oliveira 
Date:   Fri Mar 1 22:52:50 2013 +

Update to 1.03.

 .gitignore  |1 +
 perl-ZMQ-Constants.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32ce1e2..3834c43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ZMQ-Constants-1.01.tar.gz
 /ZMQ-Constants-1.02.tar.gz
+/ZMQ-Constants-1.03.tar.gz
diff --git a/perl-ZMQ-Constants.spec b/perl-ZMQ-Constants.spec
index 1c97634..9c3bd84 100644
--- a/perl-ZMQ-Constants.spec
+++ b/perl-ZMQ-Constants.spec
@@ -1,6 +1,6 @@
 Name:   perl-ZMQ-Constants
-Version:1.02
-Release:2%{?dist}
+Version:1.03
+Release:1%{?dist}
 Summary:Constants for the libzmq library
 
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Jose Pedro Oliveira  - 1.03-1
+- Update to 1.03.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 1.02-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 37a9e16..b6876ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3fdca9bc0a605a80c564c7b1fddcaf30  ZMQ-Constants-1.02.tar.gz
+538c05ff53cb32a39d57218cf8098d17  ZMQ-Constants-1.03.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-Constants-1.03.tar.gz uploaded to lookaside cache by jpo

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

538c05ff53cb32a39d57218cf8098d17  ZMQ-Constants-1.03.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-qpid_proton/f17] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit 9b0607644f7883cf149496f7c28143b364784db1
Author: Darryl L. Pierce 
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e4e6654..f555042 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:2%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce  - 0.4-1
+- Rebased on Proton 0.4.
+
 * Fri Feb  1 2013 Darryl L. Pierce  - 0.3-2
 - First official release for Fedora.
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.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-qpid_proton/f18] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit 2d31f943351a71f535ba1a5268e030bb1e3e75e7
Author: Darryl L. Pierce 
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e4e6654..f555042 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:2%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce  - 0.4-1
+- Rebased on Proton 0.4.
+
 * Fri Feb  1 2013 Darryl L. Pierce  - 0.3-2
 - First official release for Fedora.
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.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-qpid_proton] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit ff63fcf63b6e90f3016ea057656a554beaef739f
Author: Darryl L. Pierce 
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 4e72f5d..ba2c8f7 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:3%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce  - 0.4-1
+- Rebased on Proton 0.4.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.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-qpid_proton

2013-03-01 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.3-3.fc19.x86_64 requires qpid-proton = 0:0.3
On i386:
perl-qpid_proton-0.3-3.fc19.i686 requires qpid-proton = 0:0.3
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-Catalyst-View-TT] update to 0.41

2013-03-01 Thread Iain Arnell
commit 255382e97bd00f6982a60580164567ae18b833fd
Author: Iain Arnell 
Date:   Fri Mar 1 08:52:21 2013 -0700

update to 0.41

 .gitignore |1 +
 perl-Catalyst-View-TT.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a2503e..5c175a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Catalyst-View-TT-0.34.tar.gz
 /Catalyst-View-TT-0.38.tar.gz
 /Catalyst-View-TT-0.39.tar.gz
 /Catalyst-View-TT-0.40.tar.gz
+/Catalyst-View-TT-0.41.tar.gz
diff --git a/perl-Catalyst-View-TT.spec b/perl-Catalyst-View-TT.spec
index cf715be..a674728 100644
--- a/perl-Catalyst-View-TT.spec
+++ b/perl-Catalyst-View-TT.spec
@@ -1,10 +1,10 @@
 Name:   perl-Catalyst-View-TT
 Summary:Template Toolkit View Class
-Version:0.40
+Version:0.41
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Catalyst-View-TT-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-View-TT-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Catalyst-View-TT/
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Iain Arnell  0.41-1
+- update to latest upstream version
+
 * Fri Feb 15 2013 Iain Arnell  0.40-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index a9baac5..c338390 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-413e521798d45b5d09b877c85c6dec97  Catalyst-View-TT-0.40.tar.gz
+1eb23e4604598912a38d6116974737c9  Catalyst-View-TT-0.41.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 Catalyst-View-TT-0.41.tar.gz uploaded to lookaside cache by iarnell

2013-03-01 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-View-TT:

1eb23e4604598912a38d6116974737c9  Catalyst-View-TT-0.41.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-Catalyst-Plugin-Session] update to 0.37

2013-03-01 Thread Iain Arnell
commit 1cc7201ca8c339e3395d76a24d68df7d36b13316
Author: Iain Arnell 
Date:   Fri Mar 1 08:47:13 2013 -0700

update to 0.37

 .gitignore|1 +
 perl-Catalyst-Plugin-Session.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdb2e0d..91c43af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Catalyst-Plugin-Session-0.29.tar.gz
 /Catalyst-Plugin-Session-0.33.tar.gz
 /Catalyst-Plugin-Session-0.35.tar.gz
 /Catalyst-Plugin-Session-0.36.tar.gz
+/Catalyst-Plugin-Session-0.37.tar.gz
diff --git a/perl-Catalyst-Plugin-Session.spec 
b/perl-Catalyst-Plugin-Session.spec
index e24af3b..f16679d 100644
--- a/perl-Catalyst-Plugin-Session.spec
+++ b/perl-Catalyst-Plugin-Session.spec
@@ -1,7 +1,7 @@
 Name:   perl-Catalyst-Plugin-Session
 Summary:Catalyst generic session plugin
-Version:0.36
-Release:2%{?dist}
+Version:0.37
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz
 
@@ -74,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Iain Arnell  0.37-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.36-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 01f9c2e..09fd205 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1198dd4b3bf5c269f942a2f3cfdce4d3  Catalyst-Plugin-Session-0.36.tar.gz
+cce1bff083076a2874e2dc36740b498e  Catalyst-Plugin-Session-0.37.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 Catalyst-Plugin-Session-0.37.tar.gz uploaded to lookaside cache by iarnell

2013-03-01 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Session:

cce1bff083076a2874e2dc36740b498e  Catalyst-Plugin-Session-0.37.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-Catalyst-Plugin-Cache] update to 0.12

2013-03-01 Thread Iain Arnell
commit ea0c33d87667591f3cf5a6a2d250b713364d996a
Author: Iain Arnell 
Date:   Fri Mar 1 08:42:27 2013 -0700

update to 0.12

 .gitignore  |1 +
 perl-Catalyst-Plugin-Cache.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17f4476..92fcf0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Plugin-Cache-0.10.tar.gz
 /Catalyst-Plugin-Cache-0.11.tar.gz
+/Catalyst-Plugin-Cache-0.12.tar.gz
diff --git a/perl-Catalyst-Plugin-Cache.spec b/perl-Catalyst-Plugin-Cache.spec
index 9765e31..cfe9524 100644
--- a/perl-Catalyst-Plugin-Cache.spec
+++ b/perl-Catalyst-Plugin-Cache.spec
@@ -1,6 +1,6 @@
 Name:   perl-Catalyst-Plugin-Cache
-Version:0.11
-Release:4%{?dist}
+Version:0.12
+Release:1%{?dist}
 Summary:Flexible caching support for Catalyst
 License:(GPL+ or Artistic) or MIT
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Iain Arnell  0.12-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 9c0cb7e..5fefcb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83048a3badd07ab217fd9f9fdc2ee7fd  Catalyst-Plugin-Cache-0.11.tar.gz
+c97f0b2426cfa63d843695f328b790ab  Catalyst-Plugin-Cache-0.12.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 916955] perl-Date-Manip-6.39 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Date-Manip-6.39-1.fc19
 Resolution|--- |RAWHIDE
Last Closed||2013-03-01 07:03:29

-- 
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=BXcMbrhvKw&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-Date-Manip] 6.39 bump

2013-03-01 Thread Petr Pisar
commit 6f82cc2c92a8c27bd99139f58e56236d16b4
Author: Petr Písař 
Date:   Fri Mar 1 12:49:24 2013 +0100

6.39 bump

 .gitignore   |1 +
 perl-Date-Manip.spec |   11 ++-
 sources  |2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b80b7e..d9dafd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.36.tar.gz
 /Date-Manip-6.37.tar.gz
 /Date-Manip-6.38.tar.gz
+/Date-Manip-6.39.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 3ea605b..d839791 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,13 +1,13 @@
 Name:   perl-Date-Manip
-Version:6.38
-Release:2%{?dist}
+Version:6.39
+Release:1%{?dist}
 Summary:Date manipulation routines
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Date-Manip/
 Source0:
http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
-
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
@@ -19,7 +19,6 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Inter)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
-
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # This package was formerly known as perl-DateManip
@@ -45,7 +44,6 @@ perl Build.PL installdirs=vendor
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -58,6 +56,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_bindir}/dm_*
 
 %changelog
+* Fri Mar 01 2013 Petr Pisar  - 6.39-1
+- 6.39 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 6.38-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 864f7dc..4d9450b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fa6a10ee3efec82a9ba27dc918001bc  Date-Manip-6.38.tar.gz
+dd91d884b5ff044134c2870b1de678c9  Date-Manip-6.39.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 Date-Manip-6.39.tar.gz uploaded to lookaside cache by ppisar

2013-03-01 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Date-Manip:

dd91d884b5ff044134c2870b1de678c9  Date-Manip-6.39.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 916961] perl-Test-Strict-0.22 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Strict-0.22-1.fc1
   ||9
 Resolution|--- |RAWHIDE
Last Closed||2013-03-01 06:46:22

-- 
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=TztjAMxoIJ&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 916955] perl-Date-Manip-6.39 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|mmasl...@redhat.com |ppi...@redhat.com
   Assignee|mmasl...@redhat.com |ppi...@redhat.com

-- 
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=rpmyciNiwr&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 916959] perl-Locale-Codes-3.25 is available

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

--- Comment #3 from Fedora Update System  ---
perl-Locale-Codes-3.25-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Locale-Codes-3.25-1.fc17

-- 
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=ttaZzYG5BR&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 916959] perl-Locale-Codes-3.25 is available

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

--- Comment #2 from Fedora Update System  ---
perl-Locale-Codes-3.25-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Locale-Codes-3.25-1.fc18

-- 
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=rFbiBPmxmu&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 916959] perl-Locale-Codes-3.25 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Locale-Codes-3.25-1.fc
   ||19

-- 
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=vnrZhvwj8e&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-DBD-SQLite2] Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914266)

2013-03-01 Thread corsepiu
commit 2acd88b5095c414e181fae4bd070f706adc46ca2
Author: Ralf Corsépius 
Date:   Fri Mar 1 11:36:15 2013 +0100

Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914266)

- Modernize spec.
- Reactivate testsuite.

 perl-DBD-SQLite2.spec |   32 ++--
 1 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/perl-DBD-SQLite2.spec b/perl-DBD-SQLite2.spec
index 511082f..cd45ae2 100644
--- a/perl-DBD-SQLite2.spec
+++ b/perl-DBD-SQLite2.spec
@@ -1,16 +1,19 @@
 Name:   perl-DBD-SQLite2
 Version:0.33
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Self Contained RDBMS in a DBI Driver (sqlite 2.x)
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/DBD-SQLite2
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite2-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:DBD-SQLite2-systemlibs.patch
 
-BuildRequires:  perl(DBI), perl(Test::More)
-#BuildRequires:sqlite2-devel
+BuildRequires: perl(DBI)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::More)
+BuildRequires: sqlite2-devel
+
+BuildRequires:  perl(Fatal)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -20,12 +23,19 @@ Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $version))
 %setup -q -n DBD-SQLite2-%{version}
 %patch0 -p1
 
+# Make sure to be using the system-wide version
+rm sqlite.h
+
+# https://rt.cpan.org/Public/Bug/Display.html?id=55636
+# Unclear whether test is broken or not supposed to be executed
+# Rename to avoid it being executed
+mv t/ak-dbd.t t/ak-dbd.t.bak
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
@@ -33,11 +43,8 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-# Doesn't work right at all.
-# make test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+# t/ak-dbd.t doesn't work (c.f. above)
+make test
 
 %files
 %defattr(-,root,root,-)
@@ -48,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 01 2013 Ralf Corsépius  - 0.33-22
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914266)
+- Modernize spec.
+- Reactivate testsuite.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.33-21
 - 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 916959] perl-Locale-Codes-3.25 is available

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

--- Comment #1 from Petr Pisar  ---
Database updated, suitable for all Fedoras.

-- 
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=6wJ4rYwlSl&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-Locale-Codes/f17] 3.25 bump

2013-03-01 Thread Petr Pisar
commit cd6463e79f7f2d930de8ce23fc24bd4b60753eed
Author: Petr Písař 
Date:   Fri Mar 1 11:28:07 2013 +0100

3.25 bump

 .gitignore |1 +
 perl-Locale-Codes.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c878b8..1476122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Locale-Codes-3.22.tar.gz
 /Locale-Codes-3.23.tar.gz
 /Locale-Codes-3.24.tar.gz
+/Locale-Codes-3.25.tar.gz
diff --git a/perl-Locale-Codes.spec b/perl-Locale-Codes.spec
index 4078c17..8c10784 100644
--- a/perl-Locale-Codes.spec
+++ b/perl-Locale-Codes.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-Codes
-Version:3.24
+Version:3.25
 Release:1%{?dist}
 Summary:Distribution of modules to handle locale codes
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Petr Pisar  - 3.25-1
+- 3.25 bump
+
 * Wed Dec 05 2012 Petr Pisar  - 3.24-1
 - 3.24 bump
 
diff --git a/sources b/sources
index 4ea5a1b..0196fea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a49f770d424b634a0c9726a8202984a8  Locale-Codes-3.24.tar.gz
+a27bca78cd034e479df67cf6935b13b9  Locale-Codes-3.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-Locale-Codes/f18] 3.25 bump

2013-03-01 Thread Petr Pisar
commit a34b3c4269332958d4411b5bb5f6a6137435ca82
Author: Petr Písař 
Date:   Fri Mar 1 11:28:07 2013 +0100

3.25 bump

 .gitignore |1 +
 perl-Locale-Codes.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c878b8..1476122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Locale-Codes-3.22.tar.gz
 /Locale-Codes-3.23.tar.gz
 /Locale-Codes-3.24.tar.gz
+/Locale-Codes-3.25.tar.gz
diff --git a/perl-Locale-Codes.spec b/perl-Locale-Codes.spec
index a291b5d..89e7f37 100644
--- a/perl-Locale-Codes.spec
+++ b/perl-Locale-Codes.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-Codes
-Version:3.24
+Version:3.25
 Release:1%{?dist}
 Summary:Distribution of modules to handle locale codes
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Petr Pisar  - 3.25-1
+- 3.25 bump
+
 * Wed Dec 05 2012 Petr Pisar  - 3.24-1
 - 3.24 bump
 
diff --git a/sources b/sources
index 4ea5a1b..0196fea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a49f770d424b634a0c9726a8202984a8  Locale-Codes-3.24.tar.gz
+a27bca78cd034e479df67cf6935b13b9  Locale-Codes-3.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-Locale-Codes] 3.25 bump

2013-03-01 Thread Petr Pisar
commit 630791b987cfab43f4611cdec44ba2fd227697f4
Author: Petr Písař 
Date:   Fri Mar 1 11:28:07 2013 +0100

3.25 bump

 .gitignore |1 +
 perl-Locale-Codes.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c878b8..1476122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Locale-Codes-3.22.tar.gz
 /Locale-Codes-3.23.tar.gz
 /Locale-Codes-3.24.tar.gz
+/Locale-Codes-3.25.tar.gz
diff --git a/perl-Locale-Codes.spec b/perl-Locale-Codes.spec
index d26bcd6..f0191ff 100644
--- a/perl-Locale-Codes.spec
+++ b/perl-Locale-Codes.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-Codes
-Version:3.24
-Release:2%{?dist}
+Version:3.25
+Release:1%{?dist}
 Summary:Distribution of modules to handle locale codes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 01 2013 Petr Pisar  - 3.25-1
+- 3.25 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 3.24-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4ea5a1b..0196fea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a49f770d424b634a0c9726a8202984a8  Locale-Codes-3.24.tar.gz
+a27bca78cd034e479df67cf6935b13b9  Locale-Codes-3.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-Test-Strict] 0.22 bump

2013-03-01 Thread Petr Šabata
commit acf11ac816d21d6ae597a20ee14e0f05e47d02b1
Author: Petr Šabata 
Date:   Fri Mar 1 11:29:33 2013 +0100

0.22 bump

 .gitignore|1 +
 perl-Test-Strict.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1a05e6..f6e2c02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Test-Strict-0.13.tar.gz
 /Test-Strict-0.19.tar.gz
 /Test-Strict-0.20.tar.gz
 /Test-Strict-0.21.tar.gz
+/Test-Strict-0.22.tar.gz
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index b7db9f4..9bdfebd 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Strict 
-Version:0.21
+Version:0.22
 Release:1%{?dist}
 # see lib/Test/Strict.pm
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 01 2013 Petr Šabata  - 0.22-1
+- 0.22 bump, distribution cleanup
+
 * Thu Feb 28 2013 Petr Pisar  - 0.21-1
 - 0.21 bump
 
diff --git a/sources b/sources
index e344ba0..19ca602 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a8f89c5b476fc6bba93895f3fbb99e7  Test-Strict-0.21.tar.gz
+41b588f3a376a574747b38641dbf2cf8  Test-Strict-0.22.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 Test-Strict-0.22.tar.gz uploaded to lookaside cache by psabata

2013-03-01 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Test-Strict:

41b588f3a376a574747b38641dbf2cf8  Test-Strict-0.22.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 Locale-Codes-3.25.tar.gz uploaded to lookaside cache by ppisar

2013-03-01 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Locale-Codes:

a27bca78cd034e479df67cf6935b13b9  Locale-Codes-3.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

[Bug 916961] perl-Test-Strict-0.22 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|mmasl...@redhat.com |psab...@redhat.com

-- 
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=vPfKJ9ikz9&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 916961] New: perl-Test-Strict-0.22 is available

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

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

Latest upstream release: 0.22
Current version in Fedora Rawhide: 0.20
URL: http://search.cpan.org/dist/Test-Strict/

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=I3NrxQRHL6&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 916959] New: perl-Locale-Codes-3.25 is available

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

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

Latest upstream release: 3.25
Current version in Fedora Rawhide: 3.24
URL: http://search.cpan.org/dist/Locale-Codes/

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=9X2hsfEb0a&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 916955] New: perl-Date-Manip-6.39 is available

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

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

Latest upstream release: 6.39
Current version in Fedora Rawhide: 6.38
URL: http://search.cpan.org/dist/Date-Manip/

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=Wzxpaz08id&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