jplesnik pushed to perl-Config-Model-Itself (master). "2.002 bump"

2016-01-21 Thread notifications
From 40a16d9aca32e22cea3fa4c0ad420ad2d5078b6d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 21 Jan 2016 13:10:11 +0100
Subject: 2.002 bump

---
 .gitignore|  1 +
 perl-Config-Model-Itself.spec | 26 +-
 sources   |  2 +-
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6ba0dc6..cb929fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Config-Model-Itself-1.245.tar.gz
+/Config-Model-Itself-2.002.tar.gz
diff --git a/perl-Config-Model-Itself.spec b/perl-Config-Model-Itself.spec
index 7f09b3a..75ac883 100644
--- a/perl-Config-Model-Itself.spec
+++ b/perl-Config-Model-Itself.spec
@@ -1,5 +1,5 @@
 Name:   perl-Config-Model-Itself
-Version:1.245
+Version:2.002
 Release:1%{?dist}
 Summary:Model editor for Config::Model
 License:LGPLv2+
@@ -7,10 +7,14 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Config-Model-Itself/
 Source0:
http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-Itself-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
 BuildRequires:  perl
+BuildRequires:  perl(App::Cmd::Tester)
+BuildRequires:  perl(App::Cme) >= 1.002
+BuildRequires:  perl(App::Cme::Common)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config::Model) >= 2.064
+BuildRequires:  perl(Config::Model) >= 2.075
 BuildRequires:  perl(Config::Model::TkUI) >= 1.210
 BuildRequires:  perl(Config::Model::Value)
 BuildRequires:  perl(Data::Compare)
@@ -27,6 +31,7 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(Log::Log4perl) >= 1.11
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Mouse)
+BuildRequires:  perl(Mouse::Util::TypeConstraints)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::POM)
 BuildRequires:  perl(Pod::Usage)
@@ -39,12 +44,16 @@ BuildRequires:  perl(Tk)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(YAML::Tiny)
-Requires:   perl(Config::Model::TkUI) >= 1.210
+BuildRequires:  sed
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(App::Cme) >= 1.002
+Requires:   perl(Config::Model::TkUI) >= 1.210
 
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Config::Model\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(Config::Model\\) >= 
2.064\s*$
 %global __requires_exclude 
%__requires_exclude|^perl\\(Config::Model::TkUI\\)\s*$
 %global __requires_exclude %__requires_exclude|^perl\\(Log::Log4perl\\)\s*$
+%global __requires_exclude %__requires_exclude|^perl\\(App::Cme\\)\s*$
 
 %description
 Config::Itself module and its model files provide a model of Config:Model
@@ -62,18 +71,25 @@ perl Build.PL installdirs=vendor
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT/*
 
+# Install bash_completion script
+install -D -m 0644 contrib/bash_completion.cme_meta 
%{buildroot}%{_sysconfdir}/bash_completion.d/cme_meta
+
 %check
 ./Build test
 
 %files
 %license LICENSE
-%doc Changes config-model-edit data README
+%doc Changes data README.md
 %{perl_vendorlib}/*
 %{_bindir}/config-model-edit
-%{_mandir}/man3/*
 %{_mandir}/man1/*
+%{_mandir}/man3/*
+%{_sysconfdir}/bash_completion.d
 
 %changelog
+* Fri Jan 15 2016 Jitka Plesnikova  - 2.002-1
+- 2.002 bump
+
 * Mon Jul 20 2015 Jitka Plesnikova  - 1.245-1
 - 1.245 bump
 - Modernize spec
diff --git a/sources b/sources
index 2b09efe..7e3c83a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b48cf3b596b49681094424b212e8363  Config-Model-Itself-1.245.tar.gz
+7ff844e759979a81feef30c6f3b7f356  Config-Model-Itself-2.002.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Config-Model-Itself.git/commit/?h=master=40a16d9aca32e22cea3fa4c0ad420ad2d5078b6d
--
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 1290794] Upgrade perl-Config-Model-Itself to 2.002

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Config-Model-Itself-2.
   ||002-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-01-21 07:16:11



-- 
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-XML-XPath (master). "1.25 bump"

2016-01-21 Thread notifications
From 58542d01a21689d1a828f8bb84806b69fc9236c9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 21 Jan 2016 13:30:53 +0100
Subject: 1.25 bump

---
 .gitignore  | 1 +
 perl-XML-XPath.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c0f1a26..4921476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ XML-XPath-1.13.tar.gz
 /XML-XPath-1.21.tar.gz
 /XML-XPath-1.22.tar.gz
 /XML-XPath-1.24.tar.gz
+/XML-XPath-1.25.tar.gz
diff --git a/perl-XML-XPath.spec b/perl-XML-XPath.spec
index 53592e2..c851bff 100644
--- a/perl-XML-XPath.spec
+++ b/perl-XML-XPath.spec
@@ -1,5 +1,5 @@
 Name:   perl-XML-XPath
-Version:1.24
+Version:1.25
 Release:1%{?dist}
 Summary:XPath parser and evaluator for Perl
 License:Artistic 2.0
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 21 2016 Jitka Plesnikova  - 1.25-1
+- 1.25 bump
+
 * Wed Jan 20 2016 Jitka Plesnikova  - 1.24-1
 - 1.24 bump
 
diff --git a/sources b/sources
index 9c848b0..a335d86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eea1e03f4a548b427d9a8cdd13c98be  XML-XPath-1.24.tar.gz
+a586abd19e91d38df4d17ff940777dc3  XML-XPath-1.25.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-XML-XPath.git/commit/?h=master=58542d01a21689d1a828f8bb84806b69fc9236c9
--
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 1300658] Please provide a package for EPEL7

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



--- Comment #1 from Robin Lee  ---
I may not have time to get it done recently. Would you like to take this
package?

-- 
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 1300658] New: Please provide a package for EPEL7

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

Bug ID: 1300658
   Summary: Please provide a package for EPEL7
   Product: Fedora EPEL
   Version: el6
 Component: perl-Net-ARP
  Assignee: robinlee.s...@gmail.com
  Reporter: ru...@rubenkerkhof.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
robinlee.s...@gmail.com



Hi,

I just noticed that perl-Net-ARP doesn't have a package in EPEL7.
perl-Net-ARP is a requirement for mysql-mmm. Could you please build for EPEL7?

Thanks!

Ruben

-- 
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 1300671] New: perl-CPAN-Perl-Releases-2.56 is available

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

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



Latest upstream release: 2.56
Current version/release in rawhide: 2.54-1.fc24
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

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

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

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

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

[Bug 1300488] perl-XML-XPath-1.25 is available

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



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-XML-XPath-1.25-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=712831

-- 
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 1300488] perl-XML-XPath-1.25 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-XML-XPath-1.25-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-01-21 07:55:27



-- 
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 1300671] perl-CPAN-Perl-Releases-2.56 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-CPAN-Perl-Releases-2.5
   ||6-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-01-21 09:01:28



-- 
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 1216112] CVE-2015-3451 perl-XML-LibXML: "expand_entities" option was not preserved under some circumstances

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

Ján Rusnačko  changed:

   What|Removed |Added

 CC||jrusn...@redhat.com
 Whiteboard|impact=low,public=20150423, |impact=low,public=20150423,
   |reported=20150423,source=re |reported=20150423,source=re
   |searcher,cvss2=2.6/AV:N/AC: |searcher,cvss2=2.6/AV:N/AC:
   |H/Au:N/C:P/I:N/A:N,fedora-a |H/Au:N/C:P/I:N/A:N,fedora-a
   |ll/perl-XML-LibXML=affected |ll/perl-XML-LibXML=affected
   |,rhel-5/perl-XML-LibXML=won |,rhel-5/perl-XML-LibXML=won
   |tfix,rhel-6/perl-XML-LibXML |tfix,rhel-6/perl-XML-LibXML
   |=wontfix,rhel-7/perl-XML-Li |=wontfix,rhel-7/perl-XML-Li
   |bXML=wontfix|bXML=wontfix,cwe=CWE-611



-- 
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 uploaded XML-XPath-1.25.tar.gz for perl-XML-XPath

2016-01-21 Thread notifications
a586abd19e91d38df4d17ff940777dc3  XML-XPath-1.25.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-XML-XPath/XML-XPath-1.25.tar.gz/md5/a586abd19e91d38df4d17ff940777dc3/XML-XPath-1.25.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

psabata pushed to perl-CPAN-Perl-Releases (master). "2.56 bump, updated for v5.23.7"

2016-01-21 Thread notifications
From d7d1972f36f6e83c4d6d2cbe3b68389291b74f26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 21 Jan 2016 15:00:08 +0100
Subject: 2.56 bump, updated for v5.23.7

---
 .gitignore   | 1 +
 perl-CPAN-Perl-Releases.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c3c0690..fcc00c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /CPAN-Perl-Releases-2.50.tar.gz
 /CPAN-Perl-Releases-2.52.tar.gz
 /CPAN-Perl-Releases-2.54.tar.gz
+/CPAN-Perl-Releases-2.56.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index b95f85c..6ba1ca9 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.54
+Version:2.56
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 21 2016 Petr Šabata  - 2.56-1
+- 2.56 bump, updated for v5.23.7
+
 * Tue Dec 22 2015 Petr Šabata  - 2.54-1
 - 2.54 bump, updated for v5.23.6
 
diff --git a/sources b/sources
index d1200d8..6dc668f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24842e8cb10d3c177d08eb17df53856d  CPAN-Perl-Releases-2.54.tar.gz
+a6148133929e7dda340b7d2835f0dac0  CPAN-Perl-Releases-2.56.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=master=d7d1972f36f6e83c4d6d2cbe3b68389291b74f26
--
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

psabata uploaded CPAN-Perl-Releases-2.56.tar.gz for perl-CPAN-Perl-Releases

2016-01-21 Thread notifications
a6148133929e7dda340b7d2835f0dac0  CPAN-Perl-Releases-2.56.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Perl-Releases/CPAN-Perl-Releases-2.56.tar.gz/md5/a6148133929e7dda340b7d2835f0dac0/CPAN-Perl-Releases-2.56.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 pushed to perl-Test-Run-CmdLine (f23). "0.0131 bump"

2016-01-21 Thread notifications
From 9980daf9dcf01ef4ca483efbb22e8162d56b4918 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 21 Jan 2016 09:53:52 +0100
Subject: 0.0131 bump

---
 .gitignore | 1 +
 perl-Test-Run-CmdLine.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9f5184e..bd54fab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Test-Run-CmdLine-0.0127.tar.gz
 /Test-Run-CmdLine-0.0128.tar.gz
 /Test-Run-CmdLine-0.0130.tar.gz
+/Test-Run-CmdLine-0.0131.tar.gz
diff --git a/perl-Test-Run-CmdLine.spec b/perl-Test-Run-CmdLine.spec
index 1c5c363..ae06413 100644
--- a/perl-Test-Run-CmdLine.spec
+++ b/perl-Test-Run-CmdLine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Run-CmdLine
-Version:0.0130
+Version:0.0131
 Release:1%{?dist}
 Summary:Run TAP tests from command line using the Test::Run module
 # lib and other code:   MIT
@@ -110,6 +110,9 @@ perl Build.PL installdirs=vendor
 %doc examples
 
 %changelog
+* Thu Jan 21 2016 Petr Pisar  - 0.0131-1
+- 0.0131 bump
+
 * Wed Jan 06 2016 Petr Pisar  - 0.0130-1
 - 0.0130 bump
 
diff --git a/sources b/sources
index dcfc1ca..b73f6bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f982ffc43181059b75b2fe36d642027  Test-Run-CmdLine-0.0130.tar.gz
+858e6485a6d67cfcb472c82c55e3ea87  Test-Run-CmdLine-0.0131.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Run-CmdLine.git/commit/?h=f23=9980daf9dcf01ef4ca483efbb22e8162d56b4918
--
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 1209911] CVE-2015-3406 perl-Module-Signature: unsigned files interpreted as signed in some circumstances

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

Ján Rusnačko  changed:

   What|Removed |Added

 CC||jrusn...@redhat.com
 Whiteboard|impact=moderate,public=2015 |impact=moderate,public=2015
   |0405,reported=20150408,sour |0405,reported=20150408,sour
   |ce=oss-security,cvss2=5.1/A |ce=oss-security,cvss2=5.1/A
   |V:N/AC:H/Au:N/C:P/I:P/A:P,f |V:N/AC:H/Au:N/C:P/I:P/A:P,f
   |edora-all/perl-Module-Signa |edora-all/perl-Module-Signa
   |ture=affected,epel-all/perl |ture=affected,epel-all/perl
   |-Module-Signature=affected, |-Module-Signature=affected,
   |rhel-7/perl-Module-Signatur |rhel-7/perl-Module-Signatur
   |e=wontfix   |e=wontfix,cwe=CWE-347



-- 
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 1300602] New: Upgrade perl-Lucy to 0.4.3

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

Bug ID: 1300602
   Summary: Upgrade perl-Lucy to 0.4.3
   Product: Fedora
   Version: rawhide
 Component: perl-Lucy
  Keywords: FutureFeature
  Assignee: lkund...@v3.sk
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: lkund...@v3.sk, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 0.4.2 version. Upstream released 0.4.3. When you have
free time, please uprade it.

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

-- 
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 1300484] perl-Test-Run-CmdLine-0.0131 is available

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



--- Comment #5 from Fedora Update System  ---
perl-Test-Run-CmdLine-0.0131-1.fc23 has been submitted as an update to Fedora
23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7eef79c754

-- 
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 1300484] perl-Test-Run-CmdLine-0.0131 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Test-Run-CmdLine-0.013
   ||1-1.fc24



--- Comment #3 from Petr Pisar  ---
Corrects tests. Suitable for F>23.

-- 
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-Module-CoreList (master). "5.20160120 bump"

2016-01-21 Thread notifications
From c3db40daa1e6a76b7873d061fe878e29823109ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 21 Jan 2016 10:34:24 +0100
Subject: 5.20160120 bump

---
 .gitignore| 1 +
 perl-Module-CoreList.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 22f08d9..d583061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20151120.tar.gz
 /Module-CoreList-5.20151213.tar.gz
 /Module-CoreList-5.20151220.tar.gz
+/Module-CoreList-5.20160120.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index 31ab264..cb2a547 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20151220
+Version:5.20160120
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -83,6 +83,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Thu Jan 21 2016 Petr Pisar  - 1:5.20160120-1
+- 5.20160120 bump
+
 * Tue Dec 22 2015 Jitka Plesnikova  - 1:5.20151220-1
 - 5.20151220 bump
 
diff --git a/sources b/sources
index 856210b..eda78c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76f6b1584082123ade91d0189477ae5e  Module-CoreList-5.20151220.tar.gz
+227e8d3524b3c6543edbeb372625cdec  Module-CoreList-5.20160120.tar.gz
-- 
cgit v0.11.2



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

ppisar pushed to perl-Module-CoreList (f23). "5.20160120 bump"

2016-01-21 Thread notifications
From f5da200cabd9a8cf0291e7701c758961df9c2fe5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 21 Jan 2016 10:34:24 +0100
Subject: 5.20160120 bump

---
 .gitignore| 1 +
 perl-Module-CoreList.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 22f08d9..d583061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20151120.tar.gz
 /Module-CoreList-5.20151213.tar.gz
 /Module-CoreList-5.20151220.tar.gz
+/Module-CoreList-5.20160120.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index 31ab264..cb2a547 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20151220
+Version:5.20160120
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -83,6 +83,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Thu Jan 21 2016 Petr Pisar  - 1:5.20160120-1
+- 5.20160120 bump
+
 * Tue Dec 22 2015 Jitka Plesnikova  - 1:5.20151220-1
 - 5.20151220 bump
 
diff --git a/sources b/sources
index 856210b..eda78c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76f6b1584082123ade91d0189477ae5e  Module-CoreList-5.20151220.tar.gz
+227e8d3524b3c6543edbeb372625cdec  Module-CoreList-5.20160120.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=f23=f5da200cabd9a8cf0291e7701c758961df9c2fe5
--
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 Config-Model-Itself-2.002.tar.gz for perl-Config-Model-Itself

2016-01-21 Thread notifications
7ff844e759979a81feef30c6f3b7f356  Config-Model-Itself-2.002.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Model-Itself/Config-Model-Itself-2.002.tar.gz/md5/7ff844e759979a81feef30c6f3b7f356/Config-Model-Itself-2.002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1209917] CVE-2015-3408 perl-Module-Signature: arbitrary code execution when verifying module signatures

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

Ján Rusnačko  changed:

   What|Removed |Added

 CC||jrusn...@redhat.com
 Whiteboard|impact=moderate,public=2015 |impact=moderate,public=2015
   |0405,reported=20150408,sour |0405,reported=20150408,sour
   |ce=oss-security,cvss2=5.1/A |ce=oss-security,cvss2=5.1/A
   |V:N/AC:H/Au:N/C:P/I:P/A:P,f |V:N/AC:H/Au:N/C:P/I:P/A:P,f
   |edora-all/perl-Module-Signa |edora-all/perl-Module-Signa
   |ture=affected,epel-all/perl |ture=affected,epel-all/perl
   |-Module-Signature=affected, |-Module-Signature=affected,
   |rhel-7/perl-Module-Signatur |rhel-7/perl-Module-Signatur
   |e=wontfix   |e=wontfix,cwe=CWE-77



-- 
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 Test-Run-CmdLine-0.0131.tar.gz for perl-Test-Run-CmdLine

2016-01-21 Thread notifications
858e6485a6d67cfcb472c82c55e3ea87  Test-Run-CmdLine-0.0131.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Run-CmdLine/Test-Run-CmdLine-0.0131.tar.gz/md5/858e6485a6d67cfcb472c82c55e3ea87/Test-Run-CmdLine-0.0131.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 uploaded Module-CoreList-5.20160120.tar.gz for perl-Module-CoreList

2016-01-21 Thread notifications
227e8d3524b3c6543edbeb372625cdec  Module-CoreList-5.20160120.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-CoreList/Module-CoreList-5.20160120.tar.gz/md5/227e8d3524b3c6543edbeb372625cdec/Module-CoreList-5.20160120.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1300484] perl-Test-Run-CmdLine-0.0131 is available

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



--- Comment #4 from Upstream Release Monitoring 
 ---
ppisar's perl-Test-Run-CmdLine-0.0131-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=712791

-- 
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-Test-Run-CmdLine (master). "0.0131 bump"

2016-01-21 Thread notifications
From 9980daf9dcf01ef4ca483efbb22e8162d56b4918 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 21 Jan 2016 09:53:52 +0100
Subject: 0.0131 bump

---
 .gitignore | 1 +
 perl-Test-Run-CmdLine.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9f5184e..bd54fab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Test-Run-CmdLine-0.0127.tar.gz
 /Test-Run-CmdLine-0.0128.tar.gz
 /Test-Run-CmdLine-0.0130.tar.gz
+/Test-Run-CmdLine-0.0131.tar.gz
diff --git a/perl-Test-Run-CmdLine.spec b/perl-Test-Run-CmdLine.spec
index 1c5c363..ae06413 100644
--- a/perl-Test-Run-CmdLine.spec
+++ b/perl-Test-Run-CmdLine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Run-CmdLine
-Version:0.0130
+Version:0.0131
 Release:1%{?dist}
 Summary:Run TAP tests from command line using the Test::Run module
 # lib and other code:   MIT
@@ -110,6 +110,9 @@ perl Build.PL installdirs=vendor
 %doc examples
 
 %changelog
+* Thu Jan 21 2016 Petr Pisar  - 0.0131-1
+- 0.0131 bump
+
 * Wed Jan 06 2016 Petr Pisar  - 0.0130-1
 - 0.0130 bump
 
diff --git a/sources b/sources
index dcfc1ca..b73f6bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f982ffc43181059b75b2fe36d642027  Test-Run-CmdLine-0.0130.tar.gz
+858e6485a6d67cfcb472c82c55e3ea87  Test-Run-CmdLine-0.0131.tar.gz
-- 
cgit v0.11.2



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

ppisar pushed to perl-Module-CoreList (f22). "5.20160120 bump"

2016-01-21 Thread notifications
From c36bb2d5d25e5b898d4521c8a64a6cc74ae8ea6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 21 Jan 2016 10:34:24 +0100
Subject: 5.20160120 bump

---
 .gitignore| 1 +
 perl-Module-CoreList.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 22f08d9..d583061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20151120.tar.gz
 /Module-CoreList-5.20151213.tar.gz
 /Module-CoreList-5.20151220.tar.gz
+/Module-CoreList-5.20160120.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index ff19c1c..028246c 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20151220
+Version:5.20160120
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -83,6 +83,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Thu Jan 21 2016 Petr Pisar  - 1:5.20160120-1
+- 5.20160120 bump
+
 * Tue Dec 22 2015 Jitka Plesnikova  - 1:5.20151220-1
 - 5.20151220 bump
 
diff --git a/sources b/sources
index 856210b..eda78c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76f6b1584082123ade91d0189477ae5e  Module-CoreList-5.20151220.tar.gz
+227e8d3524b3c6543edbeb372625cdec  Module-CoreList-5.20160120.tar.gz
-- 
cgit v0.11.2



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

pghmcfc pushed to perl-Perl-Critic (el5). "Clean up and fix FTBFS (..more)"

2016-01-21 Thread notifications
From 812867b92394e230f1a77d41c41a9cb6f4bff035 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jan 2016 14:39:17 +
Subject: Clean up and fix FTBFS

- Don't rely on the behavior of all() when the list is empty (CPAN RT#63816)
- Fix expected failure count for multiple glob test in
  BuiltinFunctions::RequireGlobFunction, changed with later version of PPI
  (CPAN RT#30139)
- Fix license tag
- Fix source URL to point to MetaCPAN, where it can still be found
- Classify buildreqs by usage
- Run tests with LANG=en_US so spell check works properly
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit
- Use %{_fixperms} macro rather than our own chmod incantation
---
 .gitignore  |   2 +-
 Perl-Critic-1.05-678628c8.patch |  39 +
 Perl-Critic-1.05-rt30139.patch  |  11 
 perl-Perl-Critic.spec   | 122 
 4 files changed, 137 insertions(+), 37 deletions(-)
 create mode 100644 Perl-Critic-1.05-678628c8.patch
 create mode 100644 Perl-Critic-1.05-rt30139.patch

diff --git a/.gitignore b/.gitignore
index 6d2ff70..567c985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Perl-Critic-1.05.tar.gz
+/Perl-Critic-[0-9.]*.tar.gz
diff --git a/Perl-Critic-1.05-678628c8.patch b/Perl-Critic-1.05-678628c8.patch
new file mode 100644
index 000..6b8b78c
--- /dev/null
+++ b/Perl-Critic-1.05-678628c8.patch
@@ -0,0 +1,39 @@
+From 678628c8eb4614c45d644f33b6cadf2e9c410e69 Mon Sep 17 00:00:00 2001
+From: Tom Wyant 
+Date: Sat, 11 Dec 2010 08:19:59 +
+Subject: [PATCH] RT #63816: installation fails when using lastest version of
+ List::MoreUtils
+
+The proximate problem is that the behavior of all() when the list is
+empty has changed. Previous behavior (as of List::MoreUtils 0.26,
+anyway) was that all() with an empty list returned false. With
+List::MoreUtils it returns true. But the code relies on the old
+behavior.
+
+Unfortunately, what's really needed is first a review of the
+List::MoreUtils functions used by Perl::Critic, then protection of all
+affected functions. Or maybe just protect them all, to be truly
+paranoid.
+---
+--- lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm
 lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm
+@@ -61,7 +61,7 @@ sub violates {
+ return if !$stmnt;
+ my @words = split m{ [^a-z]+ }mx, $stmnt;
+ @words = grep { $_ !~ m{ qw|no|strict }mx } @words;
+-return if all { exists $self->{_allow}->{$_} } @words;
++return if @words && all { exists $self->{_allow}->{$_} } @words;
+ 
+ #If we get here, then it must be a violation
+ return $self->violation( $desc, $expl, $elem );
+--- lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm
 lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm
+@@ -61,7 +61,7 @@ sub violates {
+ return if !$stmnt;
+ my @words = split m{ [^a-z]+ }mx, $stmnt;
+ @words = grep { $_ !~ m{ qw|no|warnings }mx } @words;
+-return if all { exists $self->{_allow}->{$_} } @words;
++return if @words && all { exists $self->{_allow}->{$_} } @words;
+ 
+ #If we get here, then it must be a violation
+ return $self->violation( $desc, $expl, $elem );
diff --git a/Perl-Critic-1.05-rt30139.patch b/Perl-Critic-1.05-rt30139.patch
new file mode 100644
index 000..677373e
--- /dev/null
+++ b/Perl-Critic-1.05-rt30139.patch
@@ -0,0 +1,11 @@
+--- t/BuiltinFunctions/RequireGlobFunction.run
 t/BuiltinFunctions/RequireGlobFunction.run
+@@ -17,7 +17,7 @@ foreach my $file (<*.pl>) {
+ #-
+ 
+ ## name Multiple globs via <...>
+-## failures 1
++## failures 2
+ ## cut
+ 
+ @files = (<*.pl>, <*.pm>);
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index 56e9610..082526c 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,37 +1,75 @@
 Name:   perl-Perl-Critic
 Version:1.05
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Critique Perl source code for best-practices
-
 Group:  Development/Libraries
-License:GPL or Artistic
+License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Perl-Critic/
-Source0:
http://www.cpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
https://cpan.metacpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz
+Patch0: Perl-Critic-1.05-678628c8.patch
+Patch1: Perl-Critic-1.05-rt30139.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+# Module Runtime
 BuildRequires:  perl(B::Keywords) >= 1.05

pghmcfc pushed to perl-Perl-Critic (perl-Perl-Critic-1.05-2.el5). "Clean up and fix FTBFS (..more)"

2016-01-21 Thread notifications
From 812867b92394e230f1a77d41c41a9cb6f4bff035 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jan 2016 14:39:17 +
Subject: Clean up and fix FTBFS

- Don't rely on the behavior of all() when the list is empty (CPAN RT#63816)
- Fix expected failure count for multiple glob test in
  BuiltinFunctions::RequireGlobFunction, changed with later version of PPI
  (CPAN RT#30139)
- Fix license tag
- Fix source URL to point to MetaCPAN, where it can still be found
- Classify buildreqs by usage
- Run tests with LANG=en_US so spell check works properly
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit
- Use %{_fixperms} macro rather than our own chmod incantation
---
 .gitignore  |   2 +-
 Perl-Critic-1.05-678628c8.patch |  39 +
 Perl-Critic-1.05-rt30139.patch  |  11 
 perl-Perl-Critic.spec   | 122 
 4 files changed, 137 insertions(+), 37 deletions(-)
 create mode 100644 Perl-Critic-1.05-678628c8.patch
 create mode 100644 Perl-Critic-1.05-rt30139.patch

diff --git a/.gitignore b/.gitignore
index 6d2ff70..567c985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Perl-Critic-1.05.tar.gz
+/Perl-Critic-[0-9.]*.tar.gz
diff --git a/Perl-Critic-1.05-678628c8.patch b/Perl-Critic-1.05-678628c8.patch
new file mode 100644
index 000..6b8b78c
--- /dev/null
+++ b/Perl-Critic-1.05-678628c8.patch
@@ -0,0 +1,39 @@
+From 678628c8eb4614c45d644f33b6cadf2e9c410e69 Mon Sep 17 00:00:00 2001
+From: Tom Wyant 
+Date: Sat, 11 Dec 2010 08:19:59 +
+Subject: [PATCH] RT #63816: installation fails when using lastest version of
+ List::MoreUtils
+
+The proximate problem is that the behavior of all() when the list is
+empty has changed. Previous behavior (as of List::MoreUtils 0.26,
+anyway) was that all() with an empty list returned false. With
+List::MoreUtils it returns true. But the code relies on the old
+behavior.
+
+Unfortunately, what's really needed is first a review of the
+List::MoreUtils functions used by Perl::Critic, then protection of all
+affected functions. Or maybe just protect them all, to be truly
+paranoid.
+---
+--- lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm
 lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm
+@@ -61,7 +61,7 @@ sub violates {
+ return if !$stmnt;
+ my @words = split m{ [^a-z]+ }mx, $stmnt;
+ @words = grep { $_ !~ m{ qw|no|strict }mx } @words;
+-return if all { exists $self->{_allow}->{$_} } @words;
++return if @words && all { exists $self->{_allow}->{$_} } @words;
+ 
+ #If we get here, then it must be a violation
+ return $self->violation( $desc, $expl, $elem );
+--- lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm
 lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm
+@@ -61,7 +61,7 @@ sub violates {
+ return if !$stmnt;
+ my @words = split m{ [^a-z]+ }mx, $stmnt;
+ @words = grep { $_ !~ m{ qw|no|warnings }mx } @words;
+-return if all { exists $self->{_allow}->{$_} } @words;
++return if @words && all { exists $self->{_allow}->{$_} } @words;
+ 
+ #If we get here, then it must be a violation
+ return $self->violation( $desc, $expl, $elem );
diff --git a/Perl-Critic-1.05-rt30139.patch b/Perl-Critic-1.05-rt30139.patch
new file mode 100644
index 000..677373e
--- /dev/null
+++ b/Perl-Critic-1.05-rt30139.patch
@@ -0,0 +1,11 @@
+--- t/BuiltinFunctions/RequireGlobFunction.run
 t/BuiltinFunctions/RequireGlobFunction.run
+@@ -17,7 +17,7 @@ foreach my $file (<*.pl>) {
+ #-
+ 
+ ## name Multiple globs via <...>
+-## failures 1
++## failures 2
+ ## cut
+ 
+ @files = (<*.pl>, <*.pm>);
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index 56e9610..082526c 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,37 +1,75 @@
 Name:   perl-Perl-Critic
 Version:1.05
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Critique Perl source code for best-practices
-
 Group:  Development/Libraries
-License:GPL or Artistic
+License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Perl-Critic/
-Source0:
http://www.cpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
https://cpan.metacpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz
+Patch0: Perl-Critic-1.05-678628c8.patch
+Patch1: Perl-Critic-1.05-rt30139.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+# Module Runtime
 BuildRequires:  perl(B::Keywords) >= 1.05

[Bug 1300870] New: fusioninventory-agent-2.3.18-rc1 is available

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

Bug ID: 1300870
   Summary: fusioninventory-agent-2.3.18-rc1 is available
   Product: Fedora
   Version: rawhide
 Component: fusioninventory-agent
  Keywords: FutureFeature, Triaged
  Assignee: maria...@tuxette.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: maria...@tuxette.fr,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.3.18-rc1
Current version/release in rawhide: 2.3.17-1.fc24
URL: http://www.fusioninventory.org/

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

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

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

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

[Bug 1300870] fusioninventory-agent-2.3.18-rc1 is available

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



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

cmd:  spectool -g /var/tmp/thn-2H951h/fusioninventory-agent.spec
return code:  22
stdout:
Getting
https://github.com/fusioninventory/fusioninventory-agent/archive/2.3.18.tar.gz
to ./2.3.18.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
100   1450   1450 0382  0 --:--:-- --:--:-- --:--:--   383

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

-- 
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 1300484] perl-Test-Run-CmdLine-0.0131 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-Test-Run-CmdLine-0.0131-1.fc23 has been pushed to the Fedora 23 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-7eef79c754

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