File Stream-Buffered-0.02.tar.gz uploaded to lookaside cache by corsepiu

2013-05-21 Thread corsepiu
A file has been added to the lookaside cache for perl-Stream-Buffered:

63d7776365a4ffd22f15002e03781c01  Stream-Buffered-0.02.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-Stream-Buffered] Initial import.

2013-05-21 Thread corsepiu
commit d7ea93f34675f71f480c0f4da28550a9d9c57ac8
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 08:07:14 2013 +0200

Initial import.

 .gitignore|1 +
 perl-Stream-Buffered.spec |   51 +
 sources   |1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e61ce7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Stream-Buffered-0.02.tar.gz
diff --git a/perl-Stream-Buffered.spec b/perl-Stream-Buffered.spec
new file mode 100644
index 000..b350403
--- /dev/null
+++ b/perl-Stream-Buffered.spec
@@ -0,0 +1,51 @@
+Name:   perl-Stream-Buffered
+Version:0.02
+Release:1%{?dist}
+Summary:Temporary buffer to save bytes
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Stream-Buffered/
+Source0:
http://www.cpan.org/authors/id/D/DO/DOY/Stream-Buffered-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+Stream::Buffered is a buffer class to store arbitrary length of byte
+strings and then get a seekable filehandle once everything is buffered. It
+uses PerlIO and/or temporary file to save the buffer depending on the
+length of the size.
+
+%prep
+%setup -q -n Stream-Buffered-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Feb 05 2013 Ralf Corsépius corse...@fedoraproject.org 0.02-1
+- Initial Fedora package.
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4d41bc8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+63d7776365a4ffd22f15002e03781c01  Stream-Buffered-0.02.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-Stream-Buffered/f19] Initial import.

2013-05-21 Thread corsepiu
Summary of changes:

  d7ea93f... Initial import. (*)

(*) 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-Stream-Buffered/f18] Initial import.

2013-05-21 Thread corsepiu
Summary of changes:

  d7ea93f... Initial import. (*)

(*) 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-Stream-Buffered/f17] Initial import.

2013-05-21 Thread corsepiu
Summary of changes:

  d7ea93f... Initial import. (*)

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

File Number-WithError-1.01.tar.gz uploaded to lookaside cache by ppisar

2013-05-21 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Number-WithError:

5cef7b1a8f7f85135ec24de5961cab4e  Number-WithError-1.01.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-Number-WithError] Import

2013-05-21 Thread Petr Pisar
commit e94907e4b53804b971e0fae711d35c2e46ba78c2
Author: Petr Písař ppi...@redhat.com
Date:   Tue May 21 08:37:35 2013 +0200

Import

 .gitignore |1 +
 perl-Number-WithError.spec |   78 
 sources|1 +
 3 files changed, 80 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..472aece 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Number-WithError-1.01.tar.gz
