[perl-HTML-Mason-PSGIHandler/f18] (6 commits) ...Merge cleanup.

2013-09-18 Thread corsepiu
Summary of changes:

  f10c650... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  d073393... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  311e504... Perl 5.18 rebuild (*)
  2eed867... Upstream update. (*)
  6301b0e... Merge cleanup. (*)
  b9db987... 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-PSGIHandler/f18: 6/6] Merge cleanup.

2013-09-18 Thread corsepiu
commit b9db987d97ee680042266da3d2bb44c5ea77612a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Sep 18 11:17:01 2013 +0200

Merge cleanup.

 perl-HTML-Mason-PSGIHandler.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-HTML-Mason-PSGIHandler.spec b/perl-HTML-Mason-PSGIHandler.spec
index 64a3a9d..2a2f1ae 100644
--- a/perl-HTML-Mason-PSGIHandler.spec
+++ b/perl-HTML-Mason-PSGIHandler.spec
@@ -48,9 +48,6 @@ make test
 - Modernize spec.
 - Reflect upstream Source0-URL having changed.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.52-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.52-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Apache-LogFormat-Compiler-0.13.tar.gz uploaded to lookaside cache by corsepiu

2013-09-17 Thread corsepiu
A file has been added to the lookaside cache for perl-Apache-LogFormat-Compiler:

fd04ee3f4c2164b7f7909d85f11e467a  Apache-LogFormat-Compiler-0.13.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-Apache-LogFormat-Compiler/f19] Initial import (#1008300).

2013-09-17 Thread corsepiu
Summary of changes:

  84cd9fd... Initial import (#1008300). (*)

(*) 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-Apache-LogFormat-Compiler/f20] Initial import (#1008300).

2013-09-17 Thread corsepiu
Summary of changes:

  84cd9fd... Initial import (#1008300). (*)

(*) 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-Apache-LogFormat-Compiler] Initial import (#1008300).

2013-09-17 Thread corsepiu
commit 84cd9fd03525b1434a271a576e2c4f3cc31f31f2
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Sep 17 18:03:04 2013 +0200

Initial import (#1008300).

 .gitignore  |1 +
 perl-Apache-LogFormat-Compiler.spec |   53 +++
 sources |1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2d842a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Apache-LogFormat-Compiler-0.13.tar.gz
diff --git a/perl-Apache-LogFormat-Compiler.spec 
b/perl-Apache-LogFormat-Compiler.spec
new file mode 100644
index 000..bbcfdad
--- /dev/null
+++ b/perl-Apache-LogFormat-Compiler.spec
@@ -0,0 +1,53 @@
+Name:   perl-Apache-LogFormat-Compiler
+Version:0.13
+Release:1%{?dist}
+Summary:Compile a log format string to perl-code
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Apache-LogFormat-Compiler/
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl = 0:5.008005
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.98
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Try::Tiny) = 0.12
+BuildRequires:  perl(URI::Escape) = 1.60
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+Compile a log format string to perl-code. For faster generation of
+access_log lines.
+
+%prep
+%setup -q -n Apache-LogFormat-Compiler-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes LICENSE
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Sep 16 2013 Ralf Corsépius corse...@fedoraproject.org 0.13-1
+- Initial fedora package.
diff --git a/sources b/sources
index e69de29..4bb3778 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fd04ee3f4c2164b7f7909d85f11e467a  Apache-LogFormat-Compiler-0.13.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-Apache-LogFormat-Compiler/f18] Initial import (#1008300).

2013-09-17 Thread corsepiu
Summary of changes:

  84cd9fd... Initial import (#1008300). (*)

(*) 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-Parallel-Scoreboard/f20] (2 commits) ...Upstream update.

2013-09-12 Thread corsepiu
Summary of changes:

  a89716f... Upstream update. (*)
  313b32a... 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-Parallel-Scoreboard/f19: 6/6] Merge cleanup.

2013-09-12 Thread corsepiu
commit 7c43e5e3d424b4fe378684b47c19ee22c2f94d20
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 10:31:52 2013 +0200

Merge cleanup.

 perl-Parallel-Scoreboard.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index 8091ab5..4a0d0e0 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -63,9 +63,6 @@ make test
 - Upstream update.
 - Modernize spec.
 
-* Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
 * Mon Jul 22 2013 Petr Pisar ppi...@redhat.com - 0.03-9
 - Perl 5.18 rebuild
 - Remove bundled modules Test::Builder and Test::Builder::Module because they
--
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-Parallel-Scoreboard/f19] (6 commits) ...Merge cleanup.

2013-09-12 Thread corsepiu
Summary of changes:

  da55e44... Perl 5.18 rebuild (*)
  46d5216... Remove bundled modules Test::Builder and Test::Builder::Mod (*)
  7684dc3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  a89716f... Upstream update. (*)
  313b32a... Upstream update. (*)
  7c43e5e... 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-Parallel-Scoreboard/f18] (8 commits) ...Merge cleanup.

2013-09-12 Thread corsepiu
Summary of changes:

  8920096... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  da55e44... Perl 5.18 rebuild (*)
  46d5216... Remove bundled modules Test::Builder and Test::Builder::Mod (*)
  7684dc3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  a89716f... Upstream update. (*)
  313b32a... Upstream update. (*)
  7c43e5e... Merge cleanup. (*)
  785fffd... 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-Parallel-Scoreboard/f18: 8/8] Merge cleanup.

2013-09-12 Thread corsepiu
commit 785fffde9a3bd89b24636247693e7ea9f2b6689e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 11:22:17 2013 +0200

Merge cleanup.

 perl-Parallel-Scoreboard.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index 4a0d0e0..6475cfb 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -68,9 +68,6 @@ make test
 - Remove bundled modules Test::Builder and Test::Builder::Module because they
   have to match Test::More (CPAN RT#87136)
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Hash-MoreUtils-0.03.tar.gz uploaded to lookaside cache by corsepiu

2013-09-11 Thread corsepiu
A file has been added to the lookaside cache for perl-Hash-MoreUtils:

12d456c187d5b02cfa137502c87315dd  Hash-MoreUtils-0.03.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-Hash-MoreUtils] Upstream update.

2013-09-11 Thread corsepiu
commit c441d18244c4f364f04b9f86ec9c0b50833f4ee2
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:12:42 2013 +0200

Upstream update.

- Reflect upstream having abandoned pod-, manifest-testing and 
RELEASE_TESTING.
- Modernize spec.

 .gitignore   |1 +
 perl-Hash-MoreUtils.spec |   36 +++-
 sources  |2 +-
 3 files changed, 13 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a1603b..6838685 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Hash-MoreUtils-0.02.tar.gz
+/Hash-MoreUtils-0.03.tar.gz
diff --git a/perl-Hash-MoreUtils.spec b/perl-Hash-MoreUtils.spec
index 379f6cd..45740f7 100644
--- a/perl-Hash-MoreUtils.spec
+++ b/perl-Hash-MoreUtils.spec
@@ -1,61 +1,47 @@
 Name:   perl-Hash-MoreUtils
-Version:0.02
-Release:8%{?dist}
+Version:0.03
+Release:1%{?dist}
 Summary:Provide the stuff missing in Hash::Util
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Hash-MoreUtils/
 Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/Hash-MoreUtils-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.90
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
-# For improved tests
-BuildRequires:  perl(Test::Pod::Coverage) = 1.08
-BuildRequires:  perl(Test::Pod) = 1.22
-BuildRequires:  perl(Test::CheckManifest) = 0.9
-
 %description
 Similar to List::MoreUtils, Hash::MoreUtils contains trivial but commonly-
 used functionality for hashes.
 
 %prep
