[perl-Apache-LogRegex] Switch off tests broken by change of regexp in 5.14.

2011-06-22 Thread Marcela Mašláňová
commit 9e502656f6000aa5305047e8209de049125d242b
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 09:54:09 2011 +0200

Switch off tests broken by change of regexp in 5.14.

 perl-Apache-LogRegex.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Apache-LogRegex.spec b/perl-Apache-LogRegex.spec
index f86db06..6cac20e 100644
--- a/perl-Apache-LogRegex.spec
+++ b/perl-Apache-LogRegex.spec
@@ -38,7 +38,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 # http://rt.perl.org/rt3//Public/Bug/Display.html?id=78008
 # test broken by change of regexp
-make test
+#make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
--
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 Gtk2-Unique-0.05.tar.gz uploaded to lookaside cache by liangsuilong

2011-06-22 Thread Liang Suilong
A file has been added to the lookaside cache for perl-Gtk2-Unique:

0beb552933b765a017588563a71af123  Gtk2-Unique-0.05.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-IPC-Shareable] Koji failed, build passed, build again...

2011-06-22 Thread Marcela Mašláňová
commit 241c3d0e58051326022f3bac7d55f21b2bfac0d8
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 10:03:35 2011 +0200

Koji failed, build passed, build again...

 perl-IPC-Shareable.spec |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-IPC-Shareable.spec b/perl-IPC-Shareable.spec
index 8718c35..83a85fa 100644
--- a/perl-IPC-Shareable.spec
+++ b/perl-IPC-Shareable.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-Shareable
 Version:0.60
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Share Perl variables between processes
 
 Group:  Development/Libraries
@@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Jun 14 2011 Marcela Mašláňová mmasl...@redhat.com - 0.60-15
+* Tue Jun 14 2011 Marcela Mašláňová mmasl...@redhat.com - 0.60-16
 - Perl mass rebuild
 
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.60-14
--
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-Gtk2-Unique/f14] Initial Upload

2011-06-22 Thread Liang Suilong
Summary of changes:

  554af88... Initial Upload (*)

(*) 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-rpm-build-perl] fix tests for 5.14.1

2011-06-22 Thread Marcela Mašláňová
commit 2b15009c8814256773562e3c855cb0a9a00718db
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 10:29:22 2011 +0200

fix tests for 5.14.1

 perl-rpm-build-perl.spec |4 +++-
 tests5.14.patch  |   17 +
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/perl-rpm-build-perl.spec b/perl-rpm-build-perl.spec
index 6ce249d..f20dc11 100644
--- a/perl-rpm-build-perl.spec
+++ b/perl-rpm-build-perl.spec
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 Summary:Perl compiler backend to extract Perl dependencies 
 Source: 
http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/rpm-build-perl
+Patch0: tests5.14.patch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
@@ -34,6 +35,7 @@ The provides/requires scripts packaged along with 
perl-rpm-build-perl.
 
 %prep
 %setup -q -n rpm-build-perl-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -63,7 +65,7 @@ make test
 
 %changelog
 * Fri Jun 17 2011 Marcela Mašláňová mmasl...@redhat.com - 0.74-1
-- update to 0.74, clean spec
+- update to 0.74, clean spec, fix tests for 5.14.1
 
 * Fri Jun 17 2011 Marcela Mašláňová mmasl...@redhat.com - 0.72-4
 - Perl mass rebuild
diff --git a/tests5.14.patch b/tests5.14.patch
new file mode 100644
index 000..972e9c9
--- /dev/null
+++ b/tests5.14.patch
@@ -0,0 +1,17 @@
+diff -up rpm-build-perl-0.74/t/02-perlreq.t.old 
rpm-build-perl-0.74/t/02-perlreq.t
+--- rpm-build-perl-0.74/t/02-perlreq.t.old 2010-04-20 08:43:06.0 
+0200
 rpm-build-perl-0.74/t/02-perlreq.t 2011-06-22 10:21:45.353919965 +0200
+@@ -33,10 +33,10 @@ sub Requires ($$) {
+   ok $? == 0, $f zero exit status;
+ }
+ 
+-# Valid for perl-5.8.0 - perl-5.8.9.
++# Valid for perl-5.14.1
+ Requires AutoLoader.pm  = perl-base = 1:5.6.1;
+ Requires Exporter.pm= perl(Exporter/Heavy.pm) perl-base 
= 1:5.6.0;
+ Requires IO/File.pm = perl(File/Spec.pm) perl(IO/Seekable.pm) 
perl(SelectSaver.pm) perl(Symbol.pm) perl-base = 1:5.6.1;
+-Requires File/Glob.pm   = perl(Text/ParseWords.pm) 
perl(XSLoader.pm);
+-Requires Socket.pm  = perl(warnings/register.pm) 
perl(XSLoader.pm);
++Requires File/Glob.pm   = perl(feature.pm) 
perl(Text/ParseWords.pm) perl(XSLoader.pm); 
++Requires Socket.pm  = perl(Scalar/Util.pm) 
perl(warnings/register.pm) perl(XSLoader.pm);
+ 
--
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 Compress-Raw-Bzip2-2.037.tar.gz uploaded to lookaside cache by pghmcfc

2011-06-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Bzip2:

107e860ae3f6f1eda1eb8fddf633f258  Compress-Raw-Bzip2-2.037.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-Compress-Raw-Bzip2] Update to 2.037 (no changes)

2011-06-22 Thread Paul Howarth
commit eb0ddbb657cd81e3af3dc5bb42cfe9727e663595
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:35:12 2011 +0100

Update to 2.037 (no changes)

 .gitignore   |3 +--
 perl-Compress-Raw-Bzip2.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 504549f..a6bc18a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Compress-Raw-Bzip2-2.035.tar.gz
-/Compress-Raw-Bzip2-2.036.tar.gz
+/Compress-Raw-Bzip2-[0-9.]*.tar.gz
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index 789e237..ec40c02 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,7 +1,7 @@
 Name:   perl-Compress-Raw-Bzip2
 Summary:Low-Level Interface to bzip2 compression library
-Version:2.036
-Release:2%{?dist}
+Version:2.037
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz
 
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
+- Update to 2.037 (no changes)
+
 * Mon Jun 20 2011 Paul Howarth p...@city-fan.org - 2.036-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 92933a2..b893dec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2093d7bf53c0ba0c3d2e3eef81b0d0e4  Compress-Raw-Bzip2-2.036.tar.gz
+107e860ae3f6f1eda1eb8fddf633f258  Compress-Raw-Bzip2-2.037.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 Compress-Raw-Zlib-2.037.tar.gz uploaded to lookaside cache by pghmcfc

2011-06-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Zlib:

ed5f89cac0a4f292653134c9d94194a2  Compress-Raw-Zlib-2.037.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-Compress-Raw-Zlib] Update to 2.037 (no changes)

2011-06-22 Thread Paul Howarth
commit f5eb45741034637af0d2a6d39ffd3755a932d5bd
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:39:29 2011 +0100

Update to 2.037 (no changes)

 .gitignore  |3 +--
 perl-Compress-Raw-Zlib.spec |9 ++---
 sources |2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a49f922..689eb49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Compress-Raw-Zlib-2.035.tar.gz
-/Compress-Raw-Zlib-2.036.tar.gz
+/Compress-Raw-Zlib-[0-9.]*.tar.gz
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 00417f2..43a52a6 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Zlib
-Version:2.036
-Release:2%{?dist}
+Version:2.037
+Release:1%{?dist}
 Summary:Low-Level Interface to zlib compression library
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,11 +56,14 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
+- Update to 2.037 (no changes)
+
 * Mon Jun 20 2011 Paul Howarth p...@city-fan.org - 2.036-2
 - Perl mass rebuild
 
 * Mon Jun 20 2011 Petr Sabata con...@redhat.com - 2.036-1
-- 2.036 bump
+- 2.036 bump (added offset parameter to CRC32)
 
 * Sun Jun 19 2011 Marcela Mašláňová mmasl...@redhat.com - 2.035-3
 - Perl mass rebuild
diff --git a/sources b/sources
index f89b44e..0c40715 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e83a217e9979d6fb1b36c85e52015e6  Compress-Raw-Zlib-2.036.tar.gz
+ed5f89cac0a4f292653134c9d94194a2  Compress-Raw-Zlib-2.037.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-Compress-Raw-Zlib] Perl mass rebuild

2011-06-22 Thread Paul Howarth
commit 4d3f80c379a0a4e9331571c9e173742812928d2d
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:45:43 2011 +0100

Perl mass rebuild

 perl-Compress-Raw-Zlib.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 43a52a6..1831fad 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.037
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Low-Level Interface to zlib compression library
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-2
+- Perl mass rebuild
+
 * Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
 - Update to 2.037 (no changes)
 
--
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-Compress-Raw-Bzip2] Perl mass rebuild

2011-06-22 Thread Paul Howarth
commit 9e989841225bee96f0dea66e2ea8d023bd8c72dc
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:47:03 2011 +0100

Perl mass rebuild

 perl-Compress-Raw-Bzip2.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index ec40c02..8fc0c48 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,7 +1,7 @@
 Name:   perl-Compress-Raw-Bzip2
 Summary:Low-Level Interface to bzip2 compression library
 Version:2.037
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz
 
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-2
+- Perl mass rebuild
+
 * Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
 - Update to 2.037 (no changes)
 
--
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-File-MimeInfo] apply test fix from cpan RT#66841 clean spec

2011-06-22 Thread Marcela Mašláňová
commit 3d6ab7b01362c1dc83242a13f70af5262d0f2a58
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 10:47:27 2011 +0200

apply test fix from cpan RT#66841  clean spec

 perl-File-MimeInfo.spec |   12 +++---
 tests514.patch  |   48 +++
 2 files changed, 52 insertions(+), 8 deletions(-)
---
diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec
index c8b35d9..7ec8198 100644
--- a/perl-File-MimeInfo.spec
+++ b/perl-File-MimeInfo.spec
@@ -6,7 +6,8 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-MimeInfo/
 Source0:
http://www.cpan.org/authors/id/P/PA/PARDUS/File-MimeInfo/File-MimeInfo-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# https://rt.cpan.org/Public/Bug/Display.html?id=66841
+Patch0: tests514.patch
 BuildArch:  noarch
 BuildRequires:  perl(Module::Build) perl(Test::More) perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -25,14 +26,13 @@ implement the freedesktop specification for a shared MIME 
database.
 
 %prep
 %setup -q -n File-MimeInfo-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 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 {} \;
@@ -43,11 +43,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/mimeopen
 %{_bindir}/mimetype
@@ -57,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Jun 21 2011 Marcela Mašláňová mmasl...@redhat.com - 0.15-9
-- Perl mass rebuild
+- Perl mass rebuild  apply test fix from cpan RT#66841  clean spec
 
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/tests514.patch b/tests514.patch
new file mode 100644
index 000..c1e3adb
--- /dev/null
+++ b/tests514.patch
@@ -0,0 +1,48 @@
+From 807262f4aeb0694b6eabcc1acffecfa87e1df783 Mon Sep 17 00:00:00 2001
+From: Kent Fredric kentfred...@gmail.com
+Date: Sat, 7 May 2011 09:35:19 +1200
+Subject: [PATCH] Suggested fix for RT#66841
+
+Replace regexp validation tests with similar tests that permit it to be
+any one of a list of values.
+---
+ t/01_normal.t |   23 +--
+ 1 files changed, 17 insertions(+), 6 deletions(-)
+
+diff --git a/t/01_normal.t b/t/01_normal.t
+index 305da37..08c57f4 100644
+--- a/t/01_normal.t
 b/t/01_normal.t
+@@ -18,12 +18,23 @@ use_ok('File::MimeInfo', qw/mimetype describe globs/); # 1
+ 
+ # test _glob_to_regexp
+ my $i = 0;
+-for (
+-  [ '*.pl',   '(?-xism:^.*\.pl$)' ],  # 4
+-  [ '*.h++',  '(?-xism:^.*\.h\+\+$)'  ],  # 5
+-  [ '*.[tar].*',  '(?-xism:^.*\.[tar]\..*$)'],# 6
+-  [ '*.?','(?-xism:^.*\..?$)'],   # 7
+-) { is( File::MimeInfo::_glob_to_regexp($_-[0]), $_-[1], 'glob '.++$i ) }
++for my $glob (
++  [ '*.pl',  [ '(?-xism:^.*\.pl$)','(?^u:^.*\.pl$)' ] ],  
 # 4
++  [ '*.h++', [ '(?-xism:^.*\.h\+\+$)', '(?^u:^.*\.h\+\+$)' ] ],   
 # 5
++  [ '*.[tar].*', [ '(?-xism:^.*\.[tar]\..*$)', '(?^u:^.*\.[tar]\..*$)' ] ],   
 # 6
++  [ '*.?',   [ '(?-xism:^.*\..?$)','(?^u:^.*\..?$)' ] ],  
 # 7
++  )
++{
++  my $converted = File::MimeInfo::_glob_to_regexp( $glob-[0] );
++  my $number= ++$i;
++  if ( my ($match) = grep { $_ eq $converted } @{ $glob-[1] } ) {
++pass( 'glob ' . $number . ' matches an expected value' );
++note explain $match;
++next;
++  }
++  fail( 'glob ' . $number . ' matches an expected value' );
++  diag explain { got = $converted, expected_one_of = $glob-[1] };
++}
+ 
+ # test parsing file names
+ $i = 0;
+-- 
+1.7.5.rc3
+
--
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 Compress-Raw-Lzma-2.037.tar.gz uploaded to lookaside cache by pghmcfc

2011-06-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Lzma:

220974d43522b037b0905e2c31f6cdf8  Compress-Raw-Lzma-2.037.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-Compress-Raw-Lzma] Update to 2.037 (no changes)

2011-06-22 Thread Paul Howarth
commit 23d1e9bc3dd48377b9085a19dbaa993494c2576e
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:51:54 2011 +0100

Update to 2.037 (no changes)

 perl-Compress-Raw-Lzma.spec |7 +--
 sources |2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 4bf2c3a..d5c1b86 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,6 +1,6 @@
 Name:  perl-Compress-Raw-Lzma
-Version:   2.036
-Release:   2%{?dist}
+Version:   2.037
+Release:   1%{?dist}
 Summary:   Low-level interface to lzma compression library
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
+- Update to 2.037 (no changes)
+
 * Mon Jun 20 2011 Paul Howarth p...@city-fan.org - 2.036-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d648e99..60982a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37289f0042fc3294629975b9d611b15e  Compress-Raw-Lzma-2.036.tar.gz
+220974d43522b037b0905e2c31f6cdf8  Compress-Raw-Lzma-2.037.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-Compress-Raw-Bzip2] Created tag perl-Compress-Raw-Bzip2-2.037-1.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Bzip2-2.037-1.fc16' was created pointing 
to:

 eb0ddbb... Update to 2.037 (no changes)
--
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-Compress-Raw-Bzip2] Created tag perl-Compress-Raw-Bzip2-2.037-2.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Bzip2-2.037-2.fc16' was created pointing 
to:

 9e98984... Perl 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-Compress-Raw-Zlib] Created tag perl-Compress-Raw-Zlib-2.037-1.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Zlib-2.037-1.fc16' was created pointing 
to:

 f5eb457... Update to 2.037 (no changes)
--
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-Compress-Raw-Zlib] Created tag perl-Compress-Raw-Zlib-2.037-2.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Zlib-2.037-2.fc16' was created pointing 
to:

 4d3f80c... Perl 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


File IO-Compress-2.037.tar.gz uploaded to lookaside cache by pghmcfc

2011-06-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Compress:

addc9c47c3263c3b1c8037fd1d8bcae2  IO-Compress-2.037.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-IO-Compress] Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)

2011-06-22 Thread Paul Howarth
commit d4a3aaa4f68ddf52ca2ab5f52bec9f7183130827
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 09:58:34 2011 +0100

Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)

 .gitignore|3 +--
 perl-IO-Compress.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e89364a..29b7903 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/IO-Compress-2.035.tar.gz
-/IO-Compress-2.036.tar.gz
+/IO-Compress-[0-9.]*.tar.gz
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 06253d2..0a5c4a9 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,8 +2,8 @@
 %{?perl_default_filter}
 
 Name:   perl-IO-Compress
-Version:2.036
-Release:2%{?dist}
+Version:2.037
+Release:1%{?dist}
 Summary:Read and write compressed data
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -89,6 +89,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
+- Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)
+
 * Mon Jun 20 2011 Marcela Mašláňová mmasl...@redhat.com - 2.036-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6d4c874..bf08d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c50fa4abdb07778ab6abaa3b8c082fdc  IO-Compress-2.036.tar.gz
+addc9c47c3263c3b1c8037fd1d8bcae2  IO-Compress-2.037.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-Compress-Raw-Lzma] Perl mass rebuild

2011-06-22 Thread Paul Howarth
commit 4ceb80c3350b668319b93e9f02faea43d22ebb0d
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 10:02:18 2011 +0100

Perl mass rebuild

 perl-Compress-Raw-Lzma.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index d5c1b86..9e9cd37 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,6 +1,6 @@
 Name:  perl-Compress-Raw-Lzma
 Version:   2.037
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Low-level interface to lzma compression library
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-2
+- Perl mass rebuild
+
 * Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
 - Update to 2.037 (no changes)
 
--
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-Compress-Raw-Lzma] Created tag perl-Compress-Raw-Lzma-2.037-1.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Lzma-2.037-1.fc16' was created pointing 
to:

 23d1e9b... Update to 2.037 (no changes)
--
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-Compress-Raw-Lzma] Created tag perl-Compress-Raw-Lzma-2.037-2.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Lzma-2.037-2.fc16' was created pointing 
to:

 4ceb80c... Perl 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-IO-Compress] Perl mass rebuild

2011-06-22 Thread Paul Howarth
commit cbdc31f95afdf0c37278eda50d2e0656589b760f
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 11:18:32 2011 +0100

Perl mass rebuild

 perl-IO-Compress.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 0a5c4a9..434f06f 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -3,7 +3,7 @@
 
 Name:   perl-IO-Compress
 Version:2.037
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Read and write compressed data
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -89,6 +89,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-2
+- Perl mass rebuild
+
 * Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
 - Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)
 
--
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 IO-Compress-Lzma-2.037.tar.gz uploaded to lookaside cache by pghmcfc

2011-06-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Compress-Lzma:

b9a33d81f0e4cc857b88bad9a0c6bc02  IO-Compress-Lzma-2.037.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-IO-Compress-Lzma] Update to 2.037

2011-06-22 Thread Paul Howarth
commit 2f57b9081704775495ba50ff79b28af3e9a9224c
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 11:28:45 2011 +0100

Update to 2.037

- New upstream release 2.037
  - Handle Cannot Allocate Memory issue with Extreme test in
t/105oneshot-zip-lzma-only.t

 perl-IO-Compress-Lzma.spec |9 +++--
 sources|2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index 65c161f..41443bf 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,6 +1,6 @@
 Name:  perl-IO-Compress-Lzma
-Version:   2.036
-Release:   2%{?dist}
+Version:   2.037
+Release:   1%{?dist}
 Summary:   Read and write lzma compressed data
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -46,6 +46,11 @@ make test
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
+- Update to 2.037
+  - Handle Cannot Allocate Memory issue with Extreme test in
+t/105oneshot-zip-lzma-only.t
+
 * Tue Jun 21 2011 Marcela Mašláňová mmasl...@redhat.com - 2.036-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index b64a0cd..400a302 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3146e069e658885731ab5b51552252fd  IO-Compress-Lzma-2.036.tar.gz
+b9a33d81f0e4cc857b88bad9a0c6bc02  IO-Compress-Lzma-2.037.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 715244] New: perl-Padre-0.86 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Padre-0.86 is available

https://bugzilla.redhat.com/show_bug.cgi?id=715244

   Summary: perl-Padre-0.86 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Padre
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com, mmasl...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 0.86
Current version in Fedora Rawhide: 0.84
URL: http://search.cpan.org/dist/Padre/

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715242] New: perl-IO-Compress-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-IO-Compress-2.037 is available

https://bugzilla.redhat.com/show_bug.cgi?id=715242

   Summary: perl-IO-Compress-2.037 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-IO-Compress
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: p...@city-fan.org, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, psab...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 2.037
Current version in Fedora Rawhide: 2.036
URL: http://search.cpan.org/dist/IO-Compress/

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715239] New: perl-Compress-Raw-Zlib-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Compress-Raw-Zlib-2.037 is available

https://bugzilla.redhat.com/show_bug.cgi?id=715239

   Summary: perl-Compress-Raw-Zlib-2.037 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Compress-Raw-Zlib
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: p...@city-fan.org, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, psab...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 2.037
Current version in Fedora Rawhide: 2.036
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715238] New: perl-Compress-Raw-Bzip2-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Compress-Raw-Bzip2-2.037 is available

https://bugzilla.redhat.com/show_bug.cgi?id=715238

   Summary: perl-Compress-Raw-Bzip2-2.037 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Compress-Raw-Bzip2
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: p...@city-fan.org, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, psab...@redhat.com
Classification: Fedora
  Story Points: ---


Latest upstream release: 2.037
Current version in Fedora Rawhide: 2.036
URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715239] perl-Compress-Raw-Zlib-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715239

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 AssignedTo|mmasl...@redhat.com |p...@city-fan.org
 Resolution||RAWHIDE
   Fixed In Version||perl-Compress-Raw-Zlib-2.03
   ||7-1.fc16
Last Closed||2011-06-22 06:38:20

--- Comment #1 from Paul Howarth p...@city-fan.org 2011-06-22 06:38:20 EDT ---
Already built for dist-rawhide and dist-f16-perl.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715238] perl-Compress-Raw-Bzip2-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715238

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 AssignedTo|mmasl...@redhat.com |p...@city-fan.org
 Resolution||RAWHIDE
   Fixed In Version||perl-Compress-Raw-Bzip2-2.0
   ||37-1.fc16
Last Closed||2011-06-22 06:39:39

--- Comment #1 from Paul Howarth p...@city-fan.org 2011-06-22 06:39:39 EDT ---
Already built for dist-rawhide and dist-f16-perl.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 715242] perl-IO-Compress-2.037 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715242

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 AssignedTo|mmasl...@redhat.com |p...@city-fan.org
 Resolution||RAWHIDE
   Fixed In Version||perl-IO-Compress-2.037-1.fc
   ||16
Last Closed||2011-06-22 06:41:21

--- Comment #1 from Paul Howarth p...@city-fan.org 2011-06-22 06:41:21 EDT ---
Already built for dist-rawhide; build for dist-f16-perl under way.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-IO-Compress-Lzma] Perl mass rebuild

2011-06-22 Thread Paul Howarth
commit 1ad5d415d0e19e1abc87e8f750ec30cf5acce652
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jun 22 12:02:52 2011 +0100

Perl mass rebuild

 perl-IO-Compress-Lzma.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec
index 41443bf..2dc7f5e 100644
--- a/perl-IO-Compress-Lzma.spec
+++ b/perl-IO-Compress-Lzma.spec
@@ -1,6 +1,6 @@
 Name:  perl-IO-Compress-Lzma
 Version:   2.037
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Read and write lzma compressed data
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/IO::Uncompress::UnXz.3pm*
 
 %changelog
+* Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-2
+- Perl mass rebuild
+
 * Wed Jun 22 2011 Paul Howarth p...@city-fan.org - 2.037-1
 - Update to 2.037
   - Handle Cannot Allocate Memory issue with Extreme test in
--
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 Fedora-Rebuild-v0.3.0.tar.gz uploaded to lookaside cache by ppisar

2011-06-22 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Fedora-Rebuild:

17aaa276679f99ca98764a23051c148c  Fedora-Rebuild-v0.3.0.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-Fedora-Rebuild] 0.3.0 bump

2011-06-22 Thread Petr Pisar
commit 995d83c80b4968b78d480b0d86a0814cc6a22e84
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jun 22 13:19:09 2011 +0200

0.3.0 bump

 .gitignore   |1 +
 perl-Fedora-Rebuild.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b46b6c3..18edd0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Fedora-Rebuild-v0.0.1.tar.gz
 /Fedora-Rebuild-v0.2.1.tar.gz
+/Fedora-Rebuild-v0.3.0.tar.gz
diff --git a/perl-Fedora-Rebuild.spec b/perl-Fedora-Rebuild.spec
index fb26936..6ef9022 100644
--- a/perl-Fedora-Rebuild.spec
+++ b/perl-Fedora-Rebuild.spec
@@ -1,6 +1,6 @@
 # This file is lincensed under the terms of GPLv2+.
 Name:   perl-Fedora-Rebuild
-Version:0.2.1
+Version:0.3.0
 Release:1%{?dist}
 Summary:Rebuilds Fedora packages from scratch
 License:GPLv3+
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 22 2011 Petr Pisar ppi...@redhat.com - 0.3.0-1
+- 0.3.0 bump
+
 * Fri Jun 17 2011 Petr Pisar ppi...@redhat.com - 0.2.1-1
 - 0.2.1 bump
 
diff --git a/sources b/sources
index 7486879..e786a31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b4b9b8b7ae00a578e4ef3e13956b96a  Fedora-Rebuild-v0.2.1.tar.gz
+17aaa276679f99ca98764a23051c148c  Fedora-Rebuild-v0.3.0.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-Fedora-Rebuild/f15] 0.3.0 bump

2011-06-22 Thread Petr Pisar
Summary of changes:

  995d83c... 0.3.0 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


[perl-Fedora-Rebuild/f14] 0.3.0 bump

2011-06-22 Thread Petr Pisar
Summary of changes:

  995d83c... 0.3.0 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
   Fixed In Version||perl-Fedora-Rebuild-0.3.0-1
   ||.fc16
Last Closed||2011-06-22 07:33:26

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-CGI-Application-Dispatch

2011-06-22 Thread buildsys


perl-CGI-Application-Dispatch has broken dependencies in the rawhide tree:
On x86_64:
perl-CGI-Application-Dispatch-3.00-1.fc16.noarch requires 
perl(HTTP::Exception)
On i386:
perl-CGI-Application-Dispatch-3.00-1.fc16.noarch requires 
perl(HTTP::Exception)
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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

--- Comment #1 from Fedora Update System upda...@fedoraproject.org 2011-06-22 
07:50:17 EDT ---
perl-Fedora-Rebuild-0.3.0-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/perl-Fedora-Rebuild-0.3.0-1.fc15

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-IO-Compress] Created tag perl-IO-Compress-2.037-1.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-2.037-1.fc16' was created pointing to:

 d4a3aaa... Update to 2.037 (support streamed stored content in IO::Unc
--
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-IO-Compress] Created tag perl-IO-Compress-2.037-2.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-2.037-2.fc16' was created pointing to:

 cbdc31f... Perl 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 715240] perl-Fedora-Rebuild-0.3.0 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715240

--- Comment #2 from Fedora Update System upda...@fedoraproject.org 2011-06-22 
07:51:33 EDT ---
perl-Fedora-Rebuild-0.3.0-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/perl-Fedora-Rebuild-0.3.0-1.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-IO-Compress-Lzma] Created tag perl-IO-Compress-Lzma-2.037-1.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-Lzma-2.037-1.fc16' was created pointing 
to:

 2f57b90... Update to 2.037
--
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-IO-Compress-Lzma] Created tag perl-IO-Compress-Lzma-2.037-2.fc16

2011-06-22 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-Lzma-2.037-2.fc16' was created pointing 
to:

 1ad5d41... Perl 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


File Padre-0.86.tar.gz uploaded to lookaside cache by mmaslano

2011-06-22 Thread Marcela Mašláňová
A file has been added to the lookaside cache for perl-Padre:

ce4bb3fe5813fac1d4438849c9486c1b  Padre-0.86.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-Padre] update to 0.86, clean spec

2011-06-22 Thread Marcela Mašláňová
commit 3adce9f37f61f4ace99d27c5810994e2f836d06a
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 14:57:43 2011 +0200

update to 0.86, clean spec

 .gitignore  |1 +
 perl-Padre.spec |   10 +-
 sources |2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79b5bf3..9f44786 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Padre-0.64.tar.gz
 /Padre-0.80.tar.gz
 /Padre-0.82.tar.gz
 /Padre-0.84.tar.gz
+/Padre-0.86.tar.gz
diff --git a/perl-Padre.spec b/perl-Padre.spec
index ff54d2c..d738c37 100644
--- a/perl-Padre.spec
+++ b/perl-Padre.spec
@@ -2,8 +2,8 @@
 %global use_x11_tests 0
 
 Name:   perl-Padre
-Version:0.84
-Release:3%{?dist}
+Version:0.86
+Release:1%{?dist}
 Summary:Perl Application Development and Refactoring Environment
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -317,8 +317,6 @@ find share/{examples,templates} -type f \( -name '*.pl' -o 
-name '*.t' \) \
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -353,7 +351,6 @@ desktop-file-install --vendor=fedora \
 
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc Artistic Changes COPYING padre.yml README
 # To omit %%{perl_vendorlib}/auto/share/dist/Padre/locale/* pulled by -f option
 %dir %{perl_vendorlib}/auto
@@ -380,6 +377,9 @@ desktop-file-install --vendor=fedora \
 
 
 %changelog
+* Wed Jun 22 2011 Marcela Mašláňová mmasl...@redhat.com - 0.86-1
+- update to 0.86, clean spec
+
 * Tue Mar 15 2011 Marcela Mašláňová mmasl...@redhat.com - 0.84-3
 - padre.desktop as file instead of source
 
diff --git a/sources b/sources
index 1d8b733..b7e7afa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29c21759803089fa6a9b981ae35ba512  Padre-0.84.tar.gz
+ce4bb3fe5813fac1d4438849c9486c1b  Padre-0.86.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-Tree-Simple] Perl mass rebuild

2011-06-22 Thread Marcela Mašláňová
commit b4a03d7e9a1e5c0cabf494fcf05ba23d1906eb9c
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 15:12:12 2011 +0200

Perl mass rebuild

 perl-Tree-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index d44252c..956f6d7 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
 Version:   1.18
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 22 2011 Marcela Mašláňová mmasl...@redhat.com - 1.18-9
+- Perl mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.18-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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 715244] perl-Padre-0.86 is available

2011-06-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=715244

Marcela Mašláňová mmasl...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE
Last Closed||2011-06-22 09:09:28

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-Tree-Simple-VisitorFactory] Perl mass rebuild

2011-06-22 Thread Marcela Mašláňová
commit 44904effdb39e3ca21f0d8114143655811ac2ca5
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Jun 22 15:35:49 2011 +0200

Perl mass rebuild

 perl-Tree-Simple-VisitorFactory.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tree-Simple-VisitorFactory.spec 
b/perl-Tree-Simple-VisitorFactory.spec
index 7f53757..bf6542d 100644
--- a/perl-Tree-Simple-VisitorFactory.spec
+++ b/perl-Tree-Simple-VisitorFactory.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tree-Simple-VisitorFactory
 Version:0.10
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Factory object for dispensing Visitor objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 22 2011 Marcela Mašláňová mmasl...@redhat.com - 0.10-10
+- Perl mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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