[Bug 895022] Test-Email-0.07 is avaliable

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

Petr Pisar  changed:

   What|Removed |Added

 CC||ppi...@redhat.com
  Flags||needinfo?(rc040203@freenet.
   ||de)

--- Comment #1 from Petr Pisar  ---
Why won't fix? This approach without explanation is not helpful.

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

File Digest-SHA-5.84.tar.gz uploaded to lookaside cache by ppisar

2013-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Digest-SHA:

5e8a952b2728bac2a44caefc0abc9642  Digest-SHA-5.84.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-Digest-SHA] 5.84 bump

2013-03-11 Thread Petr Pisar
commit 7baf5be50dac341f855e310f2c25c46e9e2dbb39
Author: Petr Písař 
Date:   Mon Mar 11 09:46:48 2013 +0100

5.84 bump

 .gitignore |1 +
 ...AGS.patch => Digest-SHA-5.84-Reset-CFLAGS.patch |   12 ++--
 perl-Digest-SHA.spec   |7 +--
 sources|2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2362d3..1a8dc3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Digest-SHA-5.45.tar.gz
 /Digest-SHA-5.81.tar.gz
 /Digest-SHA-5.82.tar.gz
 /Digest-SHA-5.83.tar.gz
+/Digest-SHA-5.84.tar.gz
diff --git a/Digest-SHA-5.83-Reset-CFLAGS.patch 
b/Digest-SHA-5.84-Reset-CFLAGS.patch
similarity index 63%
rename from Digest-SHA-5.83-Reset-CFLAGS.patch
rename to Digest-SHA-5.84-Reset-CFLAGS.patch
index fd1888e..ece3b78 100644
--- a/Digest-SHA-5.83-Reset-CFLAGS.patch
+++ b/Digest-SHA-5.84-Reset-CFLAGS.patch
@@ -1,6 +1,6 @@
-From 2b5f0d59a03a0e0a8310fb9172563d3b1bb107cf Mon Sep 17 00:00:00 2001
+From 77ac96bd42f3986dd77e5f1afcdb3e71d2aa03b3 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Tue, 5 Mar 2013 13:42:40 +0100
+Date: Mon, 11 Mar 2013 09:44:22 +0100
 Subject: [PATCH] Reset CFLAGS
 
 ---
@@ -8,7 +8,7 @@ Subject: [PATCH] Reset CFLAGS
  1 file changed, 6 deletions(-)
 
 diff --git a/Makefile.PL b/Makefile.PL
-index f367dfa..079c774 100644
+index 3d83865..f0d08a1 100644
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -27,12 +27,6 @@ if ($^O eq 'VMS') {
@@ -21,9 +21,9 @@ index f367dfa..079c774 100644
 -  push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
 -}
 -
- my @srcs = map { "src/$_" } qw(sha.c sha64bit.c);
- my @hdrs = map { "src/$_" } qw(sha.h sha64bit.h);
- my $deps = join(' ', @srcs, @hdrs);
+ my %att = (
+   'NAME'  => 'Digest::SHA',
+   'VERSION_FROM'  => $PM,
 -- 
 1.8.1.4
 
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index e276df3..83f7961 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -1,6 +1,6 @@
 Name:   perl-Digest-SHA
 Epoch:  1
-Version:5.83
+Version:5.84
 Release:1%{?dist}
 Summary:Perl extension for SHA-1/224/256/384/512
 License:GPL+ or Artistic
@@ -9,7 +9,7 @@ URL:http://search.cpan.org/dist/Digest-SHA/
 Source0:
http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{version}.tar.gz
 # Since 5.80, upstream overrides CFLAGS because they think it improves
 # performance. Revert it.
-Patch0: Digest-SHA-5.83-Reset-CFLAGS.patch
+Patch0: Digest-SHA-5.84-Reset-CFLAGS.patch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Carp)
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Petr Pisar  - 1:5.84-1
+- 5.84 bump
+
 * Tue Mar 05 2013 Petr Pisar  - 1:5.83-1
 - 5.83 bump
 
