[perl-Dist-Zilla] update to 4.300007

2012-02-04 Thread Iain Arnell
commit 60eb3b9e8e92e61eb0b7c04b22b232fb112faa07
Author: Iain Arnell iarn...@gmail.com
Date:   Sat Feb 4 09:02:56 2012 +0100

update to 4.37

 .gitignore   |1 +
 perl-Dist-Zilla.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db5073a..2a349d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-4.30.tar.gz
 /Dist-Zilla-4.32.tar.gz
 /Dist-Zilla-4.36.tar.gz
+/Dist-Zilla-4.37.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 55b63f8..a422ab4 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
-Version:4.36
-Release:2%{?dist}
+Version:4.37
+Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -138,6 +138,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Sat Feb 04 2012 Iain Arnell iarn...@gmail.com 4.37-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.36-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f271397..07b3599 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9795ed118d6d774a78fe36d17f5f38c6  Dist-Zilla-4.36.tar.gz
+38d33b25a9042aa4b93d398cab067dd2  Dist-Zilla-4.37.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 784256] perlbrew-0.41 is available

2012-02-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Iain Arnell iarn...@gmail.com changed:

   What|Removed |Added

 Depends on||787344

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-ExtractUse] Regenerate grammar for new Parse::RecDescent (rhbz#786849)

2012-02-04 Thread Daniel P. Berrange
commit f4492af00c5ff1d2fbe915fc951e8adca18b08c3
Author: Daniel P. Berrange berra...@redhat.com
Date:   Sat Feb 4 11:12:24 2012 +0100

Regenerate grammar for new Parse::RecDescent (rhbz#786849)

 perl-Module-ExtractUse.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index 0a751df..7c27921 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-ExtractUse
 Version:0.23
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Find out what modules are used
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -27,6 +27,11 @@ from CPAN) used by the parsed code.
 %setup -q -n Module-ExtractUse-%{version}
 
 %build
+# Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74608)
+cd lib/Module/ExtractUse
+rm Grammar.pm
+perl -MParse::RecDescent - grammar Module::ExtractUse::Grammar
+cd -
 %{__perl} Build.PL installdirs=vendor
 ./Build
 
@@ -55,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Feb  4 2012 Daniel P. Berrange berra...@redhat.com - 0.23-11
+- Regenerate grammar for new Parse::RecDescent (rhbz#786849)
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.23-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 786849] False results for Test::Pod and Test::Pod::Coverage since F17 mass rebuild

2012-02-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Daniel Berrange berra...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
Last Closed||2012-02-04 05:22:10

--- Comment #3 from Daniel Berrange berra...@redhat.com 2012-02-04 05:22:10 
EST ---
Built perl-Module-ExtractUse-0.23-11.fc17 into F17 rawhide.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Class-Autouse-2.01.tar.gz uploaded to lookaside cache by corsepiu

2012-02-04 Thread corsepiu
A file has been added to the lookaside cache for perl-Class-Autouse:

920890629fa60ba1a3a1150ffa2365fe  Class-Autouse-2.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Class-Autouse] Upstream update.

2012-02-04 Thread corsepiu
commit 429c5a0c2b1370878f03f3db954b05a5ee7ae437
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:45:22 2012 +0100

Upstream update.

- Adjust BR:'s.
- Modernize spec.

 .gitignore  |3 +--
 Class-Autouse-1.29.diff |   10 --
 perl-Class-Autouse.spec |   18 +-
 sources |2 +-
 4 files changed, 11 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf61adf..75637b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Class-Autouse-1.29.tar.gz
-/Class-Autouse-2.00.tar.gz
+/Class-Autouse-2.01.tar.gz
diff --git a/perl-Class-Autouse.spec b/perl-Class-Autouse.spec
index 8b43f8b..239c44f 100644
--- a/perl-Class-Autouse.spec
+++ b/perl-Class-Autouse.spec
@@ -1,12 +1,11 @@
 Name:  perl-Class-Autouse
-Version:   2.00
-Release:   4%{?dist}
+Version:   2.01
+Release:   1%{?dist}
 Summary:   Run-time class loading on first method call
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Class-Autouse/
 Source0:   
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Autouse-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Upstream does its very best to prevent us from running them.
 %bcond_withxt_tests
@@ -18,12 +17,12 @@ BuildRequires:  perl(Carp)
 BuildRequires: perl(File::Spec) = 0.80
 BuildRequires: perl(File::Temp) = 0.17
 BuildRequires: perl(prefork)
-BuildRequires: perl(List::Util) = 1.19
+BuildRequires: perl(List::Util) = 1.18
 BuildRequires: perl(Test::More) = 0.47
 
 # for xt tests
 %if %{with xt_tests}
-BuildRequires: perl(Perl::MinimumVersion) = 1.25
+BuildRequires: perl(Perl::MinimumVersion) = 1.27
 BuildRequires: perl(Pod::Simple) = 3.14
 BuildRequires: perl(Test::Pod) = 1.44
 BuildRequires: perl(Test::MinimumVersion) = 0.101080
@@ -44,15 +43,11 @@ AUTOMATED_TESTING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 %if %{with xt_tests}
@@ -67,6 +62,11 @@ AUTOMATED_TESTING=1 PERL_DL_NONLAZY=1 /usr/bin/perl 
-MExtUtils::Command::MM -
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org - 2.01-1
+- Upstream update.
+- Adjust BR:'s.
+- Modernize spec.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.00-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 9f4dfaa..587ca64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84fbbad122191cb046ea5d96b2d51ac3  Class-Autouse-2.00.tar.gz
+920890629fa60ba1a3a1150ffa2365fe  Class-Autouse-2.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Class-Autouse/f16] (2 commits) ...Upstream update.

2012-02-04 Thread corsepiu
Summary of changes:

  aa56809... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  429c5a0... Upstream update. (*)

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

[perl-Class-Autouse/f15] (4 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  43f5a29... Perl mass rebuild (*)
  aa56809... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  429c5a0... Upstream update. (*)
  f3ed01a... Merge cleanup.

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

[perl-Class-Autouse/f15: 4/4] Merge cleanup.

2012-02-04 Thread corsepiu
commit f3ed01af4e226394949b29efe21eca615e32923c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:50:21 2012 +0100

Merge cleanup.

 perl-Class-Autouse.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Class-Autouse.spec b/perl-Class-Autouse.spec
index 239c44f..0ee693d 100644
--- a/perl-Class-Autouse.spec
+++ b/perl-Class-Autouse.spec
@@ -67,12 +67,6 @@ AUTOMATED_TESTING=1 PERL_DL_NONLAZY=1 /usr/bin/perl 
-MExtUtils::Command::MM -
 - Adjust BR:'s.
 - Modernize spec.
 
-* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.00-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Jul 19 2011 Petr Sabata con...@redhat.com - 2.00-3
-- Perl mass rebuild
-
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.00-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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason] Upstream update.

2012-02-04 Thread corsepiu
commit 03ec2b6d937931f7027f60c54a094da0d34b0d78
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:54:43 2012 +0100

Upstream update.

 perl-HTML-Mason.spec |   12 +---
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index 949f34b..e634a82 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Mason
-Version:1.47
-Release:2%{?dist}
+Version:1.48
+Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
@@ -33,11 +33,6 @@ Requires:   perl(HTML::Entities)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   %{_sysconfdir}/httpd/conf.d
 
-# perl_filter_default breaks adding config(foo) handling
-# c.f. https://bugzilla.redhat.com/show_bug.cgi?id=674765
-Requires:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
-Provides:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
-
 %{?perl_default_filter}
 
 %description
@@ -91,6 +86,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mason
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org - 1:1.48-1
+- Upstream update.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:1.47-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File HTML-Mason-1.48.tar.gz uploaded to lookaside cache by corsepiu

2012-02-04 Thread corsepiu
A file has been added to the lookaside cache for perl-HTML-Mason:

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

[perl-HTML-Mason] (2 commits) ...Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-HTML-Mason

2012-02-04 Thread corsepiu
Summary of changes:

  8dbd327... Upstream update.
  209555e... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason: 1/2] Upstream update.

2012-02-04 Thread corsepiu
commit 8dbd32703f97ddbfb0175f87d13a29584479183c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:54:43 2012 +0100

Upstream update.

 .gitignore   |2 +-
 perl-HTML-Mason.spec |   12 +---
 sources  |2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ec822c..411a35d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/HTML-Mason-1.47.tar.gz
+/HTML-Mason-1.48.tar.gz
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index 949f34b..e634a82 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Mason
-Version:1.47
-Release:2%{?dist}
+Version:1.48
+Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
@@ -33,11 +33,6 @@ Requires:   perl(HTML::Entities)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   %{_sysconfdir}/httpd/conf.d
 
-# perl_filter_default breaks adding config(foo) handling
-# c.f. https://bugzilla.redhat.com/show_bug.cgi?id=674765
-Requires:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
-Provides:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
-
 %{?perl_default_filter}
 
 %description
@@ -91,6 +86,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mason
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org - 1:1.48-1
+- Upstream update.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:1.47-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 35d1935..b5b6cfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-770c194801a211e081bb5fa035eb36c7  HTML-Mason-1.47.tar.gz
+c0565e5d9d6917d562ed1e80dd737afd  HTML-Mason-1.48.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason: 2/2] Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-HTML-Mason

