[perl-ORLite-Migrate] 1.09 bump

2011-10-24 Thread Petr Sabata
commit feec307a94cd3ce010ebe0a015337fd413d06aed
Author: Petr Sabata 
Date:   Mon Oct 24 14:55:17 2011 +0200

1.09 bump

 .gitignore   |1 +
 perl-ORLite-Migrate.spec |   44 
 sources  |2 +-
 3 files changed, 30 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14eb64b..3501c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ORLite-Migrate-0.03.tar.gz
 ORLite-Migrate-1.07.tar.gz
 /ORLite-Migrate-1.08.tar.gz
+/ORLite-Migrate-1.09.tar.gz
diff --git a/perl-ORLite-Migrate.spec b/perl-ORLite-Migrate.spec
index da4e01b..0642311 100644
--- a/perl-ORLite-Migrate.spec
+++ b/perl-ORLite-Migrate.spec
@@ -1,5 +1,5 @@
 Name:   perl-ORLite-Migrate
-Version:1.08
+Version:1.09
 Release:1%{?dist}
 Summary:Light weight SQLite-specific schema migration
 License:GPL+ or Artistic
@@ -7,26 +7,42 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/ORLite-Migrate/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/ORLite-Migrate-%{version}.tar.gz
 Patch0: perl-ORLite-Migrate-req.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 # File::Spec >= 3.2701, we have 3.30, rpm can't process 3.2701 < 3.30
 BuildRequires: perl-devel >= 4:5.10.0-70
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBD::SQLite) >= 1.21
 BuildRequires:  perl(DBI) >= 1.58
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path) >= 2.04
 BuildRequires:  perl(File::pushd)
+BuildRequires:  perl(File::Spec) >= 3.28
 BuildRequires:  perl(IPC::Run3)
-BuildRequires:  perl(ORLite) >= 1.20
+BuildRequires:  perl(ORLite) >= 1.28
 BuildRequires:  perl(Params::Util) >= 0.37
 BuildRequires:  perl(Probe::Perl)
 BuildRequires:  perl(Test::More) >= 0.47
 BuildRequires:  perl(File::Which)
+# inc
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(YAML::Tiny)
 # The following three requires are not detected automatically:
 Requires:   perl(File::pushd)
 Requires:   perl(IPC::Run3)
 Requires:   perl(Probe::Perl)
-
+# Specific versions
+Requires:   perl(DBD::SQLite) >= 1.21
+Requires:   perl(DBI) >= 1.58
+Requires:   perl(File::Path) >= 2.04
+Requires:   perl(File::Spec) >= 3.28
+Requires:   perl(ORLite) >= 1.28
+Requires:   perl(Params::Util) >= 0.37
+Requires:   perl(Test::More) >= 0.47
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%global __requires_exclude 
^perl\\(DBD::SQLite|DBI|File::Path|File::Spec|ORLite|Params::Util|Test::More\\)$
 
 %description
 SQLite is a light weight single file SQL database that provides an excellent 
@@ -44,28 +60,24 @@ weight single class Database Schema Migration enhancement 
for ORLite.
 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 -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 24 2011 Petr Sabata  - 1.09-1
+- 1.09 bump
+- Remove now obsolete BuildRoot and defattr
+
 * Wed Oct 12 2011 Marcela Mašláňová  1.08-1
 - update to 1.08
 
diff --git a/sources b/sources
index 8d8883d..e967caa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f31e7d56d9ec854a2e3384a362d6a0c7  ORLite-Migrate-1.08.tar.gz
+7f311c18c385e053ec8543c3f9c7761c  ORLite-Migrate-1.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File ORLite-Migrate-1.09.tar.gz uploaded to lookaside cache by psabata

2011-10-24 Thread Petr Sabata
A file has been added to the lookaside cache for perl-ORLite-Migrate:

7f311c18c385e053ec8543c3f9c7761c  ORLite-Migrate-1.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-App-cpanminus] 1.5002 bump

2011-10-18 Thread Petr Sabata
commit d46dc012399666ea1aa215ebdfb75b09f51051ae
Author: Petr Sabata 
Date:   Tue Oct 18 17:05:02 2011 +0200

1.5002 bump

 .gitignore  |1 +
 perl-App-cpanminus.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ff883a..f4b319d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.4008.tar.gz
 /App-cpanminus-1.5000.tar.gz
 /App-cpanminus-1.5001.tar.gz
+/App-cpanminus-1.5002.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index f4f7385..e750080 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.5001
+Version:1.5002
 Release:1%{?dist}
 Summary:Library for get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -65,6 +65,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Tue Oct 18 2011 Petr Sabata  - 1.5002-1
+- 1.5002 bumop
+
 * Fri Oct 14 2011 Petr Sabata  - 1.5001-1
 - 1.5001 bump
 
diff --git a/sources b/sources
index 98834ee..4fc5574 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa9c7f7deac052f082bc0ed2474d589f  App-cpanminus-1.5001.tar.gz
+8382fd84fceaf151f9b05bd10724815e  App-cpanminus-1.5002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File App-cpanminus-1.5002.tar.gz uploaded to lookaside cache by psabata

2011-10-18 Thread Petr Sabata
A file has been added to the lookaside cache for perl-App-cpanminus:

8382fd84fceaf151f9b05bd10724815e  App-cpanminus-1.5002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Building cpufreq modules into F16 kernel is it right or wrong?

2011-10-18 Thread Petr Sabata
On Mon, Oct 17, 2011 at 09:54:53PM +0300, alekc...@googlemail.com wrote:
> Hi,
> 
> The purpose of this bug was to provide native systemd script for cpuspeed in 
> Fedora 16
> https://bugzilla.redhat.com/show_bug.cgi?id=713572
> 
> But instead of adding systemd script which should load cpufreq modules other
> solution was provided - cpufreq modules was compiled as built-in in Fedora 16 
> kernel.
> 
> This decision was based on assumption that
> "kernel itself can really decide which cpufreq driver to use".
> 
> But this assumption was wrong for my system which have BIOS option
> for disabling CPU frequency scaling (SpeedStep).
> 
> If SpeedStep is enabled in BIOS then kernel uses acpi-cpufreq built-in module
> but if I will disable frequency scaling in BIOS kernel still loads cpufreq 
> module
> but p4-clockmod instead of acpi-cpufreq.
> 
> Such kernel behavior is not what expected because there is no way to
> really disable frequency scaling for me. So decision to compile cpufreq 
> modules
> into kernel looks wrong for me and should be revised.

The right thing to do is to fix the kernel logic, not to bring back the
userspace initscript hacks we used to have.

Maybe there is a kernel argument to disable cpufreq stack completely for users
who really don't want it (i.e. you)? ...

-- 
# Petr Sabata


pgp1IaYazzNSk.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File App-cpanminus-1.5001.tar.gz uploaded to lookaside cache by psabata

2011-10-14 Thread Petr Sabata
A file has been added to the lookaside cache for perl-App-cpanminus:

fa9c7f7deac052f082bc0ed2474d589f  App-cpanminus-1.5001.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-App-cpanminus] 1.5000 bump

2011-10-13 Thread Petr Sabata
commit a0471213623126dd4eee132a22a70ce01cdd5e89
Author: Petr Sabata 
Date:   Thu Oct 13 13:03:31 2011 +0200

1.5000 bump

 .gitignore  |1 +
 perl-App-cpanminus.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed882dc..5333c3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.4006.tar.gz
 /App-cpanminus-1.4007.tar.gz
 /App-cpanminus-1.4008.tar.gz
+/App-cpanminus-1.5000.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index eb87313..0f70d1d 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-cpanminus
-Version:1.4008
-Release:3%{?dist}
+Version:1.5000
+Release:1%{?dist}
 Summary:Library for get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Oct 13 2011 Petr Sabata  - 1.5000-1
+- 1.5000 bump
+
 * Fri Jul 22 2011 Petr Pisar  - 1.4008-3
 - RPM 4.9 dependency filtering added
 
diff --git a/sources b/sources
index 99239e0..c470c1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35631af0c42ecbdb93bb2468f97de284  App-cpanminus-1.4008.tar.gz
+f0d120dde9ae82c4a718a951741ca136  App-cpanminus-1.5000.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File App-cpanminus-1.5000.tar.gz uploaded to lookaside cache by psabata

2011-10-13 Thread Petr Sabata
A file has been added to the lookaside cache for perl-App-cpanminus:

f0d120dde9ae82c4a718a951741ca136  App-cpanminus-1.5000.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Upstream Release Monitor

2011-10-11 Thread Petr Sabata
On Tue, Oct 11, 2011 at 09:45:17AM -0500, Nathan O. wrote:
> If I remember correctly I did update it in rawhide.
> The master repo says it is updated to the latest version, by looking at the
> SPEC
> http://pkgs.fedoraproject.org/gitweb/?p=worker.git;a=blob_plain;f=worker.spec;hb=master

There's no 2.18.1 rawhide build, though...

> 
> On Tue, Oct 11, 2011 at 9:42 AM, Peter Robinson wrote:
> 
> > On Tue, Oct 11, 2011 at 3:35 PM, Nathan O.  wrote:
> > > I am curious or maybe giving an idea, but I have my package listed there
> > and
> > > currently there is an update for the package I have added to the list.
> > Well
> > > I have the package in bodhi, which I believe is in testing right now.
> > The
> > > problem is that the URM(Upstream release monitoring) keeps opening a new
> > bug
> > > saying there is a new version available, so I have to keep closing them
> > as
> > > duplicates. I think that it should only report it once for each new
> > version
> > > or until maybe the previous bug report says ON_QA.
> >
> > Is it built in rawhide? I believe it checks the version against
> > rawhide, not F-16.
> >
> > Peter
> > --
> > devel mailing list
> > devel@lists.fedoraproject.org
> > https://admin.fedoraproject.org/mailman/listinfo/devel
> >

> -- 
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel


-- 
# Petr Sabata


pgpOGy0LBTMfF.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitor

2011-10-11 Thread Petr Sabata
On Tue, Oct 11, 2011 at 09:35:33AM -0500, Nathan O. wrote:
> I am curious or maybe giving an idea, but I have my package listed there and
> currently there is an update for the package I have added to the list. Well
> I have the package in bodhi, which I believe is in testing right now.  The
> problem is that the URM(Upstream release monitoring) keeps opening a new bug
> saying there is a new version available, so I have to keep closing them as
> duplicates. I think that it should only report it once for each new version
> or until maybe the previous bug report says ON_QA.

The monitor compares the latest upstream version with the package in Rawhide,
not in stable releases.  Just bump it there and it will leave you alone :)

-- 
# Petr Sabata


pgpSkfSphbIws.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: wrong dependencies building perl-SOAP-WSDL

