corsepiu pushed to perl-Test-Script (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-05-03 Thread notifications
From 60b60969a4da6a3d23c3991477c2d9f2428ca62c Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:09:56 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Test-Script.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 32580fc..b1aded1 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=60b60969a4da6a3d23c3991477c2d9f2428ca62c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2016-05-03 Thread notifications
From 22256804bec27cbd2d1be177f2c6d6e124764d6f Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 06:32:46 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-Test-Script.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index d19dd17..8fcb284 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.10-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 10 2015 Jitka Plesnikova  - 1.10-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=22256804bec27cbd2d1be177f2c6d6e124764d6f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "Modernize spec."

2016-05-03 Thread notifications
From 1be083eacb2b757235d1638a8152cb0e6dc5c03f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 06:50:46 +0100
Subject: Modernize spec.

---
 perl-Test-Script.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 8fcb284..32580fc 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,15 +38,11 @@ in the bin directory of your Perl distribution.
 %setup -q -n Test-Script-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -61,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=1be083eacb2b757235d1638a8152cb0e6dc5c03f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "Cleanup changelog."

2016-05-03 Thread notifications
From 7c6e02570ff9a6d23009ddd1f1e4877eda0d6eaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:40:01 +0200
Subject: Cleanup changelog.

---
 perl-Test-Script.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 3606a2b..301fca6 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -62,9 +62,6 @@ make test
 * Wed May 04 2016 Ralf Corsépius  - 1.12-1
 - Update to 1.12.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=7c6e02570ff9a6d23009ddd1f1e4877eda0d6eaf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "Update to 1.12."

2016-05-03 Thread notifications
From 461fe805443da929053d504a1d25366914e1dc1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:18:53 +0200
Subject: Update to 1.12.

---
 .gitignore| 2 +-
 perl-Test-Script.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 47b8e4c..5e9ac2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.10.tar.gz
+/Test-Script-1.12.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index b1aded1..3606a2b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
-Version:1.10
-Release:6%{?dist}
+Version:1.12
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,9 +11,11 @@ BuildArch:  noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Spec::Unix)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IPC::Run3) >= 0.034
 BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::Tester)
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.12-1
+- Update to 1.12.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 456be07..6222f57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-011e805ea9967aab5d685b33e7d2e9be  Test-Script-1.10.tar.gz
+e21bdeb91fa2bbb596a0c552f5fcc541  Test-Script-1.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=461fe805443da929053d504a1d25366914e1dc1c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "Perl 5.22 re-rebuild of bootstrapped packages"

2016-05-03 Thread notifications
From a257e251f138152012753d24d5c6f51173af7ba2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 10 Jun 2015 12:34:17 +0200
Subject: Perl 5.22 re-rebuild of bootstrapped packages

---
 perl-Test-Script.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 1fbd0a6..d19dd17 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 10 2015 Jitka Plesnikova  - 1.10-3
+- Perl 5.22 re-rebuild of bootstrapped packages
+
 * Fri Jun 05 2015 Jitka Plesnikova  - 1.10-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=a257e251f138152012753d24d5c6f51173af7ba2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f22). "Upstream update. (..more)"

2016-05-03 Thread notifications
From c988d0c9c2dce825a52405dd39078e8fe5bb0300 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 18 May 2015 17:56:48 +0200
Subject: Upstream update.

- BR: Test::More >= 0.96.
---
 .gitignore| 2 +-
 perl-Test-Script.spec | 8 ++--
 sources   | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3a3ccb7..47b8e4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.09.tar.gz
+/Test-Script-1.10.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index a47eb7f..05efce8 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Script
-Version:1.09
+Version:1.10
 Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
@@ -19,7 +19,7 @@ BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::Tester)
 BuildRequires:  perl(Test::Builder) >= 0.32
 BuildRequires:  perl(Test::Builder::Tester) >= 1.02
-BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 
@@ -61,6 +61,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 18 2015 Ralf Corsépius  - 1.10-1
+- Upstream update.
+- BR: Test::More >= 0.96.
+
 * Mon May 11 2015 Ralf Corsépius  - 1.09-1
 - Upstream update.
 - Reflect upstream Source0: having changed.
diff --git a/sources b/sources
index 3efffd6..456be07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5cd8d3fa98bc6b728cd4359d9c2f631  Test-Script-1.09.tar.gz
+011e805ea9967aab5d685b33e7d2e9be  Test-Script-1.10.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=c988d0c9c2dce825a52405dd39078e8fe5bb0300
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

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

2016-05-03 Thread notifications
From 0c744e0a7c019b8d24928e291901da3874c2c31e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 5 Jun 2015 16:23:47 +0200
Subject: Perl 5.22 rebuild

---
 perl-Test-Script.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 05efce8..1fbd0a6 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 05 2015 Jitka Plesnikova  - 1.10-2
+- Perl 5.22 rebuild
+
 * Mon May 18 2015 Ralf Corsépius  - 1.10-1
 - Upstream update.
 - BR: Test::More >= 0.96.
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22=0c744e0a7c019b8d24928e291901da3874c2c31e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f23). "Modernize spec."

2016-05-03 Thread notifications
From 1be083eacb2b757235d1638a8152cb0e6dc5c03f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 06:50:46 +0100
Subject: Modernize spec.

---
 perl-Test-Script.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 8fcb284..32580fc 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,15 +38,11 @@ in the bin directory of your Perl distribution.
 %setup -q -n Test-Script-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -61,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f23=1be083eacb2b757235d1638a8152cb0e6dc5c03f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f23). "Update to 1.12."

2016-05-03 Thread notifications
From 461fe805443da929053d504a1d25366914e1dc1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:18:53 +0200
Subject: Update to 1.12.

---
 .gitignore| 2 +-
 perl-Test-Script.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 47b8e4c..5e9ac2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.10.tar.gz
+/Test-Script-1.12.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index b1aded1..3606a2b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
-Version:1.10
-Release:6%{?dist}
+Version:1.12
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,9 +11,11 @@ BuildArch:  noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Spec::Unix)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IPC::Run3) >= 0.034
 BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::Tester)
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.12-1
+- Update to 1.12.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 456be07..6222f57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-011e805ea9967aab5d685b33e7d2e9be  Test-Script-1.10.tar.gz
+e21bdeb91fa2bbb596a0c552f5fcc541  Test-Script-1.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f23=461fe805443da929053d504a1d25366914e1dc1c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f23). "Cleanup changelog."

2016-05-03 Thread notifications
From 7c6e02570ff9a6d23009ddd1f1e4877eda0d6eaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:40:01 +0200
Subject: Cleanup changelog.

---
 perl-Test-Script.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 3606a2b..301fca6 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -62,9 +62,6 @@ make test
 * Wed May 04 2016 Ralf Corsépius  - 1.12-1
 - Update to 1.12.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f23=7c6e02570ff9a6d23009ddd1f1e4877eda0d6eaf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-05-03 Thread notifications
From 60b60969a4da6a3d23c3991477c2d9f2428ca62c Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:09:56 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Test-Script.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 32580fc..b1aded1 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.10
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 1.10-5
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f23=60b60969a4da6a3d23c3991477c2d9f2428ca62c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (f24). "Update to 1.12."

2016-05-03 Thread notifications
From 461fe805443da929053d504a1d25366914e1dc1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:18:53 +0200
Subject: Update to 1.12.

---
 .gitignore| 2 +-
 perl-Test-Script.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 47b8e4c..5e9ac2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.10.tar.gz
+/Test-Script-1.12.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index b1aded1..3606a2b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
-Version:1.10
-Release:6%{?dist}
+Version:1.12
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,9 +11,11 @@ BuildArch:  noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Spec::Unix)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IPC::Run3) >= 0.034
 BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::Tester)
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.12-1
+- Update to 1.12.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 456be07..6222f57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-011e805ea9967aab5d685b33e7d2e9be  Test-Script-1.10.tar.gz
+e21bdeb91fa2bbb596a0c552f5fcc541  Test-Script-1.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f24=461fe805443da929053d504a1d25366914e1dc1c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu uploaded Test-Script-1.12.tar.gz for perl-Test-Script

2016-05-03 Thread notifications
e21bdeb91fa2bbb596a0c552f5fcc541  Test-Script-1.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Script/Test-Script-1.12.tar.gz/md5/e21bdeb91fa2bbb596a0c552f5fcc541/Test-Script-1.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-Script (master). "Update to 1.12."

2016-05-03 Thread notifications
From 461fe805443da929053d504a1d25366914e1dc1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 06:18:53 +0200
Subject: Update to 1.12.

---
 .gitignore| 2 +-
 perl-Test-Script.spec | 9 +++--
 sources   | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 47b8e4c..5e9ac2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.10.tar.gz
+/Test-Script-1.12.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index b1aded1..3606a2b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
-Version:1.10
-Release:6%{?dist}
+Version:1.12
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,9 +11,11 @@ BuildArch:  noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Spec::Unix)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IPC::Run3) >= 0.034
 BuildRequires:  perl(Probe::Perl) >= 0.01
 BuildRequires:  perl(Test::Tester)
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.12-1
+- Update to 1.12.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 456be07..6222f57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-011e805ea9967aab5d685b33e7d2e9be  Test-Script-1.10.tar.gz
+e21bdeb91fa2bbb596a0c552f5fcc541  Test-Script-1.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=master=461fe805443da929053d504a1d25366914e1dc1c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f22). "Update to 1.28."

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f22=729bc788ba131d154feb8bb1ff4425fd7a3d27e1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f22). "Merge remote-tracking branch 'origin/f23' into f22"

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f22=36e633343e35f2e4335d230f79caae254629566e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f22). "Merge remote-tracking branch 'origin/f24' into f23"

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f22=1ad771fbeb3240585497d3a65c772c36bcf11b2f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f23). "Update to 1.28."

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f23=729bc788ba131d154feb8bb1ff4425fd7a3d27e1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f23). "Merge remote-tracking branch 'origin/f24' into f23"

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f23=1ad771fbeb3240585497d3a65c772c36bcf11b2f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (f24). "Update to 1.28."

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=f24=729bc788ba131d154feb8bb1ff4425fd7a3d27e1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Tree-Simple (master). "Update to 1.28."

2016-05-03 Thread notifications
From 729bc788ba131d154feb8bb1ff4425fd7a3d27e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Wed, 4 May 2016 05:46:59 +0200
Subject: Update to 1.28.

---
 .gitignore| 2 +-
 perl-Tree-Simple.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 969dfc8..fa3c017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Tree-Simple-1.27.tgz
+/Tree-Simple-1.28.tgz
diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec
index 99a9b16..69ca6a8 100644
--- a/perl-Tree-Simple.spec
+++ b/perl-Tree-Simple.spec
@@ -1,6 +1,6 @@
 Name:  perl-Tree-Simple
-Version:   1.27
-Release:   2%{?dist}
+Version:   1.28
+Release:   1%{?dist}
 Summary:   Tree::Simple Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 04 2016 Ralf Corsépius  - 1.28-1
+- Update to 1.28.
+
 * Mon Apr 25 2016 Ralf Corsépius  - 1.27-2
 - Add %%license.
 
diff --git a/sources b/sources
index 9fcb8f0..021ce84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee68204a4f94eba975dabf2b587b05  Tree-Simple-1.27.tgz
+36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Tree-Simple.git/commit/?h=master=729bc788ba131d154feb8bb1ff4425fd7a3d27e1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu uploaded Tree-Simple-1.28.tgz for perl-Tree-Simple

2016-05-03 Thread notifications
36644c8e5feb9718bf44af214b15ad9d  Tree-Simple-1.28.tgz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tree-Simple/Tree-Simple-1.28.tgz/md5/36644c8e5feb9718bf44af214b15ad9d/Tree-Simple-1.28.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332740] perl-HTTP-Tiny-0.058 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332740



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1153635
  --> https://bugzilla.redhat.com/attachment.cgi?id=1153635=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332740] perl-HTTP-Tiny-0.058 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332740



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332740] perl-HTTP-Tiny-0.058 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332740



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-HTTP-Tiny-0.056 failed.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332740] New: perl-HTTP-Tiny-0.058 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332740

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



Latest upstream release: 0.058
Current version/release in rawhide: 0.056-4.fc24
URL: http://search.cpan.org/dist/HTTP-Tiny/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/2982/

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332734] perl-DBD-XBase-1.07 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332734



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1153612
  --> https://bugzilla.redhat.com/attachment.cgi?id=1153612=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332734] perl-DBD-XBase-1.07 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332734



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332734] perl-DBD-XBase-1.07 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332734



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-DBD-XBase-1.06 failed.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332734] New: perl-DBD-XBase-1.07 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332734

Bug ID: 1332734
   Summary: perl-DBD-XBase-1.07 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DBD-XBase
  Keywords: FutureFeature, Triaged
  Assignee: jpazdzi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jpazdzi...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.07
Current version/release in rawhide: 1.06-1.fc25
URL: https://www.adelton.com/perl/DBD-XBase/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/5893/

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Orphaned Packages in epel5 (2016-05-03)

2016-05-03 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
advancecomporphan, lupinix, thias 3 weeks ago   
bandwidthd orphan, ondrejj2 weeks ago   
bleachbit  orphan, cicku, nonamedotc  3 weeks ago   
cal3d  orphan, cicku  9 weeks ago   
copr   orphan, frostyx, msuchy,   4 weeks ago   
   praiskup 
devtodo2   orphan 10 weeks ago  
dinotrace  orphan, chitlesh   29 weeks ago  
electronics-menu   orphan, chitlesh   29 weeks ago  
ganymed-ssh2   orphan 14 weeks ago  
gcin   orphan, cicku  9 weeks ago   
gnucap orphan, chitlesh   29 weeks ago  
iverilog   orphan, chitlesh   29 weeks ago  
jabberpy   orphan 0 weeks ago   
jnaorphan, lfarkas, walters   47 weeks ago  
libstroke  orphan, chitlesh   29 weeks ago  
libx86 orphan, mjg59  10 weeks ago  
mldonkey   orphan, cicku, rjones  9 weeks ago   
monitor-edid   orphan 10 weeks ago  
nmon   orphan 9 weeks ago   
ocsinventory   orphan, xavierb10 weeks ago  
ocsinventory-agent orphan 10 weeks ago  
oggvideotools  orphan 9 weeks ago   
perl-Apache-DBIorphan, perl-sig   10 weeks ago  
perl-Apache2-SOAP  orphan, perl-sig   10 weeks ago  
perl-App-CLI   orphan, psabata7 weeks ago   
perl-App-Daemonorphan, iarnell, perl-sig, 7 weeks ago   
   psabata  
perl-Archive-Extract   orphan, iburrell, perl-sig,7 weeks ago   
   psabata, steve   
perl-Class-Autouse orphan, psabata7 weeks ago   
perl-Config-Extend-MySQL   orphan, iarnell, psabata   7 weeks ago   
perl-Config-IniHashorphan, iarnell, perl-sig, 7 weeks ago   
   psabata  
perl-Config-Simple orphan, iarnell, psabata,  7 weeks ago   
   sixy 
perl-File-Fetchorphan, iburrell, perl-sig,7 weeks ago   
   psabata, steve   
perl-Gearman   orphan, psabata7 weeks ago   
perl-Gearman-Client-Async  orphan, psabata7 weeks ago   
perl-Gearman-Serverorphan, psabata7 weeks ago   
perl-Geo-IPorphan, psabata7 weeks ago   
perl-HTML-DOMboorphan, perl-sig, psabata  7 weeks ago   
perl-HTML-Template-Pro orphan, psabata7 weeks ago   
perl-HTML-TokeParser-Simpleorphan, iarnell, iburrell, 7 weeks ago   
   perl-sig, psabata
perl-IPC-Shareable orphan, psabata, steve 7 weeks ago   
perl-Log-Log4perl  orphan, psabata, steve 7 weeks ago   
perl-Log-Message   orphan, perl-sig, psabata, 7 weeks ago   
   steve
perl-Log-Message-Simpleorphan, perl-sig, psabata, 7 weeks ago   
   steve
perl-MogileFS-Client   orphan, psabata7 weeks ago   
perl-MogileFS-Utilsorphan, psabata7 weeks ago   
perl-Net-NBNameorphan, psabata7 weeks ago   
perl-Object-Accessor

Orphaned Packages in epel6 (2016-05-03)

2016-05-03 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
RemoteBox  orphan, cicku  9 weeks ago   
advancecomporphan, lupinix, thias 3 weeks ago   
ansifilter orphan, cicku  9 weeks ago   
backintime orphan, timj   10 weeks ago  
bandwidthd orphan, ondrejj2 weeks ago   
be orphan, cicku  9 weeks ago   
bleachbit  orphan, cicku, nonamedotc  3 weeks ago   
cal3d  orphan, cicku  9 weeks ago   
cego   orphan, cicku  9 weeks ago   
cgnsliborphan, chitlesh, cicku9 weeks ago   
clnorphan, cicku, deji9 weeks ago   
cntlm  orphan, ignatenkobrain 5 weeks ago   
copr   orphan, frostyx, msuchy,   4 weeks ago   
   praiskup 
darkhttpd  orphan, cicku  9 weeks ago   
devtodo2   orphan 10 weeks ago  
dinotrace  orphan, chitlesh   29 weeks ago  
directfb   orphan, kwizart, thias 30 weeks ago  
electronics-menu   orphan, chitlesh   29 weeks ago  
eqntottorphan, chitlesh, cicku9 weeks ago   
flickcurl  orphan, cicku  9 weeks ago   
freefem++  orphan, cicku  9 weeks ago   
freeradius-client  orphan, nmav   0 weeks ago   
gcin   orphan, cicku  9 weeks ago   
ginac  orphan, cicku  9 weeks ago   
gnucap orphan, chitlesh   29 weeks ago  
hiredisorphan, cicku  9 weeks ago   
httraqtorphan, cicku  9 weeks ago   
i7zorphan, fantom 8 weeks ago   
iverilog   orphan, chitlesh   29 weeks ago  
lfcbaseorphan, cicku  9 weeks ago   
lfcxml orphan, cicku  9 weeks ago   
libdom orphan, cicku  9 weeks ago   
libnsbmp   orphan, cicku  9 weeks ago   
libserforphan, cicku  9 weeks ago   
libstroke  orphan, chitlesh   29 weeks ago  
libupnporphan, cicku, mcepl   9 weeks ago   
libx86 orphan, mjg59  10 weeks ago  
lilypond-doc   orphan, cicku, limb9 weeks ago   
lnav   orphan, cicku  9 weeks ago   
logstalgia orphan, cicku, ralph,  9 weeks ago   
   terjeros 
mediawiki-LdapAccount  orphan 2 weeks ago   
mingw-gtkglext orphan, epienbro, maci 8 weeks ago   
minisedorphan, cicku  9 weeks ago   
mldonkey   orphan, cicku, rjones  9 weeks ago   
mockitoorphan, raphgro11 weeks ago  
monitor-edid   orphan 10 weeks ago  
mot-adms   orphan, chitlesh   29 weeks ago  
mscore orphan, cicku  9 weeks ago   
nesc   orphan, chitlesh, cicku9 weeks ago   
netatalk   orphan, cicku, fkocina,9 weeks ago   
   jehane   
ngspiceorphan, chitlesh, mayorga, 1 weeks ago   
   sophiekovalevsky 
nmon

Orphaned Packages in branched (2016-05-03)

2016-05-03 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
aime   orphan, cicku  9 weeks ago   
ansifilter orphan, cicku  9 weeks ago   
appmenu-qt5orphan, mariobl5 weeks ago   
be orphan, cicku  9 weeks ago   
bitbakeorphan, cicku, ixs, ksyz   9 weeks ago   
bunny  orphan, cicku  9 weeks ago   
cal3d  orphan, cicku  9 weeks ago   
cego   orphan, cicku  9 weeks ago   
cgnsliborphan, chitlesh, cicku9 weeks ago   
chinese-calendar   orphan, cicku  9 weeks ago   
compiz-plugins-unsupported orphan, raveit65, vicodan  3 weeks ago   
ctemplate  orphan, cicku  9 weeks ago   
darkhttpd  orphan, cicku  9 weeks ago   
desktopcouch   orphan, cicku  9 weeks ago   
devtodo2   orphan 9 weeks ago   
dinotrace  orphan, chitlesh, cicku9 weeks ago   
dissy  orphan, adrienverge, cicku 9 weeks ago   
docky  orphan, cicku, mono-sig9 weeks ago   
dx-samples orphan, itamarjp   9 weeks ago   
edsadmin   orphan, ivazquez   9 weeks ago   
eigen2 orphan, rdieter9 weeks ago   
elektraorphan, cicku, kwizart,9 weeks ago   
   moceap   
eqntottorphan, chitlesh, cicku9 weeks ago   
fdmorphan, cicku  9 weeks ago   
fife   orphan, bruno, cicku, renich   9 weeks ago   
gcin   orphan, cicku, i18n-team   9 weeks ago   
gdpc   orphan, cicku  9 weeks ago   
geekcode   orphan, psabata7 weeks ago   
ghost-diagrams orphan, ivazquez   9 weeks ago   
gnauralorphan, cicku  9 weeks ago   
goldendict orphan, helloworld1, moceap9 weeks ago   
herbstluftwm   orphan, cicku  9 weeks ago   
httraqtorphan, cicku  9 weeks ago   
jj orphan, psabata7 weeks ago   
joyce  orphan, cicku  9 weeks ago   
js-excanvasorphan, group::nodejs-sig, 1 weeks ago   
   mayorga, williamjmorenor 
jumanjiorphan, psabata7 weeks ago   
jwmorphan, cicku, skytux  9 weeks ago   
kannel orphan, cicku, linuxthomass,   9 weeks ago   
   thias
lexertlorphan, jjames 9 weeks ago   
lfcbaseorphan, cicku  9 weeks ago   
lfcxml orphan, cicku  9 weeks ago   
libctl orphan, cicku, deji9 weeks ago   
libdom orphan, cicku  9 weeks ago   
libebur128 orphan, cicku  9 weeks ago   
libnsbmp   orphan, cicku  9 weeks ago   
libnsgif   orphan, cicku  9 weeks ago   
liboglappthorphan, cicku  9 weeks ago   
libpumaorphan, jjames 9 weeks ago   
libsilcorphan, cicku, nosnilmot   9 weeks ago   
libxls orphan, cicku  9 weeks ago   
licq   orphan, cicku, fcami,  9 weeks ago   

pghmcfc pushed to perl-Path-Tiny (perl-Path-Tiny-0.090-1.fc25). "Update to 0.090 (..more)"

2016-05-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=perl-Path-Tiny-0.090-1.fc25=4a9c2c960891c01138884eac13e0b1688b42
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Path-Tiny (perl-Path-Tiny-0.090-1.fc24). "Update to 0.090 (..more)"

2016-05-03 Thread notifications
From 4a9c2c960891c01138884eac13e0b1688b42 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 16:01:50 +0100
Subject: Update to 0.090

- New upstream release 0.090
  - Fix spew_utf8 to allow array references as input
---
 perl-Path-Tiny.spec | 6 +-
 sources | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 3493ec6..0c9db54 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,7 +1,7 @@
 # TODO: BR: optional test dependency perl(Test::MockRandom) when available
 
 Name:  perl-Path-Tiny
-Version:   0.088
+Version:   0.090
 Release:   1%{?dist}
 Summary:   File path utility
 Group: Development/Libraries
@@ -106,6 +106,10 @@ make test
 %{_mandir}/man3/Path::Tiny.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.090-1
+- Update to 0.090
+  - Fix spew_utf8 to allow array references as input
+
 * Mon Apr 18 2016 Paul Howarth  - 0.088-1
 - Update to 0.088
   - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines
diff --git a/sources b/sources
index b1ff8dd..43798af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9d022f4d5e73a18da1e2b7befe205c3  Path-Tiny-0.088.tar.gz
+970c6a98bd4d012df485b0eabce0bf27  Path-Tiny-0.090.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=perl-Path-Tiny-0.090-1.fc24=4a9c2c960891c01138884eac13e0b1688b42
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-B-Hooks-EndOfScope (perl-B-Hooks-EndOfScope-0.19-1.fc25). "Update to 0.19 (..more)"

2016-05-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-B-Hooks-EndOfScope.git/commit/?h=perl-B-Hooks-EndOfScope-0.19-1.fc25=e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-B-Hooks-EndOfScope (perl-B-Hooks-EndOfScope-0.19-1.fc24). "Update to 0.19 (..more)"

2016-05-03 Thread notifications
From e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:05:23 +0100
Subject: Update to 0.19

- New upstream release 0.19
  - More Makefile.PL updates
  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
- Simplify find command using -delete
- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
- Drop BR: for Test::Pod::No404s, which breaks koji builds
---
 perl-B-Hooks-EndOfScope.spec | 36 
 sources  |  2 +-
 2 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index 52aa51d..3b2081b 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -1,6 +1,6 @@
 Name:  perl-B-Hooks-EndOfScope
-Version:   0.15
-Release:   5%{?dist}
+Version:   0.19
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Summary:   Execute code after scope compilation finishes
@@ -9,9 +9,13 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-%{
 Patch0:B-Hooks-EndOfScope-0.13-shellbangs.patch
 BuildArch: noarch
 # Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl(ExtUtils::CBuilder) >= 0.26
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
 # Common Module Requirements
 BuildRequires: perl(Module::Implementation) >= 0.05
 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
@@ -33,12 +37,16 @@ BuildRequires:  perl(Devel::Hide) >= 0.0007
 BuildRequires: perl(File::Glob)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(IPC::Open2)
+BuildRequires: perl(Module::Metadata)
 BuildRequires: perl(Test::More) >= 0.89
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
-# Release tests
-%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
+# Author/Release tests
+# Note: Test::Pod::No404s intentionally omitted as it would fail due to
+# missing connectivity in the koji build environment
+%if 0%{!?perl_bootstrap:1} && !0%{?rhel}
+BuildRequires: perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Coverage::TrustPod)
@@ -49,10 +57,10 @@ BuildRequires:  perl(Test::EOL)
 BuildRequires: perl(Test::Kwalitee) >= 1.21
 BuildRequires: perl(Test::MinimumVersion)
 BuildRequires: perl(Test::Mojibake)
+BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-BuildRequires: perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Spelling), hunspell-en
 %endif
@@ -69,13 +77,16 @@ surrounding scope.
 # Remove shellbangs from tests to placate rpmlint
 %patch0
 
+# British-English spelling LICENCE upsets US spell checker
+echo LICENCE >> xt/author/pod-spell.t
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -86,7 +97,7 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %endif
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING README t/
 %{perl_vendorlib}/B/
 %{_mandir}/man3/B::Hooks::EndOfScope.3*
@@ -94,6 +105,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/B::Hooks::EndOfScope::XS.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.19-1
+- Update to 0.19
+  - More Makefile.PL updates
+  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
+(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
+- Simplify find command using -delete
+- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
+- Drop BR: for Test::Pod::No404s, which breaks koji builds
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f818bc..9375a6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61dd64e3a05ffb06fee9bee3211d16b8  B-Hooks-EndOfScope-0.15.tar.gz
+ab13185fe7019717645b936a5d77ea29  B-Hooks-EndOfScope-0.19.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-B-Hooks-EndOfScope.git/commit/?h=perl-B-Hooks-EndOfScope-0.19-1.fc24=e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org

[Bug 1331528] Please build perl-Unicode-CaseFold for EPEL

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1331528



--- Comment #1 from Emmanuel Seyman  ---
I've requested both branches. Please ask/take these as soon as they created
(I'm not very interested in EPEL).

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman requested branch el6 for package perl-Unicode-CaseFold

2016-05-03 Thread notifications
eseyman requested branch el6 for package perl-Unicode-CaseFold
https://admin.fedoraproject.org/pkgdb/package/perl-Unicode-CaseFold/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman requested branch epel7 for package perl-Unicode-CaseFold

2016-05-03 Thread notifications
eseyman requested branch epel7 for package perl-Unicode-CaseFold
https://admin.fedoraproject.org/pkgdb/package/perl-Unicode-CaseFold/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded Path-Tiny-0.090.tar.gz for perl-Path-Tiny

2016-05-03 Thread notifications
970c6a98bd4d012df485b0eabce0bf27  Path-Tiny-0.090.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Path-Tiny/Path-Tiny-0.090.tar.gz/md5/970c6a98bd4d012df485b0eabce0bf27/Path-Tiny-0.090.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Path-Tiny (master). "Update to 0.090 (..more)"

2016-05-03 Thread notifications
From 4a9c2c960891c01138884eac13e0b1688b42 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 16:01:50 +0100
Subject: Update to 0.090

- New upstream release 0.090
  - Fix spew_utf8 to allow array references as input
---
 perl-Path-Tiny.spec | 6 +-
 sources | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 3493ec6..0c9db54 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,7 +1,7 @@
 # TODO: BR: optional test dependency perl(Test::MockRandom) when available
 
 Name:  perl-Path-Tiny
-Version:   0.088
+Version:   0.090
 Release:   1%{?dist}
 Summary:   File path utility
 Group: Development/Libraries
@@ -106,6 +106,10 @@ make test
 %{_mandir}/man3/Path::Tiny.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.090-1
+- Update to 0.090
+  - Fix spew_utf8 to allow array references as input
+
 * Mon Apr 18 2016 Paul Howarth  - 0.088-1
 - Update to 0.088
   - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines
diff --git a/sources b/sources
index b1ff8dd..43798af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9d022f4d5e73a18da1e2b7befe205c3  Path-Tiny-0.088.tar.gz
+970c6a98bd4d012df485b0eabce0bf27  Path-Tiny-0.090.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=master=4a9c2c960891c01138884eac13e0b1688b42
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Path-Tiny (f24). "Update to 0.090 (..more)"

2016-05-03 Thread notifications
From 4a9c2c960891c01138884eac13e0b1688b42 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 16:01:50 +0100
Subject: Update to 0.090

- New upstream release 0.090
  - Fix spew_utf8 to allow array references as input
---
 perl-Path-Tiny.spec | 6 +-
 sources | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 3493ec6..0c9db54 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,7 +1,7 @@
 # TODO: BR: optional test dependency perl(Test::MockRandom) when available
 
 Name:  perl-Path-Tiny
-Version:   0.088
+Version:   0.090
 Release:   1%{?dist}
 Summary:   File path utility
 Group: Development/Libraries
@@ -106,6 +106,10 @@ make test
 %{_mandir}/man3/Path::Tiny.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.090-1
+- Update to 0.090
+  - Fix spew_utf8 to allow array references as input
+
 * Mon Apr 18 2016 Paul Howarth  - 0.088-1
 - Update to 0.088
   - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines
diff --git a/sources b/sources
index b1ff8dd..43798af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9d022f4d5e73a18da1e2b7befe205c3  Path-Tiny-0.088.tar.gz
+970c6a98bd4d012df485b0eabce0bf27  Path-Tiny-0.090.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=f24=4a9c2c960891c01138884eac13e0b1688b42
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-B-Hooks-EndOfScope (f24). "Update to 0.19 (..more)"

2016-05-03 Thread notifications
From e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:05:23 +0100
Subject: Update to 0.19

- New upstream release 0.19
  - More Makefile.PL updates
  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
- Simplify find command using -delete
- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
- Drop BR: for Test::Pod::No404s, which breaks koji builds
---
 perl-B-Hooks-EndOfScope.spec | 36 
 sources  |  2 +-
 2 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index 52aa51d..3b2081b 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -1,6 +1,6 @@
 Name:  perl-B-Hooks-EndOfScope
-Version:   0.15
-Release:   5%{?dist}
+Version:   0.19
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Summary:   Execute code after scope compilation finishes
@@ -9,9 +9,13 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-%{
 Patch0:B-Hooks-EndOfScope-0.13-shellbangs.patch
 BuildArch: noarch
 # Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl(ExtUtils::CBuilder) >= 0.26
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
 # Common Module Requirements
 BuildRequires: perl(Module::Implementation) >= 0.05
 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
@@ -33,12 +37,16 @@ BuildRequires:  perl(Devel::Hide) >= 0.0007
 BuildRequires: perl(File::Glob)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(IPC::Open2)
+BuildRequires: perl(Module::Metadata)
 BuildRequires: perl(Test::More) >= 0.89
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
-# Release tests
-%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
+# Author/Release tests
+# Note: Test::Pod::No404s intentionally omitted as it would fail due to
+# missing connectivity in the koji build environment
+%if 0%{!?perl_bootstrap:1} && !0%{?rhel}
+BuildRequires: perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Coverage::TrustPod)
@@ -49,10 +57,10 @@ BuildRequires:  perl(Test::EOL)
 BuildRequires: perl(Test::Kwalitee) >= 1.21
 BuildRequires: perl(Test::MinimumVersion)
 BuildRequires: perl(Test::Mojibake)
+BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-BuildRequires: perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Spelling), hunspell-en
 %endif
@@ -69,13 +77,16 @@ surrounding scope.
 # Remove shellbangs from tests to placate rpmlint
 %patch0
 
+# British-English spelling LICENCE upsets US spell checker
+echo LICENCE >> xt/author/pod-spell.t
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -86,7 +97,7 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %endif
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING README t/
 %{perl_vendorlib}/B/
 %{_mandir}/man3/B::Hooks::EndOfScope.3*
@@ -94,6 +105,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/B::Hooks::EndOfScope::XS.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.19-1
+- Update to 0.19
+  - More Makefile.PL updates
+  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
+(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
+- Simplify find command using -delete
+- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
+- Drop BR: for Test::Pod::No404s, which breaks koji builds
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f818bc..9375a6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61dd64e3a05ffb06fee9bee3211d16b8  B-Hooks-EndOfScope-0.15.tar.gz
+ab13185fe7019717645b936a5d77ea29  B-Hooks-EndOfScope-0.19.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-B-Hooks-EndOfScope.git/commit/?h=f24=e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-IO-AIO (perl-IO-AIO-4.34-1.fc25). "Update to 4.34 (..more)"

2016-05-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-AIO.git/commit/?h=perl-IO-AIO-4.34-1.fc25=5c0dce430d8bb6e59b90f884e3fa089c27761bc4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-IO-AIO (perl-IO-AIO-4.34-1.fc24). "Update to 4.34 (..more)"

2016-05-03 Thread notifications
From 5c0dce430d8bb6e59b90f884e3fa089c27761bc4 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:26:09 +0100
Subject: Update to 4.34

- New upstream release 4.34
  - def0.h was not properly generated during previous release, causing compile
errors on various platforms
  - major/minor were accidentally switched
  - Removed duplicate definition of MAP_HUGETLB
  - Added (untested!) aio_fcntl, aio_ioctl requests
  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
manpages-dev originally claimed
- Drop def0.h patch from previous release, no longer needed
- Simplify find commands using -empty and -delete
---
 IO-AIO-4.33-constants.patch | 22 --
 perl-IO-AIO.spec| 25 -
 sources |  2 +-
 3 files changed, 17 insertions(+), 32 deletions(-)
 delete mode 100644 IO-AIO-4.33-constants.patch

diff --git a/IO-AIO-4.33-constants.patch b/IO-AIO-4.33-constants.patch
deleted file mode 100644
index 84a0378..000
--- a/IO-AIO-4.33-constants.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 def0.h
-+++ def0.h
-@@ -192,6 +192,9 @@
- #ifndef MAP_SHARED
- #define MAP_SHARED 0
- #endif
-+#ifndef MAP_32BIT
-+#define MAP_32BIT 0
-+#endif
- #ifndef MAP_ANONYMOUS
- #define MAP_ANONYMOUS 0
- #endif
-@@ -210,6 +213,9 @@
- #ifndef MAP_NONBLOCK
- #define MAP_NONBLOCK 0
- #endif
-+#ifndef MAP_STACK
-+#define MAP_STACK 0
-+#endif
- #ifndef FIEMAP_FLAG_SYNC
- #define FIEMAP_FLAG_SYNC 0
- #endif
diff --git a/perl-IO-AIO.spec b/perl-IO-AIO.spec
index 874761a..a4055bd 100644
--- a/perl-IO-AIO.spec
+++ b/perl-IO-AIO.spec
@@ -1,5 +1,5 @@
 # work around upstream versioning being decimal rather than v-string
-%global upstream_version 4.33
+%global upstream_version 4.34
 %global extraversion %{nil}
 %if "%{upstream_version}%{extraversion}" != "%{upstream_version}"
 Provides:  perl(IO::AIO) = %{upstream_version}%{extraversion}
@@ -7,13 +7,12 @@ Provides: perl(IO::AIO) = 
%{upstream_version}%{extraversion}
 
 Name:  perl-IO-AIO
 Version:   %{upstream_version}%{extraversion}
-Release:   2%{?dist}
+Release:   1%{?dist}
 Summary:   Asynchronous Input/Output
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-AIO/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{upstream_version}.tar.gz
-Patch0:IO-AIO-4.33-constants.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 # Module Build
 BuildRequires: coreutils
@@ -55,10 +54,6 @@ system supports.
 %prep
 %setup -q -n IO-AIO-%{upstream_version}
 
-# MAP_STACK requires kernel 2.6.27 onwards
-# MAP_32BIT not universally available either
-%patch0
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -66,8 +61,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 # Remove script we don't want packaged
@@ -91,6 +86,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::AIO.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 4.34-1
+- Update to 4.34
+  - def0.h was not properly generated during previous release, causing compile
+errors on various platforms
+  - major/minor were accidentally switched
+  - Removed duplicate definition of MAP_HUGETLB
+  - Added (untested!) aio_fcntl, aio_ioctl requests
+  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
+manpages-dev originally claimed
+- Drop def0.h patch from previous release, no longer needed
+- Simplify find commands using -empty and -delete
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
4.33-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index f62c858..1b197a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08243848d09e111ca8a682226a36491f  IO-AIO-4.33.tar.gz
+6a3e89193e0747b3bbf9e66b7900a95b  IO-AIO-4.34.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-AIO.git/commit/?h=perl-IO-AIO-4.34-1.fc24=5c0dce430d8bb6e59b90f884e3fa089c27761bc4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2016-05-03 Thread notifications
From bb0631bd95c48681fcac4afa0f4982509343d1f1 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 04:19:11 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-Makefile-Parser.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index bfd8b02..2fc1688 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.211
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 0.211-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 0.211-15
 - Perl 5.22 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=bb0631bd95c48681fcac4afa0f4982509343d1f1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-05-03 Thread notifications
From a6562d3a774a210d027fb3e999b6ab8f6438122b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 14:31:15 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Makefile-Parser.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 5ca8b88..9cac987 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.216-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Oct 01 2015 Petr Pisar  - 0.216-3
 - Remove build-dependency for disabled auto_install
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=a6562d3a774a210d027fb3e999b6ab8f6438122b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "Remove build-dependency for disabled auto_install"

2016-05-03 Thread notifications
From b8ff0b48abae787891ea36c5ce92f4270eb2d590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 1 Oct 2015 07:53:43 +0200
Subject: Remove build-dependency for disabled auto_install

---
 perl-Makefile-Parser.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 4007973..5ca8b88 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -22,7 +22,6 @@ BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Install::AutoInstall)
 BuildRequires:  perl(Module::Install::Metadata)
 BuildRequires:  perl(Module::Install::Scripts)
 BuildRequires:  perl(Module::Install::TestBase)
@@ -122,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Thu Oct 01 2015 Petr Pisar  - 0.216-3
+- Remove build-dependency for disabled auto_install
+
 * Wed Sep 30 2015 Petr Pisar  - 0.216-2
 - Do not auto_install run-time only dependencies
 - Correct removing t/makesimple.t from MANIFEST
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=b8ff0b48abae787891ea36c5ce92f4270eb2d590
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "Do not auto_install run-time only dependencies (..more)"

2016-05-03 Thread notifications
From 28d03353b77fb902e8f3eb012de53f0c70ebe727 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 13:14:33 +0200
Subject: Do not auto_install run-time only dependencies

Auto_installing File::Slurp poinsons build system that tries to
install into site directory then.
---
 ...Disable-installing-dependencies-from-CPAN.patch | 30 ++
 perl-Makefile-Parser.spec  |  8 +-
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 
Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch

diff --git 
a/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch 
b/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
new file mode 100644
index 000..f725bcc
--- /dev/null
+++ b/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
@@ -0,0 +1,30 @@
+From 1f8065f3ec5963bc7450a415c316c90c74f0f82c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Wed, 30 Sep 2015 13:11:10 +0200
+Subject: [PATCH] Disable installing dependencies from CPAN
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+File::Slurp is not needed at tests, yet auto_install will install it
+from CPAN because it's a run-time dependency.
+
+Signed-off-by: Petr Písař 
+---
+ Makefile.PL | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 89401ed..d54fc37 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -28,6 +28,5 @@ build_requires  ('IPC::Run3' => '0.036');
+ 
+ use_test_base;
+ 
+-auto_install;
+ WriteAll;
+ 
+-- 
+2.4.3
+
diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index f956ea9..c0224f6 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,8 @@ Patch0: 
Makefile-Parser-0.216-make-4.0-compatibility.patch
 Patch1: Makefile-Parser-0.216-Remove-use-lib.patch
 # Do not use /usr/bin/env, CPAN RT#107237
 Patch2: Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
+# Do not auto_install run-time only dependencies
+Patch3: 
Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  coreutils
@@ -79,6 +81,7 @@ satisfactory for this purpose, so I decided to build one of 
my own.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # Remove bundled modules
 rm -r ./inc
 sed -i -e '/^inc\//d' MANIFEST
@@ -118,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Wed Sep 30 2015 Petr Pisar  - 0.216-2
+- Do not auto_install run-time only dependencies
+
 * Tue Sep 22 2015 Petr Pisar  - 0.216-1
 - 2.016 bump
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=28d03353b77fb902e8f3eb012de53f0c70ebe727
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "Perl 5.22 rebuild"

2016-05-03 Thread notifications
From 4cb232d1f96c296e035585f0ab1de092f022bf96 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Sat, 6 Jun 2015 19:21:21 +0200
Subject: Perl 5.22 rebuild

---
 perl-Makefile-Parser.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 71f695a..bfd8b02 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.211
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova  - 0.211-15
+- Perl 5.22 rebuild
+
 * Fri Aug 29 2014 Jitka Plesnikova  - 0.211-14
 - Perl 5.20 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=4cb232d1f96c296e035585f0ab1de092f022bf96
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "Correct removing t/makesimple.t from MANIFEST (..more)"

2016-05-03 Thread notifications
From b2bbe3fe5766e68d0d0f724acf54bab3a0410aed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 13:17:29 +0200
Subject: Correct removing t/makesimple.t from MANIFEST

Also do not use &&. "false && true" evaluates to true in "set -e"
environment that rpmbuild uses.
---
 perl-Makefile-Parser.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index c0224f6..4007973 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -88,7 +88,8 @@ sed -i -e '/^inc\//d' MANIFEST
 # Normalize end of lines
 sed -i -e 's/\r$//' Changes
 # This test does not support GNU make 4.0, CPAN RT#95979
-rm t/makesimple.t && sed -e '/^t\/makesimple\.t/d' MANIFEST
+rm t/makesimple.t
+sed -i -e '/^t\/makesimple\.t/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -123,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Sep 30 2015 Petr Pisar  - 0.216-2
 - Do not auto_install run-time only dependencies
+- Correct removing t/makesimple.t from MANIFEST
 
 * Tue Sep 22 2015 Petr Pisar  - 0.216-1
 - 2.016 bump
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=b2bbe3fe5766e68d0d0f724acf54bab3a0410aed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f22). "Prevent FTBFS by correcting the build time dependency list (..more)"

2016-05-03 Thread notifications
From 9e9e4e97390ea660f6091dfd62c5427679353aba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Tue, 11 Aug 2015 16:20:49 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- The dep list is quite long and ugly; most of it comes from the bundled
  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
- Enable most of the test suite; the failing test is most likely fixed
  in the new upstream version -- an update is advised
---
 perl-Makefile-Parser.spec | 61 ++-
 1 file changed, 50 insertions(+), 11 deletions(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 2fc1688..cb860da 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.211
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,24 +8,52 @@ URL:http://search.cpan.org/dist/Makefile-Parser/
 Source0:
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-Parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  sed
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(Class::Trigger) >= 0.13
+BuildRequires:  perl(Config)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::stat)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IPC::Run3) >= 0.036
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Makefile::DOM) >= 0.003
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(MDOM::Document::Gmake)
+BuildRequires:  perl(MDOM::Util)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Text::Balanced)
-Requires:   perl(Class::Accessor::Fast)
+BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl(threads::shared)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Class::Trigger) >= 0.13
-Requires:   perl(File::Slurp)
-Requires:   perl(List::MoreUtils)
-Requires:   perl(Makefile::DOM) >= 0.003
-Requires:   perl(Text::Balanced)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Trigger\\)$
+
 %description
 This is a simple parser for Makefiles. At this very early stage, the parser
 only supports a limited set of features, so it may not recognize most of
@@ -37,6 +65,8 @@ satisfactory for this purpose, so I decided to build one of 
my own.
 
 %prep
 %setup -q -n Makefile-Parser-%{version}
+# This test is fishy; and yes, it needs to be done here
+rm t/makesimple.t && sed -e '/^t\/makesimple\.t/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -52,8 +82,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-#%check
-#make test
+%check
+# makesimple.t is disabled, see the %%prep section
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata  - 0.211-17
+- Prevent FTBFS by correcting the build time dependency list
+- The dep list is quite long and ugly; most of it comes from the bundled
+  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
+  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
+- Enable most of the test suite; the failing test is most likely fixed
+  in the new upstream version -- an update is advised
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.211-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f22=9e9e4e97390ea660f6091dfd62c5427679353aba
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel 

nb pushed to perl-Makefile-Parser (f22). "2.016 bump"

2016-05-03 Thread notifications
From 4355e13c7cdf9bd6f13f278ba3bb365061d67d03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Sep 2015 12:17:24 +0200
Subject: 2.016 bump

---
 .gitignore |  1 +
 Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch | 49 ++
 Makefile-Parser-0.216-Remove-use-lib.patch | 32 +
 Makefile-Parser-0.216-make-4.0-compatibility.patch | 25 +++
 perl-Makefile-Parser.spec  | 79 ++
 sources|  2 +-
 6 files changed, 158 insertions(+), 30 deletions(-)
 create mode 100644 Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
 create mode 100644 Makefile-Parser-0.216-Remove-use-lib.patch
 create mode 100644 Makefile-Parser-0.216-make-4.0-compatibility.patch

diff --git a/.gitignore b/.gitignore
index 57a8be0..ef8c369 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Makefile-Parser-0.211.tar.gz
+/Makefile-Parser-0.216.tar.gz
diff --git a/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch 
b/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
new file mode 100644
index 000..684a2ff
--- /dev/null
+++ b/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
@@ -0,0 +1,49 @@
+From d14443cf126ac5696bf6cedaeebaf63cc1ca055d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 22 Sep 2015 12:40:55 +0200
+Subject: [PATCH] Do not use /usr/bin/env
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+ExtUtils::MakeMaker rewrites #!perl into correct perl automatically.
+Signed-off-by: Petr Písař 
+---
+ script/makesimple | 2 +-
+ script/pgmake-db  | 2 +-
+ script/plmake | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/script/makesimple b/script/makesimple
+index 58d8d3a..2b805e9 100755
+--- a/script/makesimple
 b/script/makesimple
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!perl
+ 
+ use strict;
+ use warnings;
+diff --git a/script/pgmake-db b/script/pgmake-db
+index 9025e3a..43362c3 100755
+--- a/script/pgmake-db
 b/script/pgmake-db
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl 
++#!perl 
+ 
+ use strict;
+ use warnings;
+diff --git a/script/plmake b/script/plmake
+index 18ee584..951998b 100644
+--- a/script/plmake
 b/script/plmake
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!perl
+ 
+ use strict;
+ use warnings;
+-- 
+2.4.3
+
diff --git a/Makefile-Parser-0.216-Remove-use-lib.patch 
b/Makefile-Parser-0.216-Remove-use-lib.patch
new file mode 100644
index 000..d6880b5
--- /dev/null
+++ b/Makefile-Parser-0.216-Remove-use-lib.patch
@@ -0,0 +1,32 @@
+From 686607e6722b9a03e30d3d89c2bbec8d70c1c1e7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 22 Sep 2015 12:39:30 +0200
+Subject: [PATCH] Remove "use lib"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This could have security implications.
+
+CPAN RT#107235
+
+Signed-off-by: Petr Písař 
+---
+ script/pgmake-db | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/script/pgmake-db b/script/pgmake-db
+index 215c8de..9025e3a 100755
+--- a/script/pgmake-db
 b/script/pgmake-db
+@@ -2,7 +2,6 @@
+ 
+ use strict;
+ use warnings;
+-use lib qw(/home/agentz/gmake-db/lib /home/agentz/mdom-gmake/lib);
+ 
+ #use Smart::Comments;
+ use Getopt::Long;
+-- 
+2.4.3
+
diff --git a/Makefile-Parser-0.216-make-4.0-compatibility.patch 
b/Makefile-Parser-0.216-make-4.0-compatibility.patch
new file mode 100644
index 000..e1a81ac
--- /dev/null
+++ b/Makefile-Parser-0.216-make-4.0-compatibility.patch
@@ -0,0 +1,25 @@
+From 097521aae7b4e8d719e9535077905236aefa0f96 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Sun, 7 Sep 2014 15:37:58 +0300
+Subject: [PATCH] make 4.0 compatibility
+
+---
+ lib/Makefile/Parser/GmakeDB.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Makefile/Parser/GmakeDB.pm b/lib/Makefile/Parser/GmakeDB.pm
+index 0e876e0..a221490 100644
+--- a/lib/Makefile/Parser/GmakeDB.pm
 b/lib/Makefile/Parser/GmakeDB.pm
+@@ -154,7 +154,7 @@ sub parse ($$) {
+ undef $var_origin;
+ }
+ }
+-elsif ($elem =~ /^#\s+(automatic|makefile|default|environment|command 
line)/) {
++elsif ($elem =~ /^#\s+(automatic|makefile|default|environment|command 
line|'override' directive)/) {
+ $var_origin = $1;
+ $var_origin = 'file' if $var_origin eq 'makefile';
+ $next_var_lineno = $elem->lineno + 1;
+-- 
+2.1.0
+
diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index cb860da..f956ea9 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,58 +1,69 @@
 Name:   perl-Makefile-Parser
-Version:0.211
-Release:17%{?dist}
+Version:0.216
+Release:

nb pushed to perl-Makefile-Parser (f23). "Do not auto_install run-time only dependencies (..more)"

2016-05-03 Thread notifications
From 28d03353b77fb902e8f3eb012de53f0c70ebe727 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 13:14:33 +0200
Subject: Do not auto_install run-time only dependencies

Auto_installing File::Slurp poinsons build system that tries to
install into site directory then.
---
 ...Disable-installing-dependencies-from-CPAN.patch | 30 ++
 perl-Makefile-Parser.spec  |  8 +-
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 
Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch

diff --git 
a/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch 
b/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
new file mode 100644
index 000..f725bcc
--- /dev/null
+++ b/Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
@@ -0,0 +1,30 @@
+From 1f8065f3ec5963bc7450a415c316c90c74f0f82c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Wed, 30 Sep 2015 13:11:10 +0200
+Subject: [PATCH] Disable installing dependencies from CPAN
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+File::Slurp is not needed at tests, yet auto_install will install it
+from CPAN because it's a run-time dependency.
+
+Signed-off-by: Petr Písař 
+---
+ Makefile.PL | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 89401ed..d54fc37 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -28,6 +28,5 @@ build_requires  ('IPC::Run3' => '0.036');
+ 
+ use_test_base;
+ 
+-auto_install;
+ WriteAll;
+ 
+-- 
+2.4.3
+
diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index f956ea9..c0224f6 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,8 @@ Patch0: 
Makefile-Parser-0.216-make-4.0-compatibility.patch
 Patch1: Makefile-Parser-0.216-Remove-use-lib.patch
 # Do not use /usr/bin/env, CPAN RT#107237
 Patch2: Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
+# Do not auto_install run-time only dependencies
+Patch3: 
Makefile-Parser-0.216-Disable-installing-dependencies-from-CPAN.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  coreutils
@@ -79,6 +81,7 @@ satisfactory for this purpose, so I decided to build one of 
my own.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # Remove bundled modules
 rm -r ./inc
 sed -i -e '/^inc\//d' MANIFEST
@@ -118,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Wed Sep 30 2015 Petr Pisar  - 0.216-2
+- Do not auto_install run-time only dependencies
+
 * Tue Sep 22 2015 Petr Pisar  - 0.216-1
 - 2.016 bump
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f23=28d03353b77fb902e8f3eb012de53f0c70ebe727
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-05-03 Thread notifications
From a6562d3a774a210d027fb3e999b6ab8f6438122b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 14:31:15 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Makefile-Parser.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 5ca8b88..9cac987 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
0.216-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Oct 01 2015 Petr Pisar  - 0.216-3
 - Remove build-dependency for disabled auto_install
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f23=a6562d3a774a210d027fb3e999b6ab8f6438122b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f23). "2.016 bump"

2016-05-03 Thread notifications
From 4355e13c7cdf9bd6f13f278ba3bb365061d67d03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 22 Sep 2015 12:17:24 +0200
Subject: 2.016 bump

---
 .gitignore |  1 +
 Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch | 49 ++
 Makefile-Parser-0.216-Remove-use-lib.patch | 32 +
 Makefile-Parser-0.216-make-4.0-compatibility.patch | 25 +++
 perl-Makefile-Parser.spec  | 79 ++
 sources|  2 +-
 6 files changed, 158 insertions(+), 30 deletions(-)
 create mode 100644 Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
 create mode 100644 Makefile-Parser-0.216-Remove-use-lib.patch
 create mode 100644 Makefile-Parser-0.216-make-4.0-compatibility.patch

diff --git a/.gitignore b/.gitignore
index 57a8be0..ef8c369 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Makefile-Parser-0.211.tar.gz
+/Makefile-Parser-0.216.tar.gz
diff --git a/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch 
b/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
new file mode 100644
index 000..684a2ff
--- /dev/null
+++ b/Makefile-Parser-0.216-Do-not-use-usr-bin-env.patch
@@ -0,0 +1,49 @@
+From d14443cf126ac5696bf6cedaeebaf63cc1ca055d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 22 Sep 2015 12:40:55 +0200
+Subject: [PATCH] Do not use /usr/bin/env
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+ExtUtils::MakeMaker rewrites #!perl into correct perl automatically.
+Signed-off-by: Petr Písař 
+---
+ script/makesimple | 2 +-
+ script/pgmake-db  | 2 +-
+ script/plmake | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/script/makesimple b/script/makesimple
+index 58d8d3a..2b805e9 100755
+--- a/script/makesimple
 b/script/makesimple
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!perl
+ 
+ use strict;
+ use warnings;
+diff --git a/script/pgmake-db b/script/pgmake-db
+index 9025e3a..43362c3 100755
+--- a/script/pgmake-db
 b/script/pgmake-db
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl 
++#!perl 
+ 
+ use strict;
+ use warnings;
+diff --git a/script/plmake b/script/plmake
+index 18ee584..951998b 100644
+--- a/script/plmake
 b/script/plmake
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!perl
+ 
+ use strict;
+ use warnings;
+-- 
+2.4.3
+
diff --git a/Makefile-Parser-0.216-Remove-use-lib.patch 
b/Makefile-Parser-0.216-Remove-use-lib.patch
new file mode 100644
index 000..d6880b5
--- /dev/null
+++ b/Makefile-Parser-0.216-Remove-use-lib.patch
@@ -0,0 +1,32 @@
+From 686607e6722b9a03e30d3d89c2bbec8d70c1c1e7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 22 Sep 2015 12:39:30 +0200
+Subject: [PATCH] Remove "use lib"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This could have security implications.
+
+CPAN RT#107235
+
+Signed-off-by: Petr Písař 
+---
+ script/pgmake-db | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/script/pgmake-db b/script/pgmake-db
+index 215c8de..9025e3a 100755
+--- a/script/pgmake-db
 b/script/pgmake-db
+@@ -2,7 +2,6 @@
+ 
+ use strict;
+ use warnings;
+-use lib qw(/home/agentz/gmake-db/lib /home/agentz/mdom-gmake/lib);
+ 
+ #use Smart::Comments;
+ use Getopt::Long;
+-- 
+2.4.3
+
diff --git a/Makefile-Parser-0.216-make-4.0-compatibility.patch 
b/Makefile-Parser-0.216-make-4.0-compatibility.patch
new file mode 100644
index 000..e1a81ac
--- /dev/null
+++ b/Makefile-Parser-0.216-make-4.0-compatibility.patch
@@ -0,0 +1,25 @@
+From 097521aae7b4e8d719e9535077905236aefa0f96 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Sun, 7 Sep 2014 15:37:58 +0300
+Subject: [PATCH] make 4.0 compatibility
+
+---
+ lib/Makefile/Parser/GmakeDB.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Makefile/Parser/GmakeDB.pm b/lib/Makefile/Parser/GmakeDB.pm
+index 0e876e0..a221490 100644
+--- a/lib/Makefile/Parser/GmakeDB.pm
 b/lib/Makefile/Parser/GmakeDB.pm
+@@ -154,7 +154,7 @@ sub parse ($$) {
+ undef $var_origin;
+ }
+ }
+-elsif ($elem =~ /^#\s+(automatic|makefile|default|environment|command 
line)/) {
++elsif ($elem =~ /^#\s+(automatic|makefile|default|environment|command 
line|'override' directive)/) {
+ $var_origin = $1;
+ $var_origin = 'file' if $var_origin eq 'makefile';
+ $next_var_lineno = $elem->lineno + 1;
+-- 
+2.1.0
+
diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index cb860da..f956ea9 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,58 +1,69 @@
 Name:   perl-Makefile-Parser
-Version:0.211
-Release:17%{?dist}
+Version:0.216
+Release:

nb pushed to perl-Makefile-Parser (f23). "Remove build-dependency for disabled auto_install"

2016-05-03 Thread notifications
From b8ff0b48abae787891ea36c5ce92f4270eb2d590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 1 Oct 2015 07:53:43 +0200
Subject: Remove build-dependency for disabled auto_install

---
 perl-Makefile-Parser.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 4007973..5ca8b88 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.216
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -22,7 +22,6 @@ BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Install::AutoInstall)
 BuildRequires:  perl(Module::Install::Metadata)
 BuildRequires:  perl(Module::Install::Scripts)
 BuildRequires:  perl(Module::Install::TestBase)
@@ -122,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Thu Oct 01 2015 Petr Pisar  - 0.216-3
+- Remove build-dependency for disabled auto_install
+
 * Wed Sep 30 2015 Petr Pisar  - 0.216-2
 - Do not auto_install run-time only dependencies
 - Correct removing t/makesimple.t from MANIFEST
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f23=b8ff0b48abae787891ea36c5ce92f4270eb2d590
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f23). "Correct removing t/makesimple.t from MANIFEST (..more)"

2016-05-03 Thread notifications
From b2bbe3fe5766e68d0d0f724acf54bab3a0410aed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 13:17:29 +0200
Subject: Correct removing t/makesimple.t from MANIFEST

Also do not use &&. "false && true" evaluates to true in "set -e"
environment that rpmbuild uses.
---
 perl-Makefile-Parser.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index c0224f6..4007973 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -88,7 +88,8 @@ sed -i -e '/^inc\//d' MANIFEST
 # Normalize end of lines
 sed -i -e 's/\r$//' Changes
 # This test does not support GNU make 4.0, CPAN RT#95979
-rm t/makesimple.t && sed -e '/^t\/makesimple\.t/d' MANIFEST
+rm t/makesimple.t
+sed -i -e '/^t\/makesimple\.t/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -123,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Sep 30 2015 Petr Pisar  - 0.216-2
 - Do not auto_install run-time only dependencies
+- Correct removing t/makesimple.t from MANIFEST
 
 * Tue Sep 22 2015 Petr Pisar  - 0.216-1
 - 2.016 bump
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f23=b2bbe3fe5766e68d0d0f724acf54bab3a0410aed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

nb pushed to perl-Makefile-Parser (f23). "Prevent FTBFS by correcting the build time dependency list (..more)"

2016-05-03 Thread notifications
From 9e9e4e97390ea660f6091dfd62c5427679353aba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Tue, 11 Aug 2015 16:20:49 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- The dep list is quite long and ugly; most of it comes from the bundled
  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
- Enable most of the test suite; the failing test is most likely fixed
  in the new upstream version -- an update is advised
---
 perl-Makefile-Parser.spec | 61 ++-
 1 file changed, 50 insertions(+), 11 deletions(-)

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 2fc1688..cb860da 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.211
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,24 +8,52 @@ URL:http://search.cpan.org/dist/Makefile-Parser/
 Source0:
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-Parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  sed
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(Class::Trigger) >= 0.13
+BuildRequires:  perl(Config)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::stat)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IPC::Run3) >= 0.036
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Makefile::DOM) >= 0.003
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(MDOM::Document::Gmake)
+BuildRequires:  perl(MDOM::Util)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Text::Balanced)
-Requires:   perl(Class::Accessor::Fast)
+BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl(threads::shared)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Class::Trigger) >= 0.13
-Requires:   perl(File::Slurp)
-Requires:   perl(List::MoreUtils)
-Requires:   perl(Makefile::DOM) >= 0.003
-Requires:   perl(Text::Balanced)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Trigger\\)$
+
 %description
 This is a simple parser for Makefiles. At this very early stage, the parser
 only supports a limited set of features, so it may not recognize most of
@@ -37,6 +65,8 @@ satisfactory for this purpose, so I decided to build one of 
my own.
 
 %prep
 %setup -q -n Makefile-Parser-%{version}
+# This test is fishy; and yes, it needs to be done here
+rm t/makesimple.t && sed -e '/^t\/makesimple\.t/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -52,8 +82,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-#%check
-#make test
+%check
+# makesimple.t is disabled, see the %%prep section
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata  - 0.211-17
+- Prevent FTBFS by correcting the build time dependency list
+- The dep list is quite long and ugly; most of it comes from the bundled
+  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
+  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
+- Enable most of the test suite; the failing test is most likely fixed
+  in the new upstream version -- an update is advised
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.211-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=f23=9e9e4e97390ea660f6091dfd62c5427679353aba
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel 

pghmcfc pushed to perl-IO-AIO (f24). "Update to 4.34 (..more)"

2016-05-03 Thread notifications
From 5c0dce430d8bb6e59b90f884e3fa089c27761bc4 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:26:09 +0100
Subject: Update to 4.34

- New upstream release 4.34
  - def0.h was not properly generated during previous release, causing compile
errors on various platforms
  - major/minor were accidentally switched
  - Removed duplicate definition of MAP_HUGETLB
  - Added (untested!) aio_fcntl, aio_ioctl requests
  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
manpages-dev originally claimed
- Drop def0.h patch from previous release, no longer needed
- Simplify find commands using -empty and -delete
---
 IO-AIO-4.33-constants.patch | 22 --
 perl-IO-AIO.spec| 25 -
 sources |  2 +-
 3 files changed, 17 insertions(+), 32 deletions(-)
 delete mode 100644 IO-AIO-4.33-constants.patch

diff --git a/IO-AIO-4.33-constants.patch b/IO-AIO-4.33-constants.patch
deleted file mode 100644
index 84a0378..000
--- a/IO-AIO-4.33-constants.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 def0.h
-+++ def0.h
-@@ -192,6 +192,9 @@
- #ifndef MAP_SHARED
- #define MAP_SHARED 0
- #endif
-+#ifndef MAP_32BIT
-+#define MAP_32BIT 0
-+#endif
- #ifndef MAP_ANONYMOUS
- #define MAP_ANONYMOUS 0
- #endif
-@@ -210,6 +213,9 @@
- #ifndef MAP_NONBLOCK
- #define MAP_NONBLOCK 0
- #endif
-+#ifndef MAP_STACK
-+#define MAP_STACK 0
-+#endif
- #ifndef FIEMAP_FLAG_SYNC
- #define FIEMAP_FLAG_SYNC 0
- #endif
diff --git a/perl-IO-AIO.spec b/perl-IO-AIO.spec
index 874761a..a4055bd 100644
--- a/perl-IO-AIO.spec
+++ b/perl-IO-AIO.spec
@@ -1,5 +1,5 @@
 # work around upstream versioning being decimal rather than v-string
-%global upstream_version 4.33
+%global upstream_version 4.34
 %global extraversion %{nil}
 %if "%{upstream_version}%{extraversion}" != "%{upstream_version}"
 Provides:  perl(IO::AIO) = %{upstream_version}%{extraversion}
@@ -7,13 +7,12 @@ Provides: perl(IO::AIO) = 
%{upstream_version}%{extraversion}
 
 Name:  perl-IO-AIO
 Version:   %{upstream_version}%{extraversion}
-Release:   2%{?dist}
+Release:   1%{?dist}
 Summary:   Asynchronous Input/Output
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-AIO/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{upstream_version}.tar.gz
-Patch0:IO-AIO-4.33-constants.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 # Module Build
 BuildRequires: coreutils
@@ -55,10 +54,6 @@ system supports.
 %prep
 %setup -q -n IO-AIO-%{upstream_version}
 
-# MAP_STACK requires kernel 2.6.27 onwards
-# MAP_32BIT not universally available either
-%patch0
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -66,8 +61,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 # Remove script we don't want packaged
@@ -91,6 +86,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::AIO.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 4.34-1
+- Update to 4.34
+  - def0.h was not properly generated during previous release, causing compile
+errors on various platforms
+  - major/minor were accidentally switched
+  - Removed duplicate definition of MAP_HUGETLB
+  - Added (untested!) aio_fcntl, aio_ioctl requests
+  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
+manpages-dev originally claimed
+- Drop def0.h patch from previous release, no longer needed
+- Simplify find commands using -empty and -delete
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
4.33-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index f62c858..1b197a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08243848d09e111ca8a682226a36491f  IO-AIO-4.33.tar.gz
+6a3e89193e0747b3bbf9e66b7900a95b  IO-AIO-4.34.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-AIO.git/commit/?h=f24=5c0dce430d8bb6e59b90f884e3fa089c27761bc4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-B-Hooks-EndOfScope (master). "Update to 0.19 (..more)"

2016-05-03 Thread notifications
From e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:05:23 +0100
Subject: Update to 0.19

- New upstream release 0.19
  - More Makefile.PL updates
  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
- Simplify find command using -delete
- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
- Drop BR: for Test::Pod::No404s, which breaks koji builds
---
 perl-B-Hooks-EndOfScope.spec | 36 
 sources  |  2 +-
 2 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index 52aa51d..3b2081b 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -1,6 +1,6 @@
 Name:  perl-B-Hooks-EndOfScope
-Version:   0.15
-Release:   5%{?dist}
+Version:   0.19
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Summary:   Execute code after scope compilation finishes
@@ -9,9 +9,13 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-%{
 Patch0:B-Hooks-EndOfScope-0.13-shellbangs.patch
 BuildArch: noarch
 # Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl(ExtUtils::CBuilder) >= 0.26
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
 # Common Module Requirements
 BuildRequires: perl(Module::Implementation) >= 0.05
 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
@@ -33,12 +37,16 @@ BuildRequires:  perl(Devel::Hide) >= 0.0007
 BuildRequires: perl(File::Glob)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(IPC::Open2)
+BuildRequires: perl(Module::Metadata)
 BuildRequires: perl(Test::More) >= 0.89
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
-# Release tests
-%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
+# Author/Release tests
+# Note: Test::Pod::No404s intentionally omitted as it would fail due to
+# missing connectivity in the koji build environment
+%if 0%{!?perl_bootstrap:1} && !0%{?rhel}
+BuildRequires: perl(blib)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Pod::Coverage::TrustPod)
@@ -49,10 +57,10 @@ BuildRequires:  perl(Test::EOL)
 BuildRequires: perl(Test::Kwalitee) >= 1.21
 BuildRequires: perl(Test::MinimumVersion)
 BuildRequires: perl(Test::Mojibake)
+BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-BuildRequires: perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Spelling), hunspell-en
 %endif
@@ -69,13 +77,16 @@ surrounding scope.
 # Remove shellbangs from tests to placate rpmlint
 %patch0
 
+# British-English spelling LICENCE upsets US spell checker
+echo LICENCE >> xt/author/pod-spell.t
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -86,7 +97,7 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %endif
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING README t/
 %{perl_vendorlib}/B/
 %{_mandir}/man3/B::Hooks::EndOfScope.3*
@@ -94,6 +105,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/B::Hooks::EndOfScope::XS.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.19-1
+- Update to 0.19
+  - More Makefile.PL updates
+  - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler
+(inlined into the build) rather than ExtUtils::CBuilder (CPAN RT#113685)
+- Simplify find command using -delete
+- Fix EPEL conditional - only currently buildable for EPEL 7 onwards
+- Drop BR: for Test::Pod::No404s, which breaks koji builds
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f818bc..9375a6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61dd64e3a05ffb06fee9bee3211d16b8  B-Hooks-EndOfScope-0.15.tar.gz
+ab13185fe7019717645b936a5d77ea29  B-Hooks-EndOfScope-0.19.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-B-Hooks-EndOfScope.git/commit/?h=master=e68b2f66c33d4dd8f42c98286c7aab1cf58ff42c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-IO-AIO (master). "Update to 4.34 (..more)"

2016-05-03 Thread notifications
From 5c0dce430d8bb6e59b90f884e3fa089c27761bc4 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 15:26:09 +0100
Subject: Update to 4.34

- New upstream release 4.34
  - def0.h was not properly generated during previous release, causing compile
errors on various platforms
  - major/minor were accidentally switched
  - Removed duplicate definition of MAP_HUGETLB
  - Added (untested!) aio_fcntl, aio_ioctl requests
  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
manpages-dev originally claimed
- Drop def0.h patch from previous release, no longer needed
- Simplify find commands using -empty and -delete
---
 IO-AIO-4.33-constants.patch | 22 --
 perl-IO-AIO.spec| 25 -
 sources |  2 +-
 3 files changed, 17 insertions(+), 32 deletions(-)
 delete mode 100644 IO-AIO-4.33-constants.patch

diff --git a/IO-AIO-4.33-constants.patch b/IO-AIO-4.33-constants.patch
deleted file mode 100644
index 84a0378..000
--- a/IO-AIO-4.33-constants.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 def0.h
-+++ def0.h
-@@ -192,6 +192,9 @@
- #ifndef MAP_SHARED
- #define MAP_SHARED 0
- #endif
-+#ifndef MAP_32BIT
-+#define MAP_32BIT 0
-+#endif
- #ifndef MAP_ANONYMOUS
- #define MAP_ANONYMOUS 0
- #endif
-@@ -210,6 +213,9 @@
- #ifndef MAP_NONBLOCK
- #define MAP_NONBLOCK 0
- #endif
-+#ifndef MAP_STACK
-+#define MAP_STACK 0
-+#endif
- #ifndef FIEMAP_FLAG_SYNC
- #define FIEMAP_FLAG_SYNC 0
- #endif
diff --git a/perl-IO-AIO.spec b/perl-IO-AIO.spec
index 874761a..a4055bd 100644
--- a/perl-IO-AIO.spec
+++ b/perl-IO-AIO.spec
@@ -1,5 +1,5 @@
 # work around upstream versioning being decimal rather than v-string
-%global upstream_version 4.33
+%global upstream_version 4.34
 %global extraversion %{nil}
 %if "%{upstream_version}%{extraversion}" != "%{upstream_version}"
 Provides:  perl(IO::AIO) = %{upstream_version}%{extraversion}
@@ -7,13 +7,12 @@ Provides: perl(IO::AIO) = 
%{upstream_version}%{extraversion}
 
 Name:  perl-IO-AIO
 Version:   %{upstream_version}%{extraversion}
-Release:   2%{?dist}
+Release:   1%{?dist}
 Summary:   Asynchronous Input/Output
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-AIO/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{upstream_version}.tar.gz
-Patch0:IO-AIO-4.33-constants.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 # Module Build
 BuildRequires: coreutils
@@ -55,10 +54,6 @@ system supports.
 %prep
 %setup -q -n IO-AIO-%{upstream_version}
 
-# MAP_STACK requires kernel 2.6.27 onwards
-# MAP_32BIT not universally available either
-%patch0
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -66,8 +61,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 # Remove script we don't want packaged
@@ -91,6 +86,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::AIO.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 4.34-1
+- Update to 4.34
+  - def0.h was not properly generated during previous release, causing compile
+errors on various platforms
+  - major/minor were accidentally switched
+  - Removed duplicate definition of MAP_HUGETLB
+  - Added (untested!) aio_fcntl, aio_ioctl requests
+  - (libeio) Names set via prctl are truncated to 15 chars + nul, not 16, as
+manpages-dev originally claimed
+- Drop def0.h patch from previous release, no longer needed
+- Simplify find commands using -empty and -delete
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
4.33-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index f62c858..1b197a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08243848d09e111ca8a682226a36491f  IO-AIO-4.33.tar.gz
+6a3e89193e0747b3bbf9e66b7900a95b  IO-AIO-4.34.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-AIO.git/commit/?h=master=5c0dce430d8bb6e59b90f884e3fa089c27761bc4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded IO-AIO-4.34.tar.gz for perl-IO-AIO

2016-05-03 Thread notifications
6a3e89193e0747b3bbf9e66b7900a95b  IO-AIO-4.34.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-AIO/IO-AIO-4.34.tar.gz/md5/6a3e89193e0747b3bbf9e66b7900a95b/IO-AIO-4.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332527] perl-Config-IniFiles-2.89 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332527

Tom "spot" Callaway  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2016-05-03 10:18:33



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Archive-Any (perl-Archive-Any-0.0945-1.fc24). "Update to 0.0945 (..more)"

2016-05-03 Thread notifications
From 169e3208e1f3c878b88d4fd9b284e6aabe7dabc5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 12:04:20 +0100
Subject: Update to 0.0945

- New upstream release 0.0945
  - Use 'base' rather than @ISA in Zip.pm
---
 perl-Archive-Any.spec | 6 +-
 sources   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Archive-Any.spec b/perl-Archive-Any.spec
index 780765f..bb3d7ad 100644
--- a/perl-Archive-Any.spec
+++ b/perl-Archive-Any.spec
@@ -1,5 +1,5 @@
 Name:  perl-Archive-Any
-Version:   0.0944
+Version:   0.0945
 Release:   1%{?dist}
 Summary:   Single interface to deal with file archives
 License:   GPL+ or Artistic
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Archive::Any::Zip.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.0945-1
+- Update to 0.0945
+  - Use 'base' rather than @ISA in Zip.pm
+
 * Sat Apr  2 2016 Paul Howarth  - 0.0944-1
 - Update to 0.0944
   - Use 'base' rather than @ISA
diff --git a/sources b/sources
index ee6f3c6..503ec47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36f5f7f95de406a6a9b975d7c0da9f23  Archive-Any-0.0944.tar.gz
+7b964434c52a78a3df7bd16a75085e8e  Archive-Any-0.0945.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Archive-Any.git/commit/?h=perl-Archive-Any-0.0945-1.fc24=169e3208e1f3c878b88d4fd9b284e6aabe7dabc5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Archive-Any (perl-Archive-Any-0.0945-1.fc25). "Update to 0.0945 (..more)"

2016-05-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Archive-Any.git/commit/?h=perl-Archive-Any-0.0945-1.fc25=169e3208e1f3c878b88d4fd9b284e6aabe7dabc5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1331736] perl-Math-PlanePath-123 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1331736

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Math-PlanePath-123-1.f
   ||c25
 Resolution|--- |RAWHIDE
   Assignee|mhron...@redhat.com |jples...@redhat.com
Last Closed||2016-05-03 10:15:37



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1331736] perl-Math-PlanePath-123 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1331736



--- Comment #4 from Upstream Release Monitoring 
 ---
jplesnik's perl-Math-PlanePath-123-1.fc25 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=759755

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Math-PlanePath (master). "123 bump"

2016-05-03 Thread notifications
From 14053360dbbf1560ddf8c720662d59ac7597d8e6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 May 2016 16:01:03 +0200
Subject: 123 bump

---
 .gitignore   | 1 +
 perl-Math-PlanePath.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1e7d79d..a5d47bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /Math-PlanePath-120.tar.gz
 /Math-PlanePath-121.tar.gz
 /Math-PlanePath-122.tar.gz
+/Math-PlanePath-123.tar.gz
diff --git a/perl-Math-PlanePath.spec b/perl-Math-PlanePath.spec
index 8cad85e..0b636f1 100644
--- a/perl-Math-PlanePath.spec
+++ b/perl-Math-PlanePath.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-PlanePath
-Version:122
-Release:2%{?dist}
+Version:123
+Release:1%{?dist}
 Summary:Mathematical paths through the 2-D plane
 License:GPLv3+
 URL:http://user42.tuxfamily.org/math-planepath/index.html
@@ -90,6 +90,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 03 2016 Jitka Plesnikova  - 123-1
+- 123 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 122-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d34edef..6b23158 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0d198e1f8f753ffee63226b33e05056  Math-PlanePath-122.tar.gz
+ee3bf9b5909bbcc2a86973c9ca9e0ffe  Math-PlanePath-123.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Math-PlanePath.git/commit/?h=master=14053360dbbf1560ddf8c720662d59ac7597d8e6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Archive-Any (f24). "Update to 0.0945 (..more)"

2016-05-03 Thread notifications
From 169e3208e1f3c878b88d4fd9b284e6aabe7dabc5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 12:04:20 +0100
Subject: Update to 0.0945

- New upstream release 0.0945
  - Use 'base' rather than @ISA in Zip.pm
---
 perl-Archive-Any.spec | 6 +-
 sources   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Archive-Any.spec b/perl-Archive-Any.spec
index 780765f..bb3d7ad 100644
--- a/perl-Archive-Any.spec
+++ b/perl-Archive-Any.spec
@@ -1,5 +1,5 @@
 Name:  perl-Archive-Any
-Version:   0.0944
+Version:   0.0945
 Release:   1%{?dist}
 Summary:   Single interface to deal with file archives
 License:   GPL+ or Artistic
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Archive::Any::Zip.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.0945-1
+- Update to 0.0945
+  - Use 'base' rather than @ISA in Zip.pm
+
 * Sat Apr  2 2016 Paul Howarth  - 0.0944-1
 - Update to 0.0944
   - Use 'base' rather than @ISA
diff --git a/sources b/sources
index ee6f3c6..503ec47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36f5f7f95de406a6a9b975d7c0da9f23  Archive-Any-0.0944.tar.gz
+7b964434c52a78a3df7bd16a75085e8e  Archive-Any-0.0945.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Archive-Any.git/commit/?h=f24=169e3208e1f3c878b88d4fd9b284e6aabe7dabc5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Math-PlanePath-123.tar.gz for perl-Math-PlanePath

2016-05-03 Thread notifications
ee3bf9b5909bbcc2a86973c9ca9e0ffe  Math-PlanePath-123.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Math-PlanePath/Math-PlanePath-123.tar.gz/md5/ee3bf9b5909bbcc2a86973c9ca9e0ffe/Math-PlanePath-123.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded B-Hooks-EndOfScope-0.19.tar.gz for perl-B-Hooks-EndOfScope

2016-05-03 Thread notifications
ab13185fe7019717645b936a5d77ea29  B-Hooks-EndOfScope-0.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.19.tar.gz/md5/ab13185fe7019717645b936a5d77ea29/B-Hooks-EndOfScope-0.19.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Archive-Any (master). "Update to 0.0945 (..more)"

2016-05-03 Thread notifications
From 169e3208e1f3c878b88d4fd9b284e6aabe7dabc5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 12:04:20 +0100
Subject: Update to 0.0945

- New upstream release 0.0945
  - Use 'base' rather than @ISA in Zip.pm
---
 perl-Archive-Any.spec | 6 +-
 sources   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Archive-Any.spec b/perl-Archive-Any.spec
index 780765f..bb3d7ad 100644
--- a/perl-Archive-Any.spec
+++ b/perl-Archive-Any.spec
@@ -1,5 +1,5 @@
 Name:  perl-Archive-Any
-Version:   0.0944
+Version:   0.0945
 Release:   1%{?dist}
 Summary:   Single interface to deal with file archives
 License:   GPL+ or Artistic
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Archive::Any::Zip.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 0.0945-1
+- Update to 0.0945
+  - Use 'base' rather than @ISA in Zip.pm
+
 * Sat Apr  2 2016 Paul Howarth  - 0.0944-1
 - Update to 0.0944
   - Use 'base' rather than @ISA
diff --git a/sources b/sources
index ee6f3c6..503ec47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36f5f7f95de406a6a9b975d7c0da9f23  Archive-Any-0.0944.tar.gz
+7b964434c52a78a3df7bd16a75085e8e  Archive-Any-0.0945.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Archive-Any.git/commit/?h=master=169e3208e1f3c878b88d4fd9b284e6aabe7dabc5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

spot pushed to perl-Config-IniFiles (master). "2.89"

2016-05-03 Thread notifications
From 46d6383048b08afa1d1c08c359b7b6d2b17dedb1 Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Tue, 3 May 2016 09:41:42 -0400
Subject: 2.89

---
 .gitignore| 1 +
 perl-Config-IniFiles.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 73a8038..394b809 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Config-IniFiles-2.58.tar.gz
 /Config-IniFiles-2.86.tar.gz
 /Config-IniFiles-2.87.tar.gz
 /Config-IniFiles-2.88.tar.gz
+/Config-IniFiles-2.89.tar.gz
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index afd1df8..4bb8e74 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-IniFiles
-Version:2.88
-Release:2%{?dist}
+Version:2.89
+Release:1%{?dist}
 Summary:A module for reading .ini-style configuration files
 Group:  Development/Libraries
 # LICENSE:  GPL+ or Artistic
@@ -83,6 +83,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue May  3 2016 Tom Callaway  - 2.89-1
+- update to 2.89
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.88-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 16b4824..c345ddb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c322dde13d7d48b1f9d0f30f661002cf  Config-IniFiles-2.88.tar.gz
+052a3f6d3c7f563eb0c7cfaed8ab9311  Config-IniFiles-2.89.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Config-IniFiles.git/commit/?h=master=46d6383048b08afa1d1c08c359b7b6d2b17dedb1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

spot uploaded Config-IniFiles-2.89.tar.gz for perl-Config-IniFiles

2016-05-03 Thread notifications
052a3f6d3c7f563eb0c7cfaed8ab9311  Config-IniFiles-2.89.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-IniFiles/Config-IniFiles-2.89.tar.gz/md5/052a3f6d3c7f563eb0c7cfaed8ab9311/Config-IniFiles-2.89.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-File-MMagic (perl-File-MMagic-1.30-9.fc25). "Fix "Redundant argument in sprintf" warning (CPAN RT#109673) (..more)"

2016-05-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-File-MMagic.git/commit/?h=perl-File-MMagic-1.30-9.fc25=1ab8e2551103563e742987f9c4a7602378f1048d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-File-MMagic (perl-File-MMagic-1.30-9.fc24). "Fix "Redundant argument in sprintf" warning (CPAN RT#109673) (..more)"

2016-05-03 Thread notifications
From 1ab8e2551103563e742987f9c4a7602378f1048d Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 14:16:39 +0100
Subject: Fix "Redundant argument in sprintf" warning (CPAN RT#109673)

Also:
- Classify buildreqs by usage
- Simplify find command using -delete
- Use %license where possible
---
 File-MMagic-1.30-rt109673.patch | 20 
 perl-File-MMagic.spec   | 38 +++---
 2 files changed, 51 insertions(+), 7 deletions(-)
 create mode 100644 File-MMagic-1.30-rt109673.patch

diff --git a/File-MMagic-1.30-rt109673.patch b/File-MMagic-1.30-rt109673.patch
new file mode 100644
index 000..24edb78
--- /dev/null
+++ b/File-MMagic-1.30-rt109673.patch
@@ -0,0 +1,20 @@
+--- MMagic.pm
 MMagic.pm
+@@ -929,7 +929,7 @@ sub magicMatch {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
+@@ -1094,7 +1094,7 @@ sub magicMatchStr {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
diff --git a/perl-File-MMagic.spec b/perl-File-MMagic.spec
index 52d0618..bdc2142 100644
--- a/perl-File-MMagic.spec
+++ b/perl-File-MMagic.spec
@@ -1,22 +1,30 @@
 Name:   perl-File-MMagic
 Version:1.30
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:A Perl module emulating the file(1) command
 Group:  Development/Libraries
 License:ASL 1.0 and BSD
 URL:http://search.cpan.org/dist/File-MMagic/
 Source0:
http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}.tar.gz
+Patch0: File-MMagic-1.30-rt109673.patch
 BuildArch:  noarch
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+BuildRequires:  perl(base)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -25,6 +33,11 @@ command.
 
 %prep
 %setup -q -n File-MMagic-%{version}
+
+# Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+%patch0
+
+# Re-code README.ja as UTF-8
 iconv -f ISO-2022-JP -t utf8 README.ja > README.ja.utf8 && mv README.ja.utf8 
README.ja
 
 %build
@@ -33,18 +46,29 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog COPYING README.en README.ja
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc ChangeLog README.en README.ja
 %{perl_vendorlib}/File/
-%{_mandir}/man3/File::MMagic.3pm*
+%{_mandir}/man3/File::MMagic.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 1.30-9
+- Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+- Classify buildreqs by usage
+- Simplify find command using -delete
+- Use %%license where possible
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.30-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-MMagic.git/commit/?h=perl-File-MMagic-1.30-9.fc24=1ab8e2551103563e742987f9c4a7602378f1048d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-File-MMagic (f24). "Fix "Redundant argument in sprintf" warning (CPAN RT#109673) (..more)"

2016-05-03 Thread notifications
From 1ab8e2551103563e742987f9c4a7602378f1048d Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 14:16:39 +0100
Subject: Fix "Redundant argument in sprintf" warning (CPAN RT#109673)

Also:
- Classify buildreqs by usage
- Simplify find command using -delete
- Use %license where possible
---
 File-MMagic-1.30-rt109673.patch | 20 
 perl-File-MMagic.spec   | 38 +++---
 2 files changed, 51 insertions(+), 7 deletions(-)
 create mode 100644 File-MMagic-1.30-rt109673.patch

diff --git a/File-MMagic-1.30-rt109673.patch b/File-MMagic-1.30-rt109673.patch
new file mode 100644
index 000..24edb78
--- /dev/null
+++ b/File-MMagic-1.30-rt109673.patch
@@ -0,0 +1,20 @@
+--- MMagic.pm
 MMagic.pm
+@@ -929,7 +929,7 @@ sub magicMatch {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
+@@ -1094,7 +1094,7 @@ sub magicMatchStr {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
diff --git a/perl-File-MMagic.spec b/perl-File-MMagic.spec
index 52d0618..bdc2142 100644
--- a/perl-File-MMagic.spec
+++ b/perl-File-MMagic.spec
@@ -1,22 +1,30 @@
 Name:   perl-File-MMagic
 Version:1.30
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:A Perl module emulating the file(1) command
 Group:  Development/Libraries
 License:ASL 1.0 and BSD
 URL:http://search.cpan.org/dist/File-MMagic/
 Source0:
http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}.tar.gz
+Patch0: File-MMagic-1.30-rt109673.patch
 BuildArch:  noarch
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+BuildRequires:  perl(base)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -25,6 +33,11 @@ command.
 
 %prep
 %setup -q -n File-MMagic-%{version}
+
+# Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+%patch0
+
+# Re-code README.ja as UTF-8
 iconv -f ISO-2022-JP -t utf8 README.ja > README.ja.utf8 && mv README.ja.utf8 
README.ja
 
 %build
@@ -33,18 +46,29 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog COPYING README.en README.ja
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc ChangeLog README.en README.ja
 %{perl_vendorlib}/File/
-%{_mandir}/man3/File::MMagic.3pm*
+%{_mandir}/man3/File::MMagic.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 1.30-9
+- Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+- Classify buildreqs by usage
+- Simplify find command using -delete
+- Use %%license where possible
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.30-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-MMagic.git/commit/?h=f24=1ab8e2551103563e742987f9c4a7602378f1048d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-File-MMagic (master). "Fix "Redundant argument in sprintf" warning (CPAN RT#109673) (..more)"

2016-05-03 Thread notifications
From 1ab8e2551103563e742987f9c4a7602378f1048d Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 3 May 2016 14:16:39 +0100
Subject: Fix "Redundant argument in sprintf" warning (CPAN RT#109673)

Also:
- Classify buildreqs by usage
- Simplify find command using -delete
- Use %license where possible
---
 File-MMagic-1.30-rt109673.patch | 20 
 perl-File-MMagic.spec   | 38 +++---
 2 files changed, 51 insertions(+), 7 deletions(-)
 create mode 100644 File-MMagic-1.30-rt109673.patch

diff --git a/File-MMagic-1.30-rt109673.patch b/File-MMagic-1.30-rt109673.patch
new file mode 100644
index 000..24edb78
--- /dev/null
+++ b/File-MMagic-1.30-rt109673.patch
@@ -0,0 +1,20 @@
+--- MMagic.pm
 MMagic.pm
+@@ -929,7 +929,7 @@ sub magicMatch {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
+@@ -1094,7 +1094,7 @@ sub magicMatchStr {
+   }
+   else {
+ # $$p_desc .= ' ' . sprintf($message,$data) if $message;
+-  $$p_desc .= sprintf($message,$data) if $message;
++  $$p_desc .= index($message, '%') >= 0 ? sprintf($message, $data) : 
$message if $message;
+   }
+ 
+   my $subtest;
diff --git a/perl-File-MMagic.spec b/perl-File-MMagic.spec
index 52d0618..bdc2142 100644
--- a/perl-File-MMagic.spec
+++ b/perl-File-MMagic.spec
@@ -1,22 +1,30 @@
 Name:   perl-File-MMagic
 Version:1.30
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:A Perl module emulating the file(1) command
 Group:  Development/Libraries
 License:ASL 1.0 and BSD
 URL:http://search.cpan.org/dist/File-MMagic/
 Source0:
http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}.tar.gz
+Patch0: File-MMagic-1.30-rt109673.patch
 BuildArch:  noarch
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Test Suite
+BuildRequires:  perl(base)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -25,6 +33,11 @@ command.
 
 %prep
 %setup -q -n File-MMagic-%{version}
+
+# Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+%patch0
+
+# Re-code README.ja as UTF-8
 iconv -f ISO-2022-JP -t utf8 README.ja > README.ja.utf8 && mv README.ja.utf8 
README.ja
 
 %build
@@ -33,18 +46,29 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog COPYING README.en README.ja
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc ChangeLog README.en README.ja
 %{perl_vendorlib}/File/
-%{_mandir}/man3/File::MMagic.3pm*
+%{_mandir}/man3/File::MMagic.3*
 
 %changelog
+* Tue May  3 2016 Paul Howarth  - 1.30-9
+- Fix "Redundant argument in sprintf" warning (CPAN RT#109673)
+- Classify buildreqs by usage
+- Simplify find command using -delete
+- Use %%license where possible
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.30-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-MMagic.git/commit/?h=master=1ab8e2551103563e742987f9c4a7602378f1048d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332532] perl-Module-Metadata-Changes-2.09 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332532

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Module-Metadata-Change
   ||s-2.09-1.fc25
 Resolution|--- |RAWHIDE
Last Closed||2016-05-03 09:13:59



--- Comment #1 from Petr Pisar  ---
A bug-fix release suitable for Fedora ≥ 25.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-Dumbbench

2016-05-03 Thread buildsys


perl-Dumbbench has broken dependencies in the F-24 tree:
On armhfp:
perl-Dumbbench-BoxPlot-0.10-2.fc24.noarch requires perl(SOOT)
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-SOOT

2016-05-03 Thread buildsys


perl-SOOT has broken dependencies in the F-24 tree:
On x86_64:
perl-SOOT-0.17-10.fc24.x86_64 requires libCint.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libCore.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGpad.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGraf.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGraf3d.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libHist.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libMathCore.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libMatrix.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libNet.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libPhysics.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libPostscript.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libRIO.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libRint.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libThread.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libTree.so.5.34()(64bit)
On i386:
perl-SOOT-0.17-10.fc24.i686 requires libCint.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libCore.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGpad.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGraf.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGraf3d.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libHist.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libMathCore.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libMatrix.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libNet.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libPhysics.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libPostscript.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libRIO.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libRint.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libThread.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libTree.so.5.34
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar pushed to perl-Module-Metadata-Changes (master). "2.09 bump"

2016-05-03 Thread notifications
From baed2a12515654e99611c3ab7b16de5e9f8d0ba2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 May 2016 14:52:48 +0200
Subject: 2.09 bump

---
 .gitignore| 1 +
 .rpmlint  | 2 ++
 perl-Module-Metadata-Changes.spec | 5 -
 sources   | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index bd1a68e..02c4de8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Module-Metadata-Changes-2.05.tgz
 /Module-Metadata-Changes-2.06.tgz
 /Module-Metadata-Changes-2.08.tgz
+/Module-Metadata-Changes-2.09.tgz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..54b29c7
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* ini");
diff --git a/perl-Module-Metadata-Changes.spec 
b/perl-Module-Metadata-Changes.spec
index 316dee1..b444a53 100644
--- a/perl-Module-Metadata-Changes.spec
+++ b/perl-Module-Metadata-Changes.spec
@@ -1,5 +1,5 @@
 Name:   perl-Module-Metadata-Changes
-Version:2.08
+Version:2.09
 Release:1%{?dist}
 Summary:Manage a module's machine-readable Changes/CHANGES file
 License:GPL+ or Artistic
@@ -107,6 +107,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 03 2016 Petr Pisar  - 2.09-1
+- 2.09 bump
+
 * Mon May 02 2016 Petr Pisar  - 2.08-1
 - 2.08 bump
 - License changed to (GPL+ or Artistic)
diff --git a/sources b/sources
index 98e7148..82195e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60dc1f461ac85f0af442e11d3b53a7fa  Module-Metadata-Changes-2.08.tgz
+24197f4112a015b1b7f4b31d64d1a535  Module-Metadata-Changes-2.09.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Module-Metadata-Changes.git/commit/?h=master=baed2a12515654e99611c3ab7b16de5e9f8d0ba2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar uploaded Module-Metadata-Changes-2.09.tgz for perl-Module-Metadata-Changes

2016-05-03 Thread notifications
24197f4112a015b1b7f4b31d64d1a535  Module-Metadata-Changes-2.09.tgz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-Metadata-Changes/Module-Metadata-Changes-2.09.tgz/md5/24197f4112a015b1b7f4b31d64d1a535/Module-Metadata-Changes-2.09.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed jplesnik's 'approveacls' permission on perl-Net-SFTP-Foreign (epel7) to 'Approved'

2016-05-03 Thread notifications
limb changed jplesnik's 'approveacls' permission on perl-Net-SFTP-Foreign 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed jplesnik's branch request for perl-Net-SFTP-Foreign in epel7 from Awaiting Review to Approved

2016-05-03 Thread notifications
limb changed jplesnik's branch request for perl-Net-SFTP-Foreign in epel7 from 
Awaiting Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb created the branch 'epel7' for the package 'perl-Net-SFTP-Foreign'

2016-05-03 Thread notifications
limb created the branch 'epel7' for the package 'perl-Net-SFTP-Foreign'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed jplesnik's 'commit' permission on perl-Net-SFTP-Foreign (epel7) to 'Approved'

2016-05-03 Thread notifications
limb changed jplesnik's 'commit' permission on perl-Net-SFTP-Foreign (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed jplesnik's 'watchcommits' permission on perl-Net-SFTP-Foreign (epel7) to 'Approved'

2016-05-03 Thread notifications
limb changed jplesnik's 'watchcommits' permission on perl-Net-SFTP-Foreign 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

limb changed jplesnik's 'watchbugzilla' permission on perl-Net-SFTP-Foreign (epel7) to 'Approved'

2016-05-03 Thread notifications
limb changed jplesnik's 'watchbugzilla' permission on perl-Net-SFTP-Foreign 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-SFTP-Foreign/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332532] New: perl-Module-Metadata-Changes-2.09 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332532

Bug ID: 1332532
   Summary: perl-Module-Metadata-Changes-2.09 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Metadata-Changes
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 2.09
Current version/release in rawhide: 2.08-1.fc25
URL: http://search.cpan.org/dist/Module-Metadata-Changes/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/5657/

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-SOOT

2016-05-03 Thread buildsys


perl-SOOT has broken dependencies in the rawhide tree:
On x86_64:
perl-SOOT-0.17-10.fc24.x86_64 requires libCint.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libCore.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGpad.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGraf.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libGraf3d.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libHist.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libMathCore.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libMatrix.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libNet.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libPhysics.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libPostscript.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libRIO.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libRint.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libThread.so.5.34()(64bit)
perl-SOOT-0.17-10.fc24.x86_64 requires libTree.so.5.34()(64bit)
On i386:
perl-SOOT-0.17-10.fc24.i686 requires libCint.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libCore.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGpad.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGraf.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libGraf3d.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libHist.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libMathCore.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libMatrix.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libNet.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libPhysics.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libPostscript.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libRIO.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libRint.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libThread.so.5.34
perl-SOOT-0.17-10.fc24.i686 requires libTree.so.5.34
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-Dumbbench

2016-05-03 Thread buildsys


perl-Dumbbench has broken dependencies in the rawhide tree:
On armhfp:
perl-Dumbbench-BoxPlot-0.10-2.fc24.noarch requires perl(SOOT)
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: polymake

2016-05-03 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-3.0r1-2.fc25.x86_64 requires perl = 4:5.22.1
On i386:
polymake-3.0r1-2.fc25.i686 requires perl = 4:5.22.1
On armhfp:
polymake-3.0r1-2.fc25.armv7hl requires perl = 4:5.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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332527] perl-Config-IniFiles-2.89 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332527



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332527] perl-Config-IniFiles-2.89 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332527



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1153374
  --> https://bugzilla.redhat.com/attachment.cgi?id=1153374=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332527] perl-Config-IniFiles-2.89 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332527



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Config-IniFiles-2.88 failed.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1332527] New: perl-Config-IniFiles-2.89 is available

2016-05-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1332527

Bug ID: 1332527
   Summary: perl-Config-IniFiles-2.89 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Config-IniFiles
  Keywords: FutureFeature, Triaged
  Assignee: tcall...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



Latest upstream release: 2.89
Current version/release in rawhide: 2.88-2.fc24
URL: http://search.cpan.org/dist/Config-IniFiles/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/2715/

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

  1   2   >