corsepiu pushed to perl-Test-SharedFork (master). Upstream update.

2015-06-13 Thread notifications
From ebdf356bebb032594fb40780141fbc032f7b14d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:15:08 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index c0832a1..3dc4646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.31.tar.gz
+/Test-SharedFork-0.33.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 133f275..0026b6c 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.31
-Release:2%{?dist}
+Version:0.33
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
+- Upstream update.
+
 * Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 0371f47..d3c39da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
+5e9445ea773211f743ac0f64e276f70d  Test-SharedFork-0.33.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=masterid=ebdf356bebb032594fb40780141fbc032f7b14d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu uploaded Test-SharedFork-0.33.tar.gz for perl-Test-SharedFork

2015-06-13 Thread notifications
5e9445ea773211f743ac0f64e276f70d  Test-SharedFork-0.33.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-SharedFork/Test-SharedFork-0.33.tar.gz/md5/5e9445ea773211f743ac0f64e276f70d/Test-SharedFork-0.33.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

corsepiu pushed to perl-Test-SharedFork (f21). Upstream update. (..more)

2015-06-13 Thread notifications
From d76717f0b9181f6bb7053c6cbdaf167b38fc97ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Fri, 1 May 2015 11:10:57 +0200
Subject: Upstream update.

- Add %license.
- Cleanup BRs.

diff --git a/.gitignore b/.gitignore
index 7b67e9b..c0832a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.29.tar.gz
+/Test-SharedFork-0.31.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index b12d64e..36474ff 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.29
+Version:0.31
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,6 +10,7 @@ URL:http://search.cpan.org/dist/Test-SharedFork
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  perl(App::Prove)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl)
@@ -20,6 +21,7 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::Builder) = 0.32
 BuildRequires:  perl(Test::Builder::Module)
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Tie::Array)
@@ -29,8 +31,6 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 
-%{?perl_default_filter}
-
 %description
 Test::SharedFork is utility module for Test::Builder. It manages testing
 by keeping the test count consistent between parent and child processes.
@@ -54,10 +54,16 @@ make test
 
 %files
 %doc Changes
+%license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
+- Upstream update.
+- Add %%license.
+- Cleanup BRs.
+
 * Mon Sep 22 2014 Ralf Corsépius corse...@fedoraproject.org - 0.29-1
 - Upstream update.
 - Reflect upstream URL having changed.
diff --git a/sources b/sources
index 40084c6..0371f47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acbc5baf82d78edf3771dfecaacd2345  Test-SharedFork-0.29.tar.gz
+ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f21id=d76717f0b9181f6bb7053c6cbdaf167b38fc97ed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f21). Perl 5.22 rebuild

2015-06-13 Thread notifications
From 1781435080f8411ee0ab2ad6527b83cbb66362fe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 5 Jun 2015 11:36:13 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 36474ff..133f275 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
 Version:0.31
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
+- Perl 5.22 rebuild
+
 * Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 - Add %%license.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f21id=1781435080f8411ee0ab2ad6527b83cbb66362fe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f21). Upstream update.

2015-06-13 Thread notifications
From ebdf356bebb032594fb40780141fbc032f7b14d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:15:08 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index c0832a1..3dc4646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.31.tar.gz
+/Test-SharedFork-0.33.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 133f275..0026b6c 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.31
-Release:2%{?dist}
+Version:0.33
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
+- Upstream update.
+
 * Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 0371f47..d3c39da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
+5e9445ea773211f743ac0f64e276f70d  Test-SharedFork-0.33.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f21id=ebdf356bebb032594fb40780141fbc032f7b14d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f21). Cleanup merger.

2015-06-13 Thread notifications
From 8a80b219d2f40f3bb9afda48f4a5efc08c1b5f55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:31:31 +0200
Subject: Cleanup merger.


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 0026b6c..205e29d 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -62,9 +62,6 @@ make test
 * Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
 - Upstream update.
 
-* Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
-- Perl 5.22 rebuild
-
 * Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 - Add %%license.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f21id=8a80b219d2f40f3bb9afda48f4a5efc08c1b5f55
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f22). Upstream update.

2015-06-13 Thread notifications
From ebdf356bebb032594fb40780141fbc032f7b14d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:15:08 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index c0832a1..3dc4646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.31.tar.gz
+/Test-SharedFork-0.33.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 133f275..0026b6c 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.31
-Release:2%{?dist}
+Version:0.33
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
+- Upstream update.
+
 * Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 0371f47..d3c39da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
+5e9445ea773211f743ac0f64e276f70d  Test-SharedFork-0.33.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f22id=ebdf356bebb032594fb40780141fbc032f7b14d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f22). Cleanup merger.

2015-06-13 Thread notifications
From 8a80b219d2f40f3bb9afda48f4a5efc08c1b5f55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:31:31 +0200
Subject: Cleanup merger.


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 0026b6c..205e29d 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -62,9 +62,6 @@ make test
 * Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
 - Upstream update.
 
-* Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
-- Perl 5.22 rebuild
-
 * Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 - Add %%license.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f22id=8a80b219d2f40f3bb9afda48f4a5efc08c1b5f55
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

corsepiu pushed to perl-Test-SharedFork (f22). Perl 5.22 rebuild

2015-06-13 Thread notifications
From 1781435080f8411ee0ab2ad6527b83cbb66362fe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 5 Jun 2015 11:36:13 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 36474ff..133f275 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
 Version:0.31
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
+- Perl 5.22 rebuild
+
 * Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 - Add %%license.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-SharedFork.git/commit/?h=f22id=1781435080f8411ee0ab2ad6527b83cbb66362fe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231495] New: perl-DateTime-TimeZone-1.91 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231495

Bug ID: 1231495
   Summary: perl-DateTime-TimeZone-1.91 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.91
Current version/release in rawhide: 1.90-3.fc23
URL: http://search.cpan.org/dist/DateTime-TimeZone/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231495] perl-DateTime-TimeZone-1.91 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231495



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1038466
  -- https://bugzilla.redhat.com/attachment.cgi?id=1038466action=edit
[patch] Update to 1.91 (#1231495)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231495] perl-DateTime-TimeZone-1.91 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231495



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10045574

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-XML-Xerces

2015-06-13 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


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

Broken dependencies: perl-SystemC-Vregs

2015-06-13 Thread buildsys


perl-SystemC-Vregs has broken dependencies in the epel-5 tree:
On ppc:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On x86_64:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On i386:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
Please resolve this as soon as possible.


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

Broken dependencies: perl-XML-Xerces

2015-06-13 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


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

corsepiu pushed to perl-Test-SharedFork (f21). Merge remote-tracking branch 'origin/f22' into f21

2015-06-13 Thread notifications
From d76717f0b9181f6bb7053c6cbdaf167b38fc97ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Fri, 1 May 2015 11:10:57 +0200
Subject: Upstream update.

- Add %license.
- Cleanup BRs.

diff --git a/.gitignore b/.gitignore
index 7b67e9b..c0832a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.29.tar.gz
+/Test-SharedFork-0.31.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index b12d64e..36474ff 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.29
+Version:0.31
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,6 +10,7 @@ URL:http://search.cpan.org/dist/Test-SharedFork
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  perl(App::Prove)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl)
@@ -20,6 +21,7 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::Builder) = 0.32
 BuildRequires:  perl(Test::Builder::Module)
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Tie::Array)
@@ -29,8 +31,6 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 
-%{?perl_default_filter}
-
 %description
 Test::SharedFork is utility module for Test::Builder. It manages testing
 by keeping the test count consistent between parent and child processes.
@@ -54,10 +54,16 @@ make test
 
 %files
 %doc Changes
+%license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
+- Upstream update.
+- Add %%license.
+- Cleanup BRs.
+
 * Mon Sep 22 2014 Ralf Corsépius corse...@fedoraproject.org - 0.29-1
 - Upstream update.
 - Reflect upstream URL having changed.
diff --git a/sources b/sources
index 40084c6..0371f47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acbc5baf82d78edf3771dfecaacd2345  Test-SharedFork-0.29.tar.gz
+ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
-- 
cgit v0.10.2


From 1781435080f8411ee0ab2ad6527b83cbb66362fe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 5 Jun 2015 11:36:13 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 36474ff..133f275 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
 Version:0.31
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
+- Perl 5.22 rebuild
+
 * Fri May 01 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 - Add %%license.
-- 
cgit v0.10.2


From ebdf356bebb032594fb40780141fbc032f7b14d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:15:08 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index c0832a1..3dc4646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.31.tar.gz
+/Test-SharedFork-0.33.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 133f275..0026b6c 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
-Version:0.31
-Release:2%{?dist}
+Version:0.33
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 12 2015 Ralf Corsépius corse...@fedoraproject.org - 0.33-1
+- Upstream update.
+
 * Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 0.31-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 0371f47..d3c39da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab24af72a722a9779535578b1572de67  Test-SharedFork-0.31.tar.gz
+5e9445ea773211f743ac0f64e276f70d  Test-SharedFork-0.33.tar.gz
-- 
cgit v0.10.2


From 8a80b219d2f40f3bb9afda48f4a5efc08c1b5f55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Sun, 14 Jun 2015 07:31:31 +0200
Subject: Cleanup merger.


diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 

Broken dependencies: perl-Test-Vars

2015-06-13 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Debug-Client

2015-06-13 Thread buildsys


perl-Debug-Client has broken dependencies in the rawhide tree:
On x86_64:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL

2015-06-13 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk3

2015-06-13 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-HTTP-Proxy

2015-06-13 Thread buildsys


perl-HTTP-Proxy has broken dependencies in the rawhide tree:
On x86_64:
perl-HTTP-Proxy-0.303-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-HTTP-Proxy-0.303-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-HTTP-Proxy-0.303-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-BeginLift

2015-06-13 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-06-13 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-06-13 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-06-13 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Task-Catalyst

2015-06-13 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk3-WebKit

2015-06-13 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-FindRef

2015-06-13 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-MongoDB

2015-06-13 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Eval-Context

2015-06-13 Thread buildsys


perl-Eval-Context has broken dependencies in the rawhide tree:
On x86_64:
perl-Eval-Context-0.09.11-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Eval-Context-0.09.11-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Eval-Context-0.09.11-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: slic3r

2015-06-13 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: bucardo

2015-06-13 Thread buildsys


bucardo has broken dependencies in the rawhide tree:
On x86_64:
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

2015-06-13 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Task-Kensho-Testing

2015-06-13 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-rpm-build-perl

2015-06-13 Thread buildsys


perl-rpm-build-perl has broken dependencies in the rawhide tree:
On x86_64:
perl-rpm-build-perl-0.82-8.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-rpm-build-perl-0.82-8.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-rpm-build-perl-0.82-8.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Text-Xslate

2015-06-13 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Parse-ErrorString-Perl

2015-06-13 Thread buildsys


perl-Parse-ErrorString-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Parse-ErrorString-Perl-0.21-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Parse-ErrorString-Perl-0.21-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Parse-ErrorString-Perl-0.21-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-HTTP-Recorder

2015-06-13 Thread buildsys


perl-HTTP-Recorder has broken dependencies in the rawhide tree:
On x86_64:
perl-HTTP-Recorder-0.07-1.fc23.noarch requires 
perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-HTTP-Recorder-0.07-1.fc23.noarch requires 
perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-HTTP-Recorder-0.07-1.fc23.noarch requires 
perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Apocalypse

2015-06-13 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-Component-Server-HTTP

2015-06-13 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-CatalystX-REPL

2015-06-13 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

[Bug 1231453] New: perl-threads-2.02 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231453

Bug ID: 1231453
   Summary: perl-threads-2.02 is available
   Product: Fedora
   Version: rawhide
 Component: perl-threads
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 2.02
Current version/release in rawhide: 2.01-345.fc23
URL: http://search.cpan.org/dist/threads/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231453] perl-threads-2.02 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231453



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1038300
  -- https://bugzilla.redhat.com/attachment.cgi?id=1038300action=edit
[patch] Update to 2.02 (#1231453)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1228040] perl-MooseX-Storage-0.50 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1228040

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Depends On||1231435




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231435
[Bug 1231435] Review Request: perl-Test-Deep-JSON - Compare JSON with
Test::Deep
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230180] perl-CPAN-Meta-2.150005 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230180

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-CPAN-Meta-2.150005-1.f
   ||c23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-13 10:55:09



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Devel-Cover

2015-06-13 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-06-13 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Padre

2015-06-13 Thread buildsys


perl-Padre has broken dependencies in the rawhide tree:
On x86_64:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-06-13 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-REPL

2015-06-13 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-06-13 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Carp-REPL

2015-06-13 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Dependencies

2015-06-13 Thread buildsys


perl-Test-Dependencies has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Dependencies-0.12-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Dependencies-0.12-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Dependencies-0.12-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-06-13 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-App-Asciio

2015-06-13 Thread buildsys


perl-App-Asciio has broken dependencies in the rawhide tree:
On x86_64:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Classic-Perl

2015-06-13 Thread buildsys


perl-Classic-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Classic-Perl-0.05-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Classic-Perl-0.05-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Classic-Perl-0.05-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-Component-Server-Bayeux

2015-06-13 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL-Graphics-PLplot

2015-06-13 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Coro

2015-06-13 Thread buildsys


perl-Coro has broken dependencies in the rawhide tree:
On x86_64:
perl-Coro-6.43-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Coro-6.43-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Coro-6.43-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-Component-Server-XMLRPC

2015-06-13 Thread buildsys


perl-POE-Component-Server-XMLRPC has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

[Bug 1231453] perl-threads-2.02 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231453



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10041139

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded CPAN-Meta-2.150005.tar.gz for perl-CPAN-Meta

2015-06-13 Thread notifications
bd5daa629669ea967ed181ab02090df7  CPAN-Meta-2.150005.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Meta/CPAN-Meta-2.150005.tar.gz/md5/bd5daa629669ea967ed181ab02090df7/CPAN-Meta-2.150005.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

pghmcfc pushed to perl-CPAN-Meta (master). Update to 2.150005 (..more)

2015-06-13 Thread notifications
From 92473f8fc7dde44102d33b483a8958f51c831fa5 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 15:44:44 +0100
Subject: Update to 2.150005

- New upstream release 2.150005
  - Metadata merging now does deep hash merging as long as keys don't conflict
  - Serialized CPAN::Meta objects now include a x_serialization_backend entry
  - Declared extra developer prereq
  - Added test for 'x_deprecated' field in provides
  - Noted explicitly that historical META spec files are licensed under the
same terms as Perl
  - Changed some test data from UTF-8 to ASCII

diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec
index d260cbb..237821d 100644
--- a/perl-CPAN-Meta.spec
+++ b/perl-CPAN-Meta.spec
@@ -1,7 +1,7 @@
 Name:   perl-CPAN-Meta
 Summary:Distribution metadata for a CPAN dist
-Version:2.150001
-Release:345%{?dist}
+Version:2.150005
+Release:1%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CPAN-Meta/
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
@@ -80,6 +80,16 @@ make test
 %{_mandir}/man3/CPAN::Meta::Validator.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 2.150005-1
+- Update to 2.150005
+  - Metadata merging now does deep hash merging as long as keys don't conflict
+  - Serialized CPAN::Meta objects now include a x_serialization_backend entry
+  - Declared extra developer prereq
+  - Added test for 'x_deprecated' field in provides
+  - Noted explicitly that historical META spec files are licensed under the
+same terms as Perl
+  - Changed some test data from UTF-8 to ASCII
+
 * Thu Jun 04 2015 Jitka Plesnikova jples...@redhat.com - 2.150001-345
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 337046c..90dfadf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99184aff262ed8065f19b4027e8e39ca  CPAN-Meta-2.150001.tar.gz
+bd5daa629669ea967ed181ab02090df7  CPAN-Meta-2.150005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta.git/commit/?h=masterid=92473f8fc7dde44102d33b483a8958f51c831fa5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-CPAN-Meta (perl-CPAN-Meta-2.150005-1.fc23). Update to 2.150005 (..more)

2015-06-13 Thread notifications
From 92473f8fc7dde44102d33b483a8958f51c831fa5 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 15:44:44 +0100
Subject: Update to 2.150005

- New upstream release 2.150005
  - Metadata merging now does deep hash merging as long as keys don't conflict
  - Serialized CPAN::Meta objects now include a x_serialization_backend entry
  - Declared extra developer prereq
  - Added test for 'x_deprecated' field in provides
  - Noted explicitly that historical META spec files are licensed under the
same terms as Perl
  - Changed some test data from UTF-8 to ASCII

diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec
index d260cbb..237821d 100644
--- a/perl-CPAN-Meta.spec
+++ b/perl-CPAN-Meta.spec
@@ -1,7 +1,7 @@
 Name:   perl-CPAN-Meta
 Summary:Distribution metadata for a CPAN dist
-Version:2.150001
-Release:345%{?dist}
+Version:2.150005
+Release:1%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CPAN-Meta/
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
@@ -80,6 +80,16 @@ make test
 %{_mandir}/man3/CPAN::Meta::Validator.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 2.150005-1
+- Update to 2.150005
+  - Metadata merging now does deep hash merging as long as keys don't conflict
+  - Serialized CPAN::Meta objects now include a x_serialization_backend entry
+  - Declared extra developer prereq
+  - Added test for 'x_deprecated' field in provides
+  - Noted explicitly that historical META spec files are licensed under the
+same terms as Perl
+  - Changed some test data from UTF-8 to ASCII
+
 * Thu Jun 04 2015 Jitka Plesnikova jples...@redhat.com - 2.150001-345
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 337046c..90dfadf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99184aff262ed8065f19b4027e8e39ca  CPAN-Meta-2.150001.tar.gz
+bd5daa629669ea967ed181ab02090df7  CPAN-Meta-2.150005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta.git/commit/?h=perl-CPAN-Meta-2.150005-1.fc23id=92473f8fc7dde44102d33b483a8958f51c831fa5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1204096] perl-MooX-Cmd-0.015 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204096

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Attachment|0   |1
#1030879 is||
   obsolete||
 Attachment|0   |1
#1032081 is||
   obsolete||
 CC||emman...@seyman.fr



--- Comment #8 from Emmanuel Seyman emman...@seyman.fr ---
Created attachment 1038333
  -- https://bugzilla.redhat.com/attachment.cgi?id=1038333action=edit
Updated spec

Update to the latest upstream version and fix a few minor things.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230180] perl-CPAN-Meta-2.150005 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230180



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
pghmcfc's perl-CPAN-Meta-2.150005-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=645801

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230543] perl-Crypt-URandom-0.36 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230543

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Crypt-URandom-0.36-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Crypt-URandom-0.36-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-9851/perl-Crypt-URandom-0.36-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230570] Upgrade perl-DBIx-RunSQL to 0.13

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230570

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
Package perl-DBIx-RunSQL-0.13-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-DBIx-RunSQL-0.13-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-9904/perl-DBIx-RunSQL-0.13-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1199093] perl-MooX-ConfigFromFile-0.007 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1199093

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Attachment|0   |1
#1020126 is||
   obsolete||
 CC||emman...@seyman.fr



--- Comment #5 from Emmanuel Seyman emman...@seyman.fr ---
Created attachment 1038367
  -- https://bugzilla.redhat.com/attachment.cgi?id=1038367action=edit
Updated spec

Updated spec file. Rebases to the latest upstream version and fixes a few minor
things.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Devel-Symdump (master). Update to 2.15 (..more)

2015-06-13 Thread notifications
From 7fa8c5e027696110c36dd1567ea04bd14166fd84 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 16:52:03 +0100
Subject: Update to 2.15

- New upstream release 2.15
  - In the tests, always check for exists before checking for definedness
- Classify buildreqs by usage
- Run the release tests unless we're bootstrapping

diff --git a/perl-Devel-Symdump.spec b/perl-Devel-Symdump.spec
index d98aa83..916bc44 100644
--- a/perl-Devel-Symdump.spec
+++ b/perl-Devel-Symdump.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Symdump
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Epoch:  1
 Summary:A Perl module for inspecting Perl's symbol table
 Group:  Development/Libraries
@@ -8,25 +8,34 @@ License:GPL+ or Artistic
 Url:http://search.cpan.org/dist/Devel-Symdump/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
 BuildArch:  noarch
+# Module Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+# Module Runtime
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Config)
-BuildRequires:  perl(English)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-# File::Spec is optional and not really needed on Unices
-BuildRequires:  perl(lib)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+BuildRequires:  perl(English)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::Harness) = 3.04
 BuildRequires:  perl(Test::More)
-# Test::Pod::Coverage - Pod::Coverage - Devel::Symdump
+BuildRequires:  perl(warnings)
+# Release Tests
 %if 0%{!?perl_bootstrap:1}
+# Compress::Zlib (IO-Compress) ⇒ Test::NoWarnings ⇒ Devel::StackTrace ⇒
+#   Test::NoTabs ⇒ Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
+BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Test::Pod) = 1.00
+# Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
 BuildRequires:  perl(Test::Pod::Coverage)
 %endif
-BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(B)
 
@@ -49,12 +58,23 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %check
 make test
 
+# Release tests
+%if 0%{!?perl_bootstrap:1}
+prove t/pod.t t/podcover.t t/glob_to_local_typeglob.t :: --doit
+%endif
+
 %files
 %doc Changes README
 %{perl_vendorlib}/Devel/
-%{_mandir}/man3/Devel::Symdump.3pm*
+%{_mandir}/man3/Devel::Symdump.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 1:2.15-1
+- Update to 2.15
+  - In the tests, always check for exists before checking for definedness
+- Classify buildreqs by usage
+- Run the release tests unless we're bootstrapping
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1:2.14-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 3ada83d..841e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d28b91792d0ef6bae2f75c4a635edee  Devel-Symdump-2.14.tar.gz
+6d34787ab647505b8d353a1d1713f907  Devel-Symdump-2.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-Symdump.git/commit/?h=masterid=7fa8c5e027696110c36dd1567ea04bd14166fd84
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Devel-Symdump (perl-Devel-Symdump-2.15-1.fc23). Update to 2.15 (..more)

2015-06-13 Thread notifications
From 7fa8c5e027696110c36dd1567ea04bd14166fd84 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 16:52:03 +0100
Subject: Update to 2.15

- New upstream release 2.15
  - In the tests, always check for exists before checking for definedness
- Classify buildreqs by usage
- Run the release tests unless we're bootstrapping

diff --git a/perl-Devel-Symdump.spec b/perl-Devel-Symdump.spec
index d98aa83..916bc44 100644
--- a/perl-Devel-Symdump.spec
+++ b/perl-Devel-Symdump.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Symdump
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Epoch:  1
 Summary:A Perl module for inspecting Perl's symbol table
 Group:  Development/Libraries
@@ -8,25 +8,34 @@ License:GPL+ or Artistic
 Url:http://search.cpan.org/dist/Devel-Symdump/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
 BuildArch:  noarch
+# Module Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+# Module Runtime
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Config)
-BuildRequires:  perl(English)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-# File::Spec is optional and not really needed on Unices
-BuildRequires:  perl(lib)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+BuildRequires:  perl(English)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::Harness) = 3.04
 BuildRequires:  perl(Test::More)
-# Test::Pod::Coverage - Pod::Coverage - Devel::Symdump
+BuildRequires:  perl(warnings)
+# Release Tests
 %if 0%{!?perl_bootstrap:1}
+# Compress::Zlib (IO-Compress) ⇒ Test::NoWarnings ⇒ Devel::StackTrace ⇒
+#   Test::NoTabs ⇒ Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
+BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Test::Pod) = 1.00
+# Test::Pod::Coverage ⇒ Pod::Coverage ⇒ Devel::Symdump
 BuildRequires:  perl(Test::Pod::Coverage)
 %endif
-BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(B)
 
@@ -49,12 +58,23 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %check
 make test
 
+# Release tests
+%if 0%{!?perl_bootstrap:1}
+prove t/pod.t t/podcover.t t/glob_to_local_typeglob.t :: --doit
+%endif
+
 %files
 %doc Changes README
 %{perl_vendorlib}/Devel/
-%{_mandir}/man3/Devel::Symdump.3pm*
+%{_mandir}/man3/Devel::Symdump.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 1:2.15-1
+- Update to 2.15
+  - In the tests, always check for exists before checking for definedness
+- Classify buildreqs by usage
+- Run the release tests unless we're bootstrapping
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1:2.14-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 3ada83d..841e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d28b91792d0ef6bae2f75c4a635edee  Devel-Symdump-2.14.tar.gz
+6d34787ab647505b8d353a1d1713f907  Devel-Symdump-2.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-Symdump.git/commit/?h=perl-Devel-Symdump-2.15-1.fc23id=7fa8c5e027696110c36dd1567ea04bd14166fd84
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230707] perl-Devel-Symdump-2.15 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230707



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
pghmcfc's perl-Devel-Symdump-2.15-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=645802

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230707] perl-Devel-Symdump-2.15 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230707

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Devel-Symdump-2.15-1.f
   ||c23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-13 12:09:45



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded Devel-Symdump-2.15.tar.gz for perl-Devel-Symdump

2015-06-13 Thread notifications
6d34787ab647505b8d353a1d1713f907  Devel-Symdump-2.15.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-Symdump/Devel-Symdump-2.15.tar.gz/md5/6d34787ab647505b8d353a1d1713f907/Devel-Symdump-2.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

[Bug 1186281] perl-MooX-Options-4.018 is available

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1186281

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 CC||emman...@seyman.fr



--- Comment #4 from Emmanuel Seyman emman...@seyman.fr ---
Created attachment 1038243
  -- https://bugzilla.redhat.com/attachment.cgi?id=1038243action=edit
Changes to the spec file

Here's a proposal. I've made a small number of changes in the spec file that
improve things (tighten the file listing, use a more conventional url for the
source tarball, etc...)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f21). Update to 1.003004 (..more)

2015-06-13 Thread notifications
From 9b3d058d17424a15e2485b8e235014bcd6527356 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sun, 15 Mar 2015 16:25:04 +
Subject: Update to 1.003004

- New upstream release 1.003004
  - Caveat added to documentation about type checking the object returned by
new() (CPAN RT#102733)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index dd44698..aa620f9 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003003
+Version:   1.003004
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sun Mar 15 2015 Paul Howarth p...@city-fan.org - 1.003004-1
+- Update to 1.003004
+  - Caveat added to documentation about type checking the object returned by
+new() (CPAN RT#102733)
+
 * Mon Dec  8 2014 Paul Howarth p...@city-fan.org - 1.003003-1
 - Update to 1.003003
   - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
diff --git a/sources b/sources
index 98ad47d..821b1bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2780e19be87f56078f990a16361ed51b  JSON-MaybeXS-1.003003.tar.gz
+84251d7787c021bd587dfba08e5cb614  JSON-MaybeXS-1.003004.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f21id=9b3d058d17424a15e2485b8e235014bcd6527356
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f21). Update to 1.003005 (..more)

2015-06-13 Thread notifications
From 6837b598f9265e452916b0ee30ada704ec971393 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 23 Mar 2015 16:28:49 +
Subject: Update to 1.003005

- New upstream release 1.003005
  - Fix x_contributors metadata that was killing metacpan (see
https://github.com/CPAN-API/cpan-api/issues/401)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index aa620f9..e1a5d48 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003004
+Version:   1.003005
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Mar 23 2015 Paul Howarth p...@city-fan.org - 1.003005-1
+- Update to 1.003005
+  - Fix x_contributors metadata that was killing metacpan (see
+https://github.com/CPAN-API/cpan-api/issues/401)
+
 * Sun Mar 15 2015 Paul Howarth p...@city-fan.org - 1.003004-1
 - Update to 1.003004
   - Caveat added to documentation about type checking the object returned by
diff --git a/sources b/sources
index 821b1bf..93e0aba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84251d7787c021bd587dfba08e5cb614  JSON-MaybeXS-1.003004.tar.gz
+653c088177982f8ac4e6b1697c2c94f4  JSON-MaybeXS-1.003005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f21id=6837b598f9265e452916b0ee30ada704ec971393
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.003004 (..more)

2015-06-13 Thread notifications
From 9b3d058d17424a15e2485b8e235014bcd6527356 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sun, 15 Mar 2015 16:25:04 +
Subject: Update to 1.003004

- New upstream release 1.003004
  - Caveat added to documentation about type checking the object returned by
new() (CPAN RT#102733)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index dd44698..aa620f9 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003003
+Version:   1.003004
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sun Mar 15 2015 Paul Howarth p...@city-fan.org - 1.003004-1
+- Update to 1.003004
+  - Caveat added to documentation about type checking the object returned by
+new() (CPAN RT#102733)
+
 * Mon Dec  8 2014 Paul Howarth p...@city-fan.org - 1.003003-1
 - Update to 1.003003
   - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
diff --git a/sources b/sources
index 98ad47d..821b1bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2780e19be87f56078f990a16361ed51b  JSON-MaybeXS-1.003003.tar.gz
+84251d7787c021bd587dfba08e5cb614  JSON-MaybeXS-1.003004.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=9b3d058d17424a15e2485b8e235014bcd6527356
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.002005 (..more)

2015-06-13 Thread notifications
From d2ba6415f5516592eb032d3f6f8567f9f45333f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Wed, 15 Oct 2014 18:10:14 +0100
Subject: Update to 1.002005

- New upstream release 1.002005
  - Fix can I haz XS? logic precedence in Makefile.PL
  - Added the ':all' export tag
  - Removed dependency on Safe::Isa
  - Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 060a9f0..6852de5 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002004
+Version:   1.002005
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,7 +24,7 @@ BuildRequires:perl(File::Temp)
 BuildRequires: perl(base)
 BuildRequires: perl(Cpanel::JSON::XS) = 2.3310
 BuildRequires: perl(Exporter)
-BuildRequires: perl(Safe::Isa)
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -72,6 +72,13 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Wed Oct 15 2014 Paul Howarth p...@city-fan.org - 1.002005-1
+- Update to 1.002005
+  - Fix can I haz XS? logic precedence in Makefile.PL
+  - Added the ':all' export tag
+  - Removed dependency on Safe::Isa
+  - Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
+
 * Sun Oct 12 2014 Paul Howarth p...@city-fan.org - 1.002004-1
 - Update to 1.002004
   - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
diff --git a/sources b/sources
index e082b86..aafc3e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4cd707f8712fce7a95640edcf22fd08  JSON-MaybeXS-1.002004.tar.gz
+87d68022483b34cade8b957b3a4d4240  JSON-MaybeXS-1.002005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=d2ba6415f5516592eb032d3f6f8567f9f45333f5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (perl-JSON-MaybeXS-1.003005-1.fc21). Update to 1.003005 (..more)

2015-06-13 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=perl-JSON-MaybeXS-1.003005-1.fc21id=6837b598f9265e452916b0ee30ada704ec971393
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman uploaded MooX-Options-4.018.tar.gz for perl-MooX-Options

2015-06-13 Thread notifications
ba25e93c90b1be62d40f0c0b1b284249  MooX-Options-4.018.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MooX-Options/MooX-Options-4.018.tar.gz/md5/ba25e93c90b1be62d40f0c0b1b284249/MooX-Options-4.018.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

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.003002 (..more)

2015-06-13 Thread notifications
From b519b0572021536cdaa4243a6156dcff09b736e0 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sun, 16 Nov 2014 23:02:31 +
Subject: Update to 1.003002

- New upstream release 1.003002
  - Correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index ed045d4..7e62216 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003001
+Version:   1.003002
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,10 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sun Nov 16 2014 Paul Howarth p...@city-fan.org - 1.003002-1
+- Update to 1.003002
+  - Correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS
+
 * Thu Nov 13 2014 Paul Howarth p...@city-fan.org - 1.003001-1
 - Update to 1.003001
   - Add :legacy tag to support legacy apps
diff --git a/sources b/sources
index 2c6c882..9fddcac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-753d8638d87cec4c8b8d5557c108f0a5  JSON-MaybeXS-1.003001.tar.gz
+afdeefd49dee9177c283de816b7264a7  JSON-MaybeXS-1.003002.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=b519b0572021536cdaa4243a6156dcff09b736e0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.003001 (..more)

2015-06-13 Thread notifications
From 89a1b52d091580d9100d14523fdf196ec5e8c1db Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 13 Nov 2014 17:31:09 +
Subject: Update to 1.003001

- New upstream release 1.003001
  - Add :legacy tag to support legacy apps
  - Fix boolean interoperability with older Cpanel::JSON::MaybeXS

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 07bff09..ed045d4 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002006
+Version:   1.003001
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -22,6 +22,7 @@ BuildRequires:perl(File::Spec)
 BuildRequires: perl(File::Temp)
 # Module Runtime
 BuildRequires: perl(base)
+BuildRequires: perl(Carp)
 BuildRequires: perl(Cpanel::JSON::XS) = 2.3310
 BuildRequires: perl(Exporter)
 BuildRequires: perl(Scalar::Util)
@@ -72,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Thu Nov 13 2014 Paul Howarth p...@city-fan.org - 1.003001-1
+- Update to 1.003001
+  - Add :legacy tag to support legacy apps
+  - Fix boolean interoperability with older Cpanel::JSON::MaybeXS
+
 * Wed Oct 22 2014 Paul Howarth p...@city-fan.org - 1.002006-1
 - Update to 1.002006
   - Add some additional test diagnostics, to help find bad version combinations
diff --git a/sources b/sources
index 41d87b4..2c6c882 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cd5a5f9504ee3c0cf5dd75770498804  JSON-MaybeXS-1.002006.tar.gz
+753d8638d87cec4c8b8d5557c108f0a5  JSON-MaybeXS-1.003001.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=89a1b52d091580d9100d14523fdf196ec5e8c1db
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.003005 (..more)

2015-06-13 Thread notifications
From 6837b598f9265e452916b0ee30ada704ec971393 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 23 Mar 2015 16:28:49 +
Subject: Update to 1.003005

- New upstream release 1.003005
  - Fix x_contributors metadata that was killing metacpan (see
https://github.com/CPAN-API/cpan-api/issues/401)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index aa620f9..e1a5d48 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003004
+Version:   1.003005
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Mar 23 2015 Paul Howarth p...@city-fan.org - 1.003005-1
+- Update to 1.003005
+  - Fix x_contributors metadata that was killing metacpan (see
+https://github.com/CPAN-API/cpan-api/issues/401)
+
 * Sun Mar 15 2015 Paul Howarth p...@city-fan.org - 1.003004-1
 - Update to 1.003004
   - Caveat added to documentation about type checking the object returned by
diff --git a/sources b/sources
index 821b1bf..93e0aba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84251d7787c021bd587dfba08e5cb614  JSON-MaybeXS-1.003004.tar.gz
+653c088177982f8ac4e6b1697c2c94f4  JSON-MaybeXS-1.003005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=6837b598f9265e452916b0ee30ada704ec971393
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.002006 (..more)

2015-06-13 Thread notifications
From 81c667448cc69478b174c77e336adf20224c0fc7 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Wed, 22 Oct 2014 18:52:48 +0100
Subject: Update to 1.002006

- New upstream release 1.002006
  - Add some additional test diagnostics, to help find bad version combinations
of JSON backends

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 6852de5..07bff09 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002005
+Version:   1.002006
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -72,6 +72,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Wed Oct 22 2014 Paul Howarth p...@city-fan.org - 1.002006-1
+- Update to 1.002006
+  - Add some additional test diagnostics, to help find bad version combinations
+of JSON backends
+
 * Wed Oct 15 2014 Paul Howarth p...@city-fan.org - 1.002005-1
 - Update to 1.002005
   - Fix can I haz XS? logic precedence in Makefile.PL
diff --git a/sources b/sources
index aafc3e3..41d87b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87d68022483b34cade8b957b3a4d4240  JSON-MaybeXS-1.002005.tar.gz
+3cd5a5f9504ee3c0cf5dd75770498804  JSON-MaybeXS-1.002006.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=81c667448cc69478b174c77e336adf20224c0fc7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.002004 (..more)

2015-06-13 Thread notifications
From dca1ccbe39246545a11db070c21b0bf84dd869f3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 14 Oct 2014 12:17:36 +0100
Subject: Update to 1.002004

- New upstream release 1.002004
  - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
dependency
  - New is_bool() interface

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index d1a6baf..060a9f0 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002003
+Version:   1.002004
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,6 +24,7 @@ BuildRequires:perl(File::Temp)
 BuildRequires: perl(base)
 BuildRequires: perl(Cpanel::JSON::XS) = 2.3310
 BuildRequires: perl(Exporter)
+BuildRequires: perl(Safe::Isa)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -71,6 +72,12 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sun Oct 12 2014 Paul Howarth p...@city-fan.org - 1.002004-1
+- Update to 1.002004
+  - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
+dependency
+  - New is_bool() interface
+
 * Wed Oct  8 2014 Paul Howarth p...@city-fan.org - 1.002003-1
 - Update to 1.002003
   - Document how to use booleans
diff --git a/sources b/sources
index 6aba58c..e082b86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21969d11bd704bc54efea944c1af710e  JSON-MaybeXS-1.002003.tar.gz
+c4cd707f8712fce7a95640edcf22fd08  JSON-MaybeXS-1.002004.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=dca1ccbe39246545a11db070c21b0bf84dd869f3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.002003 (..more)

2015-06-13 Thread notifications
From 8234ad6e74fb07a960a397aa6f4c0ae623dd92a6 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Wed, 8 Oct 2014 11:32:30 +0100
Subject: Update to 1.002003

- New upstream release 1.002003
  - Document how to use booleans

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index b902d51..d1a6baf 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,8 +8,8 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002002
-Release:   4%{?dist}
+Version:   1.002003
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-%{version}.tar.gz
@@ -71,6 +71,10 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Wed Oct  8 2014 Paul Howarth p...@city-fan.org - 1.002003-1
+- Update to 1.002003
+  - Document how to use booleans
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1.002002-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fba28d5..6aba58c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb8c66ece7518270ea31ffc4951d5f02  JSON-MaybeXS-1.002002.tar.gz
+21969d11bd704bc54efea944c1af710e  JSON-MaybeXS-1.002003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=8234ad6e74fb07a960a397aa6f4c0ae623dd92a6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Perl 5.20 rebuild

2015-06-13 Thread notifications
From 6739cc9a8f3c917445b0798a4389baa73b9f49ae Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 29 Aug 2014 21:13:26 +0200
Subject: Perl 5.20 rebuild


diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 2303716..b902d51 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -9,7 +9,7 @@
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
 Version:   1.002002
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-%{version}.tar.gz
@@ -71,6 +71,9 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1.002002-4
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.002002-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=6739cc9a8f3c917445b0798a4389baa73b9f49ae
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

2015-06-13 Thread notifications
From fb4f1b372902545355e9fb3da1050093f54907f5 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Sat, 7 Jun 2014 00:55:34 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index a026267..2303716 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -9,7 +9,7 @@
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
 Version:   1.002002
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-%{version}.tar.gz
@@ -71,6 +71,9 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.002002-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Fri May  9 2014 Paul Howarth p...@city-fan.org - 1.002002-2
 - Sanitize for Fedora submission
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=fb4f1b372902545355e9fb3da1050093f54907f5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f20). Update to 1.003003 (..more)

2015-06-13 Thread notifications
From 44f9bfe1c8d4dd602345944738bc12318b8150fa Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 8 Dec 2014 14:52:56 +
Subject: Update to 1.003003

- New upstream release 1.003003
  - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
always be used in preference to JSON::XS
  - Avoid JSON::XS::Boolean::* redefined warnings caused by an old JSON::XS
loaded at the same time as a newer Cpanel::JSON::XS

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 7e62216..dd44698 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003002
+Version:   1.003003
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,13 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Dec  8 2014 Paul Howarth p...@city-fan.org - 1.003003-1
+- Update to 1.003003
+  - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
+always be used in preference to JSON::XS
+  - Avoid JSON::XS::Boolean::* redefined warnings caused by an old JSON::XS
+loaded at the same time as a newer Cpanel::JSON::XS
+
 * Sun Nov 16 2014 Paul Howarth p...@city-fan.org - 1.003002-1
 - Update to 1.003002
   - Correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS
diff --git a/sources b/sources
index 9fddcac..98ad47d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afdeefd49dee9177c283de816b7264a7  JSON-MaybeXS-1.003002.tar.gz
+2780e19be87f56078f990a16361ed51b  JSON-MaybeXS-1.003003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f20id=44f9bfe1c8d4dd602345944738bc12318b8150fa
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (perl-JSON-MaybeXS-1.003005-1.fc20). Update to 1.003005 (..more)

2015-06-13 Thread notifications
From 6837b598f9265e452916b0ee30ada704ec971393 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 23 Mar 2015 16:28:49 +
Subject: Update to 1.003005

- New upstream release 1.003005
  - Fix x_contributors metadata that was killing metacpan (see
https://github.com/CPAN-API/cpan-api/issues/401)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index aa620f9..e1a5d48 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003004
+Version:   1.003005
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,11 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Mar 23 2015 Paul Howarth p...@city-fan.org - 1.003005-1
+- Update to 1.003005
+  - Fix x_contributors metadata that was killing metacpan (see
+https://github.com/CPAN-API/cpan-api/issues/401)
+
 * Sun Mar 15 2015 Paul Howarth p...@city-fan.org - 1.003004-1
 - Update to 1.003004
   - Caveat added to documentation about type checking the object returned by
diff --git a/sources b/sources
index 821b1bf..93e0aba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84251d7787c021bd587dfba08e5cb614  JSON-MaybeXS-1.003004.tar.gz
+653c088177982f8ac4e6b1697c2c94f4  JSON-MaybeXS-1.003005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=perl-JSON-MaybeXS-1.003005-1.fc20id=6837b598f9265e452916b0ee30ada704ec971393
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230120] Please update to = 1.003003

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230120



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-JSON-MaybeXS-1.003005-1.fc20 has been submitted as an update for Fedora
20.
https://admin.fedoraproject.org/updates/perl-JSON-MaybeXS-1.003005-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-JSON-MaybeXS (f21). Update to 1.003003 (..more)

2015-06-13 Thread notifications
From 44f9bfe1c8d4dd602345944738bc12318b8150fa Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 8 Dec 2014 14:52:56 +
Subject: Update to 1.003003

- New upstream release 1.003003
  - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
always be used in preference to JSON::XS
  - Avoid JSON::XS::Boolean::* redefined warnings caused by an old JSON::XS
loaded at the same time as a newer Cpanel::JSON::XS

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 7e62216..dd44698 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.003002
+Version:   1.003003
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -73,6 +73,13 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Dec  8 2014 Paul Howarth p...@city-fan.org - 1.003003-1
+- Update to 1.003003
+  - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
+always be used in preference to JSON::XS
+  - Avoid JSON::XS::Boolean::* redefined warnings caused by an old JSON::XS
+loaded at the same time as a newer Cpanel::JSON::XS
+
 * Sun Nov 16 2014 Paul Howarth p...@city-fan.org - 1.003002-1
 - Update to 1.003002
   - Correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS
diff --git a/sources b/sources
index 9fddcac..98ad47d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afdeefd49dee9177c283de816b7264a7  JSON-MaybeXS-1.003002.tar.gz
+2780e19be87f56078f990a16361ed51b  JSON-MaybeXS-1.003003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=f21id=44f9bfe1c8d4dd602345944738bc12318b8150fa
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230120] Please update to = 1.003003

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230120



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-JSON-MaybeXS-1.003005-1.fc21 has been submitted as an update for Fedora
21.
https://admin.fedoraproject.org/updates/perl-JSON-MaybeXS-1.003005-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-List-MoreUtils (master). Update to 0.413 (..more)

2015-06-13 Thread notifications
From 86ea2b1862bf4c4fbf00429dcaaae15901a0a861 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 20:40:00 +0100
Subject: Update to 0.413

- New upstream release 0.413
  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
(CPAN RT#104690)

diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index 6a98d3b..7dd7296 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,6 +1,6 @@
 Name:  perl-List-MoreUtils
-Version:   0.412
-Release:   2%{?dist}
+Version:   0.413
+Release:   1%{?dist}
 Summary:   Provide the stuff missing in List::Util
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/List-MoreUtils/
@@ -86,6 +86,11 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 0.413-1
+- Update to 0.413
+  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
+(CPAN RT#104690)
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 0.412-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 856d305..b416465 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ab2b8f27f7a6a4389898a7a383aadb3  List-MoreUtils-0.412.tar.gz
+bc577c86455e2d1397187bce286a53b9  List-MoreUtils-0.413.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-List-MoreUtils.git/commit/?h=masterid=86ea2b1862bf4c4fbf00429dcaaae15901a0a861
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded List-MoreUtils-0.413.tar.gz for perl-List-MoreUtils

2015-06-13 Thread notifications
bc577c86455e2d1397187bce286a53b9  List-MoreUtils-0.413.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-List-MoreUtils/List-MoreUtils-0.413.tar.gz/md5/bc577c86455e2d1397187bce286a53b9/List-MoreUtils-0.413.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

pghmcfc pushed to perl-List-MoreUtils (perl-List-MoreUtils-0.413-1.fc23). Update to 0.413 (..more)

2015-06-13 Thread notifications
From 86ea2b1862bf4c4fbf00429dcaaae15901a0a861 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 13 Jun 2015 20:40:00 +0100
Subject: Update to 0.413

- New upstream release 0.413
  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
(CPAN RT#104690)

diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index 6a98d3b..7dd7296 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,6 +1,6 @@
 Name:  perl-List-MoreUtils
-Version:   0.412
-Release:   2%{?dist}
+Version:   0.413
+Release:   1%{?dist}
 Summary:   Provide the stuff missing in List::Util
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/List-MoreUtils/
@@ -86,6 +86,11 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Sat Jun 13 2015 Paul Howarth p...@city-fan.org - 0.413-1
+- Update to 0.413
+  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
+(CPAN RT#104690)
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 0.412-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 856d305..b416465 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ab2b8f27f7a6a4389898a7a383aadb3  List-MoreUtils-0.412.tar.gz
+bc577c86455e2d1397187bce286a53b9  List-MoreUtils-0.413.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-List-MoreUtils.git/commit/?h=perl-List-MoreUtils-0.413-1.fc23id=86ea2b1862bf4c4fbf00429dcaaae15901a0a861
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 997645] gtk colored buttons

2015-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=997645



--- Comment #15 from Tom spot Callaway tcall...@redhat.com ---
Yes. The adwaita theme is part of upstream gtk3 now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel