[perl-Linux-Pid] Specify all dependencies

2015-01-14 Thread Petr Pisar
commit 5f5a4df31398551361d1b0f75a1ecb90942b4381
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 14 15:32:31 2015 +0100

Specify all dependencies

 perl-Linux-Pid.spec |   15 +--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-Linux-Pid.spec b/perl-Linux-Pid.spec
index 5566264..8e706a8 100644
--- a/perl-Linux-Pid.spec
+++ b/perl-Linux-Pid.spec
@@ -1,6 +1,6 @@
 Name:   perl-Linux-Pid
 Version:0.04
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Get the native PID and the PPID on Linux 
 
 Group:  Development/Libraries
@@ -9,12 +9,20 @@ URL:http://search.cpan.org/dist/Linux-Pid/
 Source0:
http://www.cpan.org/modules/by-module/Linux/Linux-Pid-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+# Carp not used at tests
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
-BuildRequires:  perl(XSLoader)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Carp)
 
 %global __provides_exclude ^Pid\.so
 
@@ -60,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 14 2015 Petr Pisar ppi...@redhat.com - 0.04-24
+- Specify all dependencies
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 0.04-23
 - Perl 5.20 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Linux-Pid] Fix dependency filtering

2015-01-14 Thread Petr Pisar
commit a38f98427aa354088ce55c45be29322c7e08c593
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 14 15:36:03 2015 +0100

Fix dependency filtering

 perl-Linux-Pid.spec |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Linux-Pid.spec b/perl-Linux-Pid.spec
index 8e706a8..aab6e80 100644
--- a/perl-Linux-Pid.spec
+++ b/perl-Linux-Pid.spec
@@ -24,7 +24,7 @@ BuildRequires:  perl(threads::shared)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Carp)
 
-%global __provides_exclude ^Pid\.so
+%{?perl_default_filter}
 
 %description
 Linux::Pid gets the native PID and the PPID on Linux. It's useful with
@@ -70,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Jan 14 2015 Petr Pisar ppi...@redhat.com - 0.04-24
 - Specify all dependencies
+- Fix dependency filtering
 
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 0.04-23
 - Perl 5.20 rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-stringy] Correct changelog date

2015-01-14 Thread Petr Pisar
commit a25222cb60a95469eef076d20d326077d5c423b2
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 07:53:09 2015 +0100

Correct changelog date

 perl-IO-stringy.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index fd70f74..9e12dc6 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -156,7 +156,7 @@ rm -rf %{buildroot}
 - assume rpm knows about %%check and %%{perl_vendorlib}
 - cosmetic spec file changes
 
-* Fri Apr  7 2005 Michael Schwendt mschwendt[AT]users.sf.net
+* Wed Apr 06 2005 Michael Schwendt mschwendt[AT]users.sf.net
 - rebuilt
 
 * Tue Feb 15 2005 Ville Skyttä ville.skytta at iki.fi 2.110-1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-stringy] Specify all dependencies

2015-01-14 Thread Petr Pisar
commit 3d4630751c1c599e2d8cda14adb59f578d66477a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 07:48:37 2015 +0100

Specify all dependencies

 perl-IO-stringy.spec |   16 +---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index 5ca50ea..fd70f74 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,21 +1,28 @@
 Summary:   I/O on in-core objects like strings and arrays for Perl
 Name:  perl-IO-stringy
 Version:   2.110
-Release:   26%{?dist}
+Release:   27%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-stringy/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+BuildRequires:  perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(lib)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
 BuildRequires: perl(Symbol)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Basename)
+BuildRequires: perl(lib)
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -64,6 +71,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::WrapTie.3pm*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 2.110-27
+- Specify all dependencies
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 2.110-26
 - Perl 5.20 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Which] Specify all dependencies

2015-01-14 Thread Petr Pisar
commit 98512bb983c0a188364f14763b8d77488a82ef42
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 08:14:27 2015 +0100

Specify all dependencies

 perl-File-Which.spec |   21 +
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/perl-File-Which.spec b/perl-File-Which.spec
index 30b77bc..6b1a741 100644
--- a/perl-File-Which.spec
+++ b/perl-File-Which.spec
@@ -1,21 +1,31 @@
 Name:   perl-File-Which
 Version:1.09
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Portable implementation of the 'which' utility
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/File-Which/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Script)
+BuildRequires:  perl(File::Spec) = 0.60
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Test::More) = 0.80
+BuildRequires:  perl(Test::Script) = 1.05
 %endif
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(File::Spec) = 0.60
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
 
 %description
 File::Which is a portable implementation (in Perl) of 'which', and can
@@ -51,6 +61,9 @@ make test
 
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.09-19
+- Specify all dependencies
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.09-18
 - Perl 5.20 re-rebuild of bootstrapped packages
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1169369] CVE-2014-9130 libyaml: assert failure when processing wrapped strings

2015-01-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169369

Vincent Danen vda...@redhat.com changed:

   What|Removed |Added

 Whiteboard|impact=moderate,public=2014 |impact=moderate,public=2014
   |1126,reported=20141201,sour |1126,reported=20141201,sour
   |ce=oss-sec,cvss2=4.3/AV:N/A |ce=oss-sec,cvss2=4.3/AV:N/A
   |C:M/Au:N/C:N/I:N/A:P,cwe=CW |C:M/Au:N/C:N/I:N/A:P,cwe=CW
   |E-617,rhel-6/libyaml=affect |E-617,rhel-6/libyaml=affect
   |ed,rhel-7/libyaml=affected, |ed,rhel-7/libyaml=affected,
   |rhscl-1/libyaml=defer,fedor |rhscl-1/libyaml=affected,fe
   |a-all/libyaml=affected,epel |dora-all/libyaml=affected,e
   |-all/libyaml=affected,mrg-1 |pel-all/libyaml=affected,mr
   |/libyaml=wontfix,mrg-2/liby |g-1/libyaml=wontfix,mrg-2/l
   |aml=wontfix,rhn_satellite_5 |ibyaml=wontfix,rhn_satellit
   |.3/libyaml=defer,rhn_satell |e_5.3/libyaml=defer,rhn_sat
   |ite_5.4/libyaml=defer,rhn_s |ellite_5.4/libyaml=defer,rh
   |atellite_5.5/libyaml=defer, |n_satellite_5.5/libyaml=def
   |rhn_satellite_5.6/libyaml=d |er,rhn_satellite_5.6/libyam
   |efer,rhn_satellite_6/libyam |l=defer,rhn_satellite_6/lib
   |l=defer,rhn_satellite_6/rub |yaml=defer,rhn_satellite_6/
   |y193-libyaml=defer,rhui-2/l |ruby193-libyaml=defer,rhui-
   |ibyaml=affected,sam-1/libya |2/libyaml=affected,sam-1/li
   |ml=defer,cfme-5/mingw-libya |byaml=defer,cfme-5/mingw-li
   |ml=defer,cfme-5/ruby193-lib |byaml=defer,cfme-5/ruby193-
   |yaml=defer,openstack-4/liby |libyaml=defer,openstack-4/l
   |aml=new,openstack-5/libyaml |ibyaml=new,openstack-5/liby
   |=new,openshift-1/ruby193-li |aml=new,openshift-1/ruby193
   |byaml=defer,fedora-all/perl |-libyaml=defer,fedora-all/p
   |-YAML-LibYAML=affected,epel |erl-YAML-LibYAML=affected,e
   |-6/perl-YAML-LibYAML=affect |pel-6/perl-YAML-LibYAML=aff
   |ed,epel-7/perl-YAML-LibYAML |ected,epel-7/perl-YAML-LibY
   |=affected,jboss/inktank-1.2 |AML=affected,jboss/inktank-
   |-libyaml=notaffected|1.2-libyaml=notaffected



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VCIK6kIq3Ca=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1169369] CVE-2014-9130 libyaml: assert failure when processing wrapped strings

2015-01-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169369

Vincent Danen vda...@redhat.com changed:

   What|Removed |Added

 Depends On||1182257
 Depends On||1182258



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=m46hIHYLOda=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 628655] perl segfaults when joining a thread and using perl-Tk

2015-01-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=628655

Andreas Bierfert andreas.bierf...@lowlatency.de changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NEXTRELEASE
  Flags|needinfo?(andreas.bierfert@ |
   |lowlatency.de)  |
Last Closed|2012-08-07 15:26:53 |2015-01-14 12:31:55



--- Comment #11 from Andreas Bierfert andreas.bierf...@lowlatency.de ---
Yes. Thanks for the reminder...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lE4ugCJnfQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1180476] perl-Devel-PPPort-3.27 is available