diff --git a/sources b/sources
index 5add82d..e1a3cfa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1df5618214ca7d2974f39e91a8ae2df  Digest-SHA-5.83.tar.gz
+5e8a952b2728bac2a44caefc0abc9642  Digest-SHA-5.84.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 919823] perl-Digest-SHA-5.84 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Digest-SHA-5.84-1.fc19
 Resolution|--- |RAWHIDE
Last Closed||2013-03-11 05:03:41

-- 
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=UudbQ0BTQT&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 895022] Test-Email-0.07 is avaliable

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

Ralf Corsepius  changed:

   What|Removed |Added

 Status|CLOSED  |ASSIGNED
 Resolution|WONTFIX |---
  Flags|needinfo?(rc040203@freenet. |
   |de) |
   Keywords||Reopened

--- Comment #2 from Ralf Corsepius  ---
I have no idea what has happened to this BZ, nor didn't I close it:
http://lists.fedoraproject.org/pipermail/perl-devel/2013-March/064590.html

-- 
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=UTlGKRCeUG&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 895022] Test-Email-0.07 is avaliable

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

--- Comment #3 from Ralf Corsepius  ---
OK, this package is in a weird (broken?) state in CPAN:

* cpan-command-line tools report Test-Email-0.04.tar.gz to be the current
version.
* http://search.cpan.org reports Test-Email-0.07.tar.gz to be the current
version.

That said, unless somebody can come up with a complelling reason to upgrade to
0.07, I'll stay with 0.04.

-- 
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=X6zTsPCCy3&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-Regexp-Common] Upstream update.

2013-03-11 Thread corsepiu
commit 32c655a236c99c921504edc7dd910374c63ab908
Author: Ralf Corsépius 
Date:   Mon Mar 11 11:22:23 2013 +0100

Upstream update.

- Fix bogus changelog dates.

 .gitignore  |2 +-
 perl-Regexp-Common.spec |   12 
 sources |2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44174a7..beead85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Regexp-Common-2011121001.tar.gz
+/Regexp-Common-2013030901.tar.gz
diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec
index a6ff113..095053f 100644
--- a/perl-Regexp-Common.spec
+++ b/perl-Regexp-Common.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Common
-Version:   2011121001
-Release:   5%{?dist}
+Version:   2013030901
+Release:   1%{?dist}
 Summary:   Regexp::Common Perl module
 # Old Artistic 1.0 is also valid, but we won't list it here since it is 
non-free.
 # Also, it would throw off the automated license check and flag this package.
@@ -45,6 +45,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Ralf Corsépius  - 2013030901-1
+- Upstream update.
+- Fix bogus changelog dates.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 2011121001-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -104,10 +108,10 @@ make test
 * Sat Feb 25 2006 Ralf Corsépius  - 2.120-4
 - Rebuild for FC5/perl-5.8.8.
 
-* Thu Aug 20 2005 Ralf Corsepius  - 2.120-3
+* Sat Aug 20 2005 Ralf Corsepius  - 2.120-3
 - Further spec cleanup.
 
-* Thu Aug 20 2005 Ralf Corsepius  - 2.120-2
+* Sat Aug 20 2005 Ralf Corsepius  - 2.120-2
 - Spec cleanup.
 
 * Thu Aug 11 2005 Ralf Corsepius  - 2.120-1
diff --git a/sources b/sources
index 52a7185..0715c3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e6a8fed514017589f44cde02b947ac5  Regexp-Common-2011121001.tar.gz
+7167ac7a4a647b5411782644b7ba0deb  Regexp-Common-2013030901.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 920081] New: perl-Net-HTTP-6.06 is available

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

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