2011-10-04 Thread Petr Sabata
On Tue, Oct 04, 2011 at 02:39:42PM +0200, Reindl Harald wrote:
> hi
> 
> has anybody an idea why this package can no longer be used on F15
> from F11 until F13 there was no problem
> with F14 it did not compile

You'll need Class::Std::Fast, which is not available in Fedora.

> 
> now with F15 there is a dependency for "perl(SOAP::WSDL::Header)"
> generated which i do not understand in any way - this package is
> required for perl-Net-DRI which is also not part of fedora and
> if you are a domain-registrar you will need this for EPP

SOAP::WSDL::Header is used in lib/SOAP/WSDL/SOAP/HeaderFault.pm, that's the
reason...

> 
> Fehler: Package: perl-SOAP-WSDL-2.00.10-10.fc15.rh.20111004.noarch 
> (/perl-SOAP-WSDL-2.00.10-10.fc15.rh.20111004.noarch)
>         Requires: perl(SOAP::WSDL::Header)
> 
> 

-- 
# Petr Sabata


pgppt0PpLPYHJ.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-YAML-LibYAML] 0.37 bump

2011-09-30 Thread Petr Sabata
commit 3638c5f428d5ae33d0a1d35ae8166288b0eddf77
Author: Petr Sabata 
Date:   Fri Sep 30 13:15:07 2011 +0200

0.37 bump

 .gitignore |1 +
 perl-YAML-LibYAML.spec |   40 +++-
 sources|2 +-
 3 files changed, 33 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e185c01..e3e1e3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /YAML-LibYAML-0.34.tar.gz
 /YAML-LibYAML-0.35.tar.gz
+/YAML-LibYAML-0.37.tar.gz
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index 5874c53..26fc219 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -1,13 +1,31 @@
 Name:   perl-YAML-LibYAML
-Version:0.35
-Release:2%{?dist}
+Version:0.37
+Release:1%{?dist}
 Summary:Perl YAML Serialization using XS and libyaml
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/YAML-LibYAML/
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz
+BuildRequires:  perl(B::Deparse)
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Builder::Module)
 BuildRequires:  perl(Test::More)