2015-01-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180476

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Devel-PPPort-3.26 is   |perl-Devel-PPPort-3.27 is
   |available   |available



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 3.27
Current version/release in Fedora Rawhide: 3.25-2.fc22
URL: http://search.cpan.org/dist/Devel-PPPort/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KwQPn3xgNca=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1181998] New: perl-Pod-Simple-3.29 is available

2015-01-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1181998

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



Latest upstream release: 3.29
Current version/release in Fedora Rawhide: 3.28-310.fc22
URL: http://search.cpan.org/dist/Pod-Simple/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=BmgFcRwruva=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Test-CPAN-Meta-JSON-0.16.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-14 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-CPAN-Meta-JSON:

1d6f3ff573e8b8b3daf89f677b7404bf  Test-CPAN-Meta-JSON-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CGI-Fast] Specify run-time dependency versions

2015-01-14 Thread Petr Pisar
commit f74b3fbf7b5b34b64e102cce588f4b657da61688
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 14 12:46:36 2015 +0100

Specify run-time dependency versions

 perl-CGI-Fast.spec |   15 ++-
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/perl-CGI-Fast.spec b/perl-CGI-Fast.spec
index f702f9a..6997bce 100644
--- a/perl-CGI-Fast.spec
+++ b/perl-CGI-Fast.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Fast
 Version:2.05
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:CGI Interface for Fast CGI
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,17 +11,19 @@ Source0:
http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-Fast-%{version}.ta
 Patch0: CGI-Fast-2.04-Make-Test-Deep-tests-optional.patch
 BuildArch:  noarch
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires:  perl(CGI) = 4.00
 %if 0%(perl -e 'print $] = 5.019')
 BuildRequires:  perl(deprecate)
 %endif
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(FCGI) = 0.67
 BuildRequires:  perl(File::Spec) = 0.82
 BuildRequires:  perl(if)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(warnings)
 # Optional tests:
 %if !%{defined perl_bootstrap}
@@ -31,13 +33,13 @@ Requires:   perl(:MODULE_COMPAT_%(eval `perl 
-V:version`; echo $version))
 %if 0%(perl -e 'print $] = 5.019')
 Requires:   perl(deprecate)
 %endif
+Requires:   perl(CGI) = 4.00
 Requires:   perl(FCGI) = 0.67
 Requires:   perl(File::Spec) = 0.82
-
 # perl-CGI-Fast was split from perl-CGI
 Conflicts:  perl-CGI  4.00
 
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((FCGI|File::Spec)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((CGI|FCGI|File::Spec)\\)$
 
 %description
 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
@@ -69,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jan 14 2015 Petr Pisar ppi...@redhat.com - 2.05-2
+- Specify run-time dependency versions
+
 * Mon Dec 15 2014 Jitka Plesnikova jples...@redhat.com - 2.05-1
 - 2.05 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Compress] The overload module is used by tests only

2015-01-14 Thread Petr Pisar
commit c839fcf075d8c4635f1bd3ae2da1ac0416e71922
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 14 10:47:51 2015 +0100

The overload module is used by tests only

 perl-IO-Compress.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 547c197..6e18a3d 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -30,7 +30,6 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
@@ -41,6 +40,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(overload)
 # Dual-lived module needs building early in the boot process
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::NoWarnings)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-FCGI] Specify all dependencies

2015-01-14 Thread Petr Pisar
commit 4500b43d18c5780d24ad3d5bd6232f2b535c6c95
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 14 11:12:50 2015 +0100

Specify all dependencies

 perl-FCGI.spec |   22 --
 1 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 60814ba..9d2412a 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -3,23 +3,30 @@ Summary:FastCGI Perl bindings
 # needed to properly replace/obsolete fcgi-perl
 Epoch:  1
 Version:0.77
-Release:3%{?dist}
+Release:4%{?dist}
 # same as fcgi
 License:OML
 
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/FCGI-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/FCGI
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
-BuildRequires:  perl(constant)
+BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(DynaLoader)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::Liblist)
+# ExtUtils::Liblist not used
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
+# File::Spec not used on Linux
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IO::File)
+# Run-time:
+# Carp not used at tests
+BuildRequires:  perl(strict)
+BuildRequires:  perl(XSLoader)
+# Tests:
 BuildRequires:  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Carp)
+Requires:   perl(XSLoader)
 # Dropped during f19 development cycle
 Obsoletes:  %{name}-tests = 1:0.74-6
 
@@ -53,6 +60,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jan 14 2015 Petr Pisar ppi...@redhat.com - 1:0.77-4
+- Specify all dependencies
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1:0.77-3
 - Perl 5.20 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-CPAN-Meta-JSON] Update to 0.16

2015-01-14 Thread Paul Howarth
commit 4244b9a04fbb1d09c67c3ab07dbf45b90fd7c9ee
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jan 14 11:14:52 2015 +

Update to 0.16

- New upstream release 0.16
  - Fixed license fields in META.json to be lists
  - Extended META test suite
  - Added '2.0' as an alias to '2' version spec.
  - License MUST be a list of strings
- Classify buildreqs by usage
- Update UTF8 patch
- Use %license where possible

 ...f8.patch = Test-CPAN-Meta-JSON-0.16-utf8.patch |4 +-
 perl-Test-CPAN-Meta-JSON.spec  |   42 +++
 sources|2 +-
 3 files changed, 36 insertions(+), 12 deletions(-)
---
diff --git a/Test-CPAN-Meta-JSON-0.15-utf8.patch 
b/Test-CPAN-Meta-JSON-0.16-utf8.patch
similarity index 62%
rename from Test-CPAN-Meta-JSON-0.15-utf8.patch
rename to Test-CPAN-Meta-JSON-0.16-utf8.patch
index acbc45a..89cfc7b 100644
--- a/Test-CPAN-Meta-JSON-0.15-utf8.patch
+++ b/Test-CPAN-Meta-JSON-0.16-utf8.patch
@@ -3,8 +3,8 @@
 @@ -1,6 +1,6 @@
  LICENSE FOR Test-CPAN-Meta-JSON
  
--This software is copyright � 2009-2013 Barbie for Miss Barbell Productions.
-+This software is copyright © 2009-2013 Barbie for Miss Barbell Productions.
+-This software is copyright � 2009-2015 Barbie for Miss Barbell Productions.
++This software is copyright © 2009-2015 Barbie for Miss Barbell Productions.
  
  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic Licence v2.
diff --git a/perl-Test-CPAN-Meta-JSON.spec b/perl-Test-CPAN-Meta-JSON.spec
index 2237065..2cc4ea8 100644
--- a/perl-Test-CPAN-Meta-JSON.spec
+++ b/perl-Test-CPAN-Meta-JSON.spec
@@ -1,23 +1,32 @@
 Name:  perl-Test-CPAN-Meta-JSON
-Version:   0.15
-Release:   4%{?dist}
+Version:   0.16
+Release:   1%{?dist}
 Summary:   Validate a META.json file within a CPAN distribution
 Group: Development/Libraries
 License:   Artistic 2.0
 URL:   http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
 Source0:   
http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-JSON-%{version}.tar.gz
-Patch0:Test-CPAN-Meta-JSON-0.15-utf8.patch
+Patch0:Test-CPAN-Meta-JSON-0.16-utf8.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(IO::File)
 BuildRequires: perl(JSON) = 2.15
+BuildRequires: perl(strict)
 BuildRequires: perl(Test::Builder)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
+# Test Suite
 BuildRequires: perl(Test::Builder::Tester)
-BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
+# Optional Tests
+BuildRequires: perl(Test::CPAN::Meta)
+BuildRequires: perl(Test::Pod) = 1.00
+BuildRequires: perl(Test::Pod::Coverage) = 0.08
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -51,12 +60,27 @@ make test AUTOMATED_TESTING=1
 rm -rf %{buildroot}
 
 %files
-%doc Changes LICENSE README examples/
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README examples/
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::CPAN::Meta::JSON.3pm*
-%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3pm*
+%{_mandir}/man3/Test::CPAN::Meta::JSON.3*
+%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3*
 
 %changelog
+* Wed Jan 14 2015 Paul Howarth p...@city-fan.org - 0.16-1
+- Update to 0.16
+  - Fixed license fields in META.json to be lists
+  - Extended META test suite
+  - Added '2.0' as an alias to '2' version spec.
+  - License MUST be a list of strings
+- Classify buildreqs by usage
+- Update UTF8 patch
+- Use %%license where possible
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.15-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0393155..d247351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-284bb6e444d3771f59346edafc079055  Test-CPAN-Meta-JSON-0.15.tar.gz
+1d6f3ff573e8b8b3daf89f677b7404bf  Test-CPAN-Meta-JSON-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-CPAN-Meta-JSON] Created tag perl-Test-CPAN-Meta-JSON-0.16-1.fc22

2015-01-14 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-JSON-0.16-1.fc22' was created pointing 
to:

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