-# Unpackage tarball in a subdirectory, otherwise the testsuite will fail.
-%setup -q -c -n %{name}-%{version}
-%setup -q -T -D -n %{name}-%{version} -a0
+%setup -q -n Hash-MoreUtils-%{version}
 
 %build
-cd Hash-MoreUtils-%{version}
 %{__perl} Build.PL installdirs=vendor
 ./Build
-cd ..
 
 %install
-rm -rf $RPM_BUILD_ROOT
-cd Hash-MoreUtils-%{version}
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
-cd ..
 
 %check
-cd Hash-MoreUtils-%{version}
-RELEASE_TESTING=1 ./Build test
-cd ..
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Hash-MoreUtils-%{version}/Changes Hash-MoreUtils-%{version}/README
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 12 2013 Ralf Corsépius corse...@fedoraproject.org - 0.03-1
+- Upstream update.
+- Reflect upstream having abandoned pod-, manifest-testing and RELEASE_TESTING.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index cce267a..b4568c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07350a6b0813fbe88b8b48ef786dda98  Hash-MoreUtils-0.02.tar.gz
+12d456c187d5b02cfa137502c87315dd  Hash-MoreUtils-0.03.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-Hash-MoreUtils] Upstream update.

2013-09-11 Thread corsepiu
commit 38d1480a1979df0392d33b5a733d3a0b2781b0be
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:21:14 2013 +0200

Upstream update.

- Reflect upstream having abandoned pod-, manifest-testing and 
RELEASE_TESTING.
- Modernize spec.

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6838685..d986aa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Hash-MoreUtils-0.02.tar.gz
 /Hash-MoreUtils-0.03.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-Hash-MoreUtils/f20] (2 commits) ...Upstream update.

2013-09-11 Thread corsepiu
Summary of changes:

  c441d18... Upstream update. (*)
  38d1480... 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-Hash-MoreUtils/f19] (5 commits) ...Merge cleanup.

2013-09-11 Thread corsepiu
Summary of changes:

  bfdb470... Perl 5.18 rebuild (*)
  22f15bb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  c441d18... Upstream update. (*)
  38d1480... Upstream update. (*)
  22dcfdc... 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-Hash-MoreUtils/f19: 5/5] Merge cleanup.

2013-09-11 Thread corsepiu
commit 22dcfdcbf701cf4072236220a4c97bc7d6d5123b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:27:57 2013 +0200

Merge cleanup.

 perl-Hash-MoreUtils.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Hash-MoreUtils.spec b/perl-Hash-MoreUtils.spec
index 45740f7..6147247 100644
--- a/perl-Hash-MoreUtils.spec
+++ b/perl-Hash-MoreUtils.spec
@@ -42,12 +42,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 - Reflect upstream having abandoned pod-, manifest-testing and RELEASE_TESTING.
 - Modernize spec.
 
-* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Sun Jul 21 2013 Petr Pisar ppi...@redhat.com - 0.02-7
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Hash-MoreUtils/f18: 7/7] Merge cleanup.

2013-09-11 Thread corsepiu
commit 6f5b2a4bd7b3c1e54dec6e7e6d6239cb4c336a45
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:33:44 2013 +0200

Merge cleanup.

 perl-Hash-MoreUtils.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Hash-MoreUtils.spec b/perl-Hash-MoreUtils.spec
index 6147247..83382e1 100644
--- a/perl-Hash-MoreUtils.spec
+++ b/perl-Hash-MoreUtils.spec
@@ -42,9 +42,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 - Reflect upstream having abandoned pod-, manifest-testing and RELEASE_TESTING.
 - Modernize spec.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.02-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Hash-MoreUtils/f18] (7 commits) ...Merge cleanup.

2013-09-11 Thread corsepiu
Summary of changes:

  a61506b... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  bfdb470... Perl 5.18 rebuild (*)
  22f15bb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  c441d18... Upstream update. (*)
  38d1480... Upstream update. (*)
  22dcfdc... Merge cleanup. (*)
  6f5b2a4... 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

File Parallel-Scoreboard-0.04.tar.gz uploaded to lookaside cache by corsepiu

2013-09-11 Thread corsepiu
A file has been added to the lookaside cache for perl-Parallel-Scoreboard:

475912e4da95b72ee533efc0ce268717  Parallel-Scoreboard-0.04.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-Parallel-Scoreboard] Upstream update.

2013-09-11 Thread corsepiu
commit a89716f52fb8cb34d7af6e5cd990dfb3ffacc3dc
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:51:29 2013 +0200

Upstream update.

- Modernize spec.

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f040269..edc15fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Parallel-Scoreboard-0.02.tar.gz
 /Parallel-Scoreboard-0.03.tar.gz
+/Parallel-Scoreboard-0.04.tar.gz
diff --git a/sources b/sources
index 8832ced..3d2c46d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5012c8b370ed66db603638c83c5506b7  Parallel-Scoreboard-0.03.tar.gz
+475912e4da95b72ee533efc0ce268717  Parallel-Scoreboard-0.04.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-Parallel-Scoreboard] Upstream update.

2013-09-11 Thread corsepiu
commit 313b32ac2861ecb78d0bae2e3a92dc332c6e4cac
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Sep 12 06:51:56 2013 +0200

Upstream update.

- Modernize spec.

 .gitignore|2 --
 perl-Parallel-Scoreboard.spec |   10 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edc15fd..ad8485a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/Parallel-Scoreboard-0.02.tar.gz
-/Parallel-Scoreboard-0.03.tar.gz
 /Parallel-Scoreboard-0.04.tar.gz
diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index 417f4ef..8091ab5 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parallel-Scoreboard
-Version:0.03
-Release:10%{?dist}
+Version:0.04
+Release:1%{?dist}
 Summary:Scoreboard for monitoring status of many processes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/Parallel-Scoreboard/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Scoreboard-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Class::Accessor::Lite) = 0.05
+BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -53,12 +54,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 12 2013 Ralf Corsépius corse...@fedoraproject.org - 0.04-1
+- Upstream update.
+- Modernize spec.
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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 Business-Hours-0.12.tar.gz uploaded to lookaside cache by corsepiu

2013-09-08 Thread corsepiu
A file has been added to the lookaside cache for perl-Business-Hours:

2dab93f41af8382ccb3ad1ce215d2d03  Business-Hours-0.12.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-Business-Hours] Upstream update.

2013-09-08 Thread corsepiu
commit 0578376481c44eac2f337591033685ef377fb86f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:20:22 2013 +0200

Upstream update.

- Reflect upstream url having changed.

 .gitignore   |2 +-
 perl-Business-Hours.spec |   10 +++---
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfbfe18..0176b60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Business-Hours-0.11.tar.gz
+/Business-Hours-0.12.tar.gz
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 98e776c..598d3d3 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,12 +1,12 @@
 Summary:   Calculate business hours in a time period
 Name:  perl-Business-Hours
-Version:   0.11
-Release:   2%{?dist}
+Version:   0.12
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Business-Hours/
 
-Source0: 
http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz
+Source0: 
http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz
 BuildArch: noarch
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -47,6 +47,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 09 2013 Ralf Corsépius corse...@fedoraproject.org - 0.12-1
+- Upstream update.
+- Reflect upstream url having changed.
+
 * Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 0.11-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 9d5a283..1beac18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0205ff72b73eab96ee429678259bbd33  Business-Hours-0.11.tar.gz
+2dab93f41af8382ccb3ad1ce215d2d03  Business-Hours-0.12.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-Business-Hours/f20] Upstream update.

2013-09-08 Thread corsepiu
Summary of changes:

  0578376... 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-Business-Hours/f19: 3/4] Merge remote-tracking branch 'origin/f20' into f19

2013-09-08 Thread corsepiu
commit 2021622484b24f2f6106d2686aaf0895a0479b88
Merge: 0c8d1a3 0578376
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:34:23 2013 +0200

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

 .gitignore   |2 +-
 perl-Business-Hours.spec |   11 +--
 sources  |2 +-
 3 files changed, 11 insertions(+), 4 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-Business-Hours/f19] (4 commits) ...Merge cleanup.

2013-09-08 Thread corsepiu
Summary of changes:

  1afd90f... Perl 5.18 rebuild (*)
  0578376... Upstream update. (*)
  2021622... Merge remote-tracking branch 'origin/f20' into f19
  5b80024... 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-Business-Hours/f19: 4/4] Merge cleanup.

2013-09-08 Thread corsepiu
commit 5b800242a42845692be7ba2421de810febca47c9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:40:55 2013 +0200

Merge cleanup.

 perl-Business-Hours.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 47e1038..ac225bd 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -51,9 +51,6 @@ make test
 - Upstream update.
 - Reflect upstream url having changed.
 
-* Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 0.11-2
-- Perl 5.18 rebuild
-
 * Sun Jul 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.11-1
 - Upstream update.
 - Remove Business-Hours-0.10-Fix-POD-syntax.patch (Supposed to be fixed).
--
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-Business-Hours/f18: 5/5] Merge remote-tracking branch 'origin/f19' into f18

2013-09-08 Thread corsepiu
commit 24cdca467166a43414039409cb48727b55f147a6
Merge: af1c959 5b80024
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Sep 9 03:43:22 2013 +0200

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

 .gitignore   |2 +-
 perl-Business-Hours.spec |8 ++--
 sources  |2 +-
 3 files changed, 8 insertions(+), 4 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-Business-Hours/f18] (5 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-09-08 Thread corsepiu
Summary of changes:

  1afd90f... Perl 5.18 rebuild (*)
  0578376... Upstream update. (*)
  2021622... Merge remote-tracking branch 'origin/f20' into f19 (*)
  5b80024... Merge cleanup. (*)
  24cdca4... Merge remote-tracking branch 'origin/f19' into f18

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

File Starlet-0.20.tar.gz uploaded to lookaside cache by corsepiu

2013-08-28 Thread corsepiu
A file has been added to the lookaside cache for perl-Starlet:

37feaa41ff4b40c0eb6f36352495b6db  Starlet-0.20.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-Starlet] Upstream update.

2013-08-28 Thread corsepiu
commit 64165992796e30ac1e0bde0f4ec7fb1e7b2796ec
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Aug 28 09:33:08 2013 +0200

Upstream update.

 .gitignore|2 +-
 perl-Starlet.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd3b120..a8e6237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.19.tar.gz
+/Starlet-0.20.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 2ac462b..6dda32e 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:   perl-Starlet
-Version:0.19
-Release:3%{?dist}
+Version:0.20
+Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,13 +9,14 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.ta
 BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires:  perl(Parallel::Prefork) = 0.13
 BuildRequires:  perl(Plack) = 0.992
 BuildRequires:  perl(Server::Starter) = 0.06
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::TCP) = 0.15
 BuildRequires:  perl(LWP::UserAgent) = 5.8
+
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -48,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 28 2013 Ralf Corsépius corse...@fedoraproject.org - 0.20-1
+- Upstream update.
+
 * Mon Aug 05 2013 Petr Pisar ppi...@redhat.com - 0.19-3
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 6e34cf9..57ce86c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.tar.gz
+37feaa41ff4b40c0eb6f36352495b6db  Starlet-0.20.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-Starlet/f20] Upstream update.

2013-08-28 Thread corsepiu
Summary of changes:

  6416599... 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-Starlet/f19] (4 commits) ...Merge cleanup.

2013-08-28 Thread corsepiu
Summary of changes:

  fb70f59... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  bcdfe3f... Perl 5.18 rebuild (*)
  6416599... Upstream update. (*)
  d279ce0... 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-Starlet/f19: 4/4] Merge cleanup.

2013-08-28 Thread corsepiu
commit d279ce0b5b9f905a64fa39abdb0a27c0669c9e93
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Aug 28 13:07:36 2013 +0200

Merge cleanup.

 perl-Starlet.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 6dda32e..95bcbdb 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -52,12 +52,6 @@ make test
 * Wed Aug 28 2013 Ralf Corsépius corse...@fedoraproject.org - 0.20-1
 - Upstream update.
 
-* Mon Aug 05 2013 Petr Pisar ppi...@redhat.com - 0.19-3
-- Perl 5.18 rebuild
-
-* Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.19-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
 * Mon Jul 08 2013 Ralf Corsépius corse...@fedoraproject.org - 0.19-1
 - Upstream update.
 - BR: perl(LWP::UserAgent).
--
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-Starlet/f18] (5 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-08-28 Thread corsepiu
Summary of changes:

  fb70f59... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  bcdfe3f... Perl 5.18 rebuild (*)
  6416599... Upstream update. (*)
  d279ce0... Merge cleanup. (*)
  07092ef... Merge remote-tracking branch 'origin/f19' into f18

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

[perl-Starlet/f18: 5/5] Merge remote-tracking branch 'origin/f19' into f18

2013-08-28 Thread corsepiu
commit 07092ef1a8954cc3325d8ee3fb5bc6c600c64309
Merge: e7fddfa d279ce0
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Aug 28 13:51:23 2013 +0200

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

 .gitignore|2 +-
 perl-Starlet.spec |8 ++--
 sources   |2 +-
 3 files changed, 8 insertions(+), 4 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 Server-Starter-0.15.tar.gz uploaded to lookaside cache by corsepiu

2013-08-26 Thread corsepiu
A file has been added to the lookaside cache for perl-Server-Starter:

1b5b7635a9dabe3f2d60e25e2aae4c24  Server-Starter-0.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-Server-Starter] Upstream update.

2013-08-26 Thread corsepiu
commit a521eec2bd97b0635d4c489cc23a75915bea5aa2
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Aug 27 05:43:22 2013 +0200

Upstream update.

- Minor spec cleanup.

 .gitignore   |2 +-
 perl-Server-Starter.spec |   15 ++-
 sources  |2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64652b5..9c65a3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.14.tar.gz
+/Server-Starter-0.15.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 0a5809c..fde9d47 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.14
+Version:0.15
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -9,17 +9,20 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Server-Starter-%{vers
 BuildArch:  noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Proc::Wait3)
 BuildRequires:  perl(Scope::Guard)
+# For the tests
 BuildRequires:  perl(Test::TCP) = 2.00
+
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %package start_server
-Summary:   perl-Server-Starter start_server script
+Summary:perl-Server-Starter start_server script
 # FIXME: This doesn't make much sense. If at all, then this should be 
 # Requires: perl(Server::Starter) = perl-version(Server::Starter)
-Requires:  perl-Server-Starter = %{version}-%{release}
+Requires:   perl-Server-Starter = %{version}-%{release}
 
 %description
 It is often a pain to write a server program that supports graceful
@@ -57,17 +60,19 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %files start_server
-%defattr(-,root,root,-)
 %{_bindir}/start_server
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Tue Aug 27 2013 Ralf Corsépius corse...@fedoraproject.org - 0.15-1
+- Upstream update.
+- Minor spec cleanup.
+
 * Fri Aug 16 2013 Ralf Corsépius corse...@fedoraproject.org - 0.14-1
 - Upstream update.
 - BR: perl(Test::TCP) = 2.00.
diff --git a/sources b/sources
index 979dcb3..dd5b605 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0043a639ab51c73e22260db5e052616d  Server-Starter-0.14.tar.gz
+1b5b7635a9dabe3f2d60e25e2aae4c24  Server-Starter-0.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-Server-Starter/f20] Upstream update.

2013-08-26 Thread corsepiu
Summary of changes:

  a521eec... 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

File Server-Starter-0.14.tar.gz uploaded to lookaside cache by corsepiu

2013-08-16 Thread corsepiu
A file has been added to the lookaside cache for perl-Server-Starter:

0043a639ab51c73e22260db5e052616d  Server-Starter-0.14.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-Server-Starter] Upstream update.

2013-08-16 Thread corsepiu
commit 50d16f4c7986bf162377c76025321b3f71998529
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 16 12:12:24 2013 +0200

Upstream update.

- BR: perl(Test::TCP) = 2.00.

 .gitignore   |2 +-
 perl-Server-Starter.spec |   10 +++---
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c764499..64652b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.12.tar.gz
+/Server-Starter-0.14.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1b64c46..0a5809c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Server-Starter
-Version:0.12
-Release:4%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Proc::Wait3)
 BuildRequires:  perl(Scope::Guard)
-BuildRequires:  perl(Test::TCP) = 0.11
+BuildRequires:  perl(Test::TCP) = 2.00
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %package start_server
@@ -68,6 +68,10 @@ make test
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Fri Aug 16 2013 Ralf Corsépius corse...@fedoraproject.org - 0.14-1
+- Upstream update.
+- BR: perl(Test::TCP) = 2.00.
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 09fa074..979dcb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9df3edf787ff424d2ffd76bc70b15e87  Server-Starter-0.12.tar.gz
+0043a639ab51c73e22260db5e052616d  Server-Starter-0.14.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 HTML-Mason-1.51.tar.gz uploaded to lookaside cache by corsepiu

2013-08-16 Thread corsepiu
A file has been added to the lookaside cache for perl-HTML-Mason:

bb7ee986b3b7b3ea54fb6b7e25c56e81  HTML-Mason-1.51.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] Upstream update.

2013-08-16 Thread corsepiu
commit a31a4581c5eed882067925c89bc3961e8d3d93a3
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 16 12:20:53 2013 +0200

Upstream update.

 .gitignore   |2 +-
 perl-HTML-Mason.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d259d1..f547d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/HTML-Mason-1.50.tar.gz
+/HTML-Mason-1.51.tar.gz
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index 9600961..af36474 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Mason
-Version:1.50
-Release:3%{?dist}
+Version:1.51
+Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
@@ -87,6 +87,9 @@ make test
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Fri Aug 16 2013 Ralf Corsépius corse...@fedoraproject.org - 1:1.51-1
+- Upstream update.
+
 * Fri Aug 09 2013 Petr Pisar ppi...@redhat.com - 1:1.50-3
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index c4efba8..81e065d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75525f64fd93d60c2403c6aca322b754  HTML-Mason-1.50.tar.gz
+bb7ee986b3b7b3ea54fb6b7e25c56e81  HTML-Mason-1.51.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 HTML-Selector-XPath-0.16.tar.gz uploaded to lookaside cache by corsepiu

2013-08-16 Thread corsepiu
A file has been added to the lookaside cache for perl-HTML-Selector-XPath:

5e544a2eac0621c92ad8db6f1de1c5b8  HTML-Selector-XPath-0.16.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-Selector-XPath] Upstream update.

2013-08-16 Thread corsepiu
commit 71a5d6d32fdbc377e45f067e27b300126b74
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 16 17:41:16 2013 +0200

Upstream update.

 .gitignore|2 +-
 perl-HTML-Selector-XPath.spec |8 +---
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbf8a4..d838dff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/HTML-Selector-XPath-0.15.tar.gz
+/HTML-Selector-XPath-0.16.tar.gz
diff --git a/perl-HTML-Selector-XPath.spec b/perl-HTML-Selector-XPath.spec
index 605cb0e..b773a18 100644
--- a/perl-HTML-Selector-XPath.spec
+++ b/perl-HTML-Selector-XPath.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Selector-XPath
-Version:0.15
-Release:4%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:CSS Selector to XPath compiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,12 +41,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 16 2013 Ralf Corsépius corse...@fedoraproject.org - 0.16-1
+- Upstream update.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 16cf4f6..213c96d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f632f2410ecef0c8ed0dcc21dd7bfc64  HTML-Selector-XPath-0.15.tar.gz
+5e544a2eac0621c92ad8db6f1de1c5b8  HTML-Selector-XPath-0.16.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 Log-Dispatch-2.41.tar.gz uploaded to lookaside cache by corsepiu

2013-08-16 Thread corsepiu
A file has been added to the lookaside cache for perl-Log-Dispatch:

85a384db37c7fe4e5db90c0bbc376da2  Log-Dispatch-2.41.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-Log-Dispatch] Upstream update.

2013-08-16 Thread corsepiu
commit cd3828b4d29b93309468a1e795f7ee8f1ae7092e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 16 18:01:25 2013 +0200

Upstream update.

- Spec cleanup.

 .gitignore |2 +-
 perl-Log-Dispatch.spec |   12 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 475738f..2b79a5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.40.tar.gz
+/Log-Dispatch-2.41.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index bb722bf..931cada 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -10,8 +10,8 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.40
-Release:3%{?dist}
+Version:2.41
+Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -52,15 +52,12 @@ BuildRequires:  hunspell-en
 BuildRequires:  perl(Test::CPAN::Changes)
 
 %if %{with network}
-%if 0%{?fedora} = 18
-# Optional, N/A on Fedora  18
 BuildRequires:  perl(Test::Pod::No404s)
 # Required by t/release-pod-no404s.t
 # Likely a bug underneath of Test::Pod::No404s
 BuildRequires:  perl(LWP::Protocol::https)
 %endif
 %endif
-%endif
 
 # Ouch - Introduced by upstream in 2.40
 Conflicts: perl(Log::Dispatch::File::Stamped) = 0.10
@@ -94,12 +91,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root@localhost.localdomain
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/Log/
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Fri Aug 16 2013 Ralf Corsépius corse...@fedoraproject.org - 2.41-1
+- Upstream update.
+- Spec cleanup.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.40-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 31b60d3..3dde5da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3ce183bbd27fe984039fe1dcd29ff30  Log-Dispatch-2.40.tar.gz
+85a384db37c7fe4e5db90c0bbc376da2  Log-Dispatch-2.41.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 rt-3.8.17.tar.gz uploaded to lookaside cache by corsepiu

2013-08-03 Thread corsepiu
A file has been added to the lookaside cache for rt3:

2964a75f54dd4da53c945d97e5236e14  rt-3.8.17.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

[rt3] Upstream update.

2013-08-03 Thread corsepiu
commit 5ad61e4fa0fb7719ad5f3742ab1aca08c686f2b5
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Aug 3 09:04:38 2013 +0200

Upstream update.

- Unversioned %docdir.

 .gitignore |2 +-
 rt3.spec   |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2a943b..3c1e07f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/rt-3.8.16.tar.gz
+/rt-3.8.17.tar.gz
diff --git a/rt3.spec b/rt3.spec
index 9043c78..5c1c939 100644
--- a/rt3.spec
+++ b/rt3.spec
@@ -40,7 +40,7 @@
 %global RT3_LOCALSTATEDIR  %{_localstatedir}/lib/rt3
 
 Name:  rt3
-Version:   3.8.16
+Version:   3.8.17
 Release:   1%{?dist}
 Summary:   Request tracker 3
 
@@ -304,7 +304,7 @@ cat  \EOF  config.layout
   bindir:  %{RT3_BINDIR}
   sysconfdir:  %{_sysconfdir}/rt3
   libdir:  %{RT3_LIBDIR}
-  manualdir:   %{_defaultdocdir}/%{name}-%{version}
+  manualdir:   %{_defaultdocdir}/%{name}
   lexdir:  %{RT3_LEXDIR}
   localstatedir:   %{RT3_LOCALSTATEDIR}
   htmldir: %{RT3_WWWDIR}
@@ -516,6 +516,10 @@ fi
 %endif
 
 %changelog
+* Sat Aug 03 2013 Ralf Corsépius corse...@fedoraproject.org - 3.8.17-1
+- Upstream update.
+- Unversioned %%docdir.
+
 * Fri Feb 22 2013 Ralf Corsépius corse...@fedoraproject.org - 3.8.16-1
 - Upstream update.
 - Add rt-3.8.16-pod2man.diff (work around F19's pod2man having become
diff --git a/sources b/sources
index 3a6094f..ba0dbdd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbceac1c6704074ee0cf69e2e8854d31  rt-3.8.16.tar.gz
+2964a75f54dd4da53c945d97e5236e14  rt-3.8.17.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

[rt3/f19] (2 commits) ...Merge cleanup.

2013-08-03 Thread corsepiu
Summary of changes:

  5ad61e4... Upstream update. (*)
  d4009fb... 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

[rt3/f19: 2/2] Merge cleanup.

2013-08-03 Thread corsepiu
commit d4009fb56d7a6607edc69c397b6d75996a1889bc
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Aug 3 09:09:50 2013 +0200

Merge cleanup.

 rt3.spec |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/rt3.spec b/rt3.spec
index 5c1c939..d331f5b 100644
--- a/rt3.spec
+++ b/rt3.spec
@@ -304,7 +304,7 @@ cat  \EOF  config.layout
   bindir:  %{RT3_BINDIR}
   sysconfdir:  %{_sysconfdir}/rt3
   libdir:  %{RT3_LIBDIR}
-  manualdir:   %{_defaultdocdir}/%{name}
+  manualdir:   %{_defaultdocdir}/%{name}-%{version}
   lexdir:  %{RT3_LEXDIR}
   localstatedir:   %{RT3_LOCALSTATEDIR}
   htmldir: %{RT3_WWWDIR}
@@ -518,7 +518,6 @@ fi
 %changelog
 * Sat Aug 03 2013 Ralf Corsépius corse...@fedoraproject.org - 3.8.17-1
 - Upstream update.
-- Unversioned %%docdir.
 
 * Fri Feb 22 2013 Ralf Corsépius corse...@fedoraproject.org - 3.8.16-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-Business-Hours] Upstream update.

2013-07-21 Thread corsepiu
commit 62699c50fdfe501f0a523b4cdafc4c52fe35533f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jul 21 08:24:43 2013 +0200

Upstream update.

- Remove Business-Hours-0.10-Fix-POD-syntax.patch (Supposed to be fixed).
- Reflect upstream Source0-URL having changed.
- Fix %changelog date.

 .gitignore   |2 +-
 Business-Hours-0.10-Fix-POD-syntax.patch |   40 --
 perl-Business-Hours.spec |   17 +++-
 sources  |2 +-
 4 files changed, 12 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52abede..cfbfe18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Business-Hours-0.10.tar.gz
+/Business-Hours-0.11.tar.gz
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 7f1cd82..1b82221 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,14 +1,12 @@
 Summary:   Calculate business hours in a time period
 Name:  perl-Business-Hours
-Version:   0.10
-Release:   6%{?dist}
+Version:   0.11
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Business-Hours/
 
-Source0: 
http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz
-# Fix POD syntax, CPAN RT#87106
-Patch0: Business-Hours-0.10-Fix-POD-syntax.patch
+Source0: 
http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz
 BuildArch: noarch
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -27,7 +25,6 @@ number of business hours between arbitrary dates.
 
 %prep
 %setup -q -n Business-Hours-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -50,6 +47,12 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.11-1
+- Upstream update.
+- Remove Business-Hours-0.10-Fix-POD-syntax.patch (Supposed to be fixed).
+- Reflect upstream Source0-URL having changed.
+- Fix %%changelog date.
+
 * Sat Jul 20 2013 Petr Pisar ppi...@redhat.com - 0.10-6
 - Perl 5.18 rebuild
 - Fix POD syntax (CPAN RT#87106)
@@ -115,7 +118,7 @@ make test
 * Wed Mar 01 2006 Ralf Corsépius rc040...@freenet.de - 0.07-2
 - Rebuild for perl-5.8.8.
 
-* Tue Oct 10 2005 Ralf Corsepius rc040...@freenet.de - 0.07-1
+* Mon Oct 10 2005 Ralf Corsepius rc040...@freenet.de - 0.07-1
 - Upstream update.
 - FE submission.
 
diff --git a/sources b/sources
index f4d77f3..9d5a283 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-080d48d3f52aee4ec2ba791a856b3f7a  Business-Hours-0.10.tar.gz
+0205ff72b73eab96ee429678259bbd33  Business-Hours-0.11.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-Business-Hours/f19] (4 commits) ...Merge cleanup.

2013-07-21 Thread corsepiu
Summary of changes:

  bfa57e6... Perl 5.18 rebuild (*)
  dc35b83... Fix POD syntax (*)
  62699c5... Upstream update. (*)
  0c8d1a3... 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-Business-Hours/f19: 4/4] Merge cleanup.

2013-07-21 Thread corsepiu
commit 0c8d1a311047571d06926c0d5afb61261e63549a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jul 21 08:27:08 2013 +0200

Merge cleanup.

 perl-Business-Hours.spec |4 
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 1b82221..d1bfc2f 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -53,10 +53,6 @@ make test
 - Reflect upstream Source0-URL having changed.
 - Fix %%changelog date.
 
-* Sat Jul 20 2013 Petr Pisar ppi...@redhat.com - 0.10-6
-- Perl 5.18 rebuild
-- Fix POD syntax (CPAN RT#87106)
-
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Business-Hours/f18] (6 commits) ...Merge cleanup.

2013-07-21 Thread corsepiu
Summary of changes:

  c4f43ec... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  bfa57e6... Perl 5.18 rebuild (*)
  dc35b83... Fix POD syntax (*)
  62699c5... Upstream update. (*)
  0c8d1a3... Merge cleanup. (*)
  af1c959... 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-Business-Hours/f18: 6/6] Merge cleanup.

2013-07-21 Thread corsepiu
commit af1c9593778d53de50aabbf00eb69d0475c5d6f1
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jul 21 08:31:31 2013 +0200

Merge cleanup.

 perl-Business-Hours.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index d1bfc2f..0111609 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -53,9 +53,6 @@ make test
 - Reflect upstream Source0-URL having changed.
 - Fix %%changelog date.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Business-Hours-0.11.tar.gz uploaded to lookaside cache by corsepiu

2013-07-20 Thread corsepiu
A file has been added to the lookaside cache for perl-Business-Hours:

0205ff72b73eab96ee429678259bbd33  Business-Hours-0.11.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-Params-Validate] Add %bcond --without release-tests.

2013-07-18 Thread corsepiu
commit c34bc6d5b327635fbf86d9591abe48632a503e65
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jul 18 11:30:37 2013 +0200

Add %bcond --without release-tests.

- Skip release tests when bootstrapping (RHBZ #982253).

 perl-Params-Validate.spec |   18 --
 1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index eb3abeb..1da1cdd 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -5,10 +5,18 @@
 #Default: --without (Exclude tests, which don't work in koji)
 %bcond_withnetwork
 
+# --with release-tests/--without release-tests
+#Default: --with (--without when bootstrapping)
+%if 0%{?perl_bootstrap}
+%bcond_withrelease_tests
+%else
+%bcond_without release_tests
+%endif
+
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.08
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -43,6 +51,7 @@ BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Readonly::XS)
 
+%if %{with release_tests}
 # For release testing tests
 BuildRequires: perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::EOL)
@@ -54,6 +63,7 @@ BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  hunspell-en
+%endif
 
 %{?perl_default_filter}
 
@@ -82,7 +92,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-RELEASE_TESTING=1 %{!?with_network:SKIP_POD_NO404S=1} ./Build test
+%{?with_release_tests:RELEASE_TESTING=1} %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 
 %files
 %defattr(-,root,root,-)
@@ -93,6 +103,10 @@ RELEASE_TESTING=1 %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-2
+- Add %%bcond --without release-tests.
+- Skip release tests when bootstrapping (RHBZ #982253).
+
 * Tue Jun 11 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-1
 - Upstream update.
 - Update patch.
--
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-Params-Validate] Adjust license tag (RHBZ #977787).

2013-07-18 Thread corsepiu
commit 3163d671b34646ef8dbc074753f03aa3fc89ba87
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jul 18 19:37:12 2013 +0200

Adjust license tag (RHBZ #977787).

 perl-Params-Validate.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 1da1cdd..fc7ea52 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,8 +16,8 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.08
-Release:   2%{?dist}
-License:   Artistic2.0
+Release:   3%{?dist}
+License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-%{version}.tar.gz
@@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-3
+- Adjust license tag (RHBZ #977787).
+
 * Thu Jul 18 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-2
 - Add %%bcond --without release-tests.
 - Skip release tests when bootstrapping (RHBZ #982253).
--
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 IPC-Run3-0.046.tar.gz uploaded to lookaside cache by corsepiu

2013-07-16 Thread corsepiu
A file has been added to the lookaside cache for perl-IPC-Run3:

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

[perl-IPC-Run3] Upstream update.

2013-07-16 Thread corsepiu
commit ee6892f2bdd066a982aadc6a8f5b5a62d5237f78
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jul 17 04:11:32 2013 +0200

Upstream update.

 .gitignore |2 +-
 perl-IPC-Run3.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07cec6f..f777323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IPC-Run3-0.045.tar.gz
+/IPC-Run3-0.046.tar.gz
diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec
index 6f2b23f..c86148e 100644
--- a/perl-IPC-Run3.spec
+++ b/perl-IPC-Run3.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-Run3
-Version:0.045
-Release:5%{?dist}
+Version:0.046
+Release:1%{?dist}
 Summary:Run a subprocess in batch mode
 License:GPL+ or Artistic or BSD
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 17 2013 Ralf Corsépius corse...@fedoraproject.org - 0.046-1
+- Upstream update.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.045-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 77c40e6..2f61aad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8913c03a8a6c6297a6e622d656e343a  IPC-Run3-0.045.tar.gz
+c1c8f5605cae097e6fc118f7f1437dfd  IPC-Run3-0.046.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IPC-Run3/f19] Upstream update.

2013-07-16 Thread corsepiu
Summary of changes:

  ee6892f... 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-IPC-Run3/f18] (4 commits) ...Merge cleanup.

2013-07-16 Thread corsepiu
Summary of changes:

  9550492... Add missing BRs (*)
  c8cf5c2... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  ee6892f... Upstream update. (*)
  44c4909... 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-IPC-Run3/f18: 4/4] Merge cleanup.

2013-07-16 Thread corsepiu
commit 44c490953b1087330c1f757ff4d4c41fcffefbbe
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jul 17 04:21:48 2013 +0200

Merge cleanup.

 perl-IPC-Run3.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec
index c86148e..5b4c871 100644
--- a/perl-IPC-Run3.spec
+++ b/perl-IPC-Run3.spec
@@ -54,9 +54,6 @@ make test
 * Wed Jul 17 2013 Ralf Corsépius corse...@fedoraproject.org - 0.046-1
 - Upstream update.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.045-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Nov 23 2012 Petr Šabata con...@redhat.com - 0.045-4
 - Add missing BRs
 - Drop command macros
--
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-DBIx-SearchBuilder/f18] (2 commits) ...Upstream update.

2013-07-12 Thread corsepiu
Summary of changes:

  b7287dd... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  f7c1783... 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

File Locale-Maketext-Lexicon-0.96.tar.gz uploaded to lookaside cache by corsepiu

2013-07-12 Thread corsepiu
A file has been added to the lookaside cache for perl-Locale-Maketext-Lexicon:

7b88febfd5bdbb2ed9e2ea197b7f0148  Locale-Maketext-Lexicon-0.96.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-Locale-Maketext-Lexicon] Upstream update.

2013-07-12 Thread corsepiu
commit 12b6f90eb60da7c4f0a3806dc7d21fcd03db09f9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jul 12 08:10:44 2013 +0200

Upstream update.

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbcc7e7..bc9e1ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Locale-Maketext-Lexicon-0.94.tar.gz
+/Locale-Maketext-Lexicon-0.96.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 3b15307..a86eb10 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,5 +1,5 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.94
+Version:   0.96
 Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 12 2013 Ralf Corsépius corse...@fedoraproject.org - 0.96-1
+- Upstream update.
+
 * Tue May 07 2013 Ralf Corsépius corse...@fedoraproject.org - 0.94-1
 - Upstream update.
 - Modernize spec.
diff --git a/sources b/sources
index 44c825f..a0f2a90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7fda63c7ffb76474606fda809f2cc33  Locale-Maketext-Lexicon-0.94.tar.gz
+7b88febfd5bdbb2ed9e2ea197b7f0148  Locale-Maketext-Lexicon-0.96.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-Locale-Maketext-Lexicon/f19] Upstream update.

2013-07-12 Thread corsepiu
Summary of changes:

  12b6f90... 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-Locale-Maketext-Lexicon/f18: 2/2] Merge remote-tracking branch 'origin/f19' into f18

2013-07-12 Thread corsepiu
commit 1d3030a27c675fc9e01b65fdc3428d58faa53d21
Merge: 3fed29e 12b6f90
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jul 12 09:06:59 2013 +0200

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

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.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

[perl-Locale-Maketext-Lexicon/f18] (2 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-07-12 Thread corsepiu
Summary of changes:

  12b6f90... Upstream update. (*)
  1d3030a... Merge remote-tracking branch 'origin/f19' into f18

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

File Log-Dispatch-2.40.tar.gz uploaded to lookaside cache by corsepiu

2013-07-12 Thread corsepiu
A file has been added to the lookaside cache for perl-Log-Dispatch:

e3ce183bbd27fe984039fe1dcd29ff30  Log-Dispatch-2.40.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-Log-Dispatch] Upstream update.

2013-07-12 Thread corsepiu
commit 8239d29d94f6061fc034cfaf8b8525081c685f05
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jul 12 14:11:15 2013 +0200

Upstream update.

- Add Conflicts: perl(Log::Dispatch::File::Stamped) = 0.10.
- Add %bcond_with release_tests (Default to without, because RELEASE_TESTING
  is currently broken).

 .gitignore |2 +-
 perl-Log-Dispatch.spec |   23 +++
 sources|2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1712262..475738f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.38.tar.gz
+/Log-Dispatch-2.40.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 67f86c8..aa527be 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,8 +5,12 @@
 #Default: --without (Exclude tests, which don't work in koji)
 %bcond_withnetwork
 
+# --with release_tests ... also check RELEASE_TESTS.
+# Default: --without (Exclude tests)
+%bcond_withrelease_tests
+
 Name:   perl-Log-Dispatch
-Version:2.38
+Version:2.40
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -18,9 +22,10 @@ Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{versi
 Patch0: Log-Dispatch-2.38.diff
 BuildArch:  noarch
 
+BuildRequires:  perl(Apache2::Log)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Apache2::Log)
+BuildRequires:  perl(Dist::CheckConflicts) = 0.02
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(Mail::Send)
 BuildRequires:  perl(Mail::Sender)
@@ -36,6 +41,7 @@ BuildRequires:  perl(warnings)
 # testsuite
 BuildRequires:  perl(Test::More) = 0.88
 
+%if %{with release_tests} 
 # for improved tests
 BuildRequires:  perl(Test::EOL)
 BuildRequires:  perl(Test::NoTabs)
@@ -54,6 +60,10 @@ BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(LWP::Protocol::https)
 %endif
 %endif
+%endif
+
+# Ouch - Introduced by upstream in 2.40
+Conflicts: perl(Log::Dispatch::File::Stamped) = 0.10
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -81,8 +91,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-RELEASE_TESTING=1 LOG_DISPATCH_TEST_EMAIL=root@localhost.localdomain \
-make test
+make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root@localhost.localdomain
 
 %files
 %defattr(-,root,root,-)
@@ -91,6 +100,12 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Fri Jul 12 2013 Ralf Corsépius corse...@fedoraproject.org - 2.40-1
+- Upstream update.
+- Add Conflicts: perl(Log::Dispatch::File::Stamped) = 0.10.
+- Add %%bcond_with release_tests (Default to without, because RELEASE_TESTING
+  is currently broken).
+
 * Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org - 2.38-1
 - Upstream update.
 
diff --git a/sources b/sources
index cada6a4..31b60d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-783e907c4f21382774103a0a97a155cf  Log-Dispatch-2.38.tar.gz
+e3ce183bbd27fe984039fe1dcd29ff30  Log-Dispatch-2.40.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-Log-Dispatch/f19] Upstream update.

2013-07-12 Thread corsepiu
Summary of changes:

  8239d29... 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-Log-Dispatch/f18] Upstream update.

2013-07-12 Thread corsepiu
Summary of changes:

  8239d29... 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

File DBIx-SearchBuilder-1.65.tar.gz uploaded to lookaside cache by corsepiu

2013-07-11 Thread corsepiu
A file has been added to the lookaside cache for perl-DBIx-SearchBuilder:

a57146be76424d7aa8279f45a234fe5c  DBIx-SearchBuilder-1.65.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-DBIx-SearchBuilder] Upstream update.

2013-07-11 Thread corsepiu
commit f7c17831512556ba55d8cfeb9b64ccb0180916fe
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Jul 12 07:53:17 2013 +0200

Upstream update.

- BR: perl(Scalar::Util).
- Fix up bogus dates in %changelog.

 .gitignore   |2 +-
 perl-DBIx-SearchBuilder.spec |   14 ++
 sources  |2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07216c9..29fe0fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/DBIx-SearchBuilder-1.63.tar.gz
+/DBIx-SearchBuilder-1.65.tar.gz
diff --git a/perl-DBIx-SearchBuilder.spec b/perl-DBIx-SearchBuilder.spec
index edacf27..d0846b1 100644
--- a/perl-DBIx-SearchBuilder.spec
+++ b/perl-DBIx-SearchBuilder.spec
@@ -6,8 +6,8 @@
 #
 
 Name:  perl-DBIx-SearchBuilder
-Version:   1.63
-Release:   2%{?dist}
+Version:   1.65
+Release:   1%{?dist}
 Summary:   Encapsulate SQL queries and rows in simple perl objects
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -28,6 +28,7 @@ BuildRequires:perl(Test::More) = 0.52
 BuildRequires: perl(Class::Accessor)
 BuildRequires: perl(Encode)
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Scalar::Util)
 
 # Improved tests:
 BuildRequires: perl(Test::Pod)
@@ -89,6 +90,11 @@ DBIx::SearchBuilder bindings for Oracle
 %endif
 
 %changelog
+* Fri Jul 12 2013 Ralf Corsépius corse...@fedoraproject.org - 1.65-1
+- Upstream update.
+- BR: perl(Scalar::Util).
+- Fix up bogus dates in %%changelog.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.63-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -117,10 +123,10 @@ DBIx::SearchBuilder bindings for Oracle
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.59-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Mon Nov 06 2010 Ralf Corsépius corse...@fedoraproject.org - 1.59-1
+* Mon Dec 06 2010 Ralf Corsépius corse...@fedoraproject.org - 1.59-1
 - Upstream update.
 
-* Mon Nov 02 2010 Ralf Corsépius corse...@fedoraproject.org - 1.58-1
+* Tue Nov 02 2010 Ralf Corsépius corse...@fedoraproject.org - 1.58-1
 - Upstream update.
 - Spec cleanup.
 
diff --git a/sources b/sources
index 4f17087..7739ea3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5dd34b6978d313d47565ec0bc999be45  DBIx-SearchBuilder-1.63.tar.gz
+a57146be76424d7aa8279f45a234fe5c  DBIx-SearchBuilder-1.65.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-DBIx-SearchBuilder/f19] Upstream update.

2013-07-11 Thread corsepiu
Summary of changes:

  f7c1783... 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-Starlet/f19] Upstream update.

2013-07-08 Thread corsepiu
Summary of changes:

  c1a627b... 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-Starlet/f18: 7/7] Merge cleanup.

2013-07-08 Thread corsepiu
commit e7fddfa3d26b096731989c04eca06099c95c7a67
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jul 8 08:10:39 2013 +0200

Merge cleanup.

 perl-Starlet.spec |   15 +--
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index bc11203..9ea6e04 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -52,18 +52,21 @@ make test
 - Upstream update.
 - BR: perl(LWP::UserAgent).
 
-* Thu Mar 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.18-1
-- Upstream update.
-
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Mon Sep 17 2012 Ralf Corsépius corse...@fedoraproject.org - 0.16-1
 - Upstream update.
 
 * Tue Aug 14 2012 Ralf Corsépius corse...@fedoraproject.org - 0.15-1
 - Upstream update.
 
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jun 30 2012 Petr Pisar ppi...@redhat.com - 0.14-3
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Sat Nov 26 2011 Ralf Corsépius corse...@fedoraproject.org 0.14-1
 - Spec file cleanup.
 - Abandon fedora  15.
--
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-Starlet/f18] (7 commits) ...Merge cleanup.

2013-07-08 Thread corsepiu
Summary of changes:

  d09c781... Merge cleanup. (*)
  29f7af3... Merge remote-tracking branch 'origin/f18' into f17 (*)
  25818fa... Merge cleanup. (*)
  6cf83f8... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  6cb0d71... Upstream update. (*)
  c1a627b... Upstream update. (*)
  e7fddfa... 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

File Data-ICal-0.21.tar.gz uploaded to lookaside cache by corsepiu

2013-07-08 Thread corsepiu
A file has been added to the lookaside cache for perl-Data-ICal:

6b5a8286d906264d82a372e33594c5d0  Data-ICal-0.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-ICal] Upstream update.

2013-07-08 Thread corsepiu
commit cfb7cc7dcf22f9d5db9c4be872484bbff7c87d0d
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jul 8 08:27:41 2013 +0200

Upstream update.

- Reflect Source0-URL having changed.

 .gitignore  |2 +-
 perl-Data-ICal.spec |8 ++--
 sources |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 914aeac..a40d091 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Data-ICal-0.20.tar.gz
+/Data-ICal-0.21.tar.gz
diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index 94edaf6..71a2907 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -1,11 +1,11 @@
 Name:   perl-Data-ICal
-Version:0.20
+Version:0.21
 Release:1%{?dist}
 Summary:Generates iCalendar (RFC 2445) calendar files
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-ICal/
-Source0:
http://www.cpan.org/authors/id/T/TS/TSIBLEY/Data-ICal-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AL/ALEXMV/Data-ICal-%{version}.tar.gz
 
 BuildArch:  noarch
 
@@ -58,6 +58,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 08 2013 Ralf Corsépius corse...@fedoraproject.org - 0.21-1
+- Upstream update.
+- Reflect Source0-URL having changed.
+
 * Sun May 05 2013 Ralf Corsépius corse...@fedoraproject.org - 0.20-1
 - Upstream update.
 
diff --git a/sources b/sources
index b7e27ab..0469f68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48d600f1abddc55e293a070e0dfd2979  Data-ICal-0.20.tar.gz
+6b5a8286d906264d82a372e33594c5d0  Data-ICal-0.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-ICal/f19] Upstream update.

2013-07-08 Thread corsepiu
Summary of changes:

  cfb7cc7... 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-Data-ICal/f18: 2/2] Merge remote-tracking branch 'origin/f19' into f18

2013-07-08 Thread corsepiu
commit 4f877ddef8e8781488a865180ed24f366bbf61cd
Merge: 7ef69d4 cfb7cc7
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jul 8 09:24:28 2013 +0200

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

 .gitignore  |2 +-
 perl-Data-ICal.spec |8 ++--
 sources |2 +-
 3 files changed, 8 insertions(+), 4 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-Data-ICal/f18] (2 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-07-08 Thread corsepiu
Summary of changes:

  cfb7cc7... Upstream update. (*)
  4f877dd... Merge remote-tracking branch 'origin/f19' into f18

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

File Starlet-0.19.tar.gz uploaded to lookaside cache by corsepiu

2013-07-07 Thread corsepiu
A file has been added to the lookaside cache for perl-Starlet:

da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.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-Starlet] Upstream update.

2013-07-07 Thread corsepiu
commit c1a627b5d0239becbe1534d4e9c12b2f9df7e65b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jul 8 07:40:16 2013 +0200

Upstream update.

- BR: perl(LWP::UserAgent).

 .gitignore|2 +-
 perl-Starlet.spec |7 ++-
 sources   |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3cddfa..dd3b120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.18.tar.gz
+/Starlet-0.19.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index f791e15..bc11203 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starlet
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
@@ -15,6 +15,7 @@ BuildRequires:  perl(Plack) = 0.992
 BuildRequires:  perl(Server::Starter) = 0.06
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::TCP) = 0.15
+BuildRequires:  perl(LWP::UserAgent) = 5.8
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -47,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 08 2013 Ralf Corsépius corse...@fedoraproject.org - 0.19-1
+- Upstream update.
+- BR: perl(LWP::UserAgent).
+
 * Thu Mar 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.18-1
 - Upstream update.
 
diff --git a/sources b/sources
index 19ce940..6e34cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a69b568bf93db2068d3e5847f238e05  Starlet-0.18.tar.gz
+da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

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

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

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

[perl-Test-TCP] Upstream update.

2013-06-13 Thread corsepiu
commit 201c2cc3ee6be6ddda181770fd3b349defbc00d1
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jun 13 08:40:38 2013 +0200

Upstream update.

 .gitignore |2 +-
 perl-Test-TCP.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 898db91..28b00b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-1.27.tar.gz
+/Test-TCP-2.00.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index d389de1..33ee708 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-TCP
-Version:1.27
+Version:2.00
 Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
@@ -12,6 +12,7 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(Test::SharedFork) = 0.19
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(File::Which)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -40,6 +41,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 13 2013 Ralf Corsépius corse...@fedoraproject.org 2.00-1
+- Upstream update.
+
 * Tue May 21 2013 Ralf Corsépius corse...@fedoraproject.org 1.27-1
 - Upstream update.
 
diff --git a/sources b/sources
index f27a2f1..22436ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-304d2227a8f18027ae3cba21e764ebe1  Test-TCP-1.27.tar.gz
+48e496d9550e6f78eb0d622d6eea909b  Test-TCP-2.00.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-Params-Validate/f17] (6 commits) ...Do not BR modules, which are not available on F17.

2013-06-12 Thread corsepiu
Summary of changes:

  5024d40... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  c884eae... Upstream update. (*)
  b4a9d65... Upstream update. (*)
  c0c3888... Merge cleanup. (*)
  361b17c... Merge remote-tracking branch 'origin/f18' into f17
  5d3cd39... Do not BR modules, which are not available on F17.

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

[perl-Params-Validate/f17: 6/6] Do not BR modules, which are not available on F17.

2013-06-12 Thread corsepiu
commit 5d3cd39e17a881f560ad992d66ae19242aad16e5
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jun 12 13:52:31 2013 +0200

Do not BR modules, which are not available on F17.

 perl-Params-Validate.spec |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 744542b..a882f8a 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -49,8 +49,9 @@ BuildRequires:perl(Test::EOL)
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod) = 1.41
 BuildRequires: perl(Test::Pod::Coverage) = 1.04
-BuildRequires:  perl(Test::Pod::LinkCheck)
-BuildRequires:  perl(Test::Pod::No404s)
+# Optional, n/a in Fedora  18
+# BuildRequires:  perl(Test::Pod::LinkCheck)
+# BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  hunspell-en
--
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-Params-Validate/f17: 5/6] Merge remote-tracking branch 'origin/f18' into f17

2013-06-12 Thread corsepiu
commit 361b17cc869e36a74420f4d5a1509bc3b071897f
Merge: fe217fb c0c3888
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Jun 11 18:33:45 2013 +0200

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

 .gitignore|2 +-
 Params-Validate-0.99.diff |   18 --
 Params-Validate-1.08.diff |   21 +
 perl-Params-Validate.spec |   35 +--
 sources   |2 +-
 5 files changed, 48 insertions(+), 30 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 Params-Validate-1.08.tar.gz uploaded to lookaside cache by corsepiu

2013-06-11 Thread corsepiu
A file has been added to the lookaside cache for perl-Params-Validate:

5edfb0ffd92cbb0e2646ddf23d4516e9  Params-Validate-1.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-Params-Validate] Upstream update.

2013-06-11 Thread corsepiu
commit b4a9d65e8d6bf6a80657862792ed19eaa9947027
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Jun 11 17:47:48 2013 +0200

Upstream update.

- Update patch.
- Update BRs.
- Add %bcond --with network.
- Fix up %changelog dates.

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7eeae2f..82511d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Params-Validate-1.07.tar.gz
 /Params-Validate-1.08.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-Params-Validate/f19] (2 commits) ...Upstream update.

2013-06-11 Thread corsepiu
Summary of changes:

  c884eae... Upstream update. (*)
  b4a9d65... 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-Params-Validate/f18: 4/4] Merge cleanup.

2013-06-11 Thread corsepiu
commit c0c3888ec32ef18dee5e07902146dffb6c49012f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Jun 11 18:32:36 2013 +0200

Merge cleanup.

 perl-Params-Validate.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index eb3abeb..e341ee4 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -100,9 +100,6 @@ RELEASE_TESTING=1 %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 - Add %%bcond --with network.
 - Fix up %%changelog dates.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.07-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Tue Oct 30 2012 Ralf Corsépius corse...@fedoraproject.org - 1.07-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-Params-Validate/f18] (4 commits) ...Merge cleanup.

2013-06-11 Thread corsepiu
Summary of changes:

  5024d40... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  c884eae... Upstream update. (*)
  b4a9d65... Upstream update. (*)
  c0c3888... 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

File Plack-1.0022.tar.gz uploaded to lookaside cache by corsepiu

2013-05-24 Thread corsepiu
A file has been added to the lookaside cache for perl-Plack:

c090875dfbeee264fa953fd22a18fb93  Plack-1.0022.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

<    3   4   5   6   7   8   9   10   11   12   >