Latest upstream release: 6.06
Current version in Fedora Rawhide: 6.05
URL: http://search.cpan.org/dist/Net-HTTP/

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=qQmgRhajZJ&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 907125] perl-Rose-DB-Object-0.805 is available

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

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Rose-DB-Object-0.804   |perl-Rose-DB-Object-0.805
   |is available|is available

--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.805
Current version in Fedora Rawhide: 0.804
URL: http://search.cpan.org/dist/Rose-DB-Object/

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=2PnrZJFxxE&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

File perl-5.14.4.tar.bz2 uploaded to lookaside cache by jplesnik

2013-03-11 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl:

04202fd10edaa7e3f4bd418b2af04c9c  perl-5.14.4.tar.bz2
--
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 Net-HTTP-6.06.tar.gz uploaded to lookaside cache by ppisar

2013-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Net-HTTP:

6e74d76205f168775de68347266793a7  Net-HTTP-6.06.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-Net-HTTP] 6.06 bump

2013-03-11 Thread Petr Pisar
commit bdc15c5582f2569d5fab24c978b8f8d4e83bd290
Author: Petr Písař 
Date:   Mon Mar 11 12:30:08 2013 +0100

6.06 bump

 .gitignore |1 +
 ...-Socket-SSL-doesn-t-play-well-with-select.patch |   25 
 perl-Net-HTTP.spec |   10 
 sources|2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbdda3..0825320 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Net-HTTP-6.03.tar.gz
 /Net-HTTP-6.04.tar.gz
 /Net-HTTP-6.05.tar.gz
+/Net-HTTP-6.06.tar.gz
diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec
index c0c1bfa..ffb862c 100644
--- a/perl-Net-HTTP.spec
+++ b/perl-Net-HTTP.spec
@@ -1,13 +1,11 @@
 Name:   perl-Net-HTTP
-Version:6.05
-Release:3%{?dist}
+Version:6.06
+Release:1%{?dist}
 Summary:Low-level HTTP connection (client)
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-HTTP/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
-# Do not block with IO::Socket::SSL, rhbz#768394, CPAN RT#81237
-Patch0: Net-HTTP-6.05-IO-Socket-SSL-doesn-t-play-well-with-select.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -43,7 +41,6 @@ and HTTP/1.1.
 
 %prep
 %setup -q -n Net-HTTP-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Petr Pisar  - 6.06-1
+- 6.06 bump
+
 * Fri Mar 08 2013 Petr Pisar  - 6.05-3
 - Handle IO::Socket::SSL as non-blocking (bug #768394)
 
diff --git a/sources b/sources
index 6692136..f73234f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a704804045e31d6fe589214594aaf21  Net-HTTP-6.05.tar.gz
+6e74d76205f168775de68347266793a7  Net-HTTP-6.06.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-Net-HTTP/f18] 6.06 bump

2013-03-11 Thread Petr Pisar
commit bb4a7e3219d82e1b8328bd7e6de435c1c2363eae
Author: Petr Písař 
Date:   Mon Mar 11 12:30:08 2013 +0100

6.06 bump

 .gitignore |1 +
 ...-Socket-SSL-doesn-t-play-well-with-select.patch |   25 
 perl-Net-HTTP.spec |   10 
 sources|2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbdda3..0825320 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Net-HTTP-6.03.tar.gz
 /Net-HTTP-6.04.tar.gz
 /Net-HTTP-6.05.tar.gz
+/Net-HTTP-6.06.tar.gz
diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec
index a5ec62d..7305220 100644
--- a/perl-Net-HTTP.spec
+++ b/perl-Net-HTTP.spec
@@ -1,13 +1,11 @@
 Name:   perl-Net-HTTP
-Version:6.05
-Release:2%{?dist}
+Version:6.06
+Release:1%{?dist}
 Summary:Low-level HTTP connection (client)
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-HTTP/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
-# Do not block with IO::Socket::SSL, rhbz#768394, CPAN RT#81237
-Patch0: Net-HTTP-6.05-IO-Socket-SSL-doesn-t-play-well-with-select.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -43,7 +41,6 @@ and HTTP/1.1.
 
 %prep
 %setup -q -n Net-HTTP-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Petr Pisar  - 6.06-1
+- 6.06 bump
+
 * Fri Mar 08 2013 Petr Pisar  - 6.05-3
 - Handle IO::Socket::SSL as non-blocking (bug #768394)
 
diff --git a/sources b/sources
index 6692136..f73234f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a704804045e31d6fe589214594aaf21  Net-HTTP-6.05.tar.gz
+6e74d76205f168775de68347266793a7  Net-HTTP-6.06.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-Net-HTTP/f17] 6.06 bump

2013-03-11 Thread Petr Pisar
Summary of changes:

  bb4a7e3... 6.06 bump (*)

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

[Bug 920081] perl-Net-HTTP-6.06 is available

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

--- Comment #1 from Petr Pisar  ---
This is equivalent to current patched Fedora versions, thus putting to 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=LXWOo8VjyD&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 920081] perl-Net-HTTP-6.06 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Net-HTTP-6.06-1.fc19

-- 
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=W9r7oprT9W&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 920081] perl-Net-HTTP-6.06 is available

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

--- Comment #2 from Fedora Update System  ---
perl-Net-HTTP-6.06-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Net-HTTP-6.06-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=9zvY3Cm9dC&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 768394] LWP::UserAgent cuts chunked response sent through HTTPS

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

--- Comment #27 from Fedora Update System  ---
perl-Net-HTTP-6.06-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Net-HTTP-6.06-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=5wXLOsZDOv&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 920081] perl-Net-HTTP-6.06 is available

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

--- Comment #3 from Fedora Update System  ---
perl-Net-HTTP-6.06-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Net-HTTP-6.06-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=RKw6CRw6ZR&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 768394] LWP::UserAgent cuts chunked response sent through HTTPS

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

--- Comment #28 from Fedora Update System  ---
perl-Net-HTTP-6.06-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Net-HTTP-6.06-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=673hjRpFB2&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 918008] CVE-2013-1667 perl: DoS in rehashing code [fedora-all]

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

--- Comment #5 from Fedora Update System  ---
perl-5.14.4-224.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-5.14.4-224.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=Allm7JCdie&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 908113] CPAN::Debug(3pm) is missing NAME section

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

--- Comment #16 from Fedora Update System  ---
perl-5.14.4-224.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-5.14.4-224.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=GviPSeST95&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

File Rose-DB-Object-0.805.tar.gz uploaded to lookaside cache by wfp

2013-03-11 Thread Bill Pemberton
A file has been added to the lookaside cache for perl-Rose-DB-Object:

0e273b5cf5f7c217bd25d6fb5c63ca98  Rose-DB-Object-0.805.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-Rose-DB-Object] update to version 0.805

2013-03-11 Thread Bill Pemberton
commit 1e80f78b8697bd09319b84bf4439fd59eb5cb12a
Author: Bill Pemberton 
Date:   Mon Mar 11 08:54:10 2013 -0400

update to version 0.805

 .gitignore   |1 +
 perl-Rose-DB-Object.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7e2960..1049309 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Rose-DB-Object-0.801.tar.gz
 /Rose-DB-Object-0.803.tar.gz
 /Rose-DB-Object-0.804.tar.gz
+/Rose-DB-Object-0.805.tar.gz
diff --git a/perl-Rose-DB-Object.spec b/perl-Rose-DB-Object.spec
index ffac4f9..1db3e29 100644
--- a/perl-Rose-DB-Object.spec
+++ b/perl-Rose-DB-Object.spec
@@ -1,5 +1,5 @@
 Name:  perl-Rose-DB-Object
-Version:   0.804
+Version:   0.805
 Release:   1%{?dist}
 Summary:   Extensible, high performance object-relational mapper (ORM)
 License:   GPL+ or Artistic
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/Rose::DB::Object*.3pm*
 
 %changelog
+* Mon Mar 11 2013 Bill Pemberton  - 0.805-1
+- update to version 0.805
+
 * Mon Feb  4 2013 Bill Pemberton  - 0.804-1
 - update to version 0.804
 
diff --git a/sources b/sources
index 6eb5029..2971da3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e93dde1d5c1603c1db119823e2e697  Rose-DB-Object-0.804.tar.gz
+0e273b5cf5f7c217bd25d6fb5c63ca98  Rose-DB-Object-0.805.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 App-cpanminus-1.6005.tar.gz uploaded to lookaside cache by jplesnik

2013-03-11 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-App-cpanminus:

312d62b0aa97dd40a3ccc5bed4d3ab4a  App-cpanminus-1.6005.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-Rose-DB-Object/f18] (2 commits) ...update to version 0.805

2013-03-11 Thread Bill Pemberton
Summary of changes:

  e127cfe... Update to version 0.804 (*)
  1e80f78... update to version 0.805 (*)

(*) 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-App-cpanminus] 1.6005 bump

2013-03-11 Thread Jitka Plesnikova
commit 7b2c9e2fa09f702342313050153dd53e446ddc50
Author: Jitka Plesnikova 
Date:   Mon Mar 11 14:20:10 2013 +0100

1.6005 bump

 .gitignore  |1 +
 perl-App-cpanminus.spec |9 -
 sources |2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3954665..ad62674 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.5019.tar.gz
 /App-cpanminus-1.5021.tar.gz
 /App-cpanminus-1.6002.tar.gz
+/App-cpanminus-1.6005.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index e831991..ea140c0 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.6002
+Version:1.6005
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -18,7 +18,11 @@ Requires:   perl(base)
 Requires:   perl(constant)
 # CPAN::DistnameInfo bundled
 # CPAN::Meta not used
+# CPAN::Meta::Converter bundled
+# CPAN::Meta::Feature bundled
+# CPAN::Meta::Prereqs bundled
 # CPAN::Meta::Requirements bundled
+# CPAN::Meta::Validator bundled
 # CPAN::Meta::YAML bundled
 Requires:   perl(Cwd)
 Requires:   perl(Digest::SHA)
@@ -87,6 +91,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Mon Mar 11 2013 Jitka Plesnikova  - 1.6005-1
+- 1.6005 bump
+
 * Thu Feb 28 2013 Petr Pisar  - 1.6002-1
 - 1.6002 bump
 
diff --git a/sources b/sources
index fe49f47..fc2728f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b35b693c9af21a0a666075bfbd33e34  App-cpanminus-1.6002.tar.gz
+312d62b0aa97dd40a3ccc5bed4d3ab4a  App-cpanminus-1.6005.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 919673] perl-App-cpanminus-1.6005 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-cpanminus-1.6005-1
   ||.fc19
 Resolution|--- |RAWHIDE
Last Closed||2013-03-11 09:23:20

-- 
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=jXRVk3RuQw&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 907125] perl-Rose-DB-Object-0.805 is available

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

--- Comment #2 from Fedora Update System  ---
perl-Rose-DB-Object-0.805-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Rose-DB-Object-0.805-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=yM0gyJTurD&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

File POE-Component-IRC-6.82.tar.gz uploaded to lookaside cache by psabata

2013-03-11 Thread Petr Šabata
A file has been added to the lookaside cache for perl-POE-Component-IRC:

378a58a9f3e79d8e992c5552d5aad2eb  POE-Component-IRC-6.82.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-Rose-DB-Object/f17] (2 commits) ...update to version 0.805

2013-03-11 Thread Bill Pemberton
Summary of changes:

  e127cfe... Update to version 0.804 (*)
  1e80f78... update to version 0.805 (*)

(*) 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-POE-Component-IRC] (2 commits) ...Merge with rebuild bump

2013-03-11 Thread Petr Šabata
Summary of changes:

  1775550... 6.82 bump
  445a1f2... Merge with rebuild bump
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-POE-Component-IRC: 1/2] 6.82 bump

2013-03-11 Thread Petr Šabata
commit 177555007da1fba313e32424ac5bf808cd8e519b
Author: Petr Šabata 
Date:   Mon Mar 11 14:27:58 2013 +0100

6.82 bump

 .gitignore  |1 +
 perl-POE-Component-IRC.spec |8 ++--
 sources |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d606e71..472889a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ POE-Component-IRC-6.14.tar.gz
 /POE-Component-IRC-6.78.tar.gz
 /POE-Component-IRC-6.80.tar.gz
 /POE-Component-IRC-6.81.tar.gz
+/POE-Component-IRC-6.82.tar.gz
diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec
index c976dd8..4c0932c 100644
--- a/perl-POE-Component-IRC.spec
+++ b/perl-POE-Component-IRC.spec
@@ -11,14 +11,15 @@
 
 Name:   perl-POE-Component-IRC
 Summary:A POE component for building IRC clients
-Version:6.81
-Release:3%{?dist}
+Version:6.82
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/POE-Component-IRC
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -102,6 +103,9 @@ find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 
2>/dev/null ';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 11 2013 Petr Šabata  - 6.82-1
+- 6.82 bump
+
 * Mon Nov 26 2012 Petr Šabata  - 6.81-3
 - Correct the Obsoletes tests version to 6.81, thanks to Ralf Corsepius
 
diff --git a/sources b/sources
index ccf4986..e63938b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e01cdd3feb46b96b7623355fcefb547  POE-Component-IRC-6.81.tar.gz
+378a58a9f3e79d8e992c5552d5aad2eb  POE-Component-IRC-6.82.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-POE-Component-IRC: 2/2] Merge with rebuild bump

2013-03-11 Thread Petr Šabata
commit 445a1f20f16a67c40c1a48192caee49efab7ee46
Merge: 1775550 b1a7d25
Author: Petr Šabata 
Date:   Mon Mar 11 14:32:03 2013 +0100

Merge with rebuild bump

 perl-POE-Component-IRC.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --cc perl-POE-Component-IRC.spec
index 4c0932c,056a30a..b27cb30
--- a/perl-POE-Component-IRC.spec
+++ b/perl-POE-Component-IRC.spec
@@@ -103,9 -102,9 +103,12 @@@ find %{buildroot} -type f -name '*.pm' 
  %{_mandir}/man3/*.3*
  
  %changelog
 +* Mon Mar 11 2013 Petr Šabata  - 6.82-1
 +- 6.82 bump
 +
+ * Thu Feb 14 2013 Fedora Release Engineering 
 - 6.81-4
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+ 
  * Mon Nov 26 2012 Petr Šabata  - 6.81-3
  - Correct the Obsoletes tests version to 6.81, thanks to Ralf Corsepius
  
--
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-SQL-ReservedWords/el6] (2 commits) ...Update to 0.8

2013-03-11 Thread Bill Pemberton
Summary of changes:

  3f1d447... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  ccc466d... Update to 0.8 (*)

(*) 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 919825] perl-POE-Component-IRC-6.82 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-POE-Component-IRC-6.82
   ||-1.fc19
 Resolution|--- |RAWHIDE
Last Closed||2013-03-11 09:52:23

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

File YAML-Syck-1.25.tar.gz uploaded to lookaside cache by pghmcfc

2013-03-11 Thread Paul Howarth
A file has been added to the lookaside cache for perl-YAML-Syck:

847f315cbd074b42c44f360383ac13e9  YAML-Syck-1.25.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Math-Clipper

2013-03-11 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

File Test-TCP-1.21.tar.gz uploaded to lookaside cache by corsepiu

2013-03-11 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-TCP:

33b1d668fe41a8cadd25bf898bad037d  Test-TCP-1.21.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-TCP] Upstream update.

2013-03-11 Thread corsepiu
commit 10e47d77c0760deb837795f71f187d0048c82929
Author: Ralf Corsépius 
Date:   Mon Mar 11 16:32:27 2013 +0100

Upstream update.

- Drop Obs/Prov perl-Test-TCP-tests.

 perl-Test-TCP.spec |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 10ea59f..c8aff15 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:1.18
-Release:2%{?dist}
+Version:1.21
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -13,10 +13,6 @@ BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(Test::SharedFork) >= 0.19
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-# Get rid of perl-Test-TCP-tests
-Obsoletes: perl-Test-TCP-tests < %{version}-%{release}
-Provides: perl-Test-TCP-tests = %{version}-%{release}
-
 %description
 Test::TCP is test utilities for TCP/IP program.
 
@@ -45,6 +41,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Ralf Corsépius  1.21-1
+- Upstream update.
+- Drop Obs/Prov perl-Test-TCP-tests.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 1.18-2
 - 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-Test-TCP] Upstream update.

2013-03-11 Thread corsepiu
commit b526b3993dd784021372d06115d2af3dff7ae04b
Author: Ralf Corsépius 
Date:   Mon Mar 11 16:32:59 2013 +0100

Upstream update.

- Drop Obs/Prov perl-Test-TCP-tests.

 .gitignore |2 +-
 sources|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5639731..0a90284 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-1.18.tar.gz
+/Test-TCP-1.21.tar.gz
diff --git a/sources b/sources
index 3f92b6f..a467dcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c9876b4455902aa3cf1dea7b3ebb7e3  Test-TCP-1.18.tar.gz
+33b1d668fe41a8cadd25bf898bad037d  Test-TCP-1.21.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-TCP/f18] (4 commits) ...Merge cleanup.

2013-03-11 Thread corsepiu
Summary of changes:

  ce61ab5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  10e47d7... Upstream update. (*)
  b526b39... Upstream update. (*)
  28835e2... Merge cleanup.

(*) 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-Test-TCP/f18: 4/4] Merge cleanup.

2013-03-11 Thread corsepiu
commit 28835e26d585417bdf9d939f988e69ce52ad94b4
Author: Ralf Corsépius 
Date:   Mon Mar 11 16:35:40 2013 +0100

Merge cleanup.

 perl-Test-TCP.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index c8aff15..eef4e85 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -45,9 +45,6 @@ make test
 - Upstream update.
 - Drop Obs/Prov perl-Test-TCP-tests.
 
-* Thu Feb 14 2013 Fedora Release Engineering  
- 1.18-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Thu Nov 08 2012 Ralf Corsépius  1.18-1
 - Upstream update.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[pkgdb] perl-Bio-Graphics (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-Bio-Graphics in Fedora devel has been retired by notting

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

[pkgdb] perl-Bio-Graphics (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-Bio-Graphics in Fedora 19 has been retired by notting

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

[pkgdb] perl-Fedora-Bugzilla (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-Fedora-Bugzilla in Fedora devel has been retired by notting

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

[pkgdb] perl-Fedora-Bugzilla (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-Fedora-Bugzilla in Fedora 19 has been retired by notting

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

[pkgdb] perl-bioperl (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-bioperl in Fedora devel has been retired by notting

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

[pkgdb] perl-bioperl (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-bioperl in Fedora 19 has been retired by notting

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

[pkgdb] perl-bioperl-run (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-bioperl-run in Fedora devel has been retired by notting

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

[pkgdb] perl-bioperl-run (un)retirement

2013-03-11 Thread Fedora PackageDB
Package perl-bioperl-run in Fedora 19 has been retired by notting

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-bioperl-run
--
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