[rt/f21] (3 commits) ...Update patches.

2015-03-24 Thread corsepiu
Summary of changes:

  f84f971... Update to 4.2.10. (*)
  8a4fbac... Forgot to commit new sources. (*)
  4eb6a5c... Update patches. (*)

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

[rt/f22] (3 commits) ...Update patches.

2015-03-24 Thread corsepiu
Summary of changes:

  f84f971... Update to 4.2.10. (*)
  8a4fbac... Forgot to commit new sources. (*)
  4eb6a5c... Update patches. (*)

(*) 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-Lingua-EN-Sentence/f20] (5 commits) ...Merge cleanup.

2015-03-16 Thread corsepiu
Summary of changes:

  9ad5429... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  9c21ed2... Perl 5.20 rebuild (*)
  04d8d73... Upstream update. (*)
  87d397b... Merge cleanup. (*)
  2375cc9... 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-Lingua-EN-Sentence/f20: 5/5] Merge cleanup.

2015-03-16 Thread corsepiu
commit 2375cc9f8f1b22def0cd224769af4d70b7df30b8
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 16 10:21:22 2015 +0100

Merge cleanup.

 perl-Lingua-EN-Sentence.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Lingua-EN-Sentence.spec b/perl-Lingua-EN-Sentence.spec
index faab740..7d9a143 100644
--- a/perl-Lingua-EN-Sentence.spec
+++ b/perl-Lingua-EN-Sentence.spec
@@ -54,8 +54,5 @@ make test
 - Reflect Source0: having changed.
 - Add BR: perl(Test::More).
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.25-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Fri Jan 17 2014 Ralf Corsépius corse...@fedoraproject.org 0.25-1
 - Specfile autogenerated by cpanspec 1.78.
--
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-Lingua-EN-Sentence] Upstream update.

2015-03-16 Thread corsepiu
commit 04d8d73b752f6d2da48947cb720ccaace52c276b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 16 09:05:46 2015 +0100

Upstream update.

- Reflect Source0: having changed.
- Add BR: perl(Test::More).

 .gitignore   |  2 +-
 perl-Lingua-EN-Sentence.spec | 12 +---
 sources  |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d368aaf..5634920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Lingua-EN-Sentence-0.25.tar.gz
+/Lingua-EN-Sentence-0.27.tar.gz
diff --git a/perl-Lingua-EN-Sentence.spec b/perl-Lingua-EN-Sentence.spec
index 9550301..f5d87a4 100644
--- a/perl-Lingua-EN-Sentence.spec
+++ b/perl-Lingua-EN-Sentence.spec
@@ -1,12 +1,12 @@
 Name:   perl-Lingua-EN-Sentence
-Version:0.25
-Release:3%{?dist}
+Version:0.27
+Release:1%{?dist}
 Summary:Module for splitting text into sentences
 # same as perl, cf. lib/Lingua/EN/Sentence.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Lingua-EN-Sentence/
-Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMOY/Lingua-EN-Sentence-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KI/KIMRYAN/Lingua-EN-Sentence-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
@@ -15,6 +15,7 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(Test::More)
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -48,6 +49,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 16 2015 Ralf Corsépius corse...@fedoraproject.org - 0.27-1
+- Upstream update.
+- Reflect Source0: having changed.
+- Add BR: perl(Test::More).
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.25-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 4a30970..9d84fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a846acfcb6eedd1c1557fc7f79f034d  Lingua-EN-Sentence-0.25.tar.gz
+ede174970799d27eeddb7056c80c0646  Lingua-EN-Sentence-0.27.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Lingua-EN-Sentence-0.27.tar.gz uploaded to lookaside cache by corsepiu

2015-03-16 Thread corsepiu
A file has been added to the lookaside cache for perl-Lingua-EN-Sentence:

ede174970799d27eeddb7056c80c0646  Lingua-EN-Sentence-0.27.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-EN-Sentence/f22] Upstream update.

2015-03-16 Thread corsepiu
Summary of changes:

  04d8d73... 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-Lingua-EN-Sentence/f21] (3 commits) ...Merge cleanup.

2015-03-16 Thread corsepiu
Summary of changes:

  9c21ed2... Perl 5.20 rebuild (*)
  04d8d73... Upstream update. (*)
  87d397b... 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-Lingua-EN-Sentence/f21: 3/3] Merge cleanup.

2015-03-16 Thread corsepiu
commit 87d397b029c0008bd8d58b51a8104c95a4a98620
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 16 09:26:01 2015 +0100

Merge cleanup.

 perl-Lingua-EN-Sentence.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Lingua-EN-Sentence.spec b/perl-Lingua-EN-Sentence.spec
index f5d87a4..faab740 100644
--- a/perl-Lingua-EN-Sentence.spec
+++ b/perl-Lingua-EN-Sentence.spec
@@ -54,9 +54,6 @@ make test
 - Reflect Source0: having changed.
 - Add BR: perl(Test::More).
 
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.25-3
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.25-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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-Params-Validate/f20] Upstream update.

2015-03-09 Thread corsepiu
commit 368e8cba2415faf5541c79b782c5b5a2d32a5985
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 25 06:27:19 2015 +0100

Upstream update.

- BR: perl(Test::Version).

 .gitignore| 2 +-
 perl-Params-Validate.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffc9560..fb04c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.17.tar.gz
+/Params-Validate-1.18.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index abe5ecb..92af3de 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,7 +15,7 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.17
+Version:   1.18
 Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
@@ -41,7 +41,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Taint) = 0.02
 BuildRequires:  perl(Tie::Array)
@@ -62,6 +62,7 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::Version)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -102,6 +103,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 24 2015 Ralf Corsépius corse...@fedoraproject.org - 1.18-1
+- Upstream update.
+- BR: perl(Test::Version).
+
 * Sun Feb 01 2015 Ralf Corsépius corse...@fedoraproject.org - 1.17-1
 - Upstream update.
 
diff --git a/sources b/sources
index 8380f0f..73d910f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-783cd47ab1e73ca5ec08a7340d97fb54  Params-Validate-1.17.tar.gz
+2d6c94dd441cd96f98844aa19ebdbcb2  Params-Validate-1.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Quoted/f20] (5 commits) ...Merge cleanup.

2015-03-09 Thread corsepiu
Summary of changes:

  995385d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  f97e438... Perl 5.20 rebuild (*)
  3f12b67... Upstream update. (*)
  5014787... Merge cleanup. (*)
  e51073c... Merge cleanup.

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

[perl-Text-Quoted/f20: 5/5] Merge cleanup.

2015-03-09 Thread corsepiu
commit e51073cbf10194be6731e43f9a31f4050093bd2d
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 08:54:55 2015 +0100

Merge cleanup.

 perl-Text-Quoted.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index 7685515..7d03f4b 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -46,9 +46,6 @@ make test
 - Upstream update.
 - Reflect Source0: having changed.
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.08-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.08-3
 - 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

[perl-Text-Quoted/f21] (3 commits) ...Merge cleanup.

2015-03-09 Thread corsepiu
Summary of changes:

  f97e438... Perl 5.20 rebuild (*)
  3f12b67... Upstream update. (*)
  5014787... Merge cleanup.

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

[perl-Text-Quoted/f21: 3/3] Merge cleanup.

2015-03-09 Thread corsepiu
commit 5014787e267f35b1cda800b650437d510dee
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 08:52:55 2015 +0100

Merge cleanup.

 perl-Text-Quoted.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index 8133a95..7685515 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -46,9 +46,6 @@ make test
 - Upstream update.
 - Reflect Source0: having changed.
 
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 2.08-5
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.08-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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-Data-ICal] Upstream update.

2015-03-09 Thread corsepiu
commit 2df002b2665cf6a972abac4cbab1e5b5e463ae7b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 07:30:04 2015 +0100

Upstream update.

 .gitignore  | 2 +-
 perl-Data-ICal.spec | 7 +--
 sources | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a40d091..f6385d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Data-ICal-0.21.tar.gz
+/Data-ICal-0.22.tar.gz
diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index f2684d4..26c3101 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-ICal
-Version:0.21
-Release:5%{?dist}
+Version:0.22
+Release:1%{?dist}
 Summary:Generates iCalendar (RFC 2445) calendar files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 09 2015 Ralf Corsépius corse...@fedoraproject.org - 0.22-1
+- Upstream update.
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.21-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0469f68..b9e3f5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b5a8286d906264d82a372e33594c5d0  Data-ICal-0.21.tar.gz
+7ba398c22481d8de8e2bb317173b3483  Data-ICal-0.22.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 Data-ICal-0.22.tar.gz uploaded to lookaside cache by corsepiu

2015-03-09 Thread corsepiu
A file has been added to the lookaside cache for perl-Data-ICal:

7ba398c22481d8de8e2bb317173b3483  Data-ICal-0.22.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/f22] Upstream update.

2015-03-09 Thread corsepiu
Summary of changes:

  2df002b... 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/f21] (3 commits) ...Merge cleanup.

2015-03-09 Thread corsepiu
Summary of changes:

  27c3d43... Perl 5.20 rebuild (*)
  2df002b... Upstream update. (*)
  4bbd966... 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-Data-ICal/f21: 3/3] Merge cleanup.

2015-03-09 Thread corsepiu
commit 4bbd9660789e8bee771178fdcd0bb8fd1cb43c25
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 07:49:02 2015 +0100

Merge cleanup.

 perl-Data-ICal.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index 26c3101..5c889dd 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -61,9 +61,6 @@ make test
 * Mon Mar 09 2015 Ralf Corsépius corse...@fedoraproject.org - 0.22-1
 - Upstream update.
 
-* Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.21-5
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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 Text-Quoted-2.09.tar.gz uploaded to lookaside cache by corsepiu

2015-03-09 Thread corsepiu
A file has been added to the lookaside cache for perl-Text-Quoted:

50bdf7f4c88ad790738ec85ddc0845eb  Text-Quoted-2.09.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/f20: 5/5] Merge cleanup.

2015-03-09 Thread corsepiu
commit adcccf3cfbc72ac7f8421ce29259b464d93793d3
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 07:55:13 2015 +0100

Merge cleanup.

 perl-Data-ICal.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index 5c889dd..7f11a17 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -61,9 +61,6 @@ make test
 * Mon Mar 09 2015 Ralf Corsépius corse...@fedoraproject.org - 0.22-1
 - Upstream update.
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.21-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.21-3
 - 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

[perl-Data-ICal/f20] (5 commits) ...Merge cleanup.

2015-03-09 Thread corsepiu
Summary of changes:

  ddbebe1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  27c3d43... Perl 5.20 rebuild (*)
  2df002b... Upstream update. (*)
  4bbd966... Merge cleanup. (*)
  adcccf3... Merge cleanup.

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

[perl-Text-Quoted] Upstream update.

2015-03-09 Thread corsepiu
commit 3f12b67f9b9c6c56594720a1ddc10798bcbe576c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Mar 9 08:45:58 2015 +0100

Upstream update.

- Reflect Source0: having changed.

 .gitignore|  2 +-
 perl-Text-Quoted.spec | 10 +++---
 sources   |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3178ed1..56e2822 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Text-Quoted-2.08.tar.gz
+/Text-Quoted-2.09.tar.gz
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index bc7b00c..8133a95 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -1,11 +1,11 @@
 Name:  perl-Text-Quoted
-Version:   2.08
-Release:   5%{?dist}
+Version:   2.09
+Release:   1%{?dist}
 Summary:   Extract the structure of a quoted mail message
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Text-Quoted/
-Source0:
http://www.cpan.org/authors/id/T/TS/TSIBLEY/Text-Quoted-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AL/ALEXMV/Text-Quoted-%{version}.tar.gz
 
 BuildArch: noarch
 
@@ -42,6 +42,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 09 2015 Ralf Corsépius corse...@fedoraproject.org - 2.09-1
+- Upstream update.
+- Reflect Source0: having changed.
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 2.08-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5f0d567..625aed6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ddedd6541460a32223cf91c7e16fcb7  Text-Quoted-2.08.tar.gz
+50bdf7f4c88ad790738ec85ddc0845eb  Text-Quoted-2.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Quoted/f22] Upstream update.

2015-03-09 Thread corsepiu
Summary of changes:

  3f12b67... 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/f22] Upstream update.

2015-02-24 Thread corsepiu
Summary of changes:

  f202d1c... 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/f21] Upstream update.

2015-02-24 Thread corsepiu
commit 5c5d0db71d3d03e31efabf253a6a95753744551b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 25 06:27:19 2015 +0100

Upstream update.

- BR: perl(Test::Version).

 .gitignore| 2 +-
 perl-Params-Validate.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffc9560..fb04c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.17.tar.gz
+/Params-Validate-1.18.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 47de0ba..a2466fc 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,7 +15,7 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.17
+Version:   1.18
 Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
@@ -41,7 +41,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Taint) = 0.02
 BuildRequires:  perl(Tie::Array)
@@ -62,6 +62,7 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::Version)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -102,6 +103,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 24 2015 Ralf Corsépius corse...@fedoraproject.org - 1.18-1
+- Upstream update.
+- BR: perl(Test::Version).
+
 * Sun Feb 01 2015 Ralf Corsépius corse...@fedoraproject.org - 1.17-1
 - Upstream update.
 
diff --git a/sources b/sources
index 8380f0f..73d910f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-783cd47ab1e73ca5ec08a7340d97fb54  Params-Validate-1.17.tar.gz
+2d6c94dd441cd96f98844aa19ebdbcb2  Params-Validate-1.18.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] Upstream update.

2015-02-24 Thread corsepiu
commit f202d1c6cdbe61217256933f7d4ecbfc8d334ccb
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 25 06:27:19 2015 +0100

Upstream update.

- BR: perl(Test::Version).

 .gitignore| 2 +-
 perl-Params-Validate.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffc9560..fb04c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.17.tar.gz
+/Params-Validate-1.18.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 0532382..4ce7863 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,7 +15,7 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.17
+Version:   1.18
 Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
@@ -41,7 +41,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Taint) = 0.02
 BuildRequires:  perl(Tie::Array)
@@ -62,6 +62,7 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::Version)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -102,6 +103,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 24 2015 Ralf Corsépius corse...@fedoraproject.org - 1.18-1
+- Upstream update.
+- BR: perl(Test::Version).
+
 * Sun Feb 01 2015 Ralf Corsépius corse...@fedoraproject.org - 1.17-1
 - Upstream update.
 
diff --git a/sources b/sources
index 8380f0f..73d910f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-783cd47ab1e73ca5ec08a7340d97fb54  Params-Validate-1.17.tar.gz
+2d6c94dd441cd96f98844aa19ebdbcb2  Params-Validate-1.18.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 Params-Validate-1.18.tar.gz uploaded to lookaside cache by corsepiu

2015-02-24 Thread corsepiu
A file has been added to the lookaside cache for perl-Params-Validate:

2d6c94dd441cd96f98844aa19ebdbcb2  Params-Validate-1.18.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-MooX-HandlesVia/f21] (2 commits) ...Merge remote-tracking branch 'origin/f22' into f21

2015-02-18 Thread corsepiu
Summary of changes:

  29f24e6... Upstream update. (*)
  73901bc... Merge remote-tracking branch 'origin/f22' into f21

(*) 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-MooX-HandlesVia/f21: 2/2] Merge remote-tracking branch 'origin/f22' into f21

2015-02-18 Thread corsepiu
commit 73901bc2640bfc3ee75668e224d2864d5112f8c6
Merge: 08b64f5 29f24e6
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 18 18:00:33 2015 +0100

Merge remote-tracking branch 'origin/f22' into f21

 .gitignore|2 +-
 perl-MooX-HandlesVia.spec |7 +--
 sources   |2 +-
 3 files changed, 7 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 MooX-HandlesVia-0.001007.tar.gz uploaded to lookaside cache by corsepiu

2015-02-18 Thread corsepiu
A file has been added to the lookaside cache for perl-MooX-HandlesVia:

9744cfe9e431c6510d73409a27522e47  MooX-HandlesVia-0.001007.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-MooX-HandlesVia] Upstream update.

2015-02-18 Thread corsepiu
commit 29f24e629de261f2957ff70fc5dc0c36ccd2341a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 18 16:06:27 2015 +0100

Upstream update.

 .gitignore|2 +-
 perl-MooX-HandlesVia.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c75893..18678bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/MooX-HandlesVia-0.001006.tar.gz
+/MooX-HandlesVia-0.001007.tar.gz
diff --git a/perl-MooX-HandlesVia.spec b/perl-MooX-HandlesVia.spec
index 19612a1..7960ef2 100644
--- a/perl-MooX-HandlesVia.spec
+++ b/perl-MooX-HandlesVia.spec
@@ -1,5 +1,5 @@
 Name:   perl-MooX-HandlesVia
-Version:0.001006
+Version:0.001007
 Release:1%{?dist}
 Summary:NativeTrait-like behavior for Moo
 License:GPL+ or Artistic
@@ -63,11 +63,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 17 2015 Ralf Corsépius corse...@fedoraproject.org - 0.001007-1
+- Upstream update.
+
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.001006-1
 - Upstream update.
 
diff --git a/sources b/sources
index d68a0d9..e3effad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2874483d53dcce766ab9271269a31dea  MooX-HandlesVia-0.001006.tar.gz
+9744cfe9e431c6510d73409a27522e47  MooX-HandlesVia-0.001007.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-MooX-HandlesVia/f22] Upstream update.

2015-02-18 Thread corsepiu
Summary of changes:

  29f24e6... 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-File-chmod] Upstream update.

2015-02-16 Thread corsepiu
commit 92606e58b024622ddac6c63ef3125f4c5712003f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Feb 17 07:50:25 2015 +0100

Upstream update.

- Rework BR:s.

 .gitignore   |2 +-
 perl-File-chmod.spec |   17 +++--
 sources  |2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e789388..1a5a776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/File-chmod-0.40.tar.gz
+/File-chmod-0.42.tar.gz
diff --git a/perl-File-chmod.spec b/perl-File-chmod.spec
index afb8d72..7442a2b 100644
--- a/perl-File-chmod.spec
+++ b/perl-File-chmod.spec
@@ -1,19 +1,28 @@
 Name:   perl-File-chmod
-Version:0.40
-Release:3%{?dist}
+Version:0.42
+Release:1%{?dist}
 Summary:Implements symbolic and ls chmod modes
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/File-chmod/
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XE/XENO/File-chmod-%{version}.tar.gz
 BuildArch:  noarch
+
 BuildRequires:  perl(autodie)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # tests
+BuildRequires:  perl(English)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(Test::EOL)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Version)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
@@ -42,6 +51,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 17 2015 Ralf Corsépius corse...@fedoraproject.org - 0.42-1
+- Upstream update.
+- Rework BR:s.
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.40-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 98cd6c6..c3d7860 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd0c2034bcb13fb7031bc1e6b416d7a7  File-chmod-0.40.tar.gz
+b94807f4bef13506ee529a214524f9de  File-chmod-0.42.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-File-chmod/f22] Upstream update.

2015-02-16 Thread corsepiu
Summary of changes:

  92606e5... 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 File-chmod-0.42.tar.gz uploaded to lookaside cache by corsepiu

2015-02-16 Thread corsepiu
A file has been added to the lookaside cache for perl-File-chmod:

b94807f4bef13506ee529a214524f9de  File-chmod-0.42.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-Net-Twitter] Rebuild w/ perl-generators-1.03 to get rid of bogus deps.

2015-02-07 Thread corsepiu
commit 7f37e5bdabaa081378f3102c4effb080ebbe4f5d
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 7 15:22:17 2015 +0100

Rebuild w/ perl-generators-1.03 to get rid of bogus deps.

 perl-Net-Twitter.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-Twitter.spec b/perl-Net-Twitter.spec
index 71265e3..43f07ca 100644
--- a/perl-Net-Twitter.spec
+++ b/perl-Net-Twitter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Twitter
 Version:4.01008
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to the Twitter API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -76,6 +76,9 @@ http://dev.twitter.com/doc for a full description of the 
Twitter APIs.
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 07 2015 Ralf Corsépius corse...@fedoraproject.org - 4.01008-2
+- Rebuild w/ perl-generators-1.03 to get rid of bogus deps.
+
 * Thu Jan 22 2015 Julian C. Dunn jd...@aquezada.com - 4.01008-1
 - Upgrade to 4.01008 (bz#1166391)
 
--
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-Plack/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-02-04 Thread corsepiu
commit 6c7e11ef6f3c537a0f733a96d26735a076b604df
Merge: 2196bad 520e35c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 4 16:42:25 2015 +0100

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

 .gitignore  |2 +-
 perl-Plack.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-Plack/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-02-04 Thread corsepiu
Summary of changes:

  8036bbd... Upstream update. (*)
  59180da... Upstream update. (*)
  520e35c... Merge remote-tracking branch 'origin/master' into f21 (*)
  6c7e11e... Merge remote-tracking branch 'origin/f21' into f20

(*) 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.0034.tar.gz uploaded to lookaside cache by corsepiu

2015-02-04 Thread corsepiu
A file has been added to the lookaside cache for perl-Plack:

519364cae9df1f2845fd803d75dc8b3c  Plack-1.0034.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-Plack] Upstream update.

2015-02-04 Thread corsepiu
commit 8036bbd32176c82bd7bfcbc56598aeee71108982
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 4 15:08:00 2015 +0100

Upstream update.

 .gitignore  |1 +
 perl-Plack.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00a6e3e..400c8c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Plack-1.0033.tar.gz
+/Plack-1.0034.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index f46d9c4..b685db3 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,5 +1,5 @@
 Name:   perl-Plack
-Version:1.0033
+Version:1.0034
 Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
@@ -136,6 +136,9 @@ make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 %exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
 
 %changelog
+* Wed Feb 04 2015 Ralf Corsépius corse...@fedoraproject.org - 1.0034-1
+- Upstream update.
+
 * Mon Oct 27 2014 Ralf Corsépius corse...@fedoraproject.org - 1.0033-1
 - Upstream update.
 
diff --git a/sources b/sources
index 0eb2912..c013752 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41292d3c33f637773369daeac86a48b8  Plack-1.0033.tar.gz
+519364cae9df1f2845fd803d75dc8b3c  Plack-1.0034.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-Plack] Upstream update.

2015-02-04 Thread corsepiu
commit 59180daca3dcde8ed584b34f35a5cd077bf20ab9
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 4 16:09:40 2015 +0100

Upstream update.

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 400c8c0..03c0f47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Plack-1.0033.tar.gz
 /Plack-1.0034.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-Plack/f21] (3 commits) ...Merge remote-tracking branch 'origin/master' into f21

2015-02-04 Thread corsepiu
Summary of changes:

  8036bbd... Upstream update. (*)
  59180da... Upstream update. (*)
  520e35c... Merge remote-tracking branch 'origin/master' into f21

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

2015-02-04 Thread corsepiu
commit 520e35c08cb4ef6569026518106de2edd609aacc
Merge: b4b5059 59180da
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Feb 4 16:10:46 2015 +0100

Merge remote-tracking branch 'origin/master' into f21

 .gitignore  |2 +-
 perl-Plack.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-Test-TCP/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-02-03 Thread corsepiu
commit 83d08389018d188ca0e913902933710d34f50a3c
Merge: f8890ed 1c1959c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 15:59:33 2015 +0100

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

 .gitignore |2 +-
 perl-Test-TCP.spec |   10 --
 sources|2 +-
 3 files changed, 10 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-Test-TCP/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-02-03 Thread corsepiu
Summary of changes:

  c7f5ca7... Perl 5.20 rebuild (*)
  1d93ac8... Upstream update. (*)
  1c1959c... Cleanup merger (*)
  83d0838... Merge remote-tracking branch 'origin/f21' into f20

(*) 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/f21] (3 commits) ...Cleanup merger

2015-02-02 Thread corsepiu
Summary of changes:

  62db8f2... Perl 5.20 rebuild (*)
  a805c17... Upstream update. (*)
  be862f8... Cleanup merger

(*) 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/f21: 3/3] Cleanup merger

2015-02-02 Thread corsepiu
commit be862f8fe2e9699829b8871703d11fc9a108839e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Feb 3 04:27:49 2015 +0100

Cleanup merger

 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 b533bf7..e900a92 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -75,9 +75,6 @@ make test
 - Upstream update.
 - Rework BRs.
 
-* Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.05-3
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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 Parallel-Scoreboard-0.07.tar.gz uploaded to lookaside cache by corsepiu

2015-02-02 Thread corsepiu
A file has been added to the lookaside cache for perl-Parallel-Scoreboard:

3bb98a69687aab17cbe4efec342b2855  Parallel-Scoreboard-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Parallel-Scoreboard] Upstream update.

2015-02-02 Thread corsepiu
commit a805c172b1fc56f19d531aa503482c3e909e79fb
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Feb 3 04:23:52 2015 +0100

Upstream update.

- Rework BRs.

 .gitignore|2 +-
 perl-Parallel-Scoreboard.spec |   45 ++--
 sources   |2 +-
 3 files changed, 27 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a69610e..5ff2d9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Scoreboard-0.05.tar.gz
+/Parallel-Scoreboard-0.07.tar.gz
diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index 4f3ec58..b533bf7 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -1,36 +1,37 @@
 Name:   perl-Parallel-Scoreboard
-Version:0.05
-Release:3%{?dist}
+Version:0.07
+Release:1%{?dist}
 Summary:Scoreboard for monitoring status of many processes
 License:GPL+ or Artistic
 Group:  Development/Libraries
 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(Digest::MD5)
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Filter::Util::Call)
-BuildRequires:  perl(HTML::Entities)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(JSON)
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Spiffy)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Base)
 BuildRequires:  perl(Test::Base::Filter)
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Builder::Module)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
-
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
-Requires:   perl(Class::Accessor::Lite) = 0.05
-# Filter out unversioned R: perl(Class::Accessor::Lite)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Accessor::Lite\\)
+# Run-time deps
+BuildRequires: perl(Class::Accessor::Lite)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(HTML::Entities)
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(JSON)
+BuildRequires: perl(POSIX)
+BuildRequires: perl(Parallel::Scoreboard)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
 Parallel::Scoreboard is a pure-perl implementation of a process scoreboard.
@@ -39,16 +40,16 @@ like the status module of the Apache HTTP server.
 
 %prep
 %setup -q -n Parallel-Scoreboard-%{version}
+
 # Remove bundled modules
 for f in inc/Test/More.pm inc/File/Temp.pm inc/Spiffy.pm \
 inc/Test/Base.pm inc/Test/Base/Filter.pm \
-inc/Test/Builder.pm inc/Test/Builder/Module.pm; do
+inc/Test/Builder.pm inc/Test/Builder/Module.pm \
+inc/Test/Warn.pm; do
   pat=$(echo $f | sed 's,/,\\/,g;s,\.,\\.,g')
   rm $f
   sed -i -e /$pat/d MANIFEST
 done
-# Packaging bug in 0.05
-sed -i -e '/Parallel-Scoreboard-0.04.tar/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -70,6 +71,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 02 2015 Ralf Corsépius corse...@fedoraproject.org - 0.07-1
+- Upstream update.
+- Rework BRs.
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.05-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d2a760c..1ea1cae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6205fd28dc200a0ad2b71247068d6f8  Parallel-Scoreboard-0.05.tar.gz
+3bb98a69687aab17cbe4efec342b2855  Parallel-Scoreboard-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Parallel-Scoreboard/f20] (5 commits) ...Cleanup merger.

2015-02-02 Thread corsepiu
Summary of changes:

  a59300c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  62db8f2... Perl 5.20 rebuild (*)
  a805c17... Upstream update. (*)
  be862f8... Cleanup merger (*)
  16202ea... Cleanup merger.

(*) 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: 5/5] Cleanup merger.

2015-02-02 Thread corsepiu
commit 16202eac17c1f4adce597884ec266f5b0c6f092d
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Feb 3 04:38:55 2015 +0100

Cleanup merger.

 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 e900a92..c43e880 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -75,9 +75,6 @@ make test
 - Upstream update.
 - Rework BRs.
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Mon Apr 14 2014 Ralf Corsépius corse...@fedoraproject.org - 0.05-1
 - Upstream update.
 - Remove more bundled modules.
--
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/f21: 3/3] Merge remote-tracking branch 'origin/master' into f21

2015-01-31 Thread corsepiu
commit 1a7e52015336fae96949121226887229333c3e67
Merge: 758c671 7378847
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 1 08:05:12 2015 +0100

Merge remote-tracking branch 'origin/master' into f21

 .gitignore|2 +-
 perl-Params-Validate.spec |9 +++--
 sources   |2 +-
 3 files changed, 9 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-Params-Validate/f21] (3 commits) ...Merge remote-tracking branch 'origin/master' into f21

2015-01-31 Thread corsepiu
Summary of changes:

  a2e3645... Remove unused test-time dependency on Readonly:::XS (*)
  7378847... Upstream update. (*)
  1a7e520... Merge remote-tracking branch 'origin/master' into f21

(*) 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/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-01-31 Thread corsepiu
commit 46dc721f958720120c786eb71d118fe6d2006325
Merge: 2613abe 1a7e520
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 1 08:08:15 2015 +0100

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

 .gitignore|2 +-
 perl-Params-Validate.spec |9 +++--
 sources   |2 +-
 3 files changed, 9 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-Params-Validate/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-01-31 Thread corsepiu
Summary of changes:

  a2e3645... Remove unused test-time dependency on Readonly:::XS (*)
  7378847... Upstream update. (*)
  1a7e520... Merge remote-tracking branch 'origin/master' into f21 (*)
  46dc721... Merge remote-tracking branch 'origin/f21' into f20

(*) 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] Upstream update.

2015-01-31 Thread corsepiu
commit 73788476693031d1b59ba79f6858962de324de5c
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 1 08:03:45 2015 +0100

Upstream update.

 .gitignore|2 +-
 perl-Params-Validate.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbffe69..ffc9560 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.16.tar.gz
+/Params-Validate-1.17.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 5de3f7c..0532382 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.16
-Release:   2%{?dist}
+Version:   1.17
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -102,6 +102,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 01 2015 Ralf Corsépius corse...@fedoraproject.org - 1.17-1
+- Upstream update.
+
 * Mon Jan 12 2015 Petr Pisar ppi...@redhat.com - 1.16-2
 - Remove unused test-time dependency on Readonly:::XS
 
diff --git a/sources b/sources
index 8b90971..8380f0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-616c869002972046a6b82d96687d09cb  Params-Validate-1.16.tar.gz
+783cd47ab1e73ca5ec08a7340d97fb54  Params-Validate-1.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

File Params-Validate-1.17.tar.gz uploaded to lookaside cache by corsepiu

2015-01-31 Thread corsepiu
A file has been added to the lookaside cache for perl-Params-Validate:

783cd47ab1e73ca5ec08a7340d97fb54  Params-Validate-1.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

[perl-Test-SharedFork/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-01-26 Thread corsepiu
commit 94c145bd53bc3f80f0cf8c16ef004ecdd56b9b74
Merge: 7cf4bd1 49673fa
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 15:22:00 2015 +0100

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

 .gitignore|2 +-
 perl-Test-SharedFork.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-Test-SharedFork/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-01-26 Thread corsepiu
Summary of changes:

  b80117e... Perl 5.20 rebuild (*)
  3b00777... Upstream update. (*)
  49673fa... Merge cleanup. (*)
  94c145b... Merge remote-tracking branch 'origin/f21' into f20

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

[perl-Test-TCP] Upstream update.

2015-01-26 Thread corsepiu
commit 1d93ac86e416156197ecaa0524036cc660137057
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 15:48:08 2015 +0100

Upstream update.

 .gitignore |2 +-
 perl-Test-TCP.spec |   12 +---
 sources|2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62395e5..e8e8b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.06.tar.gz
+/Test-TCP-2.07.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 80e07af..deae704 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.06
-Release:2%{?dist}
+Version:2.07
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) = 0.98
-BuildRequires:  perl(Test::SharedFork) = 0.19
+BuildRequires:  perl(Test::SharedFork) = 0.29
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(warnings)
 
@@ -33,6 +33,9 @@ Test::TCP is test utilities for TCP/IP program.
 %prep
 %setup -q -n Test-TCP-%{version}
 
+# FIXME: Work around to inconsistency in Test-TCP-2.07
+sed -i -e 's,use Test::SharedFork 0.12;,use Test::SharedFork 0.29;,' 
lib/Test/TCP.pm
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -53,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 2.07-1
+- Upstream update.
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 2.06-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 34630ef..e727dd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab8f2025180c91eca7f7cbf90c3c7784  Test-TCP-2.06.tar.gz
+e6d7f7b09f7193709fc8a059b699c93d  Test-TCP-2.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-TCP/f21] (3 commits) ...Cleanup merger

2015-01-26 Thread corsepiu
Summary of changes:

  c7f5ca7... Perl 5.20 rebuild (*)
  1d93ac8... Upstream update. (*)
  1c1959c... Cleanup merger

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

[perl-Test-TCP/f21: 3/3] Cleanup merger

2015-01-26 Thread corsepiu
commit 1c1959ca8bff5bea75d965783ea260e61107e3e2
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 15:57:36 2015 +0100

Cleanup merger

 perl-Test-TCP.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index deae704..6e4f6d4 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -59,9 +59,6 @@ make test
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 2.07-1
 - Upstream update.
 
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 2.06-2
-- Perl 5.20 rebuild
-
 * Thu Jul 03 2014 Ralf Corsépius corse...@fedoraproject.org - 2.06-1
 - Upstream update.
 - Remove Test-TCP-2.02-Wait-infinitely-if-max_wait-is-negative.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-Tree-Simple/f21: 3/4] Merge remote-tracking branch 'origin/master' into f21

2015-01-26 Thread corsepiu
commit b789f79a5376e160d5d36bfa17af124c410e49a1
Merge: 472ecf4 593ad4b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 16:57:30 2015 +0100

Merge remote-tracking branch 'origin/master' into f21

 .gitignore|2 +-
 perl-Tree-Simple.spec |8 +++-
 sources   |2 +-
 3 files changed, 9 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-Tree-Simple/f21: 4/4] Cleanup merger.

2015-01-26 Thread corsepiu
commit 435673dc3bb23ce16fb78a6d34830a98b2162071
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 16:58:03 2015 +0100

Cleanup merger.

 perl-Tree-Simple.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 15fbd10..48ebe57 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -44,9 +44,6 @@ make test
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 1.25-1
 - Upstream update.
 
-* Tue Sep 09 2014 Jitka Plesnikova jples...@redhat.com - 1.24-2
-- Perl 5.20 mass
-
 * Mon Sep 08 2014 Ralf Corsépius corse...@fedoraproject.org - 1.24-1
 - Upstream update.
 - Reflect upstream having dropped Test::Version.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tree-Simple/f20: 5/5] Merge remote-tracking branch 'origin/f21' into f20

2015-01-26 Thread corsepiu
commit 9e9e387a41534163c252565269595cdd997813a2
Merge: d3638af 435673d
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 17:10:28 2015 +0100

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

 .gitignore|2 +-
 perl-Tree-Simple.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-Tree-Simple/f21] (4 commits) ...Cleanup merger.

2015-01-26 Thread corsepiu
Summary of changes:

  3483db5... Perl 5.20 mass (*)
  593ad4b... Upstream update. (*)
  b789f79... Merge remote-tracking branch 'origin/master' into f21
  435673d... Cleanup merger.

(*) 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 Tree-Simple-1.25.tgz uploaded to lookaside cache by corsepiu

2015-01-26 Thread corsepiu
A file has been added to the lookaside cache for perl-Tree-Simple:

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

[perl-Tree-Simple] Upstream update.

2015-01-26 Thread corsepiu
commit 593ad4b869d5730b6595866cf1793940f98d2c98
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 16:37:33 2015 +0100

Upstream update.

 .gitignore|2 +-
 perl-Tree-Simple.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c5310e..9e94666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.24.tgz
+/Tree-Simple-1.25.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 26ae4e1..8ed04fb 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.24
-Release:   2%{?dist}
+Version:   1.25
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 1.25-1
+- Upstream update.
+
 * Tue Sep 09 2014 Jitka Plesnikova jples...@redhat.com - 1.24-2
 - Perl 5.20 mass
 
diff --git a/sources b/sources
index 1b740f5..5729216 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1260063990a071194788bce105433bd  Tree-Simple-1.24.tgz
+4a9927a8847cb0440c4a833d6871ffd3  Tree-Simple-1.25.tgz
--
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.07.tar.gz uploaded to lookaside cache by corsepiu

2015-01-26 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-TCP:

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

[rt/f21] (3 commits) ...Remove --with/without gpg.

2015-01-26 Thread corsepiu
Summary of changes:

  02cdaae... Update to rt-4.2.9. (*)
  8993ba3... Update to rt-4.2.9. (*)
  65c327e... Remove --with/without gpg. (*)

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

[rt] Remove --with/without gpg.

2015-01-26 Thread corsepiu
commit 65c327e7bad71f23e18a44902e3cee0e93e854c3
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Tue Jan 27 04:28:17 2015 +0100

Remove --with/without gpg.

- Remove --with/without gd.
- Remove --with/without graphviz.

 rt.spec |   54 +++---
 1 files changed, 19 insertions(+), 35 deletions(-)
---
diff --git a/rt.spec b/rt.spec
index 14c4af2..96a88a7 100644
--- a/rt.spec
+++ b/rt.spec
@@ -4,28 +4,11 @@
 # package are under the same license as the package itself.
 #
 
-# Supported rpmbuild options:
-#
-# --with gd/--without gd 
-#  enable/disable gd support
-#  Default: enabled (had been default in rt  3.8.0)
-%bcond_without gd 
-
-# --with graphviz/--without graphviz
-#  enable/disable graphiz support
-#  Default: disabled (missing deps)
-%bcond_with graphviz
-
 # --with devel_mode/--without devel_mode
 #  enable/disable building/installing devel files
 #  Default: enabled
 %bcond_without devel_mode
 
-# --with gpg/--without gpg
-#  enable/disable building gpg support
-#  Default: disabled
-%bcond_with gpg
-
 # --with runtests
 #  run testsuite when building the rpm
 #  Default: disabled (doesn't work in chroots.)
@@ -56,7 +39,7 @@
 
 Name:  rt
 Version:   4.2.9
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Request tracker
 
 Group: Applications/Internet
@@ -127,11 +110,11 @@ BuildRequires: perl(File::ShareDir)
 BuildRequires: perl(File::Spec) = 0.8
 BuildRequires: perl(File::Temp) = 0.19
 BuildRequires: perl(File::Which)
-%{?with_gd:BuildRequires: perl(GD)}
-%{?with_gd:BuildRequires: perl(GD::Graph) = 1.47}
-%{?with_gd:BuildRequires: perl(GD::Text)}
-%{?with_gpg:BuildRequires: perl(GnuPG::Interface)}
-%{?with_graphviz:BuildRequires: perl(GraphViz)}
+BuildRequires: perl(GD)
+BuildRequires: perl(GD::Graph) = 1.47
+BuildRequires: perl(GD::Text)
+BuildRequires: perl(GnuPG::Interface)
+BuildRequires: perl(GraphViz)
 BuildRequires: perl(Getopt::Long) = 2.24
 BuildRequires: perl(HTML::Entities)
 %{?with_devel_mode:BuildRequires: perl(HTML::Form)}
@@ -147,9 +130,9 @@ BuildRequires: perl(HTML::TreeBuilder)
 BuildRequires: perl(HTTP::Request::Common)
 BuildRequires: perl(HTTP::Server::Simple) = 0.34
 BuildRequires: perl(HTTP::Server::Simple::Mason) = 0.09
-%{?with_graphviz:BuildRequires: perl(IPC::Run)}
+BuildRequires: perl(IPC::Run)
 BuildRequires: perl(IPC::Run3)
-%{?with_graphviz:BuildRequires: perl(IPC::Run::SafeHandles)}
+BuildRequires: perl(IPC::Run::SafeHandles)
 BuildRequires: perl(JSON)
 BuildRequires: perl(JavaScript::Minifier)
 BuildRequires: perl(List::MoreUtils)
@@ -174,7 +157,7 @@ BuildRequires: perl(Net::Server)
 BuildRequires: perl(Net::Server::PreFork)
 BuildRequires: perl(Net::SMTP)
 BuildRequires: perl(Net::SSL)
-%{?with_gpg:BuildRequires: perl(PerlIO::eol)}
+BuildRequires: perl(PerlIO::eol)
 BuildRequires: perl(Pod::Usage)
 BuildRequires: perl(Plack)
 BuildRequires: perl(Plack::Handler::Starlet)
@@ -219,7 +202,6 @@ BuildRequires: perl(XML::RSS) = 1.05
 %{?with_runtests:BuildRequires: perl(Test::Warn)}
 %{?with_runtests:BuildRequires: perl(Test::MockTime)}
 %{?with_runtests:BuildRequires: perl(String::ShellQuote)}
-%{?with_runtests:BuildRequires: perl(PerlIO::eol)}
 %{?with_runtests:BuildRequires: perl(Test::Expect)}
 
 BuildRequires: /usr/bin/pod2man
@@ -249,9 +231,9 @@ Requires: perl(Data::ICal::Entry::Event)
 %{?with_pg:Requires: perl(DBD::Pg)}
 %{?with_pg:Conflicts: perl(DBD::Pg) == 3.3.0}
 Requires: perl(Log::Dispatch::Perl)
-%{?with_gd:Requires: perl(GD::Text)}
-%{?with_gd:Requires: perl(GD::Graph::bars)}
-%{?with_gd:Requires: perl(GD::Graph::pie)}
+Requires: perl(GD::Text)
+Requires: perl(GD::Graph::bars)
+Requires: perl(GD::Graph::pie)
 Requires: perl(HTML::Quoted)
 Requires: perl(HTTP::Server::Simple::Mason)
 Requires: perl(HTML::Mason::Request)
@@ -261,6 +243,7 @@ Requires: perl(LWP::MediaTypes)
 Requires: perl(mod_perl2)
 Requires: perl(Module::Versions::Report)
 Requires: perl(Net::Server::PreFork)
+Requires: perl(PerlIO::eol)
 Requires: perl(Plack::Middleware::Test::StashWarnings) = 0.06
 Requires: perl(Plack::Handler::Starlet)
 Requires: perl(Text::Quoted)
@@ -324,7 +307,6 @@ Requires:   perl(DBD::SQLite)
 Requires:  perl(GnuPG::Interface)
 # Bug: The testsuite unconditionally depends upon perl(GraphViz)
 Requires:  perl(GraphViz)
-Requires:  perl(PerlIO::eol)
 Requires:  perl(Plack::Handler::Apache2)
 Requires:   perl(Set::Tiny)
 Requires:   perl(String::ShellQuote)
@@ -425,10 +407,7 @@ sed -i -e 
's,$(RT_ETC_PATH)/upgrade,%{_datadir}/%{name}/upgrade,g' Makefile.in
 --with-db-type=%{?with_mysql:mysql}%{?with_pg:Pg} \
 --enable-layout=Fedora \
 --with-web-handler=modperl2 \
---libdir=%{RT_LIBDIR} \
-%{?with_graphviz:--enable-graphviz}%{!?with_graphviz:--disable-graphviz} \
-%{?with_gd:--enable-gd}%{!?with_gd:--disable-gd} \
-%{?with_gpg:--enable-gpg}%{!?with_gpg:--disable-gpg}
+--libdir=%{RT_LIBDIR}
 
 

[perl-MooX-HandlesVia/f21] (3 commits) ...Cleanup merger.

2015-01-25 Thread corsepiu
Summary of changes:

  4d7551c... Perl 5.20 rebuild (*)
  63d83c5... Upstream update. (*)
  08b64f5... Cleanup merger.

(*) 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-MooX-HandlesVia/f21: 3/3] Cleanup merger.

2015-01-25 Thread corsepiu
commit 08b64f55c2db6d7cb6ac4281ed6a31f6d0347301
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 07:59:05 2015 +0100

Cleanup merger.

 perl-MooX-HandlesVia.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-MooX-HandlesVia.spec b/perl-MooX-HandlesVia.spec
index 19612a1..c5fa97b 100644
--- a/perl-MooX-HandlesVia.spec
+++ b/perl-MooX-HandlesVia.spec
@@ -71,9 +71,6 @@ make test
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.001006-1
 - Upstream update.
 
-* Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.001005-4
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.001005-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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 MooX-HandlesVia-0.001006.tar.gz uploaded to lookaside cache by corsepiu

2015-01-25 Thread corsepiu
A file has been added to the lookaside cache for perl-MooX-HandlesVia:

2874483d53dcce766ab9271269a31dea  MooX-HandlesVia-0.001006.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-MooX-HandlesVia] Upstream update.

2015-01-25 Thread corsepiu
commit 63d83c5401bba5e9abd59ede7eb9b0e8192eff46
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 07:46:19 2015 +0100

Upstream update.

 .gitignore|2 +-
 perl-MooX-HandlesVia.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ec0ae9..5c75893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/MooX-HandlesVia-0.001005.tar.gz
+/MooX-HandlesVia-0.001006.tar.gz
diff --git a/perl-MooX-HandlesVia.spec b/perl-MooX-HandlesVia.spec
index 913d896..19612a1 100644
--- a/perl-MooX-HandlesVia.spec
+++ b/perl-MooX-HandlesVia.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooX-HandlesVia
-Version:0.001005
-Release:4%{?dist}
+Version:0.001006
+Release:1%{?dist}
 Summary:NativeTrait-like behavior for Moo
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.001006-1
+- Upstream update.
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.001005-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6790f50..d68a0d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-298db139865d00bcdcb73190d22884c4  MooX-HandlesVia-0.001005.tar.gz
+2874483d53dcce766ab9271269a31dea  MooX-HandlesVia-0.001006.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

[rt] Update to rt-4.2.9.

2015-01-25 Thread corsepiu
commit 8993ba32e35c9172022b1905a1c0abe753a20060
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 08:10:02 2015 +0100

Update to rt-4.2.9.

 .gitignore |2 +-
 sources|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae1a497..1d9725a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/rt-4.0.22.tar.gz
+/rt-4.2.9.tar.gz
diff --git a/sources b/sources
index 7750565..908f2dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38bcc5d4eee480e70617175878f65c43  rt-4.0.22.tar.gz
+6d577abd9f5c374c18bff3550f3e7226  rt-4.2.9.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-4.2.9.tar.gz uploaded to lookaside cache by corsepiu

2015-01-25 Thread corsepiu
A file has been added to the lookaside cache for rt:

6d577abd9f5c374c18bff3550f3e7226  rt-4.2.9.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-MooX-HandlesVia/f20: 5/5] Cleanup merger.

2015-01-25 Thread corsepiu
commit 89550f747d510c9865b14a77f0f5036ff5000a88
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jan 26 08:02:03 2015 +0100

Cleanup merger.

 perl-MooX-HandlesVia.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-MooX-HandlesVia.spec b/perl-MooX-HandlesVia.spec
index c5fa97b..de0e99d 100644
--- a/perl-MooX-HandlesVia.spec
+++ b/perl-MooX-HandlesVia.spec
@@ -71,9 +71,6 @@ make test
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.001006-1
 - Upstream update.
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.001005-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Tue Mar 25 2014 Ralf Corsépius corse...@fedoraproject.org 0.001005-2
 - Reflect review.
 - Do not package dist.ini, README.mkdn, META.json.
--
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-MooX-HandlesVia/f20] (5 commits) ...Cleanup merger.

2015-01-25 Thread corsepiu
Summary of changes:

  ff16cf2... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  4d7551c... Perl 5.20 rebuild (*)
  63d83c5... Upstream update. (*)
  08b64f5... Cleanup merger. (*)
  89550f7... Cleanup merger.

(*) 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 rt-4.0.22.tar.gz uploaded to lookaside cache by corsepiu

2015-01-23 Thread corsepiu
A file has been added to the lookaside cache for rt:

38bcc5d4eee480e70617175878f65c43  rt-4.0.22.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

[rt/f21] Initial import.

2015-01-23 Thread corsepiu
Summary of changes:

  7e612d4... Initial import. (*)

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

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

2015-01-08 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-CheckManifest:

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

[perl-Test-CheckManifest/f21: 3/3] Cleanup merger.

2015-01-08 Thread corsepiu
commit e5f1f38c803fdd7b0aed562ea3c4ff82dcbe2d84
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 13:33:44 2015 +0100

Cleanup merger.

 perl-Test-CheckManifest.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index bb0f5c8..5aaa6a5 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -55,9 +55,6 @@ cd ..
 * Thu Jan 08 2015 Ralf Corsépius corse...@fedoraproject.org - 1.29-1
 - Upstream update.
 
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.28-3
-- Perl 5.20 rebuild
-
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.28-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-CheckManifest/f21] (3 commits) ...Cleanup merger.

2015-01-08 Thread corsepiu
Summary of changes:

  24ab76c... Perl 5.20 rebuild (*)
  db555c5... Upstream update. (*)
  e5f1f38... Cleanup merger.

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

[perl-Test-CheckManifest/f20: 5/5] Cleanup merger.

2015-01-08 Thread corsepiu
commit 9a0fc6b0877b80b965f5d85262668e5901e4cfcd
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 13:35:37 2015 +0100

Cleanup merger.

 perl-Test-CheckManifest.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index 5aaa6a5..a5ec7ba 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -55,9 +55,6 @@ cd ..
 * Thu Jan 08 2015 Ralf Corsépius corse...@fedoraproject.org - 1.29-1
 - Upstream update.
 
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.28-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Fri Jan 24 2014 Ralf Corsépius corse...@fedoraproject.org - 1.28-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-Test-CheckManifest/f20] (5 commits) ...Cleanup merger.

2015-01-08 Thread corsepiu
Summary of changes:

  543b8c4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  24ab76c... Perl 5.20 rebuild (*)
  db555c5... Upstream update. (*)
  e5f1f38... Cleanup merger. (*)
  9a0fc6b... Cleanup merger.

(*) 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 CHI-0.59.tar.gz uploaded to lookaside cache by corsepiu

2015-01-08 Thread corsepiu
A file has been added to the lookaside cache for perl-CHI:

fc0d4210ed8d132e7bc0bd0c2bd0b62f  CHI-0.59.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-CHI/f21] (3 commits) ...Merge cleanup.

2015-01-08 Thread corsepiu
Summary of changes:

  99f1a26... Perl 5.20 rebuild (*)
  573b2be... Upstream update. (*)
  4b61271... 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-CHI/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-01-08 Thread corsepiu
commit 650459bae801bb5861d2e6d935c41a203383c84c
Merge: c53c75b 4b61271
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 11:02:55 2015 +0100

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

 .gitignore|2 +-
 perl-CHI.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-CHI/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-01-08 Thread corsepiu
Summary of changes:

  99f1a26... Perl 5.20 rebuild (*)
  573b2be... Upstream update. (*)
  4b61271... Merge cleanup. (*)
  650459b... Merge remote-tracking branch 'origin/f21' into f20

(*) 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-CHI] Upstream update.

2015-01-08 Thread corsepiu
commit 573b2be60e77911766b13dd7792c95d9d899b702
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 10:47:47 2015 +0100

Upstream update.

- Reflect upstream URL having changed.

 .gitignore|2 +-
 perl-CHI.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f1065a..9161942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/CHI-0.58.tar.gz
+/CHI-0.59.tar.gz
diff --git a/perl-CHI.spec b/perl-CHI.spec
index ba9e16a..3efccd2 100644
--- a/perl-CHI.spec
+++ b/perl-CHI.spec
@@ -1,11 +1,11 @@
 Name:   perl-CHI
-Version:0.58
-Release:2%{?dist}
+Version:0.59
+Release:1%{?dist}
 Summary:Unified cache handling interface
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CHI/
-Source0:http://www.cpan.org/authors/id/H/HA/HAARG/CHI-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/CHI-%{version}.tar.gz
 BuildArch:  noarch
 
 %bcond_with author_tests
@@ -128,6 +128,10 @@ make test %{?with_author_tests:AUTHOR_TESTING=1} 
%{?with_smoke_tests:AUTOMATED_T
 %{perl_vendorlib}/CHI/Test*
 
 %changelog
+* Thu Jan 08 2015 Ralf Corsépius corse...@fedoraproject.org - 0.59-1
+- Upstream update.
+- Reflect upstream URL having changed.
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.58-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ada8764..d42b4db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2efc812710358a6f70fdba7407227d87  CHI-0.58.tar.gz
+fc0d4210ed8d132e7bc0bd0c2bd0b62f  CHI-0.59.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-CHI/f21: 3/3] Merge cleanup.

2015-01-08 Thread corsepiu
commit 4b6127114f43417039e8e261e2702623cc81b6dd
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 10:49:05 2015 +0100

Merge cleanup.

 perl-CHI.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-CHI.spec b/perl-CHI.spec
index 3efccd2..3f38a48 100644
--- a/perl-CHI.spec
+++ b/perl-CHI.spec
@@ -132,9 +132,6 @@ make test %{?with_author_tests:AUTHOR_TESTING=1} 
%{?with_smoke_tests:AUTOMATED_T
 - Upstream update.
 - Reflect upstream URL having changed.
 
-* Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.58-2
-- Perl 5.20 rebuild
-
 * Sun Jun 22 2014 Ralf Corsépius corse...@fedoraproject.org - 0.58-1
 - Upstream update (Fixes FTBFS RHBZ #1105958).
 - Reflect Source0: having changed.
--
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-Any-Adapter] Obsoleted by perl-Log-Any (RHBZ#1178719).

2015-01-07 Thread corsepiu
commit 8808c54450cd8cd9de09118662cce01663aaeb40
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jan 7 13:35:37 2015 +0100

Obsoleted by perl-Log-Any (RHBZ#1178719).

 .gitignore|1 -
 dead.package  |1 +
 perl-Log-Any-Adapter.spec |  103 -
 sources   |1 -
 4 files changed, 1 insertions(+), 105 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..fb539be
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Obsoleted by perl-Log-Any (RHBZ#1178719).
--
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-POSIX-strftime-Compiler/f21: 3/3] Merge cleanup.

2015-01-07 Thread corsepiu
commit a52090f04d89fe11370d0de7b81b674a9561a950
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 08:25:53 2015 +0100

Merge cleanup.

 perl-POSIX-strftime-Compiler.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-POSIX-strftime-Compiler.spec 
b/perl-POSIX-strftime-Compiler.spec
index 05195c7..491bb72 100644
--- a/perl-POSIX-strftime-Compiler.spec
+++ b/perl-POSIX-strftime-Compiler.spec
@@ -56,9 +56,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 - Upstream update.
 - Remove BR: perl(CPAN::Meta), BR: perl(CPAN::Meta::Prereqs).
 
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.40-2
-- Perl 5.20 rebuild
-
 * Thu Aug 21 2014 Ralf Corsépius corse...@fedoraproject.org - 0.40-1
 - Fix Australia/Darwin test (RHBZ#1132033).
 
--
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-POSIX-strftime-Compiler/f21] (3 commits) ...Merge cleanup.

2015-01-07 Thread corsepiu
Summary of changes:

  9cac297... Perl 5.20 rebuild (*)
  c79c330... Upstream update. (*)
  a52090f... 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-POSIX-strftime-Compiler/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2015-01-07 Thread corsepiu
Summary of changes:

  9cac297... Perl 5.20 rebuild (*)
  c79c330... Upstream update. (*)
  a52090f... Merge cleanup. (*)
  d9a2952... Merge remote-tracking branch 'origin/f21' into f20

(*) 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-POSIX-strftime-Compiler/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2015-01-07 Thread corsepiu
commit d9a295284c466cd1007b8632e61f2b54d0eea0c4
Merge: c4a3bc7 a52090f
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 08:30:37 2015 +0100

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

 .gitignore|2 +-
 perl-POSIX-strftime-Compiler.spec |8 +---
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 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-Params-Validate] Upstream update.

2015-01-07 Thread corsepiu
commit 57e96bec693c499710037ab47926a407fa492087
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jan 8 07:43:48 2015 +0100

Upstream update.

- Reflect upstream changes.

 .gitignore|2 +-
 perl-Params-Validate.spec |   17 +
 sources   |2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fecdc7..dbffe69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.13.tar.gz
+/Params-Validate-1.16.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 0f15f60..979c3d7 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.13
-Release:   4%{?dist}
+Version:   1.16
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -51,16 +51,21 @@ BuildRequires:  perl(Readonly::XS)
 
 %if %{with release_tests}
 # For release testing tests
+BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires: perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::NoTabs)
+BuildRequires:  perl(Test::LeakTrace)
 BuildRequires: perl(Test::Pod) = 1.41
 BuildRequires: perl(Test::Pod::Coverage) = 1.04
 BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
-BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires: perl(Test::Spelling)
+BuildRequires:  perl(Test::Synopsis)
 BuildRequires:  aspell-en
+# Optional:
+BuildRequires:  perl(Test::Portability::Files)
 %endif
 
 %{?perl_default_filter}
@@ -91,13 +96,17 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{?with_release_tests:RELEASE_TESTING=1} %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE TODO
 %{perl_vendorarch}/Params
 %{perl_vendorarch}/auto/Params
 %{perl_vendorarch}/Attribute
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 08 2015 Ralf Corsépius corse...@fedoraproject.org - 1.16-1
+- Upstream update.
+- Reflect upstream changes.
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.13-4
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index d4d0bc4..8b90971 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51061593757a172a98ce15097e2da5d6  Params-Validate-1.13.tar.gz
+616c869002972046a6b82d96687d09cb  Params-Validate-1.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 Params-Validate-1.16.tar.gz uploaded to lookaside cache by corsepiu

2015-01-07 Thread corsepiu
A file has been added to the lookaside cache for perl-Params-Validate:

616c869002972046a6b82d96687d09cb  Params-Validate-1.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

  1   2   3   4   5   6   7   8   9   10   >