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

Re: Policy change on emulators

2016-05-03 Thread Andrew Lutomirski
On May 3, 2016 8:01 PM, "Neal Gompa"  wrote:
>
> On Tue, May 3, 2016 at 5:17 PM, Matthew Miller 
wrote:
> > On Tue, May 03, 2016 at 03:23:45PM -0400, Tom Callaway wrote:
> >> Are the FreeDOS sources under a Fedora-acceptable license?
> >
> > Probably needs review. It's mostly GPLv2, but some of the included
> > software has various other licenses. See
> > . I'm looking with the Fry
> > meme* at a couple that say "Source code available (open)".
> >
> > * https://imgflip.com/s/meme/Futurama-Fry.jpg
> >
>
> As far as I'm aware, all of the core of FreeDOS is GPLv2, but various
> extra utilities may be under other licenses. Things that we can't
> include are probably easy enough to remove.
>
> The real problem is going to be building FreeDOS from source. As far
> as I know, we don't have a FOSS compiler that can produce 16-bit
> binaries. There is OpenWatcom, but its license is listed as one of the
> bad ones. Anyone know anybody at Sybase/SAP would could fix this?
> SAP appears to be the current copyright holder for the code, as they
> acquired Sybase in 2012.
>
>

GCC and clang can both produce 16-bit binaries using a big hack.  The Linux
kernel does this for some early boot code.  I would be quite surprised if
it would work for dosemu.

I have a very very tenuous SAP contact, and I'll ask.  Don't hold your
breath.

--Andy

>
>
>
> --
> 真実はいつも一つ!/ Always, there's only one truth!
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/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

Re: Policy change on emulators

2016-05-03 Thread Neal Gompa
On Tue, May 3, 2016 at 5:17 PM, Matthew Miller  wrote:
> On Tue, May 03, 2016 at 03:23:45PM -0400, Tom Callaway wrote:
>> Are the FreeDOS sources under a Fedora-acceptable license?
>
> Probably needs review. It's mostly GPLv2, but some of the included
> software has various other licenses. See
> . I'm looking with the Fry
> meme* at a couple that say "Source code available (open)".
>
> * https://imgflip.com/s/meme/Futurama-Fry.jpg
>

As far as I'm aware, all of the core of FreeDOS is GPLv2, but various
extra utilities may be under other licenses. Things that we can't
include are probably easy enough to remove.

The real problem is going to be building FreeDOS from source. As far
as I know, we don't have a FOSS compiler that can produce 16-bit
binaries. There is OpenWatcom, but its license is listed as one of the
bad ones. Anyone know anybody at Sybase/SAP would could fix this?
SAP appears to be the current copyright holder for the code, as they
acquired Sybase in 2012.





-- 
真実はいつも一つ!/ Always, there's only one truth!
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Modularity] WG meeting time

2016-05-03 Thread Langdon White

Hi,

Unfortunately, I heard from some of the new voting members that the 
current Modularity WG meeting time is not doable for them. Please use 
the link below to help us figure out a new time.


http://whenisgood.net/hzd7x2b

Langdon

PS: haven't actually used whenisgood to schedule a meeting before.. so.. 
if i made any mistakes.. apologies :)

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

Fedora 24 Beta status

2016-05-03 Thread Adam Williamson
Hey folks!

Quick F24 Beta status update. 1.4 has mostly held up to testing,
however I found some issues in everyone's favourite area (RAID)
yesterday. One of them seems to be getting traction as a blocker bug:

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

I kinda expected everyone to just handwave it for Final, but apparently
we care about quality or something now? This is crazy!

So anyhow, the change to fix that is fortunately quite small. Dennis
has a 1.6 (I think) compose running now with that sole change. Assuming
that bug does get accepted as a blocker, we can just aim to do smoke
testing on 1.6 - check all the necessary images are present, run the
'does it boot from real media on real hardware' tests, that sort of
thing. We won't need to re-fill the entire matrices for 1.6.

There'll be an announcement as usual when we have a complete compose,
do look out for it! Thanks.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Policy change on emulators

2016-05-03 Thread Matthew Miller
On Tue, May 03, 2016 at 03:23:45PM -0400, Tom Callaway wrote:
> Are the FreeDOS sources under a Fedora-acceptable license?

Probably needs review. It's mostly GPLv2, but some of the included
software has various other licenses. See
. I'm looking with the Fry
meme* at a couple that say "Source code available (open)".

* https://imgflip.com/s/meme/Futurama-Fry.jpg


-- 
Matthew Miller

Fedora Project Leader
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Tue, May 3, 2016 at 3:17 PM, Przemek Klosowski <
przemek.klosow...@nist.gov> wrote:

> On 05/03/2016 03:54 PM, Richard Shaw wrote:
>
> the package that's causing the segfault (Coin3) is not part of the update
> but it causes a segfault in python-pivy regardless of whether you're
> running the old 0.15 package or new 0.16 package so I went ahead and pushed
> to stable so I could update f22/23, otherwise the version in f23/23 would
> be newer than that's in f24.
>
> On my two fully updated systems I have the following versions of Coin3:
> __  __V_  __R___  Built Installed
> Fedora 24: 3.1.3 16.fc24 Feb  3   Apr 2
> Fedora 23: 3.1.3 11.fc23 Jul 29   Dec 22
>
> so the new version didn't make it out yet. Would it help if we installed a
> version from koji/bodhi somewhere? if so, where is it?
>

Hence the BZ on Coin3. I'm technically a co-maintainer but Ralph didn't
appreciate my quick fix without including him so I stopped after performing
a build for Rawhide and I'm currently waiting for him to review the patch
used for Rawhide and apply it to f24 assuming it's appropriate.

Thanks,
Richard
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


pidgin, was Re: Orphaned Packages in branched (2016-05-03)

2016-05-03 Thread Paul Wouters

On Tue, 3 May 2016, opensou...@till.name wrote:


libsilcorphan, cicku, nosnilmot   9 weeks ago



Depending on: libsilc (12), status change: 2016-02-26 (9 weeks ago)
pidgin (maintained by: jsynacek, itamarjp, jskarvad, mcrha, nosnilmot)
libpurple-2.10.12-2.fc24.i686 requires libsilc-1.1.so.2, 
libsilcclient-1.1.so.3
pidgin-2.10.12-2.fc24.src requires libsilc-devel = 
1.1.10-15.fc24


[ list of pidgin plugins including the one I maintain ]

I got a few of these warnings in the last few weeks and I'd like those
to stop :)

Is there any interest in supporting SILC? It's an old encryption chat
protcol that I never used or never heard of someone using.

Do the pidgin maintainers want to take the package on, or recompile
pidgin without silc support so we can get pidgin of the death list?

Paul
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Przemek Klosowski

On 05/03/2016 03:54 PM, Richard Shaw wrote:
the package that's causing the segfault (Coin3) is not part of the 
update but it causes a segfault in python-pivy regardless of whether 
you're running the old 0.15 package or new 0.16 package so I went 
ahead and pushed to stable so I could update f22/23, otherwise the 
version in f23/23 would be newer than that's in f24.

On my two fully updated systems I have the following versions of Coin3:
__  __V_  __R___  Built Installed
Fedora 24: 3.1.3 16.fc24 Feb  3   Apr 2
Fedora 23: 3.1.3 11.fc23 Jul 29   Dec 22

so the new version didn't make it out yet. Would it help if we installed 
a version from koji/bodhi somewhere? if so, where is it?



--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[389-devel] please review: Ticket 48269 - ns-accountstatus status message improvement

2016-05-03 Thread Mark Reynolds

https://fedorahosted.org/389/ticket/48269

https://fedorahosted.org/389/attachment/ticket/48269/0001-Ticket-48269-ns-accountstatus-status-message-improve.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Tue, May 3, 2016 at 2:50 PM, Przemek Klosowski <
przemek.klosow...@nist.gov> wrote:

> I am sligtly confused here (so what else is new :). *Bug 1153551*
>   seems to be
> brasero's "Cannot burn files from network drive".
> What am I missing?
>

I was task switching between several bugs that day and must have had the
wrong one for copy/paste, the correct bug is:

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


Also, you comment ( https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c50
> ) that the fix was pushed to f24 stable, but I don't see it in the update
> stream (my repolist is F24 fedora/updates/updates-testing). Should I be
> looking somewhere else? if so, can you send a link to the test RPM?
>

No, the package that's causing the segfault (Coin3) is not part of the
update but it causes a segfault in python-pivy regardless of whether you're
running the old 0.15 package or new 0.16 package so I went ahead and pushed
to stable so I could update f22/23, otherwise the version in f23/23 would
be newer than that's in f24.

Thanks,
Richard
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Przemek Klosowski

On 05/03/2016 02:16 PM, Richard Shaw wrote:
On Mon, Apr 25, 2016 at 3:15 PM, Richard Shaw > wrote:


On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius
> wrote:


How about
* filing a BZ against Coin3 such that the Coin3 maintainer
(me) gets informed and has a chance to reproduced the issue?


Done.

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


Have you had any luck reproducing the issue and/or verifying the 
validity of the fix?
I am sligtly confused here (so what else is new :).***Bug 1153551* 
 seems to be 
brasero's "Cannot burn files from network drive".

What am I missing?

Also, you comment ( 
https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c50 ) that the fix 
was pushed to f24 stable, but I don't see it in the update stream (my 
repolist is F24 fedora/updates/updates-testing). Should I be looking 
somewhere else? if so, can you send a link to the test RPM?
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[389-devel] please review: Ticket 48815 - ns-accountstatus.pl should not add quotes around the filter

2016-05-03 Thread Mark Reynolds

https://fedorahosted.org/389/ticket/48815

https://fedorahosted.org/389/attachment/ticket/48815/0001-Ticket-48815-ns-accountstatus.sh-does-handle-DN-s-wi.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


Re: Policy change on emulators

2016-05-03 Thread Dominik 'Rathann' Mierzejewski
On Tuesday, 03 May 2016 at 21:23, Tom Callaway wrote:
> On 05/03/2016 03:14 PM, Andrew Lutomirski wrote:
> > Does this mean that, if we strip FreeDOS out of dosemu / dosemu2, we can
> > ship it and even point to a website with FreeDOS binaries?
> > 
> > AIUI the only problem with FreeDOS is that no one knows how to compile
> > it with a free software toolchain.  As far as I know, the binary is
> > pretty clearly redistributable.  (Hmm.  Could FreeDOS ship as a firmware
> > blob?  That seems dubious to me.)
> 
> Are the FreeDOS sources under a Fedora-acceptable license?

A cursory look at their website suggests they're licensed under the GPL.
I haven't checked which version, exactly.

They say their reference C compiler is the Open Watcom C, which seems
to be distributed under this license:
ftp://ftp.openwatcom.org/pub/license.txt . The license seems complicated
and probably non-free in Fedora terms.

Regards,
Dominik
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Policy change on emulators

2016-05-03 Thread Tom Callaway
On 05/03/2016 03:14 PM, Andrew Lutomirski wrote:
> Does this mean that, if we strip FreeDOS out of dosemu / dosemu2, we can
> ship it and even point to a website with FreeDOS binaries?
> 
> AIUI the only problem with FreeDOS is that no one knows how to compile
> it with a free software toolchain.  As far as I know, the binary is
> pretty clearly redistributable.  (Hmm.  Could FreeDOS ship as a firmware
> blob?  That seems dubious to me.)

Are the FreeDOS sources under a Fedora-acceptable license?

I would not consider FreeDOS to be firmware, thus, the firmware
exception would not apply.

~tom

==
Red Hat
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Policy change on emulators

2016-05-03 Thread Andrew Lutomirski
On May 3, 2016 12:07 PM, "Tom Callaway"  wrote:
>
> * Emulators which depend on firmware or ROM files to function may not be
> included in Fedora, unless the copyright holder(s) for the firmware/ROM
> files give clear permission for the firmware/ROM files to be distributed
> (either under a Fedora permissible license or under the Fedora firmware
> exception criteria). Note: This only covers the situation where an
> emulator will not run at all without firmware/ROM files. For example,
> emulators that compile and run, but ship with no game ROMs are not
> covered by this rule.
>
> * Emulators must not ship with any ROM files (e.g. games) unless those
> ROM files are available under a Fedora permissible license and have been
> built from source code in the Fedora buildsystem.
>
> * Emulators must not point to any third-party sites which provide
> firmware or ROM files that are distributed without the clear and
> explicit permission of their copyright holders.

Does this mean that, if we strip FreeDOS out of dosemu / dosemu2, we can
ship it and even point to a website with FreeDOS binaries?

AIUI the only problem with FreeDOS is that no one knows how to compile it
with a free software toolchain.  As far as I know, the binary is pretty
clearly redistributable.  (Hmm.  Could FreeDOS ship as a firmware blob?
That seems dubious to me.)

--Andy
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Policy change on emulators

2016-05-03 Thread Tom Callaway
To the Fedora Community,

The Fedora policy on emulators has been in place for quite some time, it
is one of the first legal rules we put in place. Recently, we
reconsidered that rule and have amended our position (with discussion
from Red Hat Legal).

Previously, the guidelines forbid the majority of emulators from being
included in Fedora, but the new guidelines, while longer, are more
permissive.

=== Emulators ===

Some emulators (applications which emulate another platform) are not
permitted for inclusion in Fedora. These rules will help you determine
whether an emulator is acceptable for Fedora.

* Emulators which depend on firmware or ROM files to function may not be
included in Fedora, unless the copyright holder(s) for the firmware/ROM
files give clear permission for the firmware/ROM files to be distributed
(either under a Fedora permissible license or under the Fedora firmware
exception criteria). Note: This only covers the situation where an
emulator will not run at all without firmware/ROM files. For example,
emulators that compile and run, but ship with no game ROMs are not
covered by this rule.

* Emulators must not ship with any ROM files (e.g. games) unless those
ROM files are available under a Fedora permissible license and have been
built from source code in the Fedora buildsystem.

* Emulators must not point to any third-party sites which provide
firmware or ROM files that are distributed without the clear and
explicit permission of their copyright holders.

* All other Fedora licensing and packaging rules apply to emulators.

=

The home for this policy is here:
https://fedoraproject.org/wiki/Licensing:SoftwareTypes#Emulators

This change is effective immediately and also applies to Copr.

If you have questions about this change, please feel free to email me
(either directly or on the devel/legal lists).

Thanks,

~tom

==
Red Hat
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel-annou...@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Packaging for Fedora

2016-05-03 Thread Tim Flink
On Mon, 2 May 2016 17:53:56 -0600
Tim Flink  wrote:



> I've requested a qadevel-sig (the '-sig' part is required) group in
> pkgdb [2] to manage ACLs for the packages and be the default assignee
> in bugzilla so we don't have to worry about who's the primary POC.

The pkgdb group request was processed today and we now have a
qa-tools-sig list, FAS and pkgdb group. If you submit packages for
inclusion in Fedora that will be maintained as a group, please make sure
that qa-tools-sig is the primary POC and default assignee in bugzilla.

The list is private and set for only allowing subscription upon
approval by a moderator. It's set up this way because the list will be
the default assignee in bugzilla and there may be security bugs or
other bits of that nature which aren't so appropriate for a public list.

For the moment, mkrizek and I are the admins/moderators of the FAS
group and the mailing list. I didn't add many folks to the group
because I couldn't remember who all were already packagers and who all
made sense to add. If you want to be added to the group and list,
please file a ticket in the qa trac [1] so that we can keep track of
the history behind who was added when and, to a certain extent, why.

Tim

[1] https://fedorahosted.org/fedora-qa/




pgpAfY5fdgkQy.pgp
Description: OpenPGP digital signature
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/qa-devel@lists.fedoraproject.org


Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Mon, Apr 25, 2016 at 3:15 PM, Richard Shaw  wrote:

> On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius 
> wrote:
>
>>
>> How about
>> * filing a BZ against Coin3 such that the Coin3 maintainer (me) gets
>> informed and has a chance to reproduced the issue?
>>
>
> Done.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1153551
>

Have you had any luck reproducing the issue and/or verifying the validity
of the fix?

I sincerely hope you are not purposefully ignoring this bug report as I
have already apologized for my overzealousness and ignoring it only harms
users.

Thanks,
Richard
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: RFC: Fedora Docker Layered Image Guidelines

2016-05-03 Thread Josh Boyer
On Tue, May 3, 2016 at 1:32 PM, Kevin Fenzi  wrote:
> On Tue, 3 May 2016 11:22:30 -0500
> Adam Miller  wrote:
>
>> Collection of RPMs is fine, the goal is just not to ship non-rpm code
>> or content yet outside of Docker-ized application control scripts
>> where needed/applicable.
>
> ok.
>>
>> It shouldn't but it can in the future, I was more or less replicating
>> this information in the beginning to hopefully leave some space for
>> this to change in the future of the Fedora Modularization efforts
>> because a module could potentially have it's own versioning scheme
>> outside of the content inside of it.
>
> Has it been decided that modules are docker containers?

No.  AIUI, a docker container is one potential delivery artifact for a
module.  There are others, such as RPM repos.  So it is not a strict
"modules are containers" mapping.

josh
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: RFC: Fedora Docker Layered Image Guidelines

2016-05-03 Thread Kevin Fenzi
On Tue, 3 May 2016 11:22:30 -0500
Adam Miller  wrote:

> Collection of RPMs is fine, the goal is just not to ship non-rpm code
> or content yet outside of Docker-ized application control scripts
> where needed/applicable.

ok. 
> 
> It shouldn't but it can in the future, I was more or less replicating
> this information in the beginning to hopefully leave some space for
> this to change in the future of the Fedora Modularization efforts
> because a module could potentially have it's own versioning scheme
> outside of the content inside of it.

Has it been decided that modules are docker containers? 

> > And any guidelines on naming? Just use common sense? They will have
> > to be unique.  
> 
> Yes, need to be unique. This is going to follow the RPM naming
> guidelines for now.

Well, sure, but say I make a container that is some web app + web
server + database. Do I call it by the app name? The web server name? A
combo?

> > I guess the build system has network access and people can put
> > anything in CMD lines? How can we make reproducible builds? Or
> > should CMD be restricted to only some network resources.  
> 
> The build system does currently but ultimately doesn't need it since
> we can inject internal Fedora mirrors into the build environment that
> the container is built in. Which is something we may or may not want
> to do. The CMD lines likely need some guidelines around them and
> should be added to the doc.

Yeah, if we aren't restricting the network for builds, anyone can do
anything in a CMD line right? and since it depends on something
outside in the net it may be changed or gone later when we rebuild. 
 
> > So it's assumed here that someone is a packager to submit new
> > container reviews? Or would we want some kind of 'containerger'
> > role for people who maintainer containers?  
> 
> That's up for discussion. I think they should be separate because
> being well versed in creating Docker images doesn't inherently mean
> someone is well versed in creating RPMs, just as the inverse is not
> inherently true. I've in the past gotten some flack for that opinion
> so I'd definitely like that to be opened up to more discussion.

Sure. I think seperate would be ok. 

> > I agree with the folks downthread we can make a bugzilla "Container
> > Review" to compliment Package Review. Unless we think we can spin
> > up a review application for these (like we are still hopefully
> > planning on doing for packages someday).  
> 
> +1
> 
> >
> > Also, we will need to make pkgdb create components for each
> > container as well for people to report bugs against.  
> 
> +1 - I'm honestly not sure how to go about that, I assume I need to
> send a request to BZ folks somehow but how BZ is admin'd/hosted is a
> bit of a black box to me. I would appreciate advisement on that.

Fedora Infrastructure has a admin user that can create components and
such under the "Fedora" Product. So, just a infrastructure ticket would
be the way to go. 

kevin




pgpvurOBeajTc.pgp
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Orphaned Packages in branched (2016-05-03)

2016-05-03 Thread Parag Nemade
Hi,

2016-05-03 21:53 GMT+05:30  :
> 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
> ===
> nodejs-handlebars  orphan, group::nodejs-sig, 1 weeks ago
>mayorga, piotrp
>
> The following packages require above mentioned packages:
> Depending on: nodejs-handlebars (24), status change: 2016-04-26 (1 weeks ago)
> nodejs-istanbul (maintained by: piotrp, group::nodejs-sig)
> nodejs-istanbul-0.4.0-2.fc24.noarch requires npm(handlebars) 
> = 4.0.5
> nodejs-istanbul-0.4.0-2.fc24.src requires npm(handlebars) = 
> 4.0.5
>
> php-Assetic (maintained by: siwinski, jhogarth)
> php-Assetic-1.3.2-3.fc24.src requires npm(handlebars) = 4.0.5
>
> python-webassets (maintained by: kumarpraveen, dcallagh, pjp)
> python-webassets-0.10.1-5.fc24.src requires 
> /usr/bin/handlebars
>
> nodejs-camel-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-camel-case-1.2.0-2.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-change-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-change-case-2.3.0-2.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-constant-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-constant-case-1.1.1-2.fc24.src requires npm(istanbul) 
> = 0.4.0
>
> nodejs-dot-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-dot-case-1.1.1-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-error-ex (maintained by: pnemade, group::nodejs-sig)
> nodejs-error-ex-1.3.0-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-is-arrayish (maintained by: pnemade, group::nodejs-sig)
> nodejs-is-arrayish-0.3.0-1.fc24.src requires nodejs-istanbul 
> = 0.4.0-2.fc24
>
> nodejs-is-lower-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-is-lower-case-1.1.1-3.fc24.src requires npm(istanbul) 
> = 0.4.0
>
> nodejs-is-upper-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-is-upper-case-1.1.1-3.fc24.src requires npm(istanbul) 
> = 0.4.0
>
> nodejs-lower-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-lower-case-1.1.2-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-lower-case-first (maintained by: piotrp, group::nodejs-sig)
> nodejs-lower-case-first-1.0.0-2.fc24.src requires 
> npm(istanbul) = 0.4.0
>
> nodejs-native-or-bluebird (maintained by: pnemade, group::nodejs-sig)
> nodejs-native-or-bluebird-1.2.0-3.fc24.src requires 
> npm(istanbul) = 0.4.0
>
> nodejs-param-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-param-case-1.1.1-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-pascal-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-pascal-case-1.1.1-2.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-path-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-path-case-1.1.1-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-sentence-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-sentence-case-1.1.2-3.fc24.src requires npm(istanbul) 
> = 0.4.0
>
> nodejs-snake-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-snake-case-1.1.1-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-swap-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-swap-case-1.1.1-2.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-title-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-title-case-1.1.1-2.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-upper-case (maintained by: piotrp, group::nodejs-sig)
> nodejs-upper-case-1.1.2-3.fc24.src requires npm(istanbul) = 
> 0.4.0
>
> nodejs-upper-case-first (maintained by: piotrp, group::nodejs-sig)
> nodejs-upper-case-first-1.1.1-2.fc24.src requires 
> npm(istanbul) = 0.4.0
>
> nodejs-vow-fs (maintained by: group::nodejs-sig)
> 

Re: Orphaned Packages in branched (2016-05-03)

2016-05-03 Thread Kevin Fenzi
On Tue,  3 May 2016 16:23:59 + (UTC)
opensou...@till.name wrote:

> Depending on: pyliblzma (34), status change: 2016-04-26 (1 weeks ago)

I went ahead and took this because so many things need it. 

Co-maintainers welcome. 

kevin


pgpASnHvRF_zz.pgp
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: What branches are under Go pressure. Did we forget about epel7?

2016-05-03 Thread Jan Chaloupka

CC'ing packaging@

On 05/03/2016 07:02 PM, Jan Chaloupka wrote:

Hi,

Since F17, golang started to get attention in Fedora distribution. 
Long way was travelled since with currently activelly maintaining f22+ 
and el6 branches. The number of Go projects packaged in Fedora grown 
to more than 250 packages. The current effort is to keep in shape all 
activelly managed branches including el6. As the Golang language is 
spreading across new architectures, new challenges pop up. With 250 
packages in distribution we have a free source of Go source code to 
play with and run various analysis on. To see how the Golang compiler 
is doing on secondary architectures. To see how new OSes accept new 
versions of projects written in Go. Or be a witness to dynamic changes 
in Go community.


Currently, we have Fedora, RHEL and CentOS in our disposal. It has 
been quite a ride to watch how all the projects evolve, what 
challenges they generate, questions they rise. With the infrastructure 
we have, with the variability of OSes and architectures, it is a 
perfect time to experiment and push the community further.


A lot of work has been already done. I would like to continue with 
that effort and extend the currently maintained branches to epel7. It 
is a great opportunity to see how the Go actually works for all the 
projects on RHEL. The more projects we can test and run, the higher 
chance to discover bootlenecks we have. At the same time all the 
projects can be tested with newer version of Go compiler even before 
it gets into RHEL and fix the critical issues in advance.


There are already some Go packages built in RHEL7. It has been one of 
the reasons in the air why it is not efortfull to maintain Go in 
epel7. Once a package gets into RHEL7, it has to be retired from 
epel7. Thus, it would generate an amount of work that would be thrown 
away. Still, it makes sense to keep both Fedora and RHEL in sync on a 
level of Go packaging.


CentOS has its own collection of Go packages already. Another 
opportunity to test and run and see how everything works.


For quite some time I have been working on gofed tool [1]. At the 
current state it is strongly oriented on packaging. With its help I am 
able to update and build Go packages on all affected branches with 
minimal effort. For that, I would like to extend the coverage to both 
epel7 and centos7. There are already BZs opened for epel7 packaging 
which should not be ignored.


I would like to start with epel7. As there are just few Go packages 
with epel7 branch, it will require some time spent on generated 
requests for new branch and (re)building entire Go part of epel7. The 
primary aim is to backport devel subset of each Go project. It does 
not mean there will be no rpms with binaries. First, I would like to 
sync epel7 with Fedora rawhide. Then, start fixing all projects that 
fail to build. Any help on collection requirements for it is 
appreciated. There will be some collisions with Go packages already in 
RHEL7 so one needs to be carefull.


Steps I suggest:
1) make a list of all Go packages that are missing epel7 branch and 
does not conflict with RHEL7

2) request for missing epel7 branches (at least 200)
3) backport all affected Go packages from Fedora rawhide to epel7
4) start fixing all failing tests and reporting issues to upstream

There are other tasks that needs to be done or initiated:
- start running unit-test in all Go packages periodically,
- scan the distribution for broken or breaking packages
- provider better feedback to developers
- finish the Go packaging guidelines

The current emphasis of the gofed tool is extend the concentration on 
ecosystem analysis. I have already implemented scans of the latest 
rpms in distribution. So the tool is already capable of collection 
basic information about Go projects we have. From the collected data, 
dependency graph among rpms can be constructed. And other analysis 
that are already there. Another step is "just" to start running all 
the scans and analysis periodically and collect the current state of 
the ecosystem.


I would like to thank to all who have contributed and help making the 
Go ecosystem better. It is a lot of effort, a lot of free time spent 
and dreamless nights. Let's continue in the great work we have done so 
far.


[1] https://github.com/gofed/gofed

Kind regards
Jan Chaloupka
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


What branches are under Go pressure. Did we forget about epel7?

2016-05-03 Thread Jan Chaloupka

Hi,

Since F17, golang started to get attention in Fedora distribution. Long 
way was travelled since with currently activelly maintaining f22+ and 
el6 branches. The number of Go projects packaged in Fedora grown to more 
than 250 packages. The current effort is to keep in shape all activelly 
managed branches including el6. As the Golang language is spreading 
across new architectures, new challenges pop up. With 250 packages in 
distribution we have a free source of Go source code to play with and 
run various analysis on. To see how the Golang compiler is doing on 
secondary architectures. To see how new OSes accept new versions of 
projects written in Go. Or be a witness to dynamic changes in Go community.


Currently, we have Fedora, RHEL and CentOS in our disposal. It has been 
quite a ride to watch how all the projects evolve, what challenges they 
generate, questions they rise. With the infrastructure we have, with the 
variability of OSes and architectures, it is a perfect time to 
experiment and push the community further.


A lot of work has been already done. I would like to continue with that 
effort and extend the currently maintained branches to epel7. It is a 
great opportunity to see how the Go actually works for all the projects 
on RHEL. The more projects we can test and run, the higher chance to 
discover bootlenecks we have. At the same time all the projects can be 
tested with newer version of Go compiler even before it gets into RHEL 
and fix the critical issues in advance.


There are already some Go packages built in RHEL7. It has been one of 
the reasons in the air why it is not efortfull to maintain Go in epel7. 
Once a package gets into RHEL7, it has to be retired from epel7. Thus, 
it would generate an amount of work that would be thrown away. Still, it 
makes sense to keep both Fedora and RHEL in sync on a level of Go packaging.


CentOS has its own collection of Go packages already. Another 
opportunity to test and run and see how everything works.


For quite some time I have been working on gofed tool [1]. At the 
current state it is strongly oriented on packaging. With its help I am 
able to update and build Go packages on all affected branches with 
minimal effort. For that, I would like to extend the coverage to both 
epel7 and centos7. There are already BZs opened for epel7 packaging 
which should not be ignored.


I would like to start with epel7. As there are just few Go packages with 
epel7 branch, it will require some time spent on generated requests for 
new branch and (re)building entire Go part of epel7. The primary aim is 
to backport devel subset of each Go project. It does not mean there will 
be no rpms with binaries. First, I would like to sync epel7 with Fedora 
rawhide. Then, start fixing all projects that fail to build. Any help on 
collection requirements for it is appreciated. There will be some 
collisions with Go packages already in RHEL7 so one needs to be carefull.


Steps I suggest:
1) make a list of all Go packages that are missing epel7 branch and does 
not conflict with RHEL7

2) request for missing epel7 branches (at least 200)
3) backport all affected Go packages from Fedora rawhide to epel7
4) start fixing all failing tests and reporting issues to upstream

There are other tasks that needs to be done or initiated:
- start running unit-test in all Go packages periodically,
- scan the distribution for broken or breaking packages
- provider better feedback to developers
- finish the Go packaging guidelines

The current emphasis of the gofed tool is extend the concentration on 
ecosystem analysis. I have already implemented scans of the latest rpms 
in distribution. So the tool is already capable of collection basic 
information about Go projects we have. From the collected data, 
dependency graph among rpms can be constructed. And other analysis that 
are already there. Another step is "just" to start running all the scans 
and analysis periodically and collect the current state of the ecosystem.


I would like to thank to all who have contributed and help making the Go 
ecosystem better. It is a lot of effort, a lot of free time spent and 
dreamless nights. Let's continue in the great work we have done so far.


[1] https://github.com/gofed/gofed

Kind regards
Jan Chaloupka
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/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

[EPEL-devel] 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

[EPEL-devel] 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

[EPEL-devel] Orphaned Packages in epel7 (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   
ansifilter orphan, cicku  9 weeks ago   
backintime orphan, cicku, timj10 weeks ago  
bandwidthd orphan, ondrejj2 weeks ago   
cego   orphan, cicku  9 weeks ago   
cgnsliborphan, cicku  9 weeks ago   
ctemplate  orphan, cicku, salimma 9 weeks ago   
darkhttpd  orphan, cicku  9 weeks ago   
diffuseorphan, cicku  9 weeks ago   
djview4orphan, terjeros   1 weeks ago   
elektraorphan, cicku, kwizart,9 weeks ago   
   moceap   
faience-icon-theme orphan 18 weeks ago  
freeradius-client  orphan, nmav   0 weeks ago   
gcin   orphan, cicku  9 weeks ago   
ginac  orphan, cicku  9 weeks ago   
gpsd   orphan 1 weeks ago   
gtk-unico-engine   orphan 18 weeks ago  
herbstluftwm   orphan, cicku  9 weeks ago   
httraqtorphan, cicku  9 weeks ago   
i7zorphan, fantom 8 weeks ago   
lemonpos   orphan 12 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   
libnsgif   orphan, cicku  9 weeks ago   
libserforphan, cicku, jorton  9 weeks ago   
libupnporphan, cicku, mcepl   9 weeks ago   
libx86 orphan, mjg59  10 weeks ago  
lilypond-doc   orphan, cicku, limb9 weeks ago   
logstalgia orphan, cicku, ralph,  9 weeks ago   
   terjeros 
mate-applet-lockkeys   orphan 18 weeks ago  
minisedorphan, cicku  9 weeks ago   
monitor-edid   orphan 10 weeks ago  
mscore orphan, cicku  9 weeks ago   
nmon   orphan 9 weeks ago   
nodejs-grunt-contrib-copy  orphan, group::nodejs-sig  4 weeks ago   
nodejs-handlebars  orphan, group::nodejs-sig, 1 weeks ago   
   mayorga, piotrp  
nodejs-linify  orphan, group::nodejs-sig, 1 weeks ago   
   mayorga  
ocsinventory   orphan, xavierb10 weeks ago  
ocsinventory-agent orphan 10 weeks ago  
ocsinventory-ipdiscoverorphan 10 weeks ago  
pdf2djvu   orphan, fcami  1 weeks ago   
penorphan, cicku  9 weeks ago   
perl-Apache-DBIorphan, perl-sig   10 weeks ago  
perl-Apache2-SOAP  orphan, perl-sig   10 weeks ago  
perl-HTTP-Request-AsCGIorphan, eseyman, mmaslano, 7 weeks ago   
   perl-sig, psabata
perl-IPC-Shareable orphan, psabata, steve 7 weeks ago   
perl-JSON-Any  orphan, eseyman, lkundrak, 7 weeks ago   
   psabata  
perl-MooseX-Method- 

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   

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   

Re: RFC: Fedora Docker Layered Image Guidelines

2016-05-03 Thread Adam Miller
On Mon, May 2, 2016 at 12:07 PM, Kevin Fenzi  wrote:
> On Thu, 28 Apr 2016 17:52:44 -0500
> Adam Miller  wrote:
>
>> Hello all,
>> We're wrapping up the first phase of the Fedora Docker Layered
>> Image Build Service[0] and the time has come to start thinking about
>> what we as a Project need to do to formalize what it means to be
>> shipping Docker Layered Images once we are capable of building and
>> distributing them.
>>
>> These are effectively going to compliment their RPM counterpart
>> at least in the beginning since we as a Project have never shipped
>> any build artifact other than RPMs as a part of the distribution
>> before. We can grow organically from there if we want to extend
>> beyond the initial offering for Docker Layered Images but I thought
>> following RPM as a guide in the beginning was a reasonable goal to
>> achieve. Some areas that seemed pertinant right off the bat are
>> below, for each of them I have alread created a Draft document that I
>> would appreciate feedback on.
>
> So, at least at first it's assumed there will just be one rpm in each
> container? Or can we have a collection of rpms that make sense to be
> together?

Collection of RPMs is fine, the goal is just not to ship non-rpm code
or content yet outside of Docker-ized application control scripts
where needed/applicable.

>
>> Docker Layered Image "packaging" Guidelines [1]
>
> Whats the difference here between version and release? Does version
> change any based on the version of the primary rpm in the container?

It shouldn't but it can in the future, I was more or less replicating
this information in the beginning to hopefully leave some space for
this to change in the future of the Fedora Modularization efforts
because a module could potentially have it's own versioning scheme
outside of the content inside of it.

>
> And any guidelines on naming? Just use common sense? They will have to
> be unique.

Yes, need to be unique. This is going to follow the RPM naming
guidelines for now.

>
> I guess the build system has network access and people can put anything
> in CMD lines? How can we make reproducible builds? Or should CMD be
> restricted to only some network resources.

The build system does currently but ultimately doesn't need it since
we can inject internal Fedora mirrors into the build environment that
the container is built in. Which is something we may or may not want
to do. The CMD lines likely need some guidelines around them and
should be added to the doc.

>
>> Package Review Process with a Docker Containers section [2]
>
> This might be better as a Container review process seperate from the
> Package review process, ie a different page?

Yes, it very well could be. I just put them together as a first pass
effort to get feedback from others. I'm open to them being separate
and don't have a real preference here.

>
> So it's assumed here that someone is a packager to submit new container
> reviews? Or would we want some kind of 'containerger' role for people
> who maintainer containers?

That's up for discussion. I think they should be separate because
being well versed in creating Docker images doesn't inherently mean
someone is well versed in creating RPMs, just as the inverse is not
inherently true. I've in the past gotten some flack for that opinion
so I'd definitely like that to be opened up to more discussion.

>
>> Docker Layered Images Naming Guildelines [3]
>
> I am not sure what to add to make this more concrete, but I think it
> needs to be. ;)

Agreed, I was hoping others could help fill in the blanks. :)

>>
>> The Fedora Cloud SIG has done a first-pass review of these (thanks
>> Cloud SIG!) so hopefully there's a certainly level of sanity to them
>> but I'm absolutely open to new ideas and extending the content with
>> more coverage.
>>
>> Another point to note is that we need to determine how this should be
>> handled in BZ components for bug reporting as well as for filing
>> review requests.
>
> I agree with the folks downthread we can make a bugzilla "Container
> Review" to compliment Package Review. Unless we think we can spin up a
> review application for these (like we are still hopefully planning on
> doing for packages someday).

+1

>
> Also, we will need to make pkgdb create components for each container
> as well for people to report bugs against.

+1 - I'm honestly not sure how to go about that, I assume I need to
send a request to BZ folks somehow but how BZ is admin'd/hosted is a
bit of a black box to me. I would appreciate advisement on that.

-AdamM

>
> kevin
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: RFC: Fedora Docker Layered Image Guidelines

2016-05-03 Thread Adam Miller
On Sun, May 1, 2016 at 10:26 AM, Subhendu Ghosh  wrote:
> If we assume that image is immutable, how does one expect the applications
> configuration and data to be managed? Are there additional ENV handlers
> inside the container that might not be present otherwise in the RPM world?
> Is there are requirement for volume mounts for certain locations inside the
> container?  Should that be expressed via labels?

+1

Yes, that's something we should likely handle in the guidelines.


-AdamM

>
> -subhendu
>
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[EPEL-devel] Re: 7Server or 6Server in baseurl or mirror_list

2016-05-03 Thread Kevin Fenzi
On Tue, 3 May 2016 01:16:37 +0930
Gerald Sim  wrote:

> Hi Kevin
> 
> Yes, I know the version specific gpg keys are available, not being a
> pain but they won't exactly match $releasever , since
> 
> https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
> https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
> 
> will also need to link to
> 
> https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6Server
> https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7Server
> 
> and vice versa
> 
> 
> Happy to hear your thoughts

ok. Done 

But I am thinking this is all I am willing to pollute that directory
with links. ;) 

kevin




pgpjy_A4Eqovk.pgp
Description: OpenPGP digital signature
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


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

Re: can't login to koji - ssl error

2016-05-03 Thread Sérgio Basto
On Ter, 2016-05-03 at 08:49 -0500, Rex Dieter wrote:
> Sérgio Basto wrote:
> 
> > 
> > On Ter, 2016-05-03 at 07:34 -0400, Neal Becker wrote:
> > > 
> > > chrome is refusing to login to:
> > > 
> > > https://koji.fedoraproject.org/koji/login
> > > 
> > > This site can’t provide a secure connection
> > > 
> > > koji.fedoraproject.org sent an invalid response.
> > > Try:
> > > Reloading the page
> > > Learn more about this problem.
> > > ERR_SSL_PROTOCOL_ERROR
> > > 
> > > Appears to be a deprecation in chrome 50:
> > > https://developers.google.com/web/updates/2016/03/chrome-50-depre
> > > cati
> > > ons?hl=en=ir_ssl_error=en=1#remove-insecure-tls-version-
> > > fallback
> > > org
> > I just login to https://koji.fedoraproject.org/koji/login using
> > Chrome
> > Version 51.0.2704.29 beta (64-bit)
> > 
> > Maybe you need renew your certificate:
> > fedora-cert -v
> > 
> > openssl pkcs12 -export -in ~/.fedora.cert -CAfile ~/.fedora-upload-
> > ca.cert
> > -out ~/fedora-browser-cert.p12
> Or:
> fedora-packager-setup --with-browser-cert
> 
> In my experience, one needs to import both the user cert produced by
> that, 
> *and* fedora-server-ca.cert (as CA cert)

Correct, thanks for the tip, but we just need import fedora-server-
ca.cert one time, while fedora-browser-cert.p12 we need import/update
it every 6 months, because fedora-browser-cert.p12 expires every 6
months, so on "renew certificate", we just need import/update the new
~/fedora-browser-cert.p12 :) 

-- 
Sérgio M. B.

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

Re: review swap: orocos-bfl

2016-05-03 Thread Jerry James
Hello Till,

On Tue, May 3, 2016 at 7:04 AM, Till Hofmann
 wrote:
> I'm looking for a review swap for orocos-bfl - A framework for inference
> in Dynamic Bayesian Networks.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1233240
>
> The package has already been informally reviewed and it should be fairly
> straight-forward to finish the review. I'm happy to do a review of
> similar difficulty in return.

I can take this one.  Can you take
https://bugzilla.redhat.com/show_bug.cgi?id=1332605 for me?  It should
be a fairly easy review.
-- 
Jerry James
http://www.jamezone.org/
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/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

  1   2   >