diff --git a/perl-Number-WithError.spec b/perl-Number-WithError.spec
new file mode 100644
index 000..1a1ad40
--- /dev/null
+++ b/perl-Number-WithError.spec
@@ -0,0 +1,78 @@
+Name:   perl-Number-WithError
+Version:1.01
+Release:1%{?dist}
+Summary:Numbers with error propagation and scientific rounding
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Number-WithError/
+Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/Number-WithError-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(inc::Module::Install)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigFloat) = 1.40
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Params::Util) = 0.10
+BuildRequires:  perl(prefork) = 1.00
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(File::Spec::Functions)
+# FindBin not needed
+BuildRequires:  perl(constant)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::LectroTest)
+BuildRequires:  perl(Test::More) = 0.47
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage) = 1.00
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Math::BigFloat) = 1.40
+Requires:   perl(overload)
+Requires:   perl(Params::Util) = 0.10
+Requires:   perl(prefork) = 1.00
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Params::Util|prefork)\\)$
+
+%description
+This class is a container class for numbers with a number of associated
+symmetric and asymmetric errors. It overloads practically all common
+arithmetic operations and trigonometric functions to propagate the errors.
+It can do proper scientific rounding.
+
+You can use Math::BigFloat objects as the internal representation of numbers
+in order to support arbitrary precision calculations.
+
+Errors are propagated using Gaussian error propagation.
+
+%prep
+%setup -q -n Number-WithError-%{version}
+# Remove bundled modules
+rm -rf inc/*
+sed -i -e '/^inc\//d' MANIFEST
+# Correct encoding
+sed -i -e 's/\r//' Changes
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue May 14 2013 Petr Pisar ppi...@redhat.com 1.01-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d0c81b2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5cef7b1a8f7f85135ec24de5961cab4e  Number-WithError-1.01.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 Pod-Usage-1.62.tar.gz uploaded to lookaside cache by ppisar

2013-05-21 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Pod-Usage:

51d2890913a923987ac6da75ad008183  Pod-Usage-1.62.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-Pod-Usage] 1.62 bump

2013-05-21 Thread Petr Pisar
commit ca5a73323e069bc286dbef3c263747b6ca7b3090
Author: Petr Písař ppi...@redhat.com
Date:   Tue May 21 09:59:28 2013 +0200

1.62 bump

 .gitignore  |1 +
 perl-Pod-Usage.spec |   28 ++--
 sources |2 +-
 3 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4348658..e73f284 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Pod-Usage-1.60.tar.gz
 /Pod-Usage-1.61.tar.gz
+/Pod-Usage-1.62.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index 9eb1f41..264c0b5 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,34 +1,39 @@
 Name:   perl-Pod-Usage
-Version:1.61
+Version:1.62
 Release:1%{?dist}
-Summary:Print a usage message from embedded pod documentation
+Summary:Print a usage message from embedded POD documentation
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Usage/
 Source0:
http://www.cpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
+# scripts/pod2usage.PL uses Cwd
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec) = 0.82
+BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Pod::Select)
+# Getopt::Long not used, scripts/pod2usage not called
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
 BuildRequires:  perl-Pod-Perldoc
-BuildRequires:  perl(Pod::Text)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
+BuildRequires:  perl(Pod::Text) = 3.15
+BuildRequires:  perl(vars)
 # Tests:
-BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(FileHandle)
+# FileHandle not used, testcmp.pl not called
 BuildRequires:  perl(Test::More) = 0.6
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(File::Spec) = 0.82
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
 Requires:   perl-Pod-Perldoc
-Requires:   perl(Pod::Text)
+Requires:   perl(Pod::Text) = 3.15
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\(File::Spec\\)$
 
 %description
 pod2usage will print a usage message for the invoking script (using its
@@ -66,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 21 2013 Petr Pisar ppi...@redhat.com - 1.62-1
+- 1.62 bump
+
 * Wed Feb 06 2013 Petr Pisar ppi...@redhat.com - 1.61-1
 - 1.61 bump
 
diff --git a/sources b/sources
index cd3e95c..96196e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0262024e2949c0d27b3e8db65d3ad84  Pod-Usage-1.61.tar.gz
+51d2890913a923987ac6da75ad008183  Pod-Usage-1.62.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-TCP-1.27.tar.gz uploaded to lookaside cache by corsepiu

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

304d2227a8f18027ae3cba21e764ebe1  Test-TCP-1.27.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-05-21 Thread corsepiu
commit 3bc7949cc49d9ce2ba8fb297a816b3ce5f23a630
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 11:02:46 2013 +0200

Upstream update.

 .gitignore |2 +-
 perl-Test-TCP.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efd9836..898db91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-1.26.tar.gz
+/Test-TCP-1.27.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 666c6bf..d389de1 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-TCP
-Version:1.26
+Version:1.27
 Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
@@ -11,6 +11,7 @@ BuildArch:  noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(Test::SharedFork) = 0.19
+BuildRequires:  perl(Time::HiRes)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -39,6 +40,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 21 2013 Ralf Corsépius corse...@fedoraproject.org 1.27-1
+- Upstream update.
+
 * Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org 1.26-1
 - Upstream update.
 - Reflect upstream having switched to perl(Module::Build).
diff --git a/sources b/sources
index 0860433..f27a2f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-573eb3c848cb4ef0de5b0b46905da5b5  Test-TCP-1.26.tar.gz
+304d2227a8f18027ae3cba21e764ebe1  Test-TCP-1.27.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/f19] Upstream update.

2013-05-21 Thread corsepiu
Summary of changes:

  3bc7949... Upstream update. (*)

(*) 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] (2 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-05-21 Thread corsepiu
Summary of changes:

  3bc7949... Upstream update. (*)
  f9c2bf5... Merge remote-tracking branch 'origin/f19' into f18

(*) 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: 2/2] Merge remote-tracking branch 'origin/f19' into f18

2013-05-21 Thread corsepiu
commit f9c2bf5ff351dfc45bf80047744a4b317ec311ba
Merge: 8734443 3bc7949
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 11:14:40 2013 +0200

Merge remote-tracking branch 'origin/f19' into f18

 .gitignore |2 +-
 perl-Test-TCP.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
--
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/f17] (3 commits) ...Merge remote-tracking branch 'origin/f18' into f17

2013-05-21 Thread corsepiu
Summary of changes:

  3bc7949... Upstream update. (*)
  f9c2bf5... Merge remote-tracking branch 'origin/f19' into f18 (*)
  0d9c399... Merge remote-tracking branch 'origin/f18' into f17

(*) 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/f17: 3/3] Merge remote-tracking branch 'origin/f18' into f17

2013-05-21 Thread corsepiu
commit 0d9c399d02888442500cc7c3f3d45ef8d0667bc7
Merge: b1e51b6 f9c2bf5
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 11:28:14 2013 +0200

Merge remote-tracking branch 'origin/f18' into f17

 .gitignore |2 +-
 perl-Test-TCP.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
--
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.27.tar.gz uploaded to lookaside cache by pghmcfc

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

8920091e68a078cfa9c42041e5759162  YAML-Syck-1.27.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-YAML-Syck] Update to 1.27

2013-05-21 Thread Paul Howarth
commit 3e706bc4d0350f2f8535cc2ec268d20ba52f4403
Author: Paul Howarth p...@city-fan.org
Date:   Tue May 21 11:24:46 2013 +0100

Update to 1.27

- New upstream release 1.27
  - Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN 
RT#84882,
CPAN RT#84466)

 perl-YAML-Syck.spec |   11 ---
 sources |2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec
index 194040b..6e916a9 100644
--- a/perl-YAML-Syck.spec
+++ b/perl-YAML-Syck.spec
@@ -1,5 +1,5 @@
 Name:   perl-YAML-Syck
-Version:1.25
+Version:1.27
 Release:1%{?dist}
 Summary:Fast, lightweight YAML loader and dumper
 License:BSD and MIT
@@ -8,8 +8,8 @@ URL:http://search.cpan.org/dist/YAML-Syck/
 Source0:
http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
 Patch0: 0001-Recognize-all-wide-unicode-characters.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-# Keep bundled inc::Module::Install to break cycle perl-Modules-Install
-# → perl-YAML-Tiny → perl-YAML-Syck.
+# Keep bundled inc::Module::Install to break cycle
+# perl-Module-Install → perl-YAML-Tiny → perl-YAML-Syck
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
@@ -71,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/YAML::Syck.3pm*
 
 %changelog
+* Tue May 21 2013 Paul Howarth p...@city-fan.org 1.27-1
+- Update to 1.27
+  - Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN RT#84882,
+CPAN RT#84466)
+
 * Mon Mar 11 2013 Paul Howarth p...@city-fan.org 1.25-1
 - Update to 1.25
   - Bump version number and release to fix a MANIFEST mistake in 1.24
diff --git a/sources b/sources
index 033c278..f638cf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-847f315cbd074b42c44f360383ac13e9  YAML-Syck-1.25.tar.gz
+8920091e68a078cfa9c42041e5759162  YAML-Syck-1.27.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-YAML-Syck] Created tag perl-YAML-Syck-1.27-1.fc20

2013-05-21 Thread Paul Howarth
The lightweight tag 'perl-YAML-Syck-1.27-1.fc20' was created pointing to:

 3e706bc... Update to 1.27
--
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 965245] perl-Pod-Usage-1.62 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965245

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Pod-Usage-1.62-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-05-21 04:12: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=6qK5WHmp6Ca=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 965245] perl-Pod-Usage-1.62 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965245

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 Target Release||---
 CC|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=fPLev4Zexma=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 960048] Can't load '/usr/lib64/perl5/auto/Fcntl/Fcntl.so' - undefined symbols

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=960048

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|openldap-2.4.35-4.fc19  |openldap-2.4.35-4.fc18.1

--- Comment #12 from Fedora Update System upda...@fedoraproject.org ---
openldap-2.4.35-4.fc18.1 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=IKzKfdfgRea=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 957931] perl-Carp-1.26-242.fc18.noarch remains following fedup f18 -- f19 upgrade

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=957931

--- Comment #12 from Fedora Update System upda...@fedoraproject.org ---
perl-5.16.3-244.fc18, perl-Digest-1.17-244.fc18, perl-Carp-1.26-243.fc18,
perl-ExtUtils-Manifest-1.61-243.fc18, perl-parent-0.225-243.fc18,
perl-Test-Simple-0.98-243.fc18, perl-Version-Requirements-0.101022-243.fc18,
perl-threads-1.86-243.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=9HMGNK4KOsa=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 965424] New: perl-CPANPLUS-0.9138 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965424

Bug ID: 965424
   Summary: perl-CPANPLUS-0.9138 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPANPLUS
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com

Latest upstream release: 0.9138
Current version in Fedora Rawhide: 0.91.36
URL: http://search.cpan.org/dist/CPANPLUS/

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=zmgmyuNQiZa=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-Bio-SamTools

2013-05-21 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-05-21 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File CPANPLUS-0.9138.tar.gz uploaded to lookaside cache by ppisar

2013-05-21 Thread Petr Pisar
A file has been added to the lookaside cache for perl-CPANPLUS:

a20efe94465a4a8ce551079d9daa4b7b  CPANPLUS-0.9138.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-CPANPLUS] 0.9138 bump

2013-05-21 Thread Petr Pisar
commit d89534dbdcd44a5abf72a11aab642bf2efc59936
Author: Petr Písař ppi...@redhat.com
Date:   Tue May 21 14:22:09 2013 +0200

0.9138 bump

 .gitignore |1 +
 perl-CPANPLUS.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15db192..c9e275c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CPANPLUS-0.84.tar.gz
 /CPANPLUS-0.9134.tar.gz
 /CPANPLUS-0.9136.tar.gz
+/CPANPLUS-0.9138.tar.gz
diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec
index e470a6f..fdf86de 100644
--- a/perl-CPANPLUS.spec
+++ b/perl-CPANPLUS.spec
@@ -1,4 +1,4 @@
-%global cpan_version 0.9136
+%global cpan_version 0.9138
 Name:   perl-CPANPLUS
 # Keep 2-digit major varion to compete with perl.spec for history
 Version:%(echo '%{cpan_version}' | sed 's/\(\...\)/\1./')
@@ -116,6 +116,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 21 2013 Petr Pisar ppi...@redhat.com - 0.91.38-1
+- 0.9138 bump
+
 * Mon Apr 29 2013 Petr Pisar ppi...@redhat.com - 0.91.36-1
 - 0.9136 bump
 
diff --git a/sources b/sources
index 4dbe6e0..d0a5827 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7f54d07a01814cff9dbec8227ef8fc7  CPANPLUS-0.9136.tar.gz
+a20efe94465a4a8ce551079d9daa4b7b  CPANPLUS-0.9138.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-Bio-ASN1-EntrezGene

2013-05-21 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Bio-SamTools

2013-05-21 Thread buildsys


perl-Bio-SamTools has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 965606] New: Upgrade to new upstream version

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965606

Bug ID: 965606
   Summary: Upgrade to new upstream version
   Product: Fedora EPEL
   Version: el6
 Component: perl-No-Worries
  Severity: unspecified
  Priority: unspecified
  Assignee: massimo.pala...@gmail.com
  Reporter: lionel.c...@cern.ch
QA Contact: extras...@fedoraproject.org
CC: massimo.pala...@gmail.com,
perl-devel@lists.fedoraproject.org

The latest version of No::Worries on CPAN is now 1.0.

This is the version to use everywhere. Please upgrade in EPEL.

-- 
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=FNBVFp8wzYa=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 965424] perl-CPANPLUS-0.9138 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965424

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-CPANPLUS-0.91.38-1.fc2
   ||0
 Resolution|--- |RAWHIDE
Last Closed||2013-05-21 08:35:42

-- 
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=KehckCHYuKa=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 965424] perl-CPANPLUS-0.9138 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965424

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 Target Release||---
 CC|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=MtN0KC6rKGa=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 Text-Quoted-2.07.tar.gz uploaded to lookaside cache by corsepiu

2013-05-21 Thread corsepiu
A file has been added to the lookaside cache for perl-Text-Quoted:

f8f52c31687dd2639a82d62977e35430  Text-Quoted-2.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-Text-Quoted] Upstream update.

2013-05-21 Thread corsepiu
commit 9cf79422d3c89cf1ace40fb6ca239214793d07d7
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 17:53:25 2013 +0200

Upstream update.

- Reflect Source0-URL having changed.
- Modernize spec.
- Fix up bogus changelog entries.

 .gitignore|2 +-
 perl-Text-Quoted.spec |   23 ---
 sources   |2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8163ba..7db9070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Text-Quoted-2.06.tar.gz
+/Text-Quoted-2.07.tar.gz
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index 70b0124..223531d 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -1,12 +1,11 @@
 Name:  perl-Text-Quoted
-Version:   2.06
-Release:   8%{?dist}
+Version:   2.07
+Release:   1%{?dist}
 Summary:   Extract the structure of a quoted mail message
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Text-Quoted/
-Source0:
http://www.cpan.org/authors/id/R/RU/RUZ/Text-Quoted-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/T/TS/TSIBLEY/Text-Quoted-%{version}.tar.gz
 
 BuildArch: noarch
 
@@ -28,15 +27,11 @@ different levels of quoting, and turns the text into a 
nested data structure.
 make %{?_smp_mflags}
 
 %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 d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
@@ -47,6 +42,12 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 21 2013 Ralf Corsépius corse...@fedoraproject.org - 2.07-1
+- Upstream update.
+- Reflect Source0-URL having changed.
+- Modernize spec.
+- Fix up bogus changelog entries.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -86,7 +87,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 2.05-2
-Rebuild for new perl
+- Rebuild for new perl
 
 * Fri Jan 25 2008 Ralf Corsépius rc040...@freenet.de - 2.05-1
 - Upstream update.
@@ -113,10 +114,10 @@ Rebuild for new perl
 * Tue Feb 28 2006 Ralf Corsépius rc040...@freenet.de - 1.8-4
 - Rebuild for perl-5.8.8.
 
-* Thu Aug 19 2005 Ralf Corsepius r...@links2linux.de - 1.8-3
+* Fri Aug 19 2005 Ralf Corsepius r...@links2linux.de - 1.8-3
 - chmod -x Quote.pm.
 
-* Thu Aug 19 2005 Ralf Corsepius r...@links2linux.de - 1.8-2
+* Fri Aug 19 2005 Ralf Corsepius r...@links2linux.de - 1.8-2
 - Spec cleanup.
 
 * Thu Aug 11 2005 Ralf Corsepius r...@links2linux.de - 1.8-1
diff --git a/sources b/sources
index 95376a2..a5f0acb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae8d3aa3a54c5f05bcd0c2313ebfa4d  Text-Quoted-2.06.tar.gz
+f8f52c31687dd2639a82d62977e35430  Text-Quoted-2.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-Text-Quoted/f19] Upstream update.

2013-05-21 Thread corsepiu
Summary of changes:

  9cf7942... Upstream update. (*)

(*) 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-Text-Quoted/f18] (3 commits) ...Merge cleanup.

2013-05-21 Thread corsepiu
Summary of changes:

  e82a0fb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  9cf7942... Upstream update. (*)
  a80651b... 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-Text-Quoted/f18: 3/3] Merge cleanup.

2013-05-21 Thread corsepiu
commit a80651b947759b1d935a62b8ab2f6b84d08edbd9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 18:01:37 2013 +0200

Merge cleanup.

 perl-Text-Quoted.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index 223531d..b9da3c4 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -48,9 +48,6 @@ make test
 - Modernize spec.
 - Fix up bogus changelog entries.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-Text-Quoted/f17] (6 commits) ...Merge cleanup.

2013-05-21 Thread corsepiu
Summary of changes:

  19dac8c... Perl 5.16 rebuild (*)
  8621eee... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  e82a0fb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  9cf7942... Upstream update. (*)
  a80651b... Merge cleanup. (*)
  2de9824... 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-Text-Quoted/f17: 6/6] Merge cleanup.

2013-05-21 Thread corsepiu
commit 2de9824e9d5f3e24a5a606de258494c6198b2bc3
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue May 21 18:07:29 2013 +0200

Merge cleanup.

 perl-Text-Quoted.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index b9da3c4..c81da2e 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -48,12 +48,6 @@ make test
 - Modernize spec.
 - Fix up bogus changelog entries.
 
-* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Jun 12 2012 Petr Pisar ppi...@redhat.com - 2.06-6
-- Perl 5.16 rebuild
-
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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 965604] New: Upgrade to new upstream version

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=965604

Bug ID: 965604
   Summary: Upgrade to new upstream version
   Product: Fedora EPEL
   Version: el6
 Component: perl-Directory-Queue
  Severity: unspecified
  Priority: unspecified
  Assignee: steve.tray...@cern.ch
  Reporter: lionel.c...@cern.ch
QA Contact: extras...@fedoraproject.org
CC: massimo.pala...@gmail.com,
perl-devel@lists.fedoraproject.org,
steve.tray...@cern.ch

The latest version of Directory::Queue on CPAN is now 1.8.

This is the version to use everywhere. Please upgrade in EPEL.

-- 
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=WUEUlRCIQya=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 Mail-IMAPClient-3.33.tar.gz uploaded to lookaside cache by nb

2013-05-21 Thread Nick Bebout
A file has been added to the lookaside cache for perl-Mail-IMAPClient:

d29c3dce4fdfbe35b847f2bf9002ef83  Mail-IMAPClient-3.33.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-Mail-IMAPClient] Update to 3.33

2013-05-21 Thread Nick Bebout
commit 5a96c699f7887c8f4516f07a20eaa42adfecddf5
Author: Nick Bebout n...@desktop.bebout.us
Date:   Tue May 21 20:54:55 2013 -0500

Update to 3.33

 .gitignore|1 +
 perl-Mail-IMAPClient.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5852473..fad3fec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Mail-IMAPClient-3.25.tar.gz
 /Mail-IMAPClient-3.30.tar.gz
 /Mail-IMAPClient-3.31.tar.gz
 /Mail-IMAPClient-3.32.tar.gz
+/Mail-IMAPClient-3.33.tar.gz
diff --git a/perl-Mail-IMAPClient.spec b/perl-Mail-IMAPClient.spec
index 0c47783..44a68ad 100644
--- a/perl-Mail-IMAPClient.spec
+++ b/perl-Mail-IMAPClient.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-IMAPClient
-Version:3.32
-Release:2%{?dist}
+Version:3.33
+Release:1%{?dist}
 Summary:An IMAP Client API
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 21 2013 Nick Bebout n...@fedoraproject.org - 3.33-1
+- Upgrade to 3.33
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.32-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ae5feff..d6a7072 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9f954139750c7cd2b8f1fbf503a0302  Mail-IMAPClient-3.32.tar.gz
+d29c3dce4fdfbe35b847f2bf9002ef83  Mail-IMAPClient-3.33.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-Mail-IMAPClient/f19] Update to 3.33

2013-05-21 Thread Nick Bebout
Summary of changes:

  5a96c69... Update to 3.33 (*)

(*) 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-Mail-IMAPClient/f18] (2 commits) ...Update to 3.33

2013-05-21 Thread Nick Bebout
Summary of changes:

  98ab271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  5a96c69... Update to 3.33 (*)

(*) 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-Mail-IMAPClient/f17] (2 commits) ...Update to 3.33

2013-05-21 Thread Nick Bebout
Summary of changes:

  98ab271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  5a96c69... Update to 3.33 (*)

(*) 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-Mail-IMAPClient/el6] (3 commits) ...Merge branch 'master' into el6

2013-05-21 Thread Nick Bebout
Summary of changes:

  98ab271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  5a96c69... Update to 3.33 (*)
  927f8d0... Merge branch 'master' into el6

(*) 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-Mail-IMAPClient/el6: 3/3] Merge branch 'master' into el6

2013-05-21 Thread Nick Bebout
commit 927f8d019a8e96ff840da6046f3d939fd879a1e9
Merge: e176102 5a96c69
Author: Nick Bebout n...@desktop.bebout.us
Date:   Tue May 21 21:02:24 2013 -0500

Merge branch 'master' into el6

 .gitignore|1 +
 perl-Mail-IMAPClient.spec |8 +++-
 sources   |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
--
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-Mail-IMAPClient/el5] (3 commits) ...Merge branch 'master' into el5

2013-05-21 Thread Nick Bebout
Summary of changes:

  98ab271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  5a96c69... Update to 3.33 (*)
  fafc328... Merge branch 'master' into el5

(*) 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 962126] perl-Regexp-Grammars-1.028 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=962126

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Regexp-Grammars-1.028- |perl-Regexp-Grammars-1.028-
   |1.fc17  |1.fc18

--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-Regexp-Grammars-1.028-1.fc18 has been pushed to the Fedora 18 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=oyjbr25xxma=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 962319] perl-SOAP-Lite-0.716 is available

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=962319

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-0.716-1.fc18 has been pushed to the Fedora 18 stable repository.
 If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0PqoMNjgEJa=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 960011] Sending large object (many levels deep) throws error Incorrect parameter at line 1993

2013-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=960011

--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-0.716-1.fc18 has been pushed to the Fedora 18 stable repository.
 If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FVqYyeQlHfa=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