2012-02-04 Thread corsepiu
commit 209555ef8f2b896008ed94f687b8ae81824a46ed
Merge: 8dbd327 03ec2b6
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:56:22 2012 +0100

Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-HTML-Mason

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

[perl-HTML-Mason/f16] (5 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  ccde1c4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  03ec2b6... Upstream update. (*)
  8dbd327... Upstream update. (*)
  209555e... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl- (*)
  d12914e... Merge cleanup.

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

[perl-HTML-Mason/f16: 5/5] Merge cleanup.

2012-02-04 Thread corsepiu
commit d12914ec5ef231331e3073002e30af9e41400792
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 07:59:33 2012 +0100

Merge cleanup.

 perl-HTML-Mason.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index e634a82..a88357d 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -89,9 +89,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mason
 * Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org - 1:1.48-1
 - Upstream update.
 
-* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:1.47-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
 * Sat Nov 26 2011 Ralf Corsépius corse...@fedoraproject.org 1:1.47-1
 - Upstream update.
 - Spec file cleanup.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason/f15] (7 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  ccde1c4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  03ec2b6... Upstream update. (*)
  8dbd327... Upstream update. (*)
  209555e... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl- (*)
  d12914e... Merge cleanup. (*)
  123f53b... Merge remote-tracking branch 'origin/f16' into f15
  76c062e... Merge cleanup.

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

[perl-HTML-Mason/f15: 6/7] Merge remote-tracking branch 'origin/f16' into f15

2012-02-04 Thread corsepiu
commit 123f53ba7dd517f6e8892b413a4290123eb0aac9
Merge: 50fbe80 d12914e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:03:20 2012 +0100

Merge remote-tracking branch 'origin/f16' into f15

 .gitignore   |2 +-
 perl-HTML-Mason.spec |   10 --
 sources  |2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason/f15: 7/7] Merge cleanup.

2012-02-04 Thread corsepiu
commit 76c062e033692369f9872dc019a7fb11e4b7d74a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:07:02 2012 +0100

Merge cleanup.

 perl-HTML-Mason.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index a803cd6..848dfa8 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -33,6 +33,11 @@ Requires:   perl(HTML::Entities)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   %{_sysconfdir}/httpd/conf.d
 
+# perl_filter_default breaks adding config(foo) handling
+# c.f. https://bugzilla.redhat.com/show_bug.cgi?id=674765
+Requires:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
+Provides:   config(perl-HTML-Mason) = %{epoch}:%{version}-%{release}
+
 %{?perl_default_filter}
 
 %description
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

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

2012-02-04 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-TCP:

34a449920cff4a591d4a65a28b354d0a  Test-TCP-1.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-TCP] Upstream update.

2012-02-04 Thread corsepiu
commit 1fda940e8d54d411d278e85236a656d1ea59c7f7
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:27:28 2012 +0100

Upstream update.

 .gitignore |2 +-
 perl-Test-TCP.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c5bb03..67b752e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-1.14.tar.gz
+/Test-TCP-1.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 923766f..e01659a 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:1.14
-Release:2%{?dist}
+Version:1.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org 1.15-1
+- Upstream update.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 736546b..cad9fb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f328b8b207ade2aba981bddb4cc2dd31  Test-TCP-1.14.tar.gz
+34a449920cff4a591d4a65a28b354d0a  Test-TCP-1.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-TCP/f16] (3 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  1ea4d24... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  1fda940... Upstream update. (*)
  2068f3f... Merge cleanup.

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

[perl-Test-TCP/f16: 3/3] Merge cleanup.

2012-02-04 Thread corsepiu
commit 2068f3fca0cd09b3ceb2ffe1ada94f61aef5cd38
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:28:52 2012 +0100

Merge cleanup.

 perl-Test-TCP.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index e01659a..5c9170e 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -48,9 +48,6 @@ make test
 * Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org 1.15-1
 - Upstream update.
 
-* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.14-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
 * Thu Dec 15 2011 Ralf Corsépius corse...@fedoraproject.org 1.14-1
 - Upstream update.
 - BR: perl(Test::Shared::Fork) = 0.19.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-TCP/f15] (4 commits) ...Merge remote-tracking branch 'origin/f16' into f15

2012-02-04 Thread corsepiu
Summary of changes:

  1ea4d24... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  1fda940... Upstream update. (*)
  2068f3f... Merge cleanup. (*)
  21b62f7... Merge remote-tracking branch 'origin/f16' into f15

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

[perl-Test-TCP/f15: 4/4] Merge remote-tracking branch 'origin/f16' into f15

2012-02-04 Thread corsepiu
commit 21b62f7cf5041d69ded72da92c1e7bef4040cf26
Merge: 3ffb11a 2068f3f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:31:43 2012 +0100

Merge remote-tracking branch 'origin/f16' into f15

 .gitignore |2 +-
 perl-Test-TCP.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Test-CheckManifest-1.25.tar.gz uploaded to lookaside cache by corsepiu

2012-02-04 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-CheckManifest:

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

[perl-Test-CheckManifest] Upstream update.

2012-02-04 Thread corsepiu
commit 7c244bea1b00213a82bddd8aadec4cf5f7ad8d22
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:44:48 2012 +0100

Upstream update.

 .gitignore   |4 +---
 perl-Test-CheckManifest.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7055c72..b507422 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/Test-CheckManifest-1.22.tar.gz
-/Test-CheckManifest-1.23.tar.gz
-/Test-CheckManifest-1.24.tar.gz
+/Test-CheckManifest-1.25.tar.gz
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index 5e27919..27eba95 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-CheckManifest
-Version:1.24
-Release:3%{?dist}
+Version:1.25
+Release:1%{?dist}
 Summary:Check if your Manifest matches your distro
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ cd ..
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org 1.25-1
+- Upstream update.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e3bb0e7..d00c417 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5fe7345bf0f5b97f88d54a9e3d408db  Test-CheckManifest-1.24.tar.gz
+f263618a91da2a20489a95bec0639c89  Test-CheckManifest-1.25.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Moose-2.0402.tar.gz uploaded to lookaside cache by iarnell

2012-02-04 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Moose:

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

[perl-Test-CheckManifest/f16] (3 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  8c83990... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  7c244be... Upstream update. (*)
  8832a88... Merge cleanup.

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

[perl-Test-CheckManifest/f16: 3/3] Merge cleanup.

2012-02-04 Thread corsepiu
commit 8832a88007f8eced637a8b81cd3d7bd2883c312e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:45:45 2012 +0100

Merge cleanup.

 perl-Test-CheckManifest.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index 27eba95..bc9a228 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -55,9 +55,6 @@ cd ..
 * Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org 1.25-1
 - Upstream update.
 
-* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.24-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
 * Mon Jun 20 2011 Marcela Mašláňová mmasl...@redhat.com - 1.24-2
 - Perl mass rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-CheckManifest/f15] (5 commits) ...Merge cleanup.

2012-02-04 Thread corsepiu
Summary of changes:

  3866b4b... Perl mass rebuild (*)
  8c83990... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  7c244be... Upstream update. (*)
  8832a88... Merge cleanup. (*)
  5df9622... Merge cleanup.

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

[perl-Test-CheckManifest/f15: 5/5] Merge cleanup.

2012-02-04 Thread corsepiu
commit 5df962230ed120df2febaba0895c1897fa4de426
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 5 08:55:22 2012 +0100

Merge cleanup.

 perl-Test-CheckManifest.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index bc9a228..15d7dd3 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -55,9 +55,6 @@ cd ..
 * Sun Feb 05 2012 Ralf Corsépius corse...@fedoraproject.org 1.25-1
 - Upstream update.
 
-* Mon Jun 20 2011 Marcela Mašláňová mmasl...@redhat.com - 1.24-2
-- Perl mass rebuild
-
 * Sun Apr 17 2011 Ralf Corsépius corse...@fedoraproject.org 1.24-1
 - Upstream update.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Moose] update to 2.0402

2012-02-04 Thread Iain Arnell
commit a7f68ac2cbfa3a99ad34ae92b7dc7b34e284599b
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Feb 5 08:56:10 2012 +0100

update to 2.0402

 .gitignore  |1 +
 perl-Moose.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58a39c4..9421440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Moose-1.08.tar.gz
 /Moose-2.0204.tar.gz
 /Moose-2.0205.tar.gz
 /Moose-2.0401.tar.gz
+/Moose-2.0402.tar.gz
diff --git a/perl-Moose.spec b/perl-Moose.spec
index bb2372d..c9d49d4 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
-Version:2.0401
-Release:2%{?dist}
+Version:2.0402
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Moose-%{version}.tar.gz
@@ -157,6 +157,9 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Sun Feb 05 2012 Iain Arnell iarn...@gmail.com 2.0402-1
+- update to latest upstream version
+
 * Sun Jan 22 2012 Iain Arnell iarn...@gmail.com 2.0401-2
 - drop tests subpackage; move tests to main package documentation
 
diff --git a/sources b/sources
index c5cfc7b..25bd73d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dcc473722d691dc2b06fb9f776b3e62  Moose-2.0401.tar.gz
+d5da95d9e72ba83d0a11840ab83310d1  Moose-2.0402.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel