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

2016-03-21 Thread notifications
From 94124a3cd6634c39df41e76d8a8c1386075b9a33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:07:58 +0100
Subject: Modernize spec.

---
 perl-Test-TCP.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index e53a744..de53a9e 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,14 +38,11 @@ Test::TCP is test utilities for TCP/IP program.
 sed -i -e 's,use Test::SharedFork 0.12;,use Test::SharedFork 0.29;,' 
lib/Test/TCP.pm
 
 %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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -57,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
+- Modernize spec.
+
 * Wed Oct 07 2015 Ralf Corsépius  - 2.14-1
 - Upstream update.
 
-- 
cgit v0.12


From b0fe96cfb21c3df2a09af776b34f6949b5ed82ca Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:11:18 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index de53a9e..600162d 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12


From 0dad665d9d178e1469ede977eb82b2e087c62214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 21 Mar 2016 17:16:42 +0100
Subject: Update to 2.15.

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

diff --git a/.gitignore b/.gitignore
index e22e0a0..9f2dc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.14.tar.gz
+/Test-TCP-2.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 600162d..3c6ddeb 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
+- Update to 2.15.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b998d9b..75e66a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402e78138e3269dde973960dd3d44d09  Test-TCP-2.14.tar.gz
+68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz
-- 
cgit v0.12


From c6ceca96a0dd3ff3a2b729b9c7bdc9c4d85e9635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Tue, 22 Mar 2016 05:47:29 +0100
Subject: Cleanup merger.

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 3c6ddeb..020c7f3 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -57,9 +57,6 @@ make test
 * Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
 - Update to 2.15.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22=b70b29a46beac6fec7f8e9a2f2a914adaaaf0404
--
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-TCP (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-03-21 Thread notifications
From b0fe96cfb21c3df2a09af776b34f6949b5ed82ca Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:11:18 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index de53a9e..600162d 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22=b0fe96cfb21c3df2a09af776b34f6949b5ed82ca
--
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-TCP (f22). "Modernize spec."

2016-03-21 Thread notifications
From 94124a3cd6634c39df41e76d8a8c1386075b9a33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:07:58 +0100
Subject: Modernize spec.

---
 perl-Test-TCP.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index e53a744..de53a9e 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,14 +38,11 @@ Test::TCP is test utilities for TCP/IP program.
 sed -i -e 's,use Test::SharedFork 0.12;,use Test::SharedFork 0.29;,' 
lib/Test/TCP.pm
 
 %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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -57,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
+- Modernize spec.
+
 * Wed Oct 07 2015 Ralf Corsépius  - 2.14-1
 - Upstream update.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22=94124a3cd6634c39df41e76d8a8c1386075b9a33
--
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-TCP (f22). "Update to 2.15."

2016-03-21 Thread notifications
From 0dad665d9d178e1469ede977eb82b2e087c62214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 21 Mar 2016 17:16:42 +0100
Subject: Update to 2.15.

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

diff --git a/.gitignore b/.gitignore
index e22e0a0..9f2dc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.14.tar.gz
+/Test-TCP-2.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 600162d..3c6ddeb 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
+- Update to 2.15.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b998d9b..75e66a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402e78138e3269dde973960dd3d44d09  Test-TCP-2.14.tar.gz
+68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22=0dad665d9d178e1469ede977eb82b2e087c62214
--
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-TCP (f22). "Cleanup merger."

2016-03-21 Thread notifications
From c6ceca96a0dd3ff3a2b729b9c7bdc9c4d85e9635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Tue, 22 Mar 2016 05:47:29 +0100
Subject: Cleanup merger.

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 3c6ddeb..020c7f3 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -57,9 +57,6 @@ make test
 * Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
 - Update to 2.15.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22=c6ceca96a0dd3ff3a2b729b9c7bdc9c4d85e9635
--
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: [Marketing] Help Getting Started - Python Talking Points and Meetings

2016-03-21 Thread Justin W. Flory

Hi James,

On 03/18/2016 03:41 PM, James Bishop wrote:

Hi Justin

The biggest question I have right now is whether I need to be a part of
the marketing group to log in to the other sites. I have an FAS
account, and the CLA has been signed, but when I try to sign on to the
TRAC, I get a "you are not allowed here" message, and the wiki tells me
that my login info is bad.


Yes, the best place to add some more info would definitely be the Trac. 
The reason why you are unable to log in is because there are some 
temporary limitations added to the wiki and all Trac instances to block 
a recent bout with spambots attacking both services. You should stop by 
in #fedora-admin and ping either puiterwijk or nirik to add your FAS 
account to the antispam-ack group. This limitation is actually due to be 
lifted sometime today, but if you are unable to log in still, please let 
the folks know there and they can help get you logged in!



As for what I <3 about Python in Fedora, I would say that it comes down
to the fact that the packages I need are in the repos, so I can manage
everything with one package manager, and the ease of transition to RHEL
instances. That said, I didn't really choose Fedora as a Python
developer, but as someone who appreciates free software and Fedora's
stance on it.



That kind of feedback is definitely good to hear. Whatever your 
experience or profession is, adding that in somewhere for consideration 
should definitely happen. Let's see if we can get your Trac permissions 
resolved and then add that to the ticket.


--
Cheers,
Justin W. Flory
jflo...@gmail.com



signature.asc
Description: OpenPGP digital signature
___
python-devel mailing list
python-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org


corsepiu pushed to perl-Test-TCP (f23). "Cleanup merger."

2016-03-21 Thread notifications
From c6ceca96a0dd3ff3a2b729b9c7bdc9c4d85e9635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Tue, 22 Mar 2016 05:47:29 +0100
Subject: Cleanup merger.

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 3c6ddeb..020c7f3 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -57,9 +57,6 @@ make test
 * Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
 - Update to 2.15.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f23=c6ceca96a0dd3ff3a2b729b9c7bdc9c4d85e9635
--
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-TCP (f23). "Update to 2.15."

2016-03-21 Thread notifications
From 0dad665d9d178e1469ede977eb82b2e087c62214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 21 Mar 2016 17:16:42 +0100
Subject: Update to 2.15.

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

diff --git a/.gitignore b/.gitignore
index e22e0a0..9f2dc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.14.tar.gz
+/Test-TCP-2.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 600162d..3c6ddeb 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
+- Update to 2.15.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b998d9b..75e66a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402e78138e3269dde973960dd3d44d09  Test-TCP-2.14.tar.gz
+68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f23=0dad665d9d178e1469ede977eb82b2e087c62214
--
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-TCP (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-03-21 Thread notifications
From b0fe96cfb21c3df2a09af776b34f6949b5ed82ca Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 16:11:18 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index de53a9e..600162d 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
 - Modernize spec.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f23=b0fe96cfb21c3df2a09af776b34f6949b5ed82ca
--
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-TCP (f23). "Modernize spec."

2016-03-21 Thread notifications
From 94124a3cd6634c39df41e76d8a8c1386075b9a33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sat, 30 Jan 2016 05:07:58 +0100
Subject: Modernize spec.

---
 perl-Test-TCP.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index e53a744..de53a9e 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
 Version:2.14
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,14 +38,11 @@ Test::TCP is test utilities for TCP/IP program.
 sed -i -e 's,use Test::SharedFork 0.12;,use Test::SharedFork 0.29;,' 
lib/Test/TCP.pm
 
 %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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -57,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius  - 2.14-2
+- Modernize spec.
+
 * Wed Oct 07 2015 Ralf Corsépius  - 2.14-1
 - Upstream update.
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f23=94124a3cd6634c39df41e76d8a8c1386075b9a33
--
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 1315521] perl-File-Edit-Portable-1.24 is available

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



--- Comment #22 from Fedora Update System  ---
perl-File-Edit-Portable-1.24-1.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-263e541f54

-- 
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 1318457] perl-DBIx-Connector-0.56 is available

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



--- Comment #11 from Fedora Update System  ---
perl-DBIx-Connector-0.56-1.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ab786e8f95

-- 
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 1319536] perl-Module-CoreList-5.20160320 is available

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



--- Comment #10 from Fedora Update System  ---
perl-Module-CoreList-5.20160320-1.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-cee16b3951

-- 
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 1319683] Please upgrade to upstream version

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



--- Comment #5 from Fedora Update System  ---
perl-Config-General-2.60-1.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-a034f7d4c8

-- 
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 1318457] perl-DBIx-Connector-0.56 is available

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



--- Comment #10 from Fedora Update System  ---
perl-DBIx-Connector-0.56-1.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-414fda1483

-- 
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 1315521] perl-File-Edit-Portable-1.24 is available

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



--- Comment #21 from Fedora Update System  ---
perl-File-Edit-Portable-1.24-1.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-458a89aeba

-- 
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 1319683] Please upgrade to upstream version

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Config-General-2.60-1.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d1a331ebba

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

[EPEL-devel] Fedora EPEL 5 updates-testing report

2016-03-21 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 884  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2013-11893   
libguestfs-1.20.12-1.el5
 649  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-1626   
puppet-2.7.26-1.el5
 498  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-3849   
sblim-sfcb-1.3.8-2.el5
 141  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-edbea40516   
mcollective-2.8.4-1.el5
 113  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-582c8075e6   
thttpd-2.25b-24.el5
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-99a440d127   
drupal6-emfield-2.7-1.el5
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-71908aa997   
putty-0.63-6.el5
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-bafacd5846   
proftpd-1.3.3g-5.el5
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-3cde5be1be   
vtun-3.0.1-10.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

holland-1.0.12-5.el5
pcp-3.11.1-1.el5
perl-Spreadsheet-ParseExcel-0.3200-3.el5
vtun-3.0.1-10.el5

Details about builds:



 holland-1.0.12-5.el5 (FEDORA-EPEL-2016-7bb56b1744)
 Pluggable Backup Framework

Update Information:

Backport fix for upstream issue [148](https://github.com/holland-
backup/holland/issues/148).




 pcp-3.11.1-1.el5 (FEDORA-EPEL-2016-5b519318e0)
 System-level performance monitoring and performance management

Update Information:

Update to latest PCP sources.    * containers: add a pcp-pmwebd container
image * pmcd: start PMDAs via pmdaroot, allowing restart on PMDA failure without
restarting pmcd itself * pmcd: tenfold speed up of the shutdown process * pmcd:
ensure startup before zabbix-agent, with systemd * pmdafreebsd: use getifaddrs()
for network interface * pmdalinux: fix /proc/interrupts parsing on s390x
platforms * pmdalinux: fix i386 buffer overflow in softnet stats * pmdalinux:
support additional vmstat kernel metrics (virt balloon, transparent-huge-page
zero page alloc counters) * pmdaxfs: support the per-device XFS metrics *
pmdanamed: fix SELinux AVC denials during Install * pmdavmware: updates to work
with current VMWare perl API * libpcp: improvements to derived metrics error
handling * libpcp: rework interp logic arond  records * libpcp: fix bug in
interp mode record caching * libpcp: pthread_mutexattr_destroy,
pthread_mutex_destroy calls * libpcp: added a new fetchgroup API * libpcp: fix
dup-context-with-attrs memory corruption bug * libpcp: fix derived metric PMNS
navigation mem leak * libpcp: unconditional registration of anon (event.*)
metrics * pcp-iostat: use py3 and py3 compatible pipe exception handlers * pcp-
iostat: improve incorrect counter rate conversion * pcp-iostat: improve
BrokenPipeError exception handling * pmmgr: add general monitor-program
launching option * pmmgr: resolved a couple of small memory leaks * pmrep: fix
first sample reporting, instant/discrete metrics * pmrep: fix string valued
metric reporting, with python3 * pmval: improve reporting in the region of
 records * pmwebd: add an option to disable service advertising * pmwebd:
support for http compression * pmwebd: add units/sem to legend in graphite/png
mode * pmwebd: enable graphite image-mode caching via redirection * pmwebd: add
an option for alternative name encodings * sar2pcp: support additional mem.util
metrics * docs: updates to the system CPU performance tutorial * packaging: add
missing dependencies on some perl modules * packaging: drop the pcp-compat
subpackage     Add -V/--version support to several more commands (BZ
1284411)  pcp-3.10.8-1.fc21  - Update pmlogger to log an immediate
sample first (BZ 1269921) - Add pmOption host and archive setter python APIs (BZ
1270176) - Replace old pmatop(1) man page with pcp-atop(1) (BZ 1270761) - Update
to latest PCP sources. - CHANGELOG : - pmdaslurm: new PMDA exporting HPC
scheduler metrics - pmdalinux: correctly report high speed network link
speeds - pmdalinux: support for wireless network interfaces - pmdalinux:
add support for NVME devices - pmie: fqdn functionality, added %c for action
strings - pmlogextract: runtime reducing instance optimizations -
pmlogrewrite: metric name lex pattern change - pmlogger: change semantics
for first logging operation - rc_pmlogger: shell escape for control file
"directory" field - pcp-atop: update with latest atop features (esp. NFS)
- pcp-atop: fix initial fetch time offset for the globals - pcp-atop: fix
-b/-e options to match man 

[Bug 629229] new version available and shipped version has disappeared

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
perl-Spreadsheet-ParseExcel-0.3200-3.el5 has been pushed to the Fedora EPEL 5
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-5913e4f720

-- 
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 1319956] perl-DateTime-1.26 is available

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



--- 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 1319956] perl-DateTime-1.26 is available

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



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-DateTime and version 1.25 FAILED.
See for details

-- 
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 1319956] perl-DateTime-1.26 is available

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



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1138839
  --> https://bugzilla.redhat.com/attachment.cgi?id=1138839=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 1319956] New: perl-DateTime-1.26 is available

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

Bug ID: 1319956
   Summary: perl-DateTime-1.26 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 1.26
Current version/release in rawhide: 1.25-1.fc25
URL: http://search.cpan.org/dist/DateTime/

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/2787/

-- 
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 1319536] perl-Module-CoreList-5.20160320 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
perl-Module-CoreList-5.20160320-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-fc32e72148

-- 
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 1319469] perl-MCE-1.703 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-MCE-1.703-1.fc24 has been pushed to the Fedora 24 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-355bf2c807

-- 
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 1315904] perl-MCE-1.702 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #12 from Fedora Update System  ---
perl-MCE-1.703-1.fc24 has been pushed to the Fedora 24 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-355bf2c807

-- 
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 1315521] perl-File-Edit-Portable-1.24 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #20 from Fedora Update System  ---
perl-File-Edit-Portable-1.24-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-deb6b607fb

-- 
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 1319393] perl-version-0.9916 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-version-0.99.16-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-c21888b8d5

-- 
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 1319531] perl-CPAN-Perl-Releases-2.60 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-CPAN-Perl-Releases-2.60-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-0e33a64051

-- 
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 1319427] perl-DateTime-Format-Strptime-1.65 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-DateTime-Format-Strptime-1.65-1.fc24 has been pushed to the Fedora 24
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-bbab976d5c

-- 
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 1318734] perl-Prima-1.45 tests fail on big-endian platforms

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Prima-1.45-3.fc24 has been pushed to the Fedora 24 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-79616dd821

-- 
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 1318457] perl-DBIx-Connector-0.56 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
perl-DBIx-Connector-0.56-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-616c8849db

-- 
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 1318075] perl-Test2-0.000030 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-Test2-0.31-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-49b9cb942f

-- 
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 1319540] perl-Test2-0.000031 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-Test2-0.31-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-49b9cb942f

-- 
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 1316326] perl-Test2-0.000029 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
perl-Test2-0.31-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-49b9cb942f

-- 
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 1318658] perl-generators cannot find "Provides: perl(IRI)" in "package IRI {}"

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-generators-1.08-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-610a546cbe

-- 
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 1319012] perl-Test2-Suite-0.000023 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-Test2-Suite-0.24-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ffbab57a2e

-- 
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 1319541] perl-Test2-Suite-0.000024 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-Test2-Suite-0.24-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ffbab57a2e

-- 
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 1319747] perl-podlators-4.07 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-podlators-4.07-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ef4b3448d0

-- 
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 1303366] perl-Data-Printer-0.38 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-Data-Printer-0.38-1.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-b3d8b5f03f

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

Re: ThinkPad X220 does not wake up after suspend (since Saturday)

2016-03-21 Thread Kamil Paral
> Hi,
> 
> my ThinkPad X220 runs Fedora 23 with automatic updates, Chromium and
> Spotify Copr. Up until Friday night, it worked just fine.
> 
> Friday afternoon the new Kernel 4.4.5 was installed. It was only loaded
> on Saturday when I started the machine in the afternoon. I suspended the
> laptop to RAM and found that it did not woke up. I only got this strange
> light show:
> 
> https://www.youtube.com/watch?v=ajoWfCtk7yE
> 
> The error (sadly) is 100% reproducible. I then went on and started with
> the earlier kernels, 4.4.4 and 4.4.3, which worked fine before Friday.
> (Thanks for keeping three kernels by default!) The error is just the
> same, it does not wake up.

There are more kernels available here:
http://koji.fedoraproject.org/koji/packageinfo?packageID=8

You should also try kernel-4.4.4-300.fc23 and kernel-4.4.4-301.fc23 to best 
find the point of regression. Then please file a bug into bugzilla against 
kernel, and describe your problem. If you have localized your issue well 
between two minor updates, there's a high chance the kernel team can find the 
regression and fix it (also feel free to poke someone at #fedora-kernel if you 
see no feedback on that bug report).


However, I have to say that I also have X220 at home, I tested it with kernel 
4.4.5-300 and found no issues with suspend. Your hardware doesn't have to be 
exactly the same as mine, though. It just means that not all X220 laptops are 
affected.
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: [HEADS UP] libgit2 bump to 0.24.0

2016-03-21 Thread Igor Gnatenko
This time it was easy. They didn't break anything. Should I build it in
f24-gnome? Because libgit2-glib requires it and itself it required by some
other gnome packages.

On Mon, Mar 21, 2016, 12:55 PM Pierre-Yves Chibon 
wrote:

> On Mon, Mar 21, 2016 at 02:23:09PM +0300, Pete Walter wrote:
> >20.03.2016, 10:49, "Igor Gnatenko" :
> >
> >  I'm updating libgit2 stack to 0.24.0 in rawhide.
> >
> >*
> >Can you do it in F24 as well, please?
>
> Based on how much libgit2/pygit2 break their API, I very much doubt this
> is a
> good idea, especially so late in the release cycle.
>
> Pierre
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
-- 

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


Re: 3D printing SIG

2016-03-21 Thread Miro Hrončok

On 17.3.2016 16:08, Miro Hrončok wrote:

Hi Fedorains,

I was thinking about creating a 3D printing SIG in Fedora. Would anyone
be interested in that?

Miro


We now have a mailing list [1].

[1] 
https://lists.fedoraproject.org/admin/lists/3dprinting.lists.fedoraproject.org/


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1319683] Please upgrade to upstream version

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



--- Comment #3 from Fedora Update System  ---
perl-Config-General-2.60-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-a034f7d4c8

-- 
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 1319683] Please upgrade to upstream version

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



--- Comment #1 from Fedora Update System  ---
perl-Config-General-2.60-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-311222a472

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

Re: IPv6 application test suite – call for participation

2016-03-21 Thread Jan Kratochvil
On Mon, 21 Mar 2016 14:29:06 +0100, Pavel Simerda wrote:
> https://github.com/pavlix/network-testing
->
#dnf copr enable pavlix/network-testing
#dnf install network-testing-deps

Error: nothing provides dhcpcd needed by
network-testing-deps-0.0.1-0.17.20160307git.fc23.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)

on Fedora 23 x86_64


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


[Bug 1319683] Please upgrade to upstream version

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



--- Comment #2 from Fedora Update System  ---
perl-Config-General-2.60-1.el7 has been submitted as an update to Fedora EPEL
7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d1a331ebba

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

Re: Checking signatures on package source tarballs

2016-03-21 Thread Till Maas
On Mon, Mar 21, 2016 at 10:25:43AM +, David Woodhouse wrote:

> It might be nice to provide some RPM macros to make that easier for
> packagers. 

It is a simple one-liner if you use gpgv2:
http://pkgs.fedoraproject.org/cgit/rpms/youtube-dl.git/tree/youtube-dl.spec#n35

Thank you for raising awareness about this!

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


gnat pushed to perl-Config-General (f22). "updated to 2.60"

2016-03-21 Thread notifications
From 5fd5c90c6cf8919c7e79a9507526ab39e6c9cc89 Mon Sep 17 00:00:00 2001
From: "Nathanael d. Noblet" 
Date: Mon, 21 Mar 2016 10:33:25 -0600
Subject: updated to 2.60

---
 perl-Config-General.spec | 7 +--
 sources  | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 5f50bf7..094f08d 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-General
-Version:2.56
-Release:3%{?dist}
+Version:2.60
+Release:1%{?dist}
 Summary:Generic configuration module for Perl
 
 Group:  Development/Libraries
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 21 2016 Nathanael Noblet  - 2.60-1
+- Updated to latest upstream
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 2.56-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8634cff..326aacf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cf9dd044d016f27b4dc26077606736d  Config-General-2.56.tar.gz
+407042f1558354131e7e322f12f5cf44  Config-General-2.60.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Config-General.git/commit/?h=f22=5fd5c90c6cf8919c7e79a9507526ab39e6c9cc89
--
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

gnat pushed to perl-Config-General (f23). "updated to 2.60"

2016-03-21 Thread notifications
From 18f7d307130f8efa21591c9c93ae3d2930b7aedf Mon Sep 17 00:00:00 2001
From: "Nathanael d. Noblet" 
Date: Mon, 21 Mar 2016 10:29:39 -0600
Subject: updated to 2.60

---
 perl-Config-General.spec | 7 +--
 sources  | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 0023b42..9c9ed85 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-General
-Version:2.56
-Release:5%{?dist}
+Version:2.60
+Release:1%{?dist}
 Summary:Generic configuration module for Perl
 
 Group:  Development/Libraries
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 21 2016 Nathanael Noblet  2.60-1
+* Updated to latest upstream 2.60
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.56-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8634cff..326aacf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cf9dd044d016f27b4dc26077606736d  Config-General-2.56.tar.gz
+407042f1558354131e7e322f12f5cf44  Config-General-2.60.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Config-General.git/commit/?h=f23=18f7d307130f8efa21591c9c93ae3d2930b7aedf
--
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

gnat pushed to perl-Config-General (epel7). "update to 2.60"

2016-03-21 Thread notifications
From accb88209cc04aaa7d079562cced248d8846c80d Mon Sep 17 00:00:00 2001
From: "Nathanael d. Noblet" 
Date: Mon, 21 Mar 2016 10:27:35 -0600
Subject: update to 2.60

---
 perl-Config-General.spec | 7 +--
 sources  | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 840bdff..16ee76a 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-General
-Version:2.51
-Release:2%{?dist}
+Version:2.60
+Release:1%{?dist}
 Summary:Generic configuration module for Perl
 
 Group:  Development/Libraries
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 21 2016 Nathanael Noblet  - 2.60-1
+- Updated to latest upstream 2.60
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 2.51-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 989ed2c..326aacf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3100325f99bdc2f265645a842e6bb025  Config-General-2.51.tar.gz
+407042f1558354131e7e322f12f5cf44  Config-General-2.60.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Config-General.git/commit/?h=epel7=accb88209cc04aaa7d079562cced248d8846c80d
--
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-TCP-2.15.tar.gz for perl-Test-TCP

2016-03-21 Thread notifications
68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-TCP/Test-TCP-2.15.tar.gz/md5/68ab37a92166cdcfbcce32b16b2fc1c3/Test-TCP-2.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Test-TCP (master). "Update to 2.15."

2016-03-21 Thread notifications
From 0dad665d9d178e1469ede977eb82b2e087c62214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 21 Mar 2016 17:16:42 +0100
Subject: Update to 2.15.

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

diff --git a/.gitignore b/.gitignore
index e22e0a0..9f2dc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.14.tar.gz
+/Test-TCP-2.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 600162d..3c6ddeb 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
+- Update to 2.15.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b998d9b..75e66a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402e78138e3269dde973960dd3d44d09  Test-TCP-2.14.tar.gz
+68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=master=0dad665d9d178e1469ede977eb82b2e087c62214
--
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-TCP (f24). "Update to 2.15."

2016-03-21 Thread notifications
From 0dad665d9d178e1469ede977eb82b2e087c62214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 21 Mar 2016 17:16:42 +0100
Subject: Update to 2.15.

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

diff --git a/.gitignore b/.gitignore
index e22e0a0..9f2dc2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.14.tar.gz
+/Test-TCP-2.15.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 600162d..3c6ddeb 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-TCP
-Version:2.14
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Ralf Corsépius  - 2.15-1
+- Update to 2.15.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b998d9b..75e66a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402e78138e3269dde973960dd3d44d09  Test-TCP-2.14.tar.gz
+68ab37a92166cdcfbcce32b16b2fc1c3  Test-TCP-2.15.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f24=0dad665d9d178e1469ede977eb82b2e087c62214
--
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 1303366] perl-Data-Printer-0.38 is available

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



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-Data-Printer-0.38-1.fc25 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=747277

-- 
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 1303366] perl-Data-Printer-0.38 is available

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



--- Comment #4 from Fedora Update System  ---
perl-Data-Printer-0.38-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-b3d8b5f03f

-- 
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 1303366] perl-Data-Printer-0.38 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
 CC||jples...@redhat.com
   Fixed In Version||perl-Data-Printer-0.38-1.fc
   ||25
   Assignee|dd...@cpan.org  |jples...@redhat.com



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

jplesnik pushed to perl-Data-Printer (f24). "0.38 bump"

2016-03-21 Thread notifications
From 7d6314d61b0835c7ccbc8d18db536ea98f2e01cb Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 21 Mar 2016 17:06:54 +0100
Subject: 0.38 bump

---
 .gitignore | 1 +
 perl-Data-Printer.spec | 9 +++--
 sources| 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0587758..cb936e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Data-Printer-0.35.tar.gz
 /Data-Printer-0.36.tar.gz
+/Data-Printer-0.38.tar.gz
diff --git a/perl-Data-Printer.spec b/perl-Data-Printer.spec
index 412cb98..748372b 100644
--- a/perl-Data-Printer.spec
+++ b/perl-Data-Printer.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Printer
-Version:0.36
-Release:2%{?dist}
+Version:0.38
+Release:1%{?dist}
 Summary:Pretty printer for Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,9 +62,11 @@ Requires:   perl(Hash::Util::FieldHash)
 Requires:   perl(mro)
 Requires:   perl(Package::Stash) >= 0.3
 Requires:   perl(Term::ANSIColor) >= 3
+Requires:   perl(version) >= 0.77
 
 %{?perl_default_filter}
 %global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\((File::HomeDir|Term::ANSIColor)\\)$
+%global __requires_exclude %__requires_exclude|^perl\\(Package::Stash\\)$
 
 %description
 Data::Printer is a Perl module to pretty-print Perl data structures and
@@ -92,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Jitka Plesnikova  - 0.38-1
+- 0.38 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.36-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7e64600..4e98a40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbf75d5c920dd4913df54b0016dea614  Data-Printer-0.36.tar.gz
+57047e2d73ee1a4278cf01f87eaed264  Data-Printer-0.38.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Data-Printer.git/commit/?h=f24=7d6314d61b0835c7ccbc8d18db536ea98f2e01cb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Data-Printer (master). "0.38 bump"

2016-03-21 Thread notifications
From 881fd663a5042549e1f069341c03166d07de5687 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 21 Mar 2016 17:06:54 +0100
Subject: 0.38 bump

---
 .gitignore | 1 +
 perl-Data-Printer.spec | 9 +++--
 sources| 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0587758..cb936e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Data-Printer-0.35.tar.gz
 /Data-Printer-0.36.tar.gz
+/Data-Printer-0.38.tar.gz
diff --git a/perl-Data-Printer.spec b/perl-Data-Printer.spec
index 412cb98..748372b 100644
--- a/perl-Data-Printer.spec
+++ b/perl-Data-Printer.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Printer
-Version:0.36
-Release:2%{?dist}
+Version:0.38
+Release:1%{?dist}
 Summary:Pretty printer for Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,9 +62,11 @@ Requires:   perl(Hash::Util::FieldHash)
 Requires:   perl(mro)
 Requires:   perl(Package::Stash) >= 0.3
 Requires:   perl(Term::ANSIColor) >= 3
+Requires:   perl(version) >= 0.77
 
 %{?perl_default_filter}
 %global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\((File::HomeDir|Term::ANSIColor)\\)$
+%global __requires_exclude %__requires_exclude|^perl\\(Package::Stash\\)$
 
 %description
 Data::Printer is a Perl module to pretty-print Perl data structures and
@@ -92,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Jitka Plesnikova  - 0.38-1
+- 0.38 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.36-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7e64600..4e98a40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbf75d5c920dd4913df54b0016dea614  Data-Printer-0.36.tar.gz
+57047e2d73ee1a4278cf01f87eaed264  Data-Printer-0.38.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Data-Printer.git/commit/?h=master=881fd663a5042549e1f069341c03166d07de5687
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Data-Printer-0.38.tar.gz for perl-Data-Printer

2016-03-21 Thread notifications
57047e2d73ee1a4278cf01f87eaed264  Data-Printer-0.38.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Printer/Data-Printer-0.38.tar.gz/md5/57047e2d73ee1a4278cf01f87eaed264/Data-Printer-0.38.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

ppisar changed jplesnik's 'approveacls' permission on perl-XML-Namespace (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'approveacls' permission on perl-XML-Namespace 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Namespace/
--
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-20160321.n.0 compose check report

2016-03-21 Thread Fedora compose checker
Missing expected images:

Cloud_base raw-xz x86_64
Cloud_base raw-xz i386
Atomic raw-xz x86_64

Images in this compose but not 24-20160320.n.0:

Xfce live x86_64
Lxde live x86_64
Scientific_kde live x86_64
Xfce live i386
Jam_kde live x86_64
Jam_kde live i386
Scientific_kde live i386
Lxde live i386
Robotics live x86_64
Robotics live i386

No images in 24-20160320.n.0 but not this.

Failed openQA tests: 20 of 78

ID: 10467   Test: i386 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/10467
ID: 10466   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/10466
ID: 10465   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/10465
ID: 10464   Test: i386 universal server_lvmthin
URL: https://openqa.fedoraproject.org/tests/10464
ID: 10463   Test: i386 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/10463
ID: 10462   Test: i386 universal server_btrfs
URL: https://openqa.fedoraproject.org/tests/10462
ID: 10461   Test: i386 universal server_software_raid
URL: https://openqa.fedoraproject.org/tests/10461
ID: 10460   Test: i386 universal server_simple_encrypted
URL: https://openqa.fedoraproject.org/tests/10460
ID: 10459   Test: i386 universal server_scsi_updates_img
URL: https://openqa.fedoraproject.org/tests/10459
ID: 10458   Test: i386 universal server_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/10458
ID: 10457   Test: i386 universal package_set_minimal
URL: https://openqa.fedoraproject.org/tests/10457
ID: 10448   Test: x86_64 universal server_kickstart_hdd
URL: https://openqa.fedoraproject.org/tests/10448
ID: 10411   Test: i386 KDE-live-iso default_install
URL: https://openqa.fedoraproject.org/tests/10411
ID: 10410   Test: i386 Server-boot-iso default_install
URL: https://openqa.fedoraproject.org/tests/10410
ID: 10407   Test: i386 Server-dvd-iso default_install
URL: https://openqa.fedoraproject.org/tests/10407
ID: 10396   Test: x86_64 Server-dvd-iso base_service_manipulation
URL: https://openqa.fedoraproject.org/tests/10396
ID: 10395   Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/10395
ID: 10394   Test: x86_64 Server-dvd-iso base_selinux
URL: https://openqa.fedoraproject.org/tests/10394
ID: 10391   Test: i386 Workstation-live-iso default_install
URL: https://openqa.fedoraproject.org/tests/10391
ID: 10390   Test: i386 Everything-boot-iso default_install
URL: https://openqa.fedoraproject.org/tests/10390

Passed openQA tests: 58 of 78
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed perl-sig's 'watchcommits' permission on perl-XML-Namespace (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchcommits' permission on perl-XML-Namespace 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Namespace/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'commit' permission on perl-XML-Namespace (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'commit' permission on perl-XML-Namespace (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Namespace/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchbugzilla' permission on perl-XML-Namespace (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchbugzilla' permission on perl-XML-Namespace 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-Namespace/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'commit' permission on perl-XML-NamespaceFactory (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'commit' permission on perl-XML-NamespaceFactory 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-NamespaceFactory/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchcommits' permission on perl-XML-NamespaceFactory (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchcommits' permission on 
perl-XML-NamespaceFactory (master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-NamespaceFactory/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'approveacls' permission on perl-XML-NamespaceFactory (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'approveacls' permission on perl-XML-NamespaceFactory 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-NamespaceFactory/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchbugzilla' permission on perl-XML-NamespaceFactory (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchbugzilla' permission on 
perl-XML-NamespaceFactory (master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-XML-NamespaceFactory/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchcommits' permission on perl-MooseX-ArrayRef (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchcommits' permission on perl-MooseX-ArrayRef 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-ArrayRef/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'commit' permission on perl-MooseX-ArrayRef (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'commit' permission on perl-MooseX-ArrayRef (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-ArrayRef/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchbugzilla' permission on perl-MooseX-ArrayRef (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchbugzilla' permission on perl-MooseX-ArrayRef 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-ArrayRef/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'approveacls' permission on perl-MooseX-ArrayRef (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'approveacls' permission on perl-MooseX-ArrayRef 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-ArrayRef/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar pushed to perl-MooseX-ArrayRef (master). "Import"

2016-03-21 Thread notifications
From 48f200d1af180f08db5b38b540a8d56ba97be2be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 21 Mar 2016 15:42:55 +0100
Subject: Import

---
 .gitignore|  1 +
 perl-MooseX-ArrayRef.spec | 61 +++
 sources   |  1 +
 3 files changed, 63 insertions(+)
 create mode 100644 perl-MooseX-ArrayRef.spec

diff --git a/.gitignore b/.gitignore
index e69de29..ae58ff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MooseX-ArrayRef-0.005.tar.gz
diff --git a/perl-MooseX-ArrayRef.spec b/perl-MooseX-ArrayRef.spec
new file mode 100644
index 000..184e0ec
--- /dev/null
+++ b/perl-MooseX-ArrayRef.spec
@@ -0,0 +1,61 @@
+Name:   perl-MooseX-ArrayRef
+Version:0.005
+Release:1%{?dist}
+Summary:Blessed array references with Moose
+# CONTRIBUTING: GPL+ or Artistic or CC-BY-SA
+# other files:  GPL+ or Artistic
+License:(GPL+ or Artistic) and (GPL+ or Artistic or CC-BY-SA)
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/MooseX-ArrayRef/
+Source0:
http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-ArrayRef-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Moose) >= 2.00
+BuildRequires:  perl(Moose::Exporter)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::MetaRole)
+BuildRequires:  perl(Scalar::Util)
+# Tests:
+BuildRequires:  perl(Test::More) >= 0.61
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Moose) >= 2.00
+Requires:   perl(strict)
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(Moose\\)$
+
+%description
+Objects implemented with array references are often faster than those
+implemented with hash references. Moose's default object implementation is
+hash reference based. This is object implementation based on array references.
+
+%prep
+%setup -q -n MooseX-ArrayRef-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes CONTRIBUTING COPYRIGHT CREDITS examples README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 17 2016 Petr Pisar  0.005-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..efb0d10 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3207d480ec7911dc964bb12a7f31f46d  MooseX-ArrayRef-0.005.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-ArrayRef.git/commit/?h=master=48f200d1af180f08db5b38b540a8d56ba97be2be
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar uploaded MooseX-ArrayRef-0.005.tar.gz for perl-MooseX-ArrayRef

2016-03-21 Thread notifications
3207d480ec7911dc964bb12a7f31f46d  MooseX-ArrayRef-0.005.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MooseX-ArrayRef/MooseX-ArrayRef-0.005.tar.gz/md5/3207d480ec7911dc964bb12a7f31f46d/MooseX-ArrayRef-0.005.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

ppisar changed jplesnik's 'approveacls' permission on perl-IRI (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'approveacls' permission on perl-IRI (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IRI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed jplesnik's 'commit' permission on perl-IRI (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed jplesnik's 'commit' permission on perl-IRI (master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IRI/
--
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 1318658] perl-generators cannot find "Provides: perl(IRI)" in "package IRI {}"

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



--- Comment #1 from Fedora Update System  ---
perl-generators-1.08-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-610a546cbe

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

ppisar changed perl-sig's 'watchcommits' permission on perl-IRI (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchcommits' permission on perl-IRI (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IRI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed perl-sig's 'watchbugzilla' permission on perl-IRI (master) to 'Approved'

2016-03-21 Thread notifications
ppisar changed perl-sig's 'watchbugzilla' permission on perl-IRI (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IRI/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-generators (f24). "1.08 bump; Resolves BZ#1318658"

2016-03-21 Thread notifications
From eef86a31c5e74f4a7445ceb773550881042ee5d5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 21 Mar 2016 15:30:29 +0100
Subject: 1.08 bump; Resolves BZ#1318658

---
 .gitignore   | 1 +
 perl-generators.spec | 9 ++---
 sources  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index d0dca77..c609831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /generators-1.05.tar.gz
 /generators-1.06.tar.gz
 /generators-1.07.tar.gz
+/generators-1.08.tar.gz
diff --git a/perl-generators.spec b/perl-generators.spec
index 97dcce8..62a4b0f 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,6 +1,6 @@
 Name:   perl-generators
-Version:1.07
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
 License:GPL+
@@ -35,7 +35,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs/
@@ -50,6 +50,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Mon Mar 21 2016 Jitka Plesnikova  - 1.08-1
+- 1.08 bump; Resolves BZ#1318658
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 905dfc8..09ff84c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a45dd8f975362974fabd446b23572662  generators-1.07.tar.gz
+8de157875c8980596bac3fc79e95e9c0  generators-1.08.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=f24=eef86a31c5e74f4a7445ceb773550881042ee5d5
--
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

[Test-Announce] The second Fedora 24 Alpha Go/No-Go Meeting, Wednesday, March 23 @ 17:00 UTC

2016-03-21 Thread Jan Kurik
Join us on irc.freenode.net in #fedora-meeting for this important
meeting, wherein we shall determine the readiness of the Fedora 24
Alpha. The meeting is going to be held on Wednesday, March 23rd, 2016
17:00 UTC. Please check the [Fedocal] link for your time zone.

This meeting is a second attempt to determine the readiness of the
Fedora 24 Alpha, following the first Go/No-Go meeting for F24 Alpha
held the last week [F24-GoNoGo-I].

For more details about this meeting please follow the [GoNoGoMeeting]
link. In the meantime, please keep also an eye on the Fedora 24 Alpha
Blocker list [AlphaBlockers].

[F24-GoNoGo-I] 
https://meetbot-raw.fedoraproject.org/teams/f24-alpha-go_no_go-meeting/f24-alpha-go_no_go-meeting.2016-03-17-17.00.html
[FedoCal] https://apps.fedoraproject.org/calendar/meeting/3344/
[AlphaBlockers]
http://qa.fedoraproject.org/blockerbugs/milestone/24/alpha/buglist
[GoNoGoMeeting] https://fedoraproject.org/wiki/Go_No_Go_Meeting

Thanks you in advance for your support.
Regards, Jan
-- 
Jan Kuřík
Platform & Fedora Program Manager
Red Hat Czech s.r.o., Purkynova 99/71, 612 45 Brno, Czech Republic
___
test-announce mailing list
test-annou...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/test-annou...@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1318658] perl-generators cannot find "Provides: perl(IRI)" in "package IRI {}"

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-generators-1.08-1.fc25



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

jplesnik pushed to perl-generators (master). "1.08 bump; Resolves BZ#1318658"

2016-03-21 Thread notifications
From 3db1849a76ab5096b9c2bf27f9f9357b1ab07a48 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 21 Mar 2016 15:22:12 +0100
Subject: 1.08 bump; Resolves BZ#1318658

---
 .gitignore |   1 +
 generators-1.08.tar.gz | Bin 12973 -> 0 bytes
 sources|   2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)
 delete mode 100644 generators-1.08.tar.gz

diff --git a/.gitignore b/.gitignore
index d0dca77..c609831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /generators-1.05.tar.gz
 /generators-1.06.tar.gz
 /generators-1.07.tar.gz
+/generators-1.08.tar.gz
diff --git a/generators-1.08.tar.gz b/generators-1.08.tar.gz
deleted file mode 100644
index a2ad396..000
Binary files a/generators-1.08.tar.gz and /dev/null differ
diff --git a/sources b/sources
index 905dfc8..09ff84c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a45dd8f975362974fabd446b23572662  generators-1.07.tar.gz
+8de157875c8980596bac3fc79e95e9c0  generators-1.08.tar.gz
-- 
cgit v0.12



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

jplesnik uploaded generators-1.08.tar.gz for perl-generators

2016-03-21 Thread notifications
8de157875c8980596bac3fc79e95e9c0  generators-1.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-generators/generators-1.08.tar.gz/md5/8de157875c8980596bac3fc79e95e9c0/generators-1.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-generators (master). "1.08 bump; Resolves BZ#1318658"

2016-03-21 Thread notifications
From 24f3efbff276a68f5087074630f4e80500128b63 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 21 Mar 2016 15:20:47 +0100
Subject: 1.08 bump; Resolves BZ#1318658

---
 generators-1.08.tar.gz | Bin 0 -> 12973 bytes
 perl-generators.spec   |   9 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 generators-1.08.tar.gz

diff --git a/generators-1.08.tar.gz b/generators-1.08.tar.gz
new file mode 100644
index 000..a2ad396
Binary files /dev/null and b/generators-1.08.tar.gz differ
diff --git a/perl-generators.spec b/perl-generators.spec
index 97dcce8..62a4b0f 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,6 +1,6 @@
 Name:   perl-generators
-Version:1.07
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
 License:GPL+
@@ -35,7 +35,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs/
@@ -50,6 +50,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Mon Mar 21 2016 Jitka Plesnikova  - 1.08-1
+- 1.08 bump; Resolves BZ#1318658
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=master=24f3efbff276a68f5087074630f4e80500128b63
--
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 1319792] New: Upgrade perl-Term-ANSIColor to 4.05

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

Bug ID: 1319792
   Summary: Upgrade perl-Term-ANSIColor to 4.05
   Product: Fedora
   Version: rawhide
 Component: perl-Term-ANSIColor
  Keywords: FutureFeature
  Assignee: dd...@cpan.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 4.04 version. Upstream released 4.05. When you have free
time, please upgrade it.

Also please enable release monitoring service to receive future notifications
about new releases automatically.

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

[POC-change] Fedora packages point of contact updates

2016-03-21 Thread nobody
Change in package status over the last 168 hours


2 packages were orphaned

perl-Devel-BeginLift [f23, master] was orphaned by ppisar
 Make selected sub calls evaluate at compile time
 https://admin.fedoraproject.org/pkgdb/package/perl-Devel-BeginLift
rome-parent [master, f24] was orphaned by gil
 Parent for all ROME projects
 https://admin.fedoraproject.org/pkgdb/package/rome-parent

6 packages were retired

compat-libffi [master, f24] was retired by ausil
 A portable foreign function interface compatability library
 https://admin.fedoraproject.org/pkgdb/package/compat-libffi
libprojectM-qt [master, f24] was retired by sergiomb
 The Qt frontend to the projectM visualization plugin
 https://admin.fedoraproject.org/pkgdb/package/libprojectM-qt
projectM-jack [master, f24] was retired by sergiomb
 The projectM visualization plugin for jack
 https://admin.fedoraproject.org/pkgdb/package/projectM-jack
projectM-libvisual [master, f24] was retired by sergiomb
 The projectM visualization plugin for libvisual
 https://admin.fedoraproject.org/pkgdb/package/projectM-libvisual
projectM-pulseaudio [master, f24] was retired by sergiomb
 The projectM visualization plugin for pulseaudio
 https://admin.fedoraproject.org/pkgdb/package/projectM-pulseaudio
rear [epel7] was retired by gdha
 Relax-and-Recover is a Linux disaster recovery and system migration tool
 https://admin.fedoraproject.org/pkgdb/package/rear

284 packages unorphaned
---
budgie [f22] was unorphaned by williamjmorenor
 Simple and distraction free GTK+3 media player
 https://admin.fedoraproject.org/pkgdb/package/budgie
exaile [f22] was unorphaned by williamjmorenor
 Simple but powerful Amarok-style music player for GTK users
 https://admin.fedoraproject.org/pkgdb/package/exaile
opencl-utils [f23, master, f24] was unorphaned by lupinix
 Useful OpenCL tools and utilities
 https://admin.fedoraproject.org/pkgdb/package/opencl-utils
perl-Affix-Infix2Postfix [f23, f22, master, f24, el6, el5] was unorphaned by 
jplesnik
 Perl extension for converting from infix notation to postfix notation
 https://admin.fedoraproject.org/pkgdb/package/perl-Affix-Infix2Postfix
perl-Algorithm-Annotate [f23, f22, master, f24, el6, el5] was unorphaned by 
jplesnik
 Represent a series of changes in annotate form
 https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Annotate
perl-Algorithm-IncludeExclude [f23, f22, master, f24] was unorphaned by jplesnik
 Build and evaluate include/exclude lists
 https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-IncludeExclude
perl-Algorithm-Merge [f23, f22, master, f24] was unorphaned by jplesnik
 Three-way merge and diff
 https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Merge
perl-AnyEvent-XMPP [f23, f22, master, f24] was unorphaned by jplesnik
 Implementation of the XMPP Protocol
 https://admin.fedoraproject.org/pkgdb/package/perl-AnyEvent-XMPP
perl-Apache-LogRegex [f23, f22, master, f24, el6, el5] was unorphaned by 
jplesnik
 Parse a line from an Apache logfile into a hash
 https://admin.fedoraproject.org/pkgdb/package/perl-Apache-LogRegex
perl-B-Compiling [f23, f22, master, f24] was unorphaned by jplesnik
 Expose PL_compiling to perl
 https://admin.fedoraproject.org/pkgdb/package/perl-B-Compiling
perl-B-Generate [f23, f22, master, f24] was unorphaned by jplesnik
 Create your own op trees
 https://admin.fedoraproject.org/pkgdb/package/perl-B-Generate
perl-B-Hooks-OP-Check-EntersubForCV [f23, f22, master] was unorphaned by ppisar
 Invoke callbacks on construction of entersub OPs for certain CVs
 
https://admin.fedoraproject.org/pkgdb/package/perl-B-Hooks-OP-Check-EntersubForCV
perl-Bencode [f23, f22, master, f24] was unorphaned by ppisar
 BitTorrent serialization format
 https://admin.fedoraproject.org/pkgdb/package/perl-Bencode
perl-Best [f23, f22, master, f24] was unorphaned by ppisar
 Fallbackable module loader
 https://admin.fedoraproject.org/pkgdb/package/perl-Best
perl-Bot-BasicBot [f23, f22, master, f24] was unorphaned by ppisar
 Simple irc bot baseclass
 https://admin.fedoraproject.org/pkgdb/package/perl-Bot-BasicBot
perl-Browser-Open [f23, f22, master, f24] was unorphaned by ppisar
 Open a browser in a given URL
 https://admin.fedoraproject.org/pkgdb/package/perl-Browser-Open
perl-Captcha-reCAPTCHA [f23, f22, master, f24] was unorphaned by ppisar
 Perl implementation of the reCAPTCHA API
 https://admin.fedoraproject.org/pkgdb/package/perl-Captcha-reCAPTCHA
perl-Carp-Clan-Share [f23, f22, master, f24] was unorphaned by jplesnik
 Share your Carp::Clan settings with your whole Clan
 https://admin.fedoraproject.org/pkgdb/package/perl-Carp-Clan-Share
perl-Carp-REPL [f23, f22, master, f24] was 

adelton pushed to perl-Spreadsheet-ParseExcel (el5). "Source is no longer available on CPAN, using BackPan instead."

2016-03-21 Thread notifications
From 5fe9314a2c72c30d43c85d16d2eb5759fc9e3c91 Mon Sep 17 00:00:00 2001
From: Jan Pazdziora 
Date: Mon, 21 Mar 2016 14:49:18 +0100
Subject: Source is no longer available on CPAN, using BackPan instead.

---
 perl-Spreadsheet-ParseExcel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-Spreadsheet-ParseExcel.spec b/perl-Spreadsheet-ParseExcel.spec
index 06ad631..c0d84ac 100644
--- a/perl-Spreadsheet-ParseExcel.spec
+++ b/perl-Spreadsheet-ParseExcel.spec
@@ -6,12 +6,12 @@
 
 Name:   perl-Spreadsheet-ParseExcel
 Version:0.3200
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Get information from an Excel file
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Spreadsheet-ParseExcel/
-Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/Spreadsheet-ParseExcel-%{module_version}.tar.gz
+Source0:
http://backpan.perl.org/authors/id/S/SZ/SZABGAB/Spreadsheet-ParseExcel-%{module_version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Module::Build)
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Spreadsheet-ParseExcel.git/commit/?h=el5=5fe9314a2c72c30d43c85d16d2eb5759fc9e3c91
--
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 629229] new version available and shipped version has disappeared

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

Jan Pazdziora  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|st...@silug.org |jpazdzi...@redhat.com



--- Comment #6 from Jan Pazdziora  ---
Taking.

-- 
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 629229] new version available and shipped version has disappeared

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



--- Comment #8 from Fedora Update System  ---
perl-Spreadsheet-ParseExcel-0.3200-3.el5 has been submitted as an update to
Fedora EPEL 5.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-5913e4f720

-- 
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 629229] new version available and shipped version has disappeared

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

Jan Pazdziora  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Spreadsheet-ParseExcel
   ||-0.3200-3.el5



--- Comment #7 from Jan Pazdziora  ---
Changed Source0 to point to BackPan so that we have live upstream source URL.

-- 
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 compose report: 20160321.n.0 changes

2016-03-21 Thread Fedora Branched Report
OLD: Fedora-24-20160320.n.0
NEW: Fedora-24-20160321.n.0

= SUMMARY =
Added packages:  0
Dropped packages:0
Upgraded packages:   0
Downgraded packages: 0

Size of added packages:  0.00 B
Size of dropped packages:0.00 B
Size of upgraded packages:   0.00 B
Size of downgraded packages: 0.00 B

Size change of upgraded packages:   0.00 B
Size change of downgraded packages: 0.00 B

= ADDED PACKAGES =

= DROPPED PACKAGES =

= UPGRADED PACKAGES =

= DOWNGRADED PACKAGES =
Broken deps for armhfp
--
[3Depict]
3Depict-0.0.18-3.fc24.armv7hl requires libgsl.so.0
3Depict-0.0.18-3.fc24.armv7hl requires libmgl.so.7.4.0
[IBSimu]
IBSimu-1.0.5-11.b.fc23.armv7hl requires libgsl.so.0
[IQmol]
IQmol-2.3.0-9.fc24.armv7hl requires libOpenMeshCore.so.3.2
IQmol-2.3.0-9.fc24.armv7hl requires libboost_iostreams.so.1.58.0
IQmol-2.3.0-9.fc24.armv7hl requires libboost_serialization.so.1.58.0
[ape]
ape-2.2.0-2.fc22.armv7hl requires libgsl.so.0
[audacious-plugins]
audacious-plugins-3.7.1-3.fc24.armv7hl requires libcue.so.1
[bangarang]
bangarang-2.1-9.fc24.armv7hl requires libnepomuk.so.4
[coin-or-Bonmin]
coin-or-Bonmin-1.8.1-8.fc24.armv7hl requires libasl.so.1
coin-or-Bonmin-1.8.1-8.fc24.armv7hl requires libmp.so.1
[coin-or-Couenne]
coin-or-Couenne-0.5.2-6.fc23.armv7hl requires libasl.so.1
coin-or-Couenne-0.5.2-6.fc23.armv7hl requires libmp.so.1
[coin-or-OS]
coin-or-OS-2.9.3-5.fc23.armv7hl requires libasl.so.1
coin-or-OS-2.9.3-5.fc23.armv7hl requires libmp.so.1
[contour]
contour-0.3-6.fc21.armv7hl requires libnepomuk.so.4
contour-0.3-6.fc21.armv7hl requires libnepomukquery.so.4
[coot]
coot-0.8.2-1.fc24.armv7hl requires libgsl.so.0
[dropbear]
dropbear-2015.71-2.fc24.armv7hl requires libtommath.so.0
[eclipse-jbosstools]
eclipse-jbosstools-as-4.2.2-1.fc22.noarch requires 
osgi(org.eclipse.tm.terminal)
[ejabberd]
ejabberd-16.01-4.fc24.armv7hl requires erlang-asn1(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-cache_tab(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-compiler(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-crypto(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-eldap(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-erts(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-inets(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-jiffy(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-kernel(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-lager(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-mnesia(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-oauth2(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-odbc(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_iconv(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_mysql(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_pam(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_pgsql(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_sip(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_stringprep(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_stun(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_tls(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_utils(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_xml(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_yaml(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-p1_zlib(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-public_key(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-riak_client(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-sasl(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-ssl(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-stdlib(armv7hnl-32)
ejabberd-16.01-4.fc24.armv7hl requires erlang-syntax_tools(armv7hnl-32)
[erlang-basho_metrics]
erlang-basho_metrics-1.0.0-23.fc24.armv7hl requires 
erlang-erts(armv7hnl-32)
erlang-basho_metrics-1.0.0-23.fc24.armv7hl requires 
erlang-kernel(armv7hnl-32)
erlang-basho_metrics-1.0.0-23.fc24.armv7hl requires 
erlang-stdlib(armv7hnl-32)
[gcc-python-plugin]
gcc-python2-debug-plugin-0.15-2.fc24.armv7hl requires gcc = 
0:6.0.0-0.12.fc24
gcc-python2-plugin-0.15-2.fc24.armv7hl requires gcc = 0:6.0.0-0.12.fc24
gcc-python3-debug-plugin-0.15-2.fc24.armv7hl requires gcc = 
0:6.0.0-0.12.fc24
gcc-python3-plugin-0.15-2.fc24

IPv6 application test suite – call for participation

2016-03-21 Thread Pavel Simerda
Hi,

we are pleased to announce an alpha version of our network application 
testsuite and we invite you to participate. We are especially interested in 
tests for specific packages that contain client and/or server software that are 
not included yet.

We are currently testing a small set of packages for behavior in various 
network configurations with regard to IPv6 deployment issues. The test driver 
starts client and server software in a controlled environment based on ptrace 
and network namespaces, collects data about their behavior and evaluates it.

If you maintain a package that communicates over network we would like to ask 
you for help. For packages that are not yet covered, we need to write two 
simple scripts. First should start the server side process and wait for 
connection. The second script will start the client process which should 
connect to the server.

The source code is on github including installation and running instructions. 
Installation on Fedora and EPEL7 using a COPR repository are included in the 
README file that can be found using the following link.

https://github.com/pavlix/network-testing

It is mostly based on our previous work on defining client and server software 
networking issues and test scenarios. Those are described in the Fedora Wiki 
and are based on testing environment descriptions also described there.

https://fedoraproject.org/wiki/QA/Networking/Client_software
https://fedoraproject.org/wiki/QA/Networking/Test_environment

Anyone willing to help please contact either of us directly or contribute via 
GitHub.

Cheers,

Pavel Šimerda
https://fedoraproject.org/wiki/User:pavlix

Tomáš Hozza
https://fedoraproject.org/wiki/User:thozza
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Checking signatures on package source tarballs

2016-03-21 Thread Michael Catanzaro
On Mon, 2016-03-21 at 10:25 +, David Woodhouse wrote:
> Michael, you make a very good point at 
> https://blogs.gnome.org/mcatanzaro/2016/03/13/do-you-trust-this-packa
> ge/
> 
> Our packaging guidelines really ought to mandate that *if* upstream
> publishes GPG or PKCS#7/CMS signatures of source tarballs, then the
> package *must* verify those signatures as part of %prep.

Hi,

I agree this is a good idea. I actually did not consider that we could
handle this in %prep.

> Do you want to put a draft together for approval by the packaging
> committee? 

Nope. Maybe somebody else will be interested in working on this. (I
have no clue how to use GPG anyway. :)

> It might be nice to provide some RPM macros to make that easier for
> packagers. 

I agree.

> I've had a go at doing this for OpenConnect, in
> http://pkgs.fedoraproject.org/cgit/rpms/openconnect.git/commit/?id=ca
> 61de3f77
> 
> It's a bit pointless there, since the tarballs tend to get uploaded
> to
> Fedora from the same workstation I sign them on, sometimes *before*
> they're uploaded to the FTP site. But it's still good practice, as
> you
> rightly point out.

Thanks,

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


[Bug 1319747] perl-podlators-4.07 is available

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



--- Comment #5 from Fedora Update System  ---
perl-podlators-4.07-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ef4b3448d0

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

ppisar pushed to perl-podlators (f24). "4.07 bump"

2016-03-21 Thread notifications
From fa146b7e3d98376a13377f87dc597ff8d0203649 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 21 Mar 2016 14:16:03 +0100
Subject: 4.07 bump

---
 .gitignore  |  1 +
 perl-podlators.spec | 10 ++
 sources |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2e8c48b..27efa85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /podlators-4.04.tar.gz
 /podlators-4.05.tar.gz
 /podlators-4.06.tar.gz
+/podlators-4.07.tar.gz
diff --git a/perl-podlators.spec b/perl-podlators.spec
index fd3b9b5..7e0b485 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
 Name:   perl-podlators
-Version:4.06
-Release:2%{?dist}
+Version:4.07
+Release:1%{?dist}
 Summary:Format POD source into various output formats
 # pod/perlpodstyle: ??? (FSFULLR?)
 # other files:  GPL+ or Artistic
@@ -13,7 +13,6 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/podlators/
 Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -80,7 +79,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -95,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Petr Pisar  - 4.07-1
+- 4.07 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
4.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 92de750..47879c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f48352d540619b197d26eb4c51795780  podlators-4.06.tar.gz
+d3e8d26e288a5a890add031cdbb097fb  podlators-4.07.tar.gz
-- 
cgit v0.12



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

ppisar pushed to perl-podlators (master). "4.07 bump"

2016-03-21 Thread notifications
From fa146b7e3d98376a13377f87dc597ff8d0203649 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 21 Mar 2016 14:16:03 +0100
Subject: 4.07 bump

---
 .gitignore  |  1 +
 perl-podlators.spec | 10 ++
 sources |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2e8c48b..27efa85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /podlators-4.04.tar.gz
 /podlators-4.05.tar.gz
 /podlators-4.06.tar.gz
+/podlators-4.07.tar.gz
diff --git a/perl-podlators.spec b/perl-podlators.spec
index fd3b9b5..7e0b485 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
 Name:   perl-podlators
-Version:4.06
-Release:2%{?dist}
+Version:4.07
+Release:1%{?dist}
 Summary:Format POD source into various output formats
 # pod/perlpodstyle: ??? (FSFULLR?)
 # other files:  GPL+ or Artistic
@@ -13,7 +13,6 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/podlators/
 Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -80,7 +79,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -95,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 21 2016 Petr Pisar  - 4.07-1
+- 4.07 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
4.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 92de750..47879c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f48352d540619b197d26eb4c51795780  podlators-4.06.tar.gz
+d3e8d26e288a5a890add031cdbb097fb  podlators-4.07.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-podlators.git/commit/?h=master=fa146b7e3d98376a13377f87dc597ff8d0203649
--
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 1319747] perl-podlators-4.07 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-podlators-4.07-1.fc25



--- Comment #4 from Petr Pisar  ---
A bug fix release suitable for Fedora >= 24.

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

ppisar uploaded podlators-4.07.tar.gz for perl-podlators

2016-03-21 Thread notifications
d3e8d26e288a5a890add031cdbb097fb  podlators-4.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-podlators/podlators-4.07.tar.gz/md5/d3e8d26e288a5a890add031cdbb097fb/podlators-4.07.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

  1   2   >