+# Tests only
+BuildRequires:  perl(Devel::Peek)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Base)
+BuildRequires:  perl(Test::Base::Filter)
+BuildRequires:  perl(Tie::Array)
+BuildRequires:  perl(Tie::Hash)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -22,27 +40,31 @@ bound to Ruby.
 %setup -q -n YAML-LibYAML-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_archlib}/auto/*
 %{perl_archlib}/YAML*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 30 2011 Petr Sabata  - 0.37-1
+- 0.37 bump
+- Remove defattr
+- Correct BR
+
 * Fri Jun 17 2011 Marcela Mašláňová  - 0.35-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6580b71..d0d476b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e047b14578aefd467d13aa612e6765b  YAML-LibYAML-0.35.tar.gz
+8ce120ca473c58eb0abf28fa19fdb460  YAML-LibYAML-0.37.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File YAML-LibYAML-0.37.tar.gz uploaded to lookaside cache by psabata

2011-09-30 Thread Petr Sabata
A file has been added to the lookaside cache for perl-YAML-LibYAML:

8ce120ca473c58eb0abf28fa19fdb460  YAML-LibYAML-0.37.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Orphnaing some of my packages

2011-09-20 Thread Petr Sabata
On Mon, Sep 19, 2011 at 10:07:34PM +0200, Nicoleau Fabien wrote:
> Hi,
> Due to a lack of time, and to focus on the pacakges I use, I'm
> orphaning some of my packages :
> perl-WWW-Curl 
> <https://admin.fedoraproject.org/pkgdb/acls/name/perl-WWW-Curl?_csrf_token=407467ba7d127d6459b785cab7ed113a5011e8f0>
> -- Perl extension interface for libcurl (no bug)

Taken.

-- 
# Petr Sabata


pgpca1QWX6qyz.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-DBD-CSV] 0.33 bump

2011-09-08 Thread Petr Sabata
commit 0ed8f34556db02ad5cbfed2cb44ae2a586a4f430
Author: Petr Sabata 
Date:   Thu Sep 8 12:53:39 2011 +0200

0.33 bump

 .gitignore|1 +
 perl-DBD-CSV.spec |   39 ++-
 sources   |2 +-
 3 files changed, 16 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed93da4..a698b81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 DBD-CSV-0.30.tgz
 /DBD-CSV-0.31.tgz
+/DBD-CSV-0.33.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index 4ca855b..78392d9 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,28 +1,25 @@
 Name:   perl-DBD-CSV
-Version:0.31
-Release:5%{?dist}
+Version:0.33
+Release:1%{?dist}
 Summary:DBI driver for CSV files
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/DBD-CSV/
 Source0:
http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:  noarch
 BuildRequires:  perl(DBD::File) >= 0.40
 BuildRequires:  perl(DBI) >= 1.614
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(SQL::Statement) >= 1.31
+BuildRequires:  perl(SQL::Statement) >= 1.33
 BuildRequires:  perl(Text::CSV_XS) >= 0.71
 BuildRequires:  perl(Test::Harness)
-# BuildRequires >= 0.90, but 0.96 is recommended
-BuildRequires:  perl(Test::More) >= 0.90
+# BuildRequires >= 0.90, but 0.98 is recommended
+BuildRequires:  perl(Test::More) >= 0.98
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(DBD::File) >= 0.40
 Requires:   perl(DBI) >= 1.614
 Requires:   perl(SQL::Statement) >= 1.31
-# Requires >= 0.71, but 0.73 is recommended
+# Requires >= 0.71, but 0.83 is recommended
 Requires:   perl(Text::CSV_XS) >= 0.71
 
 # RPM 4.8 style
@@ -41,42 +38,34 @@ and implements access to so-called CSV files (Comma 
separated
 values). Such files are mostly used for exporting MS Access and
 MS Excel data.
 
-
 %prep
 %setup -q -n DBD-CSV-%{version}
 chmod -c a-x ChangeLog README lib/DBD/*.pm lib/Bundle/DBD/*.pm
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 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 {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
 
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
 %{perl_vendorlib}/Bundle/
 %{perl_vendorlib}/DBD/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Thu Sep 08 2011 Petr Sabata  - 0.33-1
+- 0.33 bump
+- Remove now obsolete BuildRoot and defattr
+
 * Mon Jul 25 2011 Petr Pisar  - 0.31-5
 - RPM 4.9 dependency filtering added
 
diff --git a/sources b/sources
index e055c0a..b592a63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50918cc0ed58dd38df462398a16adc36  DBD-CSV-0.31.tgz
+0b43201bf1aa043e12bebecdec17a17e  DBD-CSV-0.33.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File DBD-CSV-0.33.tgz uploaded to lookaside cache by psabata

2011-09-08 Thread Petr Sabata
A file has been added to the lookaside cache for perl-DBD-CSV:

0b43201bf1aa043e12bebecdec17a17e  DBD-CSV-0.33.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


dvtm 0.7 license change

2011-09-05 Thread Petr Sabata
List,

Please note the dvtm license has changed in 0.7 from MIT/LGPLv2 to MIT/ISC.

-- Petr


pgpH3yIUjbGoJ.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Unicode-Casing] 0.08 bump

2011-08-12 Thread Petr Sabata
commit 134313ff5fd5a45110c71f2606fc2e18f6b29f50
Author: Petr Sabata 
Date:   Fri Aug 12 13:01:43 2011 +0200

0.08 bump

 .gitignore   |1 +
 perl-Unicode-Casing.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73a30d6..ad57800 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Unicode-Casing-0.07.tar.gz
+/Unicode-Casing-0.08.tar.gz
diff --git a/perl-Unicode-Casing.spec b/perl-Unicode-Casing.spec
index 9d5d77a..ced5876 100644
--- a/perl-Unicode-Casing.spec
+++ b/perl-Unicode-Casing.spec
@@ -1,7 +1,7 @@
 # This file is licensed under the terms of GNU GPLv2+.
 Name:   perl-Unicode-Casing
-Version:0.07
-Release:2%{?dist}
+Version:0.08
+Release:1%{?dist}
 Summary:Perl extension to override system case changing functions
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 12 2011 Petr Sabata  - 0.08-1
+- 0.08 bump
+
 * Wed Jul 20 2011 Petr Sabata  - 0.07-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 296be64..a5becf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-335647cf4a966f86f0ee6e8f2bc4ab13  Unicode-Casing-0.07.tar.gz
+11104e2aeecdaf256a8ddba7c61666d4  Unicode-Casing-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Unicode-Casing-0.08.tar.gz uploaded to lookaside cache by psabata

2011-08-12 Thread Petr Sabata
A file has been added to the lookaside cache for perl-Unicode-Casing:

11104e2aeecdaf256a8ddba7c61666d4  Unicode-Casing-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE-Component-IRC] 6.70 bump

2011-08-04 Thread Petr Sabata
commit 4addb9a7c11212c80a56a2c9ebfe3e1b541b6886
Author: Petr Sabata 
Date:   Thu Aug 4 15:51:11 2011 +0200

6.70 bump

 .gitignore  |1 +
 perl-POE-Component-IRC.spec |   39 ++-
 sources |2 +-
 3 files changed, 20 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2fc32c..ca3f481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Component-IRC-6.14.tar.gz
 /POE-Component-IRC-6.52.tar.gz
+/POE-Component-IRC-6.70.tar.gz
diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec
index 8b673c2..70cf3ad 100644
--- a/perl-POE-Component-IRC.spec
+++ b/perl-POE-Component-IRC.spec
@@ -11,36 +11,42 @@
 
 Name:   perl-POE-Component-IRC
 Summary:A POE component for building IRC clients
-Version:6.52
-Release:3%{?dist}
+Version:6.70
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/H/HI/HINRIK/POE-Component-IRC-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/POE-Component-IRC
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
-
-# auto added
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Encode::Guess)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(Object::Pluggable)
 BuildRequires:  perl(POE) >= 1.287
+BuildRequires:  perl(POE::Component::Syndicator)
+BuildRequires:  perl(POE::Component::Client::DNS)
 BuildRequires:  perl(POE::Driver::SysRW)
+BuildRequires:  perl(POE::Filter)
 BuildRequires:  perl(POE::Filter::IRCD) >= 2.42
 BuildRequires:  perl(POE::Filter::Line)
 BuildRequires:  perl(POE::Filter::Stackable)
 BuildRequires:  perl(POE::Filter::Stream)
 BuildRequires:  perl(POE::Session)
+BuildRequires:  perl(POE::Wheel::FollowTail)
 BuildRequires:  perl(POE::Wheel::ReadWrite)
 BuildRequires:  perl(POE::Wheel::SocketFactory)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More) >= 0.47
-
-# auto added
 Requires:   perl(Object::Pluggable)
-Requires:   perl(POE) >= 1.287
+Requires:   perl(POE) >= 1.311
 Requires:   perl(POE::Driver::SysRW)
 Requires:   perl(POE::Filter::IRCD) >= 2.42
 Requires:   perl(POE::Filter::Line)
-Requires:   perl(POE::Filter::Stackable)
 Requires:   perl(POE::Filter::Stream)
 Requires:   perl(POE::Session)
 Requires:   perl(POE::Wheel::ReadWrite)
@@ -58,10 +64,8 @@ where to connect to, and it sends back interesting IRC 
events when they
 happen. You make the client do things by sending it events. That's all there
 is to it. Cool, no?
 
-
 %prep
 %setup -q -n POE-Component-IRC-%{version}
-
 # Funky permissions...
 %{_fixperms} *
 chmod -c -x Changes README examples/*
@@ -70,35 +74,28 @@ chmod -c -x Changes README examples/*
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
-
 # remove errant execute bit from the .pm's
 find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';'
 
-
 %check
 # tests require network access, disabled by default
 %{?_with_network_tests: make test}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README* docs/ examples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Tue Aug  4 2011 Petr Sabata  - 6.68-1
+- 6.70 bump
+- Remove defattr and some forgotten buildroot stuff
+
 * Wed Jul 20 2011 Petr Sabata  - 6.52-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 502304c..38d6864 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56d06e05bac87f40cf00fdb392158d4b  POE-Component-IRC-6.52.tar.gz
+d0d4732e2c8c7bbe961aa2ba2b533e84  POE-Component-IRC-6.70.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


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

2011-08-04 Thread Petr Sabata
A file has been added to the lookaside cache for perl-POE-Component-IRC:

d0d4732e2c8c7bbe961aa2ba2b533e84  POE-Component-IRC-6.70.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File IRC-Utils-0.11.tar.gz uploaded to lookaside cache by psabata

2011-08-01 Thread Petr Sabata
A file has been added to the lookaside cache for perl-IRC-Utils:

338a66879ac3cb61abe949667ef63ef1  IRC-Utils-0.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE] 1.312 bump

2011-08-01 Thread Petr Sabata
commit 72565ab7b4544d31ba1dd88165136c30d55d9f93
Author: Petr Sabata 
Date:   Mon Aug 1 13:54:05 2011 +0200

1.312 bump

 .gitignore|1 +
 perl-POE.spec |   54 --
 sources   |2 +-
 3 files changed, 30 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fda3dc1..bfb5793 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-1.289.tar.gz
+/POE-1.312.tar.gz
diff --git a/perl-POE.spec b/perl-POE.spec
index ddbe770..82e4718 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
-Version:   1.289
-Release:   5%{?dist}
+Version:   1.312
+Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -12,49 +12,47 @@ BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Compress::Zlib) >= 1.33
 BuildRequires:  perl(Curses) >= 1.08
-BuildRequires:  perl(Event) >= 1.00
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Errno) >= 1.09
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec) >= 0.87
+BuildRequires:  perl(IO) >= 1.24
+BuildRequires:  perl(IO::Handle) >= 1.27
 BuildRequires:  perl(IO::Poll) >= 0.01
 BuildRequires:  perl(IO::Pty) >= 1.02
-BuildRequires:  perl(LWP) >= 5.79
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(IO::Tty) >= 1.08
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Request)
+BuildRequires:  perl(HTTP::Response)
+BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(POE::Test::Loops) >= 1.311
+BuildRequires:  perl(Socket) >= 1.7
 BuildRequires:  perl(Socket6) >= 0.14
+BuildRequires:  perl(Storable) >= 2.16
 BuildRequires:  perl(Term::Cap) >= 1.09
 BuildRequires:  perl(Term::ReadKey) >= 2.21
-BuildRequires:  perl(Tk) >= 800.027
+BuildRequires:  perl(Time::HiRes) >= 1.59
 BuildRequires:  perl(URI) >= 1.30
-# waiting for update BZ#194521
-#BuildRequires: perl(Gtk) >= 0.7009
 # test
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Storable) >= 2.16
-BuildRequires:  perl(Errno) >= 1.09
-BuildRequires:  perl(IO::Handle) >= 1.27
-BuildRequires:  perl(Socket) >= 1.7
-BuildRequires:  perl(IO::Tty) >= 1.08
-BuildRequires:  perl(POE::Test::Loops) >= 1.035
-BuildRequires:  perl(POSIX) >= 1.02
-BuildRequires:  perl(File::Spec) >= 0.87
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::Harness) >= 2.26
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 
 Requires:   perl(Compress::Zlib)
-Requires:   perl(Event)
-Requires:   perl(IO::Pty)
-Requires:   perl(Socket6)
-Requires:   perl(Carp)
+Requires:   perl(Data::Dumper)
 Requires:   perl(Errno) >= 1.09
 Requires:   perl(Exporter)
 Requires:   perl(File::Spec) >= 0.87
 Requires:   perl(IO::Handle) >= 1.27
+Requires:   perl(IO::Pty)
 Requires:   perl(IO::Tty) >= 1.08
 Requires:   perl(POSIX) >= 1.02
 Requires:   perl(Socket) >= 1.7
+Requires:   perl(Socket6) >= 0.14
 Requires:   perl(Storable) >= 2.16
 
 %{?perl_default_filter}
@@ -123,6 +121,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 01 2011 Petr Sabata  - 1.312-1
+- 1.312 bump
+- Deps updated
+
 * Wed Jul 20 2011 Petr Sabata  - 1.289-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index ad957ff..33a8b3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2172566f98313658d5f6cce231476f07  POE-1.289.tar.gz
+46ba306a88e3fa06f521e4a64a3884a4  POE-1.312.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File POE-1.312.tar.gz uploaded to lookaside cache by psabata

2011-08-01 Thread Petr Sabata
A file has been added to the lookaside cache for perl-POE:

46ba306a88e3fa06f521e4a64a3884a4  POE-1.312.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE-Test-Loops] 1.312 bump, dependencies and filters update, cleanup

2011-07-27 Thread Petr Sabata
commit a4d4b8e197e6d283fffe0a209558f5c28ebd7eb6
Author: Petr Sabata 
Date:   Wed Jul 27 14:48:36 2011 +0200

1.312 bump, dependencies and filters update, cleanup

 .gitignore   |1 +
 perl-POE-Test-Loops.spec |   42 +++---
 sources  |2 +-
 3 files changed, 29 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35e1a1f..fa287a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-Test-Loops-1.035.tar.gz
+/POE-Test-Loops-1.312.tar.gz
diff --git a/perl-POE-Test-Loops.spec b/perl-POE-Test-Loops.spec
index 13e02b7..bedfb4c 100644
--- a/perl-POE-Test-Loops.spec
+++ b/perl-POE-Test-Loops.spec
@@ -1,22 +1,35 @@
 Name:   perl-POE-Test-Loops
 Summary:Reusable tests for POE::Loop authors
-Version:1.035
-Release:4%{?dist}
+Version:1.312
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/POE-Test-Loops
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
-
+BuildRequires:  perl(constant)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(POE)
+BuildRequires:  perl(Socket)
 BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(constant)
 
-
-%{?filter_from_provides: %filter_from_provides /perl([DIFMOSU].*)/d; 
/perl(POE::MySession)/d }
+# RPM 4.8 style
+%{?filter_from_provides: %filter_from_provides /perl([DIFMOSU].*)/d; 
/perl(POE::MySession)/d; /perl(POE::Kernel)/d; /perl(PoeTestWorker)/d; }
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
+# RPM 4.9 style
+%global __provides_exclude 
%{?__provides_exclude:__requires_exclude|}^perl\\(POE::MySession\\)
+%global __provides_exclude %__provides_exclude|perl\\(POE::Kernel\\)
+%global __provides_exclude %__provides_exclude|perl\\(PoeTestWorker\\)
+%global __provides_exclude %__provides_exclude|perl\\([DIFMOSU].*\\)
 
 %description
 POE::Test::Loops contains one function, generate(), which will generate
@@ -27,7 +40,6 @@ the POE::Test::Loops system in more detail.
 
 %prep
 %setup -q -n POE-Test-Loops-%{version}
-
 find . -type f -exec chmod -c -x {} ';'
 
 %build
@@ -35,22 +47,15 @@ find . -type f -exec chmod -c -x {} ';'
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
@@ -58,6 +63,13 @@ rm -rf %{buildroot}
 %{_mandir}/man1/poe-gen-tests.1.gz
 
 %changelog
+* Wed Jul 27 2011 Petr Sabata  - 1.312-1
+- 1.312 bump (needed by current POE)
+- Drop Buildroot and defattr support
+- Fix dependencies a bit
+- Add RPM 4.9 style filters
+- Filter POE::Kernel and PoeTestWorker from Provides
+
 * Thu Jun 16 2011 Marcela Mašláňová  - 1.035-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index c49c15e..e9107c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94fe16d5247a6054d966c3c95746f766  POE-Test-Loops-1.035.tar.gz
+8e352fe9c9592d642cdf8a4230af6ad2  POE-Test-Loops-1.312.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File POE-Test-Loops-1.312.tar.gz uploaded to lookaside cache by psabata

2011-07-27 Thread Petr Sabata
A file has been added to the lookaside cache for perl-POE-Test-Loops:

8e352fe9c9592d642cdf8a4230af6ad2  POE-Test-Loops-1.312.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-UserPreferences] Add RPM 4.9 style filters

2011-07-26 Thread Petr Sabata
commit b40f91e83382c2d05f0d87b67147ff278bf4b7a5
Author: Petr Sabata 
Date:   Tue Jul 26 14:59:28 2011 +0200

Add RPM 4.9 style filters

 perl-Kwiki-UserPreferences.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-UserPreferences.spec b/perl-Kwiki-UserPreferences.spec
index 50c5524..4c21e4e 100644
--- a/perl-Kwiki-UserPreferences.spec
+++ b/perl-Kwiki-UserPreferences.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-UserPreferences
 Version:0.13
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Kwiki User Preferences Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,10 +15,13 @@ BuildRequires:  perl(Kwiki) >= 0.37
 Requires:   perl(Kwiki) >= 0.37
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_requires /^perl(mixin)/d
 %{?perl_default_filter}
 }
+# RPM 4.9 style
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
 Kwiki User Preferences plugin.
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Sabata  - 0.13-18
+- Add RPM 4.9 style filters
+
 * Fri Jul 22 2011 Petr Sabata  - 0.13-17
 - BuildRequire IO::All
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-NetAddr-IP] Fix RPM 4.9 dependency filtering

2011-07-25 Thread Petr Sabata
commit 79a5461d34e8dd2feace0fb9456a62881074694d
Author: Petr Pisar 
Date:   Mon Jul 25 17:12:17 2011 +0200

Fix RPM 4.9 dependency filtering

 perl-NetAddr-IP.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index 1161063..7e6d807 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
 Version:4.044
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Upstream explicitly gave permission for us to distribute under Artistic 2.0
 # Will be reflected in next release.
@@ -14,7 +14,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 # Don't "provide" private Perl libs or redundant unversioned provides
-%global __provides_exclude ^(perl\\(NetAddr::IP(::Util(PP)?)?\\)$|Util\\.so)
+%global __provides_exclude 
^(perl\\(NetAddr::IP(::Util(PP|Polluted)?)?\\)$|Util\\.so)
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Mon Jul 25 2011 Petr Pisar  - 4.044-4
+- Fix RPM 4.9 dependency filtering
+
 * Thu Jul 21 2011 Paul Howarth  - 4.044-3
 - use a patch rather than scripted iconv to fix character encoding
 - use rpm native provides filtering
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[rt3] RPM 4.9 dependency filtering added

2011-07-25 Thread Petr Sabata
commit 217e6ff3555d531032946dfc78227a5cf534b177
Author: Petr Pisar 
Date:   Mon Jul 25 16:39:02 2011 +0200

RPM 4.9 dependency filtering added

 rt3.spec |   25 +++--
 1 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/rt3.spec b/rt3.spec
index e3d5d2e..f6ef9a2 100644
--- a/rt3.spec
+++ b/rt3.spec
@@ -40,7 +40,7 @@
 
 Name:  rt3
 Version:   3.8.10
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Request tracker 3
 
 Group: Applications/Internet
@@ -198,6 +198,9 @@ Requires: rt3-mailgate
 Provides: config(rt3) = %{version}-%{release}
 Requires: config(rt3) = %{version}-%{release}
 
+%{?perl_default_filter}
+
+# RPM 4.8 style:
 %{?filter_setup:
 # Keep SpamAssassin optional
 %filter_from_requires /^perl(Mail::SpamAssassin)/d
@@ -212,9 +215,24 @@ Requires: config(rt3) = %{version}-%{release}
 %filter_from_provides /^perl(IO::Handle::CRLF)$/d
 # Work-around rpm's depgenerator defect: 
 %filter_from_requires /^perl(DBIx::SearchBuilder::Handle::)$/d
-%{?perl_default_filter}
+%filter_setup
 }
 
+# RPM 4.9 style:
+# Keep SpamAssassin optional
+%global %__requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Mail::SpamAssassin\\)
+# Keep FCGI optional
+%global __requires_exclude %__requires_exclude|^perl\\(FCGI::ProcManager\\)
+# Filter bogus requires
+%global __requires_exclude %__requires_exclude|^perl\\(\\)
+# Filter redundant provides
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(RT\\)$
+# Filter bogus provides
+%global __provides_exclude %__provides_exclude|^perl\\(HTML::Mason
+%global __provides_exclude %__provides_exclude|^perl\\(IO::Handle::CRLF\\)$
+# Work-around rpm's depgenerator defect: 
+%global __requires_exclude 
%__requires_exclude|^perl\\(DBIx::SearchBuilder::Handle::\\)$
+
 %description
 RT is an enterprise-grade ticketing system which enables a group of people
 to intelligently and efficiently manage tasks, issues, and requests submitted
@@ -447,6 +465,9 @@ fi
 %endif
 
 %changelog
+* Mon Jul 25 2011 Petr Pisar  - 3.8.10-4
+- RPM 4.9 dependency filtering added
+
 * Wed Jul 20 2011 Petr Sabata  - 3.8.10-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Packages affected by RPM 4.9 filtering [was: News from rebuild]

2011-07-22 Thread Petr Sabata
On Fri, Jul 22, 2011 at 06:27:07PM +0200, Ralf Corsepius wrote:
> On 07/22/2011 03:56 PM, Petr Pisar wrote:
> 
> Can we have some detailed documentation of "rpm 4.9's dependency 
> filtering and some detailed explanations of what we are supposed to do?
> 
> So far, I am far from having understood what is going and could not be 
> further away from being impressed
> 
> Ralf

It looks ugly, doesn't it?

I think this is the thing to look at...
https://fedorahosted.org/fpc/ticket/76

Also check out already modified packages for inspiration.  You can use both old
and new style filters in one spec file, they should not interfere, as far as I
know.

-- 
# Petr Sabata


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

[perl-DBIx-Class] Fix the filters for perl(DBIx::Class::SQLMaker*)

2011-07-22 Thread Petr Sabata
commit 025516f2a52b8ba498b217350a5afe02d6803353
Author: Petr Sabata 
Date:   Fri Jul 22 17:49:37 2011 +0200

Fix the filters for perl(DBIx::Class::SQLMaker*)

 perl-DBIx-Class.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 7c4f8f6..e5dbddb 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.08127
-Release:5%{?dist}
+Release:5.1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/DBIx-Class-%{version}.tar.gz
@@ -125,8 +125,8 @@ BuildRequires: perl(namespace::clean) >= 0.20
 %global __requires_exclude %__requires_exclude|perl\\(DBIx::Class::SQLAHacks\\)
 %global __provides_exclude 
%__provides_exclude|perl\\(DBIx::Class::Storage::DBIHacks\\)
 %global __requires_exclude 
%__requires_exclude|perl\\(DBIx::Class::Storage::DBIHacks\\)
-%global __provides_exclude 
%__provides_exclude|perl\\(DBIx::Class::SQLMaker::\\)
-%global __requires_exclude 
%__requires_exclude|perl\\(DBIx::Class::SQLMaker::\\)
+%global __provides_exclude %__provides_exclude|perl\\(DBIx::Class::SQLMaker::
+%global __requires_exclude %__requires_exclude|perl\\(DBIx::Class::SQLMaker::
 
 %description
 This is an SQL to OO mapper with an object API inspired by Class::DBI
@@ -187,6 +187,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 22 2011 Petr Sabata  - 0.08127-5.1
+- Fix the filters for perl(DBIx::Class::SQLMaker*)
+
 * Fri Jul 22 2011 Petr Sabata  - 0.08127-5
 - RPM 4.9 dependency filtering added
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DBIx-Class] RPM 4.9 dependency filtering added

2011-07-22 Thread Petr Sabata
commit 9cb2339a3e78e87375d3b316f2326271a39af0bf
Author: Petr Sabata 
Date:   Fri Jul 22 16:56:50 2011 +0200

RPM 4.9 dependency filtering added

 perl-DBIx-Class.spec |   24 +++-
 1 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 931361f..7c4f8f6 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.08127
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/DBIx-Class-%{version}.tar.gz
@@ -87,6 +87,7 @@ BuildRequires: perl(Time::Piece::MySQL)
 BuildRequires: perl(namespace::autoclean) >= 0.09
 BuildRequires: perl(namespace::clean) >= 0.20
 
+# RPM 4.8 filters
 %{?filter_from_requires: %filter_from_requires /^perl(DBD::Pg)$/d }
 %{?perl_default_filter:
 %filter_from_requires 
/^perl(DBIx::Class::\(Admin\|CDBICompat\|ClassResolver\|Storage\)/d
@@ -108,6 +109,24 @@ BuildRequires: perl(namespace::clean) >= 0.20
 %perl_default_filter
 }
 %{?perl_default_subpackage_tests}
+# RPM 4.9 filters
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}perl\\(DBD::Pg\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(DBD::Pg\\)$
+%global __requires_exclude 
%__requires_exclude|perl\\(DBIx::Class::(Admin|CDBICompat|ClassResolver|Storage|Componentised|ResultSourceProxy)
+%global __provides_exclude_from 
%{?__provides_exclude_from:%__provides_exclude_from|}%{perl_vendorlib}/DBIx/Class/Admin
+%global __requires_exclude_from 
%{?__requires_exclude_from:%__requires_exclude_from|}%{perl_vendorlib}/DBIx/Class/Admin
+%global __provides_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/CDBICompat
+%global __requires_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/CDBICompat
+%global __provides_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/PK/Auto
+%global __requires_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/PK/Auto
+%global __provides_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/SQLAHacks
+%global __requires_exclude_from 
%__provides_exclude_from|%{perl_vendorlib}/DBIx/Class/SQLAHacks
+%global __provides_exclude %__provides_exclude|perl\\(DBIx::Class::SQLAHacks\\)
+%global __requires_exclude %__requires_exclude|perl\\(DBIx::Class::SQLAHacks\\)
+%global __provides_exclude 
%__provides_exclude|perl\\(DBIx::Class::Storage::DBIHacks\\)
+%global __requires_exclude 
%__requires_exclude|perl\\(DBIx::Class::Storage::DBIHacks\\)
+%global __provides_exclude 
%__provides_exclude|perl\\(DBIx::Class::SQLMaker::\\)
+%global __requires_exclude 
%__requires_exclude|perl\\(DBIx::Class::SQLMaker::\\)
 
 %description
 This is an SQL to OO mapper with an object API inspired by Class::DBI
@@ -168,6 +187,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 22 2011 Petr Sabata  - 0.08127-5
+- RPM 4.9 dependency filtering added
+
 * Thu Jul 21 2011 Petr Sabata  - 0.08127-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-NewPage] Add IO::All BR

2011-07-22 Thread Petr Sabata
commit e1e4ba141fd8bfe4e597f36dd3c14fc6d8497908
Author: Petr Sabata 
Date:   Fri Jul 22 15:37:45 2011 +0200

Add IO::All BR

 perl-Kwiki-NewPage.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-NewPage.spec b/perl-Kwiki-NewPage.spec
index 9a4f4a5..d69f560 100644
--- a/perl-Kwiki-NewPage.spec
+++ b/perl-Kwiki-NewPage.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-NewPage
 Version:0.12
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Kwiki New Page Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-NewPage-%{version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::All)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Kwiki) >= 0.34
 Requires:   perl(Kwiki) >= 0.34
@@ -49,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 22 2011 Petr Sabata  - 0.12-19
+- BuildRequire IO::All
+
 * Thu Jul 21 2011 Petr Sabata  - 0.12-18
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Class-Prototyped] RPM 4.9 dependency filtering added

2011-07-22 Thread Petr Sabata
commit 7d6203c465dcc7166341a8d9a92cfd3e75d1884e
Author: Petr Pisar 
Date:   Fri Jul 22 14:30:47 2011 +0200

RPM 4.9 dependency filtering added

 perl-Class-Prototyped.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Prototyped.spec b/perl-Class-Prototyped.spec
index efdfee8..cb93c9a 100644
--- a/perl-Class-Prototyped.spec
+++ b/perl-Class-Prototyped.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Prototyped
 Version:1.11
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Fast prototype-based OO programming in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -21,12 +21,17 @@ have objects inherit their behavior and state from another 
object.
 %prep
 %setup -q -n Class-Prototyped-%{version}
 
+# RPM 4.8 style
 %{?filter_setup:
 %filter_from_provides /^perl(My[^)]*Class)$/g
 %filter_from_requires /^perl(Class::Prototyped::Graph)$/g
 %filter_requires_in %{_docdir}/examples
 %filter_setup
 }
+# RPM 4.9 style
+%global __provides_exclude 
%{?__provides_exclude?__provides_exclude|}^perl\\(My[^\\)]*Class\\)$
+%global __requires_exclude 
%{?__requires_exclude?__requires_exclude|}^perl\\(Class::Prototyped::Graph\\)$
+%global __requires_exclude_from 
%{?__requires_exclude_from?__requires_exclude_from|}%{_docdir}/examples
 
 # Documentation and libraries should not be executable
 chmod -x perf/* examples/* Changes lib/Class/*.pm lib/Class/Prototyped/*
@@ -57,6 +62,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 22 2011 Petr Pisar  - 1.11-11
+- RPM 4.9 dependency filtering added
+
 * Fri Jun 17 2011 Marcela Mašláňová  - 1.11-10
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-Types-Perl] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 4904fcc67b1a7993260c589e55c78bd56591f94c
Author: Petr Sabata 
Date:   Thu Jul 21 18:26:22 2011 +0200

Perl mass rebuild

 perl-MooseX-Types-Perl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MooseX-Types-Perl.spec b/perl-MooseX-Types-Perl.spec
index 927f88e..6abd1b4 100644
--- a/perl-MooseX-Types-Perl.spec
+++ b/perl-MooseX-Types-Perl.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Types-Perl
 Version:0.101340
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Moose types that check against Perl syntax
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.101340-5
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.101340-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-File-NFSLock] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit ef9ca92ef3ed1327e542f1f914cb8833f74bda1e
Author: Petr Sabata 
Date:   Thu Jul 21 18:14:24 2011 +0200

Perl mass rebuild

 perl-File-NFSLock.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-NFSLock.spec b/perl-File-NFSLock.spec
index 6185bac..57ce521 100644
--- a/perl-File-NFSLock.spec
+++ b/perl-File-NFSLock.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-NFSLock
 Version:1.21
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl module to do NFS (or not) locking
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.21-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.21-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Image-ExifTool] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 87799a7c7a8c69e2b66680ccc91db5d1219a765a
Author: Petr Sabata 
Date:   Thu Jul 21 18:28:17 2011 +0200

Perl mass rebuild

 perl-Image-ExifTool.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index 51652c7..a9948a4 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,6 +1,6 @@
 Name:  perl-Image-ExifTool
 Version:   8.60
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
 Summary:   Utility for reading and writing image meta info
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 8.60-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 8.60-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Mojolicious] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 01a5747894966b58d545ac3f661315cdf71b4f4f
Author: Petr Sabata 
Date:   Thu Jul 21 18:49:08 2011 +0200

Perl mass rebuild

 perl-Mojolicious.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index c35735f..8dca227 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mojolicious
 Version:1.46
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.46-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.46-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTML-Tree] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 48a4af7db9004c82a1db0d77c56e9aa886d5c918
Author: Petr Sabata 
Date:   Thu Jul 21 18:14:23 2011 +0200

Perl mass rebuild

 perl-HTML-Tree.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-Tree.spec b/perl-HTML-Tree.spec
index 7787151..01686ea 100644
--- a/perl-HTML-Tree.spec
+++ b/perl-HTML-Tree.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Tree
 Version:4.2
-Release:2%{?dist}
+Release:3%{?dist}
 Epoch:  1
 Summary:HTML tree handling modules for Perl
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/HTML::*3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1:4.2-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1:4.2-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Params-Validate] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 21532edb281e1cae928b23c5276b33abe032027f
Author: Petr Sabata 
Date:   Thu Jul 21 18:27:22 2011 +0200

Perl mass rebuild

 perl-Params-Validate.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 7b1ba8e..a373b0f 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -1,7 +1,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.00
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   Artistic2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -68,6 +68,9 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.00-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.00-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Plugin-Session-State-URI] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit cebd89e653cb876438d2cf3dab9ed994662a5f7f
Author: Petr Sabata 
Date:   Thu Jul 21 18:47:44 2011 +0200

Perl mass rebuild

 perl-Catalyst-Plugin-Session-State-URI.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Catalyst-Plugin-Session-State-URI.spec 
b/perl-Catalyst-Plugin-Session-State-URI.spec
index be32a83..8b9315c 100644
--- a/perl-Catalyst-Plugin-Session-State-URI.spec
+++ b/perl-Catalyst-Plugin-Session-State-URI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Catalyst-Plugin-Session-State-URI
 Version:0.15
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Saves session IDs by rewriting URIs delivered to the client
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ TEST_POD=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.15-5
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.15-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Devel] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 6011e575d2e0e7fa982c674b6247d8839fe9a38e
Author: Petr Sabata 
Date:   Thu Jul 21 18:21:53 2011 +0200

Perl mass rebuild

 perl-Catalyst-Devel.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Catalyst-Devel.spec b/perl-Catalyst-Devel.spec
index a0d1eb0..6e09248 100644
--- a/perl-Catalyst-Devel.spec
+++ b/perl-Catalyst-Devel.spec
@@ -1,7 +1,7 @@
 Name:   perl-Catalyst-Devel
 Summary:Catalyst Development Tools
 Version:1.31
-Release:3%{?dist}
+Release:4%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Devel-%{version}.tar.gz
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
 %exclude %{perl_vendorlib}/Catalyst/Restarter/Win32.pm
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.31-4
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 1.31-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CatalystX-LeakChecker] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 52bad33f71f10efb43f1ff5c7d79f0870d61e26a
Author: Petr Sabata 
Date:   Thu Jul 21 18:28:13 2011 +0200

Perl mass rebuild

 perl-CatalystX-LeakChecker.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CatalystX-LeakChecker.spec b/perl-CatalystX-LeakChecker.spec
index 50f2a2f..1323328 100644
--- a/perl-CatalystX-LeakChecker.spec
+++ b/perl-CatalystX-LeakChecker.spec
@@ -1,7 +1,7 @@
 Name:   perl-CatalystX-LeakChecker
 Summary:Debug memory leaks in Catalyst applications
 Version:0.06
-Release:5%{?dist}
+Release:6%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/CatalystX-LeakChecker-%{version}.tar.gz
 
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.06-6
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.06-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-MIME-Charset] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 82c2287d3a00fce34eba917afaed19446c64e772
Author: Petr Sabata 
Date:   Thu Jul 21 18:21:23 2011 +0200

Perl mass rebuild

 perl-MIME-Charset.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec
index f4f4242..0f2f74c 100644
--- a/perl-MIME-Charset.spec
+++ b/perl-MIME-Charset.spec
@@ -1,6 +1,6 @@
 Name:   perl-MIME-Charset
 Version:1.009.1
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Charset Informations for MIME
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.009.1-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.009.1-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Format-MySQL] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit fdeea22d6f7b9a46547bb0a19bf1d79fe4c87bc1
Author: Petr Sabata 
Date:   Thu Jul 21 16:52:16 2011 +0200

Perl mass rebuild

 perl-DateTime-Format-MySQL.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Format-MySQL.spec b/perl-DateTime-Format-MySQL.spec
index 6c63377..4e65a2d 100644
--- a/perl-DateTime-Format-MySQL.spec
+++ b/perl-DateTime-Format-MySQL.spec
@@ -12,7 +12,7 @@
 
 Name:   perl-DateTime-Format-MySQL
 Version:0.04
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Parse and format MySQL dates and times 
 
 Group:  Development/Libraries
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.04-14
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.04-13
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-XML-RSS] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 2c169c2848463c2c4eafd3faff4e25815f2ead4f
Author: Petr Sabata 
Date:   Thu Jul 21 16:53:57 2011 +0200

Perl mass rebuild

 perl-XML-RSS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec
index 4fff7ba..778fdb4 100644
--- a/perl-XML-RSS.spec
+++ b/perl-XML-RSS.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-RSS
 Version:1.45
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl module for managing RDF Site Summary (RSS) files
 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.45-7
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.45-6
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Workflow] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 3e12b376f7deec6341e2a3adb06696b4ebaf7976
Author: Petr Sabata 
Date:   Thu Jul 21 16:53:41 2011 +0200

Perl mass rebuild

 perl-Workflow.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Workflow.spec b/perl-Workflow.spec
index 4b76a4b..a6d5907 100644
--- a/perl-Workflow.spec
+++ b/perl-Workflow.spec
@@ -1,6 +1,6 @@
 Name:   perl-Workflow
 Version:1.32
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Simple, flexible system to implement workflows
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -98,6 +98,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.32-8
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 1.32-7
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Critic] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit dcef624753f4ea36c69b401cbbfe9ac9b2fce307
Author: Petr Sabata 
Date:   Thu Jul 21 16:50:43 2011 +0200

Perl mass rebuild

 perl-Perl-Critic.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index cefe610..fafc7ee 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic
 Version:1.116
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Critique Perl source code for best-practices
 
 Group:  Development/Libraries
@@ -151,6 +151,9 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.116-4
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.116-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-UserName] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 9c3e9980b32daae5d825ec97d78f023d6786d5f2
Author: Petr Sabata 
Date:   Thu Jul 21 16:50:55 2011 +0200

Perl mass rebuild

 perl-Kwiki-UserName.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-UserName.spec b/perl-Kwiki-UserName.spec
index e7721b7..d31ae12 100644
--- a/perl-Kwiki-UserName.spec
+++ b/perl-Kwiki-UserName.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-UserName
 Version:0.14
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Kwiki User Name Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.14-17
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.14-16
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-YUM-RepoQuery] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b569b075c71f50a6613f5622081171121e754787
Author: Petr Sabata 
Date:   Thu Jul 21 16:48:23 2011 +0200

Perl mass rebuild

 perl-YUM-RepoQuery.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-YUM-RepoQuery.spec b/perl-YUM-RepoQuery.spec
index 0d2a6bd..86ed7fb 100644
--- a/perl-YUM-RepoQuery.spec
+++ b/perl-YUM-RepoQuery.spec
@@ -1,7 +1,7 @@
 %global enable_net_tests 0
 Name:   perl-YUM-RepoQuery
 Version:0.1.2
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Query a YUM repository for package information
 License:LGPLv2+
 Group:  Development/Libraries
@@ -81,6 +81,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.1.2-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.1.2-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-App-SVN-Bisect] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 779f15e52835e03ba6167ea365e62612b53aabd2
Author: Petr Sabata 
Date:   Thu Jul 21 16:46:42 2011 +0200

Perl mass rebuild

 perl-App-SVN-Bisect.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-App-SVN-Bisect.spec b/perl-App-SVN-Bisect.spec
index f66c1c3..a8ad1ed 100644
--- a/perl-App-SVN-Bisect.spec
+++ b/perl-App-SVN-Bisect.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-SVN-Bisect
 Version:1.1
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Binary search through svn revisions
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.1-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.1-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Kwiki-RecentChanges] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1cc6cc259b99cdb72df7d7adc4ef4e114ef2d230
Author: Petr Sabata 
Date:   Thu Jul 21 16:46:24 2011 +0200

Perl mass rebuild

 perl-Kwiki-RecentChanges.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Kwiki-RecentChanges.spec b/perl-Kwiki-RecentChanges.spec
index 094b638..60d107a 100644
--- a/perl-Kwiki-RecentChanges.spec
+++ b/perl-Kwiki-RecentChanges.spec
@@ -1,6 +1,6 @@
 Name:   perl-Kwiki-RecentChanges
 Version:0.14
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Kwiki Recent Changes Plugin
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.14-15
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.14-14
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Spreadsheet-ParseExcel-Simple] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 099e7f3f051b7616814b9c59c8e01b408e039d63
Author: Petr Sabata 
Date:   Thu Jul 21 16:45:48 2011 +0200

Perl mass rebuild

 perl-Spreadsheet-ParseExcel-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Spreadsheet-ParseExcel-Simple.spec 
b/perl-Spreadsheet-ParseExcel-Simple.spec
index 06216af..d75d891 100644
--- a/perl-Spreadsheet-ParseExcel-Simple.spec
+++ b/perl-Spreadsheet-ParseExcel-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Spreadsheet-ParseExcel-Simple
 Version:1.04
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Simple interface to Excel data
 License:GPLv2+
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.04-11
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.04-10
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Syntax-Highlight-Perl6] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1197fdc2f1f303727fc7a2ed61fdfd611107fe5d
Author: Petr Sabata 
Date:   Thu Jul 21 16:45:34 2011 +0200

Perl mass rebuild

 perl-Syntax-Highlight-Perl6.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Syntax-Highlight-Perl6.spec b/perl-Syntax-Highlight-Perl6.spec
index 6ab3aed..1c73ff6 100644
--- a/perl-Syntax-Highlight-Perl6.spec
+++ b/perl-Syntax-Highlight-Perl6.spec
@@ -1,6 +1,6 @@
 Name:   perl-Syntax-Highlight-Perl6
 Version:0.88
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl 6 Syntax Highlighter
 License:(GPL+ or Artistic) and Artistic 2.0 and (MIT or GPLv2) 
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.88-4
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.88-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-AsObject] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit c1d25c6773a180d30f15d6a7243d78cc26b484b9
Author: Petr Sabata 
Date:   Thu Jul 21 16:41:46 2011 +0200

Perl mass rebuild

 perl-Data-AsObject.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-AsObject.spec b/perl-Data-AsObject.spec
index da8933a..4f940a7 100644
--- a/perl-Data-AsObject.spec
+++ b/perl-Data-AsObject.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-AsObject
 Version:0.07
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Easy OO access to complex perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.07-3
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.07-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Check-ISA] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit f8745ffed355b0f708bc0496cf0687a4bcd8b2a9
Author: Petr Sabata 
Date:   Thu Jul 21 16:41:16 2011 +0200

Perl mass rebuild

 perl-Check-ISA.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Check-ISA.spec b/perl-Check-ISA.spec
index bbcdda2..5cccd6a 100644
--- a/perl-Check-ISA.spec
+++ b/perl-Check-ISA.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-Check-ISA 
 Version:0.04 
-Release:9%{?dist}
+Release:10%{?dist}
 # see lib/Check/ISA.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.04-10
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.04-9
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-bioperl] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 2f898c51c74bb91399960e08de58d12bf9910a8c
Author: Petr Sabata 
Date:   Thu Jul 21 16:40:54 2011 +0200

Perl mass rebuild

 perl-bioperl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-bioperl.spec b/perl-bioperl.spec
index 1831ba0..ba5ee74 100644
--- a/perl-bioperl.spec
+++ b/perl-bioperl.spec
@@ -1,6 +1,6 @@
 Name:   perl-bioperl
 Version:1.6.1
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl tools for computational molecular biology
 
 Group:  Development/Libraries
@@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.6.1-9
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 1.6.1-8
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Calendar-Mayan] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit a0ab0bf2102ab43d18176218fe556e5cf4e3b878
Author: Petr Sabata 
Date:   Thu Jul 21 16:40:16 2011 +0200

Perl mass rebuild

 perl-DateTime-Calendar-Mayan.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Calendar-Mayan.spec 
b/perl-DateTime-Calendar-Mayan.spec
index 36b140f..e5d1ba6 100644
--- a/perl-DateTime-Calendar-Mayan.spec
+++ b/perl-DateTime-Calendar-Mayan.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Calendar-Mayan 
 Version:0.0601 
-Release:7%{?dist}
+Release:8%{?dist}
 # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.0601-8
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.0601-7
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-AnyEvent-XMPP] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b63d2e677934c6bfc6444008c4fea1d0182b6b8a
Author: Petr Sabata 
Date:   Thu Jul 21 16:38:23 2011 +0200

Perl mass rebuild

 perl-AnyEvent-XMPP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-AnyEvent-XMPP.spec b/perl-AnyEvent-XMPP.spec
index 2dae3d3..69404af 100644
--- a/perl-AnyEvent-XMPP.spec
+++ b/perl-AnyEvent-XMPP.spec
@@ -1,6 +1,6 @@
 Name:   perl-AnyEvent-XMPP
 Version:0.51
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Implementation of the XMPP Protocol
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.51-6
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.51-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Date-Manip] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 9b372625dab54943448bbfb2dbddcc3e379e28f8
Author: Petr Sabata 
Date:   Thu Jul 21 16:37:19 2011 +0200

Perl mass rebuild

 perl-Date-Manip.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 983c103..86e8ba8 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,6 +1,6 @@
 Name:   perl-Date-Manip
 Version:6.24
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Date manipulation routines
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 6.24-3
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 6.24-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-BZ-Client] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 3c9ca056c5a140e10c90427051aa16daac708693
Author: Petr Sabata 
Date:   Thu Jul 21 16:34:33 2011 +0200

Perl mass rebuild

 perl-BZ-Client.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index 4e44ce4..a865dbf 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,6 +1,6 @@
 Name:   perl-BZ-Client
 Version:1.03
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:A client for the Bugzilla web services API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.03-6
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.03-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTTP-DAV] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 7cd2fbdc812c296e8cec2ee1605dd92df7ec9401
Author: Petr Sabata 
Date:   Thu Jul 21 16:34:20 2011 +0200

Perl mass rebuild

 perl-HTTP-DAV.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-DAV.spec b/perl-HTTP-DAV.spec
index 7e77286..8df8c2b 100644
--- a/perl-HTTP-DAV.spec
+++ b/perl-HTTP-DAV.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-DAV
 Version:0.42
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:WebDAV client library for Perl5
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.42-4
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.42-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Stag] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 66bc4b90fd2b0d3e544175dacd67bb48830a24ff
Author: Petr Sabata 
Date:   Thu Jul 21 16:33:32 2011 +0200

Perl mass rebuild

 perl-Data-Stag.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Stag.spec b/perl-Data-Stag.spec
index 8e7dffa..0c878dd 100644
--- a/perl-Data-Stag.spec
+++ b/perl-Data-Stag.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Stag
 Version:0.11
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl package for Structured Tags datastructures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.11-9
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.11-8
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTML-FormFu-Model-DBIC] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 3c5359b8f9d54b0d88397ea5376444f891b0a78e
Author: Petr Sabata 
Date:   Thu Jul 21 16:32:02 2011 +0200

Perl mass rebuild

 perl-HTML-FormFu-Model-DBIC.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-FormFu-Model-DBIC.spec b/perl-HTML-FormFu-Model-DBIC.spec
index 8a67ef4..0e927f9 100644
--- a/perl-HTML-FormFu-Model-DBIC.spec
+++ b/perl-HTML-FormFu-Model-DBIC.spec
@@ -1,7 +1,7 @@
 Name:   perl-HTML-FormFu-Model-DBIC
 Summary:Integrate HTML::FormFu with DBIx::Class
 Version:0.09000
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz
 
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.09000-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.09000-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-IO-Async] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 78290274e6763fc7495ea3d406cf5c9ec9ac1562
Author: Petr Sabata 
Date:   Thu Jul 21 16:30:12 2011 +0200

Perl mass rebuild

 perl-IO-Async.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index 45d9b46..245aafa 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Async
 Version:0.29
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:A collection of modules that implement asynchronous filehandle 
IO
 
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.29-6
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.29-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Format-Flexible] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 721ab23939ad94b5aa2d77a676e973403c0c827f
Author: Petr Sabata 
Date:   Thu Jul 21 16:29:13 2011 +0200

Perl mass rebuild

 perl-DateTime-Format-Flexible.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Format-Flexible.spec 
b/perl-DateTime-Format-Flexible.spec
index dc79284..bb512a4 100644
--- a/perl-DateTime-Format-Flexible.spec
+++ b/perl-DateTime-Format-Flexible.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Flexible
 Version:0.15
-Release:4%{?dist}
+Release:5%{?dist}
 # see LICENSE
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.15-5
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.15-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Pod-Coverage-Moose] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 8bccc3f1ac28891540e39cec7a7b65bdf18024ee
Author: Petr Sabata 
Date:   Thu Jul 21 16:28:46 2011 +0200

Perl mass rebuild

 perl-Pod-Coverage-Moose.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Coverage-Moose.spec b/perl-Pod-Coverage-Moose.spec
index 691410b..513ec40 100644
--- a/perl-Pod-Coverage-Moose.spec
+++ b/perl-Pod-Coverage-Moose.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Coverage-Moose
 Version:0.02
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Pod::Coverage extension for Moose
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.02-6
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.02-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-threads-tbb] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit ef97e72acc69078e0b14b4b32bc2d365773af037
Author: Petr Sabata 
Date:   Thu Jul 21 16:28:20 2011 +0200

Perl mass rebuild

 perl-threads-tbb.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-threads-tbb.spec b/perl-threads-tbb.spec
index 8e9a58c..403d92b 100644
--- a/perl-threads-tbb.spec
+++ b/perl-threads-tbb.spec
@@ -1,7 +1,7 @@
 # This file is licensed under the terms of GPLv2+.
 Name:   perl-threads-tbb
 Version:0.04
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Interface to the Threading Building Blocks (TBB) API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.04-3
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.04-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Template-Provider-Encoding] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit ea5f6427c61c98e409bff8b8690821239b65edab
Author: Petr Sabata 
Date:   Thu Jul 21 16:27:30 2011 +0200

Perl mass rebuild

 perl-Template-Provider-Encoding.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Template-Provider-Encoding.spec 
b/perl-Template-Provider-Encoding.spec
index 2d3522e..b8a7237 100644
--- a/perl-Template-Provider-Encoding.spec
+++ b/perl-Template-Provider-Encoding.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-Provider-Encoding
 Version:0.10
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Explicitly declare encodings of your templates
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.10-10
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.10-9
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Authen-OATH] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 528bce4aa8cbaca10aee6cf6acb692414aa2ff96
Author: Petr Sabata 
Date:   Thu Jul 21 16:26:53 2011 +0200

Perl mass rebuild

 perl-Authen-OATH.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Authen-OATH.spec b/perl-Authen-OATH.spec
index b013b3a..9afb63b 100644
--- a/perl-Authen-OATH.spec
+++ b/perl-Authen-OATH.spec
@@ -1,6 +1,6 @@
 Name:   perl-Authen-OATH
 Version:1.0.0
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:OATH One Time Passwords
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.0.0-3
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 1.0.0-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Format-W3CDTF] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1657c204bc7f69027af9eb230c31f137110f5d9e
Author: Petr Sabata 
Date:   Thu Jul 21 16:26:28 2011 +0200

Perl mass rebuild

 perl-DateTime-Format-W3CDTF.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Format-W3CDTF.spec b/perl-DateTime-Format-W3CDTF.spec
index 0fe4950..7ee8b5d 100644
--- a/perl-DateTime-Format-W3CDTF.spec
+++ b/perl-DateTime-Format-W3CDTF.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-W3CDTF
 Version:0.05
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Parse and format W3CDTF datetime strings
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.05-6
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.05-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Git-CPAN-Patch] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit aefb2310de424e91cd3071bb4106211f691bd456
Author: Petr Sabata 
Date:   Thu Jul 21 16:23:08 2011 +0200

Perl mass rebuild

 perl-Git-CPAN-Patch.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Git-CPAN-Patch.spec b/perl-Git-CPAN-Patch.spec
index bc36278..98ab417 100644
--- a/perl-Git-CPAN-Patch.spec
+++ b/perl-Git-CPAN-Patch.spec
@@ -1,7 +1,7 @@
 Name:   perl-Git-CPAN-Patch
 Summary:Patch CPAN modules using Git
 Version:0.4.6
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
@@ -94,6 +94,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.4.6-5
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.4.6-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Format-Oracle] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit f95045153884362fd0a69ded661cf60b5f1bca9b
Author: Petr Sabata 
Date:   Thu Jul 21 16:22:59 2011 +0200

Perl mass rebuild

 perl-DateTime-Format-Oracle.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Format-Oracle.spec b/perl-DateTime-Format-Oracle.spec
index ea20daf..325cb7b 100644
--- a/perl-DateTime-Format-Oracle.spec
+++ b/perl-DateTime-Format-Oracle.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Oracle
 Version:0.05
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Parse and format Oracle dates and timestamps
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.05-9
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.05-8
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Class-DBI-Plugin] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 2fdcfc4c6984b12f72f97fa9ee96b28e7150b40f
Author: Petr Sabata 
Date:   Thu Jul 21 16:22:35 2011 +0200

Perl mass rebuild

 perl-Class-DBI-Plugin.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-Plugin.spec b/perl-Class-DBI-Plugin.spec
index 126850a..5609847 100644
--- a/perl-Class-DBI-Plugin.spec
+++ b/perl-Class-DBI-Plugin.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-Plugin
 Version:0.03
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Abstract base class for Class::DBI plugins
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.03-15
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.03-14
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-YAML-Valid] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b7270ac550837b7b69b9a30517b404db3527a92b
Author: Petr Sabata 
Date:   Thu Jul 21 16:22:22 2011 +0200

Perl mass rebuild

 perl-Test-YAML-Valid.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-YAML-Valid.spec b/perl-Test-YAML-Valid.spec
index 0b7c2ff..374c9d1 100644
--- a/perl-Test-YAML-Valid.spec
+++ b/perl-Test-YAML-Valid.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-YAML-Valid
 Version:0.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Lets you test the validity of YAML files in unit tests
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*3pm*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.04-6
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.04-5
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE-Component-Server-SimpleHTTP] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit df10545708a4bf5fe954213e88ac2168a6f152b4
Author: Petr Sabata 
Date:   Thu Jul 21 16:21:26 2011 +0200

Perl mass rebuild

 perl-POE-Component-Server-SimpleHTTP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Component-Server-SimpleHTTP.spec 
b/perl-POE-Component-Server-SimpleHTTP.spec
index ee308a4..f1feda3 100644
--- a/perl-POE-Component-Server-SimpleHTTP.spec
+++ b/perl-POE-Component-Server-SimpleHTTP.spec
@@ -1,7 +1,7 @@
 Name:   perl-POE-Component-Server-SimpleHTTP
 # Use two digit pricision since 2.04 version
 Version:2.06
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Serve HTTP requests in POE
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -81,6 +81,9 @@ make test
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 2.06-5
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 2.06-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Data-Visitor] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit b319b78f10a905755cbb4b826f9d12d1463088b1
Author: Petr Sabata 
Date:   Thu Jul 21 16:20:23 2011 +0200

Perl mass rebuild

 perl-Data-Visitor.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Visitor.spec b/perl-Data-Visitor.spec
index 4672d1b..977f026 100644
--- a/perl-Data-Visitor.spec
+++ b/perl-Data-Visitor.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Visitor
 Version:0.27
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Visitor style traversal of Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.27-5
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.27-4
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Template-GD] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 46af0ba72b2ef9aafde3a2e22d0afa7ae9601409
Author: Petr Sabata 
Date:   Thu Jul 21 16:21:04 2011 +0200

Perl mass rebuild

 perl-Template-GD.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Template-GD.spec b/perl-Template-GD.spec
index 157c3da..1e5c840 100644
--- a/perl-Template-GD.spec
+++ b/perl-Template-GD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-GD
 Version:2.66
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:GD plugin(s) for the Template Toolkit
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 2.66-12
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 2.66-11
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Pugs-Compiler-Rule] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 974eab6e95b5ba02b098d6648027cdb5cb9d4caf
Author: Petr Sabata 
Date:   Thu Jul 21 16:17:26 2011 +0200

Perl mass rebuild

 perl-Pugs-Compiler-Rule.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pugs-Compiler-Rule.spec b/perl-Pugs-Compiler-Rule.spec
index daa00fc..174ab6a 100644
--- a/perl-Pugs-Compiler-Rule.spec
+++ b/perl-Pugs-Compiler-Rule.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pugs-Compiler-Rule
 Version:0.37
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Compiler for Perl 6 regexes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test \
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.37-11
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.37-10
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CGI-Application-Plugin-DBIC-Schema] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 5c0a17f723f52ec14053503bd383622329df0dad
Author: Petr Sabata 
Date:   Thu Jul 21 15:16:36 2011 +0200

Perl mass rebuild

 perl-CGI-Application-Plugin-DBIC-Schema.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-DBIC-Schema.spec 
b/perl-CGI-Application-Plugin-DBIC-Schema.spec
index 35479e3..426d7bd 100644
--- a/perl-CGI-Application-Plugin-DBIC-Schema.spec
+++ b/perl-CGI-Application-Plugin-DBIC-Schema.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Plugin-DBIC-Schema
 Version:0.3
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Easy DBIx::Class access from CGI::Application
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.3-7
+- Perl mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 0.3-6
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Spreadsheet-ParseExcel] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit c12b02b6a2339a832d52b1bf053448af47422331
Author: Petr Sabata 
Date:   Thu Jul 21 15:15:58 2011 +0200

Perl mass rebuild

 perl-Spreadsheet-ParseExcel.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Spreadsheet-ParseExcel.spec b/perl-Spreadsheet-ParseExcel.spec
index ca61cb7..7800051 100644
--- a/perl-Spreadsheet-ParseExcel.spec
+++ b/perl-Spreadsheet-ParseExcel.spec
@@ -6,7 +6,7 @@
 
 Name:   perl-Spreadsheet-ParseExcel
 Version:0.4900
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Extract information from an Excel file
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.4900-9
+- Perl mass rebuild
+
 * Tue Jul 19 2011 Petr Sabata  - 0.4900-8
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-AppConfig] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 1ae2f00535a16eaa51eaea5cf7837befd2ede956
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:18 2011 +0200

Perl mass rebuild

 perl-AppConfig.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec
index 802543d..071d191 100644
--- a/perl-AppConfig.spec
+++ b/perl-AppConfig.spec
@@ -1,6 +1,6 @@
 Name:   perl-AppConfig
 Version:1.66
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl module for reading configuration files
 
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.66-13
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 1.66-12
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Critic-Swift] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 6ae844b765ea7b451726da2da445b57dd5f9c7b0
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:16 2011 +0200

Perl mass rebuild

 perl-Perl-Critic-Swift.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-Critic-Swift.spec b/perl-Perl-Critic-Swift.spec
index 319b506..bac1cfd 100644
--- a/perl-Perl-Critic-Swift.spec
+++ b/perl-Perl-Critic-Swift.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic-Swift
 Version:1.0.3
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Set of additional policies for Perl::Critic
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 1.0.3-4
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 1.0.3-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-Perl-Critic-Progressive] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit f71de33c7ec99f03082b7b37ab1a15cd308f613e
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:16 2011 +0200

Perl mass rebuild

 perl-Test-Perl-Critic-Progressive.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Perl-Critic-Progressive.spec 
b/perl-Test-Perl-Critic-Progressive.spec
index 43182d1..37e9bfb 100644
--- a/perl-Test-Perl-Critic-Progressive.spec
+++ b/perl-Test-Perl-Critic-Progressive.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Perl-Critic-Progressive
 Version:0.03
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Gradually enforce coding standards
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.03-4
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.03-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Bio-Graphics] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 5a07141e88fe3f7a60179e1b9118c5ec0d9fd321
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:18 2011 +0200

Perl mass rebuild

 perl-Bio-Graphics.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Bio-Graphics.spec b/perl-Bio-Graphics.spec
index 3406f12..fcf2384 100644
--- a/perl-Bio-Graphics.spec
+++ b/perl-Bio-Graphics.spec
@@ -1,6 +1,6 @@
 Name:   perl-Bio-Graphics
 Version:2.14
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Generate GD images of Bio::Seq objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 2.14-4
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 2.14-3
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Format-ISO8601] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit 663f01e4ae15a16fd9ca38248cdbdebc5351fea3
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:18 2011 +0200

Perl mass rebuild

 perl-DateTime-Format-ISO8601.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Format-ISO8601.spec 
b/perl-DateTime-Format-ISO8601.spec
index 3aa2c11..4285bbe 100644
--- a/perl-DateTime-Format-ISO8601.spec
+++ b/perl-DateTime-Format-ISO8601.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-ISO8601 
 Version:0.07
-Release:6%{?dist}
+Release:7%{?dist}
 # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.07-7
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.07-6
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Sys-Mmap] Perl mass rebuild

2011-07-21 Thread Petr Sabata
commit fc6e78d2bf7191c84f6251e2fcaa0d96a22d894d
Author: Petr Sabata 
Date:   Thu Jul 21 14:24:18 2011 +0200

Perl mass rebuild

 perl-Sys-Mmap.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sys-Mmap.spec b/perl-Sys-Mmap.spec
index 6d511d1..b116d0c 100644
--- a/perl-Sys-Mmap.spec
+++ b/perl-Sys-Mmap.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sys-Mmap
 Version:0.14
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Use mmap to map in a file as a Perl variable
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 21 2011 Petr Sabata  - 0.14-7
+- Perl mass rebuild
+
 * Thu Jul 21 2011 Petr Sabata  - 0.14-6
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: gpsbabel needs rebuild

2011-07-21 Thread Petr Sabata
On Thu, Jul 21, 2011 at 04:19:49AM -0400, Jan Vcelak wrote:
> Hi,
> 
> gpsbabel needs to be rebuild to include USB support, see:
> https://bugzilla.redhat.com/show_bug.cgi?id=715220
> 
> I have filled the bug a month ago and there is still no
> response from the maintainer. Please, can some proven
> packager rebuild the package and submit the update?

I'll take a look at it.

-- 
# Petr Sabata


pgpjIr5bUn3kN.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Heads up: cpuspeed removed from f16+

2011-07-20 Thread Petr Sabata
On Tue, Jul 19, 2011 at 08:11:17PM +0300, Kalev Lember wrote:
> On 07/19/2011 07:30 PM, Petr Sabata wrote:
> > I put Obsoletes (not Provides) in there and in seemed to make no 
> > difference. 
> > cpupowerutils update or clean cpupowerutils installation don't remove 
> > cpuspeed
> > from the system.
> 
> > Obsoletes:  cpuspeed <= 1:1.5-15
> 
> It should instead be:
> Obsoletes:  cpuspeed < 1:1.5-16
> ... to properly match Release tag including the %{dist} macro.

Corrected.

-- 
# Petr Sabata


pgpf5zQk0hI3I.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Unicode-Map8] Perl mass rebuild

2011-07-20 Thread Petr Sabata
commit acf1192f89f6fbb9bfe1206d84b8c8d6935facd4
Author: Petr Sabata 
Date:   Wed Jul 20 09:43:12 2011 +0200

Perl mass rebuild

 perl-Unicode-Map8.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Unicode-Map8.spec b/perl-Unicode-Map8.spec
index 1987e44..1cb1f43 100644
--- a/perl-Unicode-Map8.spec
+++ b/perl-Unicode-Map8.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Unicode-Map8
 Version:0.13
-Release:5%{?dist}
+Release:6%{?dist}
 
 Summary:Mapping table between 8-bit chars and Unicode for Perl
 
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 0.13-6
+- Perl mass rebuild
+
 * Fri Jul  8 2011 Paul Howarth  - 0.13-5
 - Add perl(:MODULE_COMPAT_*) dependency
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Spreadsheet-WriteExcel-Simple] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 63470d3a981058be4ba26abe628116fef480afd0
Author: Petr Sabata 
Date:   Wed Jul 20 01:22:17 2011 +0200

Perl mass rebuild

 perl-Spreadsheet-WriteExcel-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Spreadsheet-WriteExcel-Simple.spec 
b/perl-Spreadsheet-WriteExcel-Simple.spec
index bfd86ea..ada26f4 100644
--- a/perl-Spreadsheet-WriteExcel-Simple.spec
+++ b/perl-Spreadsheet-WriteExcel-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Spreadsheet-WriteExcel-Simple
 Version:1.04
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Simple single-sheet Excel document creator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 1.04-10
+- Perl mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering  
- 1.04-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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Plugin-I18N] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit e01b13608bbac2d25637e8d430293fc80a5a5b0e
Author: Petr Sabata 
Date:   Wed Jul 20 01:20:58 2011 +0200

Perl mass rebuild

 perl-Catalyst-Plugin-I18N.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Catalyst-Plugin-I18N.spec b/perl-Catalyst-Plugin-I18N.spec
index a522f66..123191a 100644
--- a/perl-Catalyst-Plugin-I18N.spec
+++ b/perl-Catalyst-Plugin-I18N.spec
@@ -1,6 +1,6 @@
 Name:   perl-Catalyst-Plugin-I18N
 Version:0.10
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:I18N for Catalyst
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 0.10-4
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.10-3
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Mail-Box-Parser-C] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit e7feaefb99c4256977729ebcbd02e9cf3e3f32f6
Author: Petr Sabata 
Date:   Wed Jul 20 00:04:46 2011 +0200

Perl mass rebuild

 perl-Mail-Box-Parser-C.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Mail-Box-Parser-C.spec b/perl-Mail-Box-Parser-C.spec
index 5c015b1..3cfac82 100644
--- a/perl-Mail-Box-Parser-C.spec
+++ b/perl-Mail-Box-Parser-C.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box-Parser-C
 Version:3.006
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Parsing folders for MailBox with C routines
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 3.006-11
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 3.006-10
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-XMPP] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 51baa92a3c44bcf3c23cae1b758be1fea448e808
Author: Petr Sabata 
Date:   Wed Jul 20 00:04:18 2011 +0200

Perl mass rebuild

 perl-Net-XMPP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-XMPP.spec b/perl-Net-XMPP.spec
index 23c4e4e..8a98173 100644
--- a/perl-Net-XMPP.spec
+++ b/perl-Net-XMPP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-XMPP
 Version:1.02
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Net::XMPP - perl XMPP library
 
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 1.02-12
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 1.02-11
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Razor-Agent] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit e1a1355dff937433c43f8d1f20cea1b87862eeb1
Author: Petr Sabata 
Date:   Wed Jul 20 00:03:47 2011 +0200

Perl mass rebuild

 perl-Razor-Agent.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Razor-Agent.spec b/perl-Razor-Agent.spec
index 086d121..8722a82 100644
--- a/perl-Razor-Agent.spec
+++ b/perl-Razor-Agent.spec
@@ -1,7 +1,7 @@
 Summary:   Use a Razor catalogue server to filter spam messages
 Name:  perl-Razor-Agent
 Version:   2.85
-Release:   8%{?dist}
+Release:   9%{?dist}
 License:   Artistic 2.0
 Group: Applications/Internet
 URL:   http://razor.sourceforge.net/
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/*
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata  - 2.85-9
+- Perl mass rebuild
+
 * Wed Feb 09 2011 Fedora Release Engineering  
- 2.85-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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-DateTime-Set] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 0d0783a3f89d5bc1ea2593d06f25c890ef642125
Author: Petr Sabata 
Date:   Tue Jul 19 23:59:53 2011 +0200

Perl mass rebuild

 perl-DateTime-Set.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-DateTime-Set.spec b/perl-DateTime-Set.spec
index b252ec8..bf5ea77 100644
--- a/perl-DateTime-Set.spec
+++ b/perl-DateTime-Set.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Set
 Version:0.28
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Datetime sets and set math
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 19 2011 Petr Sabata  - 0.28-7
+- Perl mass rebuild
+
 * Sat Feb 19 2011 Iain Arnell  0.28-6
 - remove perl(DateTime::Event::Recurrence) buildreq to avoid circular
   dependency
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-CatalystX-Component-Traits] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 8d6bd76a7b758f7c2a875841bda9ca7a34ea8986
Author: Petr Sabata 
Date:   Tue Jul 19 23:54:13 2011 +0200

Perl mass rebuild

 perl-CatalystX-Component-Traits.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CatalystX-Component-Traits.spec 
b/perl-CatalystX-Component-Traits.spec
index a86d980..80cf0db 100644
--- a/perl-CatalystX-Component-Traits.spec
+++ b/perl-CatalystX-Component-Traits.spec
@@ -1,7 +1,7 @@
 Name:   perl-CatalystX-Component-Traits
 Summary:Automatic Trait Loading and Resolution for
 Version:0.16
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/CatalystX-Component-Traits-%{version}.tar.gz
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jul 19 2011 Petr Sabata  - 0.16-3
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.16-2
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE-Component-Client-LDAP] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 70b6cfe457b2fecd04e2f8c996ae33963f284755
Author: Petr Sabata 
Date:   Tue Jul 19 23:59:12 2011 +0200

Perl mass rebuild

 perl-POE-Component-Client-LDAP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Component-Client-LDAP.spec 
b/perl-POE-Component-Client-LDAP.spec
index 4653747..fcc2e38 100644
--- a/perl-POE-Component-Client-LDAP.spec
+++ b/perl-POE-Component-Client-LDAP.spec
@@ -1,6 +1,6 @@
 Name:   perl-POE-Component-Client-LDAP
 Version:0.04
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Async LDAP access for POE
 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 19 2011 Petr Sabata  - 0.04-12
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.04-11
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-MooseX-Log-Log4perl] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit 9cf2dbcc1de7bd2b29fe72a7cae0bd75c012464b
Author: Petr Sabata 
Date:   Tue Jul 19 23:58:22 2011 +0200

Perl mass rebuild

 perl-MooseX-Log-Log4perl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MooseX-Log-Log4perl.spec b/perl-MooseX-Log-Log4perl.spec
index 2a0e032..14f867b 100644
--- a/perl-MooseX-Log-Log4perl.spec
+++ b/perl-MooseX-Log-Log4perl.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Log-Log4perl
 Version:0.42
-Release:1%{?dist}
+Release:2%{?dist}
 # see lib/MooseX/Log/Log4perl.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jul 19 2011 Petr Sabata  - 0.42-2
+- Perl mass rebuild
+
 * Thu May 05 2011 Iain Arnell  0.42-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE-Wheel-Null] Perl mass rebuild

2011-07-19 Thread Petr Sabata
commit eee245621fa144afae659956927deab0551322fa
Author: Petr Sabata 
Date:   Tue Jul 19 23:54:52 2011 +0200

Perl mass rebuild

 perl-POE-Wheel-Null.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE-Wheel-Null.spec b/perl-POE-Wheel-Null.spec
index 12f45aa..2bf9ff6 100644
--- a/perl-POE-Wheel-Null.spec
+++ b/perl-POE-Wheel-Null.spec
@@ -1,6 +1,6 @@
 Name:   perl-POE-Wheel-Null
 Version:0.01
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:POE Wheel that does puts data nowhere, and sends nothing
 
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 19 2011 Petr Sabata  - 0.01-11
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.01-10
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


  1   2   3   >