[PkgDB] limb updated perl-Monitoring-Plugin

2015-02-25 Thread pkgdb
user: limb created branch epel7 on package perl-Monitoring-Plugin

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin watchbugzilla set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: watchbugzilla of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin watchbugzilla set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: watchbugzilla of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050



--- Comment #6 from Paul Howarth p...@city-fan.org ---
Updates built and submitted, along with buildroot overrides, which are now in
the F-20 buildroot so you should be able to build in koji now.

-- 
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=1h2vi0EsAZa=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 1196195] perl-Pod-Spell-1.16 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196195



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9069407

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

[perl-Test-Version/f20] (9 commits) ...Update to 1.004001

2015-02-25 Thread Paul Howarth
Summary of changes:

  cc17dcb... Update to 1.002004 (*)
  ebcd0ba... Bootstrap epel7 build (*)
  dc10383... Bootstrap build for epel7 done (*)
  4d0a7ce... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  8b96eaf... Perl 5.20 rebuild (*)
  89cc0f4... Perl 5.20 re-rebuild of bootstrapped packages (*)
  822c9f8... Update to 1.003001 (*)
  6dee4ce... Update to 1.004000 (*)
  1a5274b... Update to 1.004001 (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Version] Created tag perl-Test-Version-1.004001-1.fc20

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-Test-Version-1.004001-1.fc20' was created pointing to:

 1a5274b... Update to 1.004001
--
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-UNIVERSAL-require] Update to 0.18

2015-02-25 Thread Paul Howarth
commit c157510fd4949a85df36b241643e141190960ac8
Author: Paul Howarth p...@city-fan.org
Date:   Wed Feb 25 13:24:41 2015 +

Update to 0.18

- New upstream release 0.18
  - Skip the taint test if Perl was compiled without taint support
  - Changed use of use vars to our
  - Added strict and warnings to PREREQ_PM
- Classify buildreqs by usage

 perl-UNIVERSAL-require.spec | 28 +---
 sources |  2 +-
 2 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/perl-UNIVERSAL-require.spec b/perl-UNIVERSAL-require.spec
index 6556f63..36f41e5 100644
--- a/perl-UNIVERSAL-require.spec
+++ b/perl-UNIVERSAL-require.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-require
-Version:0.17
-Release:3%{?dist}
+Version:0.18
+Release:1%{?dist}
 Summary:Require() modules from a variable
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -8,15 +8,22 @@ URL:http://search.cpan.org/dist/UNIVERSAL-require/
 Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/UNIVERSAL-require-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
+# Module Build
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(lib)
+# Module Runtime
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) = 0.47
-BuildRequires:  perl(vars)
+BuildRequires:  perl(UNIVERSAL)
 BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More) = 0.47
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(UNIVERSAL)
 
 # Filter bogus provide for perl(UNIVERSAL) (rpm 4.9 onwards)
 %global __provides_exclude ^perl\\(UNIVERSAL\\)
@@ -50,9 +57,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %doc Changes README
 %{perl_vendorlib}/UNIVERSAL/
-%{_mandir}/man3/UNIVERSAL::require.3pm*
+%{_mandir}/man3/UNIVERSAL::require.3*
 
 %changelog
+* Wed Feb 25 2015 Paul Howarth p...@city-fan.org - 0.18-1
+- Update to 0.18
+  - Skip the taint test if Perl was compiled without taint support
+  - Changed use of use vars to our
+  - Added strict and warnings to PREREQ_PM
+- Classify buildreqs by usage
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.17-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 180798e..a0c807a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b99222dec970cca4a0c86bf8b17a0f3  UNIVERSAL-require-0.17.tar.gz
+2cdfd54bc7e270c77456a8e929a091b3  UNIVERSAL-require-0.18.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

[PkgDB] limb:perl-Monitoring-Plugin watchcommits set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: watchcommits of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb updated perl-Monitoring-Plugin

2015-02-25 Thread pkgdb
user: limb created branch el6 on package perl-Monitoring-Plugin

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin approveacls set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: approveacls of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin commit set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: commit of package: perl-Monitoring-Plugin from:  
to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin watchcommits set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: watchcommits of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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

[PkgDB] limb:perl-Monitoring-Plugin approveacls set to Approved

2015-02-25 Thread pkgdb
user: limb set for jpo acl: approveacls of package: perl-Monitoring-Plugin 
from:  to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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 UNIVERSAL-require-0.18.tar.gz uploaded to lookaside cache by pghmcfc

2015-02-25 Thread Paul Howarth
A file has been added to the lookaside cache for perl-UNIVERSAL-require:

2cdfd54bc7e270c77456a8e929a091b3  UNIVERSAL-require-0.18.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

[Bug 1192382] perl-Test-Inter-1.06 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192382

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Test-Inter-1.06-1.fc20 |perl-Test-Inter-1.06-1.fc21



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-Inter-1.06-1.fc21 has been pushed to the Fedora 21 stable repository.
 If problems still persist, please make note of it in this bug report.

-- 
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=Ws1qd5eFuWa=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 1192382] perl-Test-Inter-1.06 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192382

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Test-Inter-1.06-1.fc23 |perl-Test-Inter-1.06-1.fc20
 Resolution|--- |ERRATA
Last Closed||2015-02-25 08:30:59



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-Inter-1.06-1.fc20 has been pushed to the Fedora 20 stable repository.
 If problems still persist, please make note of it in this bug report.

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

[perl-UNIVERSAL-require] Created tag perl-UNIVERSAL-require-0.18-1.fc22

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-require-0.18-1.fc22' was created pointing 
to:

 c157510... Update to 0.18
--
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

[PkgDB] jplesnik:perl-Monitoring-Plugin watchcommits set to Obsolete

2015-02-25 Thread pkgdb
user: jplesnik set for jplesnik acl: watchcommits of package: 
perl-Monitoring-Plugin from:  to: Obsolete on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Monitoring-Plugin
--
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 1196195] New: perl-Pod-Spell-1.16 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196195

Bug ID: 1196195
   Summary: perl-Pod-Spell-1.16 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Pod-Spell
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.16
Current version/release in rawhide: 1.15-3.fc22
URL: http://search.cpan.org/dist/Pod-Spell/

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

-- 
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=TpgBibKoXta=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 1163219] perl-DateTime-TimeZone-Tzfile-0.010 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163219



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-TimeZone-Tzfile-0.010-1.fc21 has been pushed to the Fedora 21
stable repository.  If problems still persist, please make note of it in this
bug report.

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

[perl-UNIVERSAL-require] Created tag perl-UNIVERSAL-require-0.18-1.fc23

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-UNIVERSAL-require-0.18-1.fc23' was created pointing 
to:

 c157510... Update to 0.18
--
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 1196195] perl-Pod-Spell-1.16 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196195



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Pod-Spell-1.16-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=615049

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

[perl-Pod-Spell/f22] 1.16 bump

2015-02-25 Thread Jitka Plesnikova
commit de569bd4c211e8f63ac57bb8b44663e8d237add5
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Feb 25 16:46:18 2015 +0100

1.16 bump

 .gitignore  |  1 +
 perl-Pod-Spell.spec | 14 +++---
 sources |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17d313b..c24521c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Pod-Spell-1.01.tar.gz
 /Pod-Spell-1.13.tar.gz
 /Pod-Spell-1.14.tar.gz
 /Pod-Spell-1.15.tar.gz
+/Pod-Spell-1.16.tar.gz
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 2c96fed..9014f23 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Spell
-Version:1.15
-Release:3%{?dist}
+Version:1.16
+Release:1%{?dist}
 Summary:A formatter for spell-checking POD
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -24,17 +24,13 @@ BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Text::Wrap)
 # Tests:
-BuildRequires:  perl(English)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -61,7 +57,8 @@ chmod -R u+w %{buildroot}/*
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{_bindir}/podspell
 %{perl_vendorlib}/Pod/
 %{perl_vendorlib}/auto/share/dist/Pod-Spell/
@@ -69,6 +66,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-1
+- 1.16 bump
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1.15-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e369bdb..8824b66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fce6fe5ae7ae8ebf140ddbbec36e4f8c  Pod-Spell-1.15.tar.gz
+3a58091842ca89dbe7e72887700d7a68  Pod-Spell-1.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-Pod-Spell] 1.16 bump

2015-02-25 Thread Jitka Plesnikova
commit 43375dc4da60fdfdaeb435049dfb66baf4846fc6
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Feb 25 16:46:18 2015 +0100

1.16 bump

 .gitignore  |  1 +
 perl-Pod-Spell.spec | 14 +++---
 sources |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17d313b..c24521c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Pod-Spell-1.01.tar.gz
 /Pod-Spell-1.13.tar.gz
 /Pod-Spell-1.14.tar.gz
 /Pod-Spell-1.15.tar.gz
+/Pod-Spell-1.16.tar.gz
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 2c96fed..9014f23 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Spell
-Version:1.15
-Release:3%{?dist}
+Version:1.16
+Release:1%{?dist}
 Summary:A formatter for spell-checking POD
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -24,17 +24,13 @@ BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Text::Wrap)
 # Tests:
-BuildRequires:  perl(English)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -61,7 +57,8 @@ chmod -R u+w %{buildroot}/*
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{_bindir}/podspell
 %{perl_vendorlib}/Pod/
 %{perl_vendorlib}/auto/share/dist/Pod-Spell/
@@ -69,6 +66,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-1
+- 1.16 bump
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1.15-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e369bdb..8824b66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fce6fe5ae7ae8ebf140ddbbec36e4f8c  Pod-Spell-1.15.tar.gz
+3a58091842ca89dbe7e72887700d7a68  Pod-Spell-1.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

File Pod-Spell-1.16.tar.gz uploaded to lookaside cache by jplesnik

2015-02-25 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Pod-Spell:

3a58091842ca89dbe7e72887700d7a68  Pod-Spell-1.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-Finance-Quote/f21] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
Summary of changes:

  042ca5e... Fix some UK fund sources (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[PkgDB] kevin:perl-Text-CharWidth set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-CharWidth from: 
athimm to: orphan on branch: f22

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-CharWidth
--
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

[PkgDB] kevin:perl-Text-WrapI18N set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-WrapI18N from: 
athimm to: orphan on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-WrapI18N
--
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

[PkgDB] kevin:perl-Text-CharWidth set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-CharWidth from: 
athimm to: orphan on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-CharWidth
--
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

[PkgDB] kevin:perl-Text-CharWidth set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-CharWidth from: 
athimm to: orphan on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-CharWidth
--
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

[PkgDB] kevin:perl-Text-CharWidth set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-CharWidth from: 
athimm to: orphan on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-CharWidth
--
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

[PkgDB] kevin:perl-Text-WrapI18N set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-WrapI18N from: 
athimm to: orphan on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-WrapI18N
--
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-Finance-Quote/f22] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
Summary of changes:

  042ca5e... Fix some UK fund sources (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Finance-Quote] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
commit 042ca5e552645c9210c3203a2172b9cb07bed2dc
Author: Paul Howarth p...@city-fan.org
Date:   Wed Feb 25 18:29:37 2015 +

Fix some UK fund sources

- Fix GBX pricing in FTfunds (CPAN RT#99783)
- Fix MStaruk quote retrieval (CPAN RT#99784)

 Finance-Quote-1.37-rt99783.patch | 11 +++
 Finance-Quote-1.37-rt99784.patch | 11 +++
 perl-Finance-Quote.spec  | 14 +-
 3 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/Finance-Quote-1.37-rt99783.patch b/Finance-Quote-1.37-rt99783.patch
new file mode 100644
index 000..6cf458a
--- /dev/null
+++ b/Finance-Quote-1.37-rt99783.patch
@@ -0,0 +1,11 @@
+--- lib/Finance/Quote/FTfunds.pm
 lib/Finance/Quote/FTfunds.pm
+@@ -233,7 +233,7 @@
+ # Find the currency
+   my $currency;
+   if ($webdoc-content =~
+-  m[($code):([A-Z]{3})]  )
++  m[th(Price currency)/thtd([A-Z]{3})/td]  )
+ {
+ 
+   $currency= $2;
diff --git a/Finance-Quote-1.37-rt99784.patch b/Finance-Quote-1.37-rt99784.patch
new file mode 100644
index 000..8a9023c
--- /dev/null
+++ b/Finance-Quote-1.37-rt99784.patch
@@ -0,0 +1,11 @@
+--- lib/Finance/Quote/MStaruk.pm
 lib/Finance/Quote/MStaruk.pm
+@@ -157,7 +157,7 @@
+ 
+   my ($currency, $date, $price, $pchange);
+   if ($webdoc =~
+-  m[td class=line headingISIN/td.*span class=headingbr 
/([0-9]{2}/[0-9]{2}/[0-9]{4})/span.*([A-Z]{3}).([0-9\.]+).*([0-9\.\-]+)] )
++  m[td class=line headingNAVspan class=headingbr 
/([0-9]{2}/[0-9]{2}/[0-9]{4})/span.*([A-Z]{3}).([0-9\.]+).*([0-9\.\-]+)] )
+ {
+ 
+ $date = $1;
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 9588703..05c8950 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,10 +1,12 @@
 Name:   perl-Finance-Quote
 Version:1.37
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A Perl module that retrieves stock and mutual fund quotes
 License:GPLv2+
 URL:http://search.cpan.org/dist/Finance-Quote/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-%{version}.tar.gz
+Patch0: Finance-Quote-1.37-rt99783.patch
+Patch1: Finance-Quote-1.37-rt99784.patch
 BuildArch:  noarch
 # Module Build
 BuildRequires:  perl = 4:5.10.0
@@ -53,6 +55,12 @@ using various source.
 %prep
 %setup -q -n Finance-Quote-%{version} 
 
+# Fix GBX pricing in FTfunds (CPAN RT#99783)
+%patch0
+
+# Fix MStaruk quote retrieval (CPAN RT#99784)
+%patch1
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -130,6 +138,10 @@ make test
 %{_mandir}/man3/Finance::Quote::ZA_UnitTrusts.3*
 
 %changelog
+* Tue Feb 24 2015 Paul Howarth p...@city-fan.org - 1.37-2
+- Fix GBX pricing in FTfunds (CPAN RT#99783)
+- Fix MStaruk quote retrieval (CPAN RT#99784)
+
 * Mon Feb  2 2015 Paul Howarth p...@city-fan.org - 1.37-1
 - Update to 1.37
   - MorningstarJP: changed dependency from Date::Calc to DateTime
--
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

[PkgDB] kevin:perl-Text-WrapI18N set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-WrapI18N from: 
athimm to: orphan on branch: f22

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-WrapI18N
--
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

[PkgDB] kevin:perl-Text-WrapI18N set point of contact to: orphan

2015-02-25 Thread pkgdb
user: kevin changed point of contact of package: perl-Text-WrapI18N from: 
athimm to: orphan on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Text-WrapI18N
--
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-Finance-Quote/f20] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
Summary of changes:

  042ca5e... Fix some UK fund sources (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Finance-Quote/epel7] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
Summary of changes:

  042ca5e... Fix some UK fund sources (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchbugzilla set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchbugzilla of package: 
perl-DBIx-Class-Schema-Config from:  to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchcommits set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchcommits of package: 
perl-DBIx-Class-Schema-Config from: Approved to: Obsolete on branch: f22

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchcommits set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchcommits of package: 
perl-DBIx-Class-Schema-Config from:  to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchbugzilla set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchbugzilla of package: 
perl-DBIx-Class-Schema-Config from:  to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchcommits set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchcommits of package: 
perl-DBIx-Class-Schema-Config from:  to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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 1196444] New: perl-List-Compare-0.48 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196444

Bug ID: 1196444
   Summary: perl-List-Compare-0.48 is available
   Product: Fedora
   Version: rawhide
 Component: perl-List-Compare
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.48
Current version/release in rawhide: 0.47-1.fc23
URL: http://search.cpan.org/dist/List-Compare/

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

-- 
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=Sn4843Y5iqa=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 1196448] perl-SNMP-Info-3.25 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196448



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9078269

-- 
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=GO1yrboATka=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 1196448] New: perl-SNMP-Info-3.25 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196448

Bug ID: 1196448
   Summary: perl-SNMP-Info-3.25 is available
   Product: Fedora
   Version: rawhide
 Component: perl-SNMP-Info
  Keywords: FutureFeature, Triaged
  Assignee: w...@gouldfamily.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: ktdre...@ktdreyer.com,
perl-devel@lists.fedoraproject.org,
w...@gouldfamily.org



Latest upstream release: 3.25
Current version/release in rawhide: 3.24-1.fc22
URL: http://search.cpan.org/dist/SNMP-Info/

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

-- 
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=barKPplkUga=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 1196444] perl-List-Compare-0.48 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196444



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9078040

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

[perl-Finance-Quote/el6] Fix some UK fund sources

2015-02-25 Thread Paul Howarth
commit e975a090f04c25bb2ffd400e5428e47cbdb7128a
Author: Paul Howarth p...@city-fan.org
Date:   Wed Feb 25 18:29:37 2015 +

Fix some UK fund sources

- Fix GBX pricing in FTfunds (CPAN RT#99783)
- Fix MStaruk quote retrieval (CPAN RT#99784)

 Finance-Quote-1.37-rt99783.patch | 11 +++
 Finance-Quote-1.37-rt99784.patch | 11 +++
 perl-Finance-Quote.spec  | 18 +++---
 3 files changed, 37 insertions(+), 3 deletions(-)
---
diff --git a/Finance-Quote-1.37-rt99783.patch b/Finance-Quote-1.37-rt99783.patch
new file mode 100644
index 000..6cf458a
--- /dev/null
+++ b/Finance-Quote-1.37-rt99783.patch
@@ -0,0 +1,11 @@
+--- lib/Finance/Quote/FTfunds.pm
 lib/Finance/Quote/FTfunds.pm
+@@ -233,7 +233,7 @@
+ # Find the currency
+   my $currency;
+   if ($webdoc-content =~
+-  m[($code):([A-Z]{3})]  )
++  m[th(Price currency)/thtd([A-Z]{3})/td]  )
+ {
+ 
+   $currency= $2;
diff --git a/Finance-Quote-1.37-rt99784.patch b/Finance-Quote-1.37-rt99784.patch
new file mode 100644
index 000..8a9023c
--- /dev/null
+++ b/Finance-Quote-1.37-rt99784.patch
@@ -0,0 +1,11 @@
+--- lib/Finance/Quote/MStaruk.pm
 lib/Finance/Quote/MStaruk.pm
+@@ -157,7 +157,7 @@
+ 
+   my ($currency, $date, $price, $pchange);
+   if ($webdoc =~
+-  m[td class=line headingISIN/td.*span class=headingbr 
/([0-9]{2}/[0-9]{2}/[0-9]{4})/span.*([A-Z]{3}).([0-9\.]+).*([0-9\.\-]+)] )
++  m[td class=line headingNAVspan class=headingbr 
/([0-9]{2}/[0-9]{2}/[0-9]{4})/span.*([A-Z]{3}).([0-9\.]+).*([0-9\.\-]+)] )
+ {
+ 
+ $date = $1;
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 1deb5d9..5a9ed57 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,11 +1,13 @@
 Name:   perl-Finance-Quote
 Version:1.37
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A Perl module that retrieves stock and mutual fund quotes
 License:GPLv2+
 URL:http://search.cpan.org/dist/Finance-Quote/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-%{version}.tar.gz
-Patch1: FQ-requires.patch
+Patch0: Finance-Quote-1.37-rt99783.patch
+Patch1: Finance-Quote-1.37-rt99784.patch
+Patch10:FQ-requires.patch
 BuildArch:  noarch
 # Module Build
 BuildRequires:  perl = 4:5.10.0
@@ -53,9 +55,15 @@ using various source.
 %prep
 %setup -q -n Finance-Quote-%{version} 
 
-# Mozilla::CA is not actually needed (unavailable for EL-6)
+# Fix GBX pricing in FTfunds (CPAN RT#99783)
+%patch0
+
+# Fix MStaruk quote retrieval (CPAN RT#99784)
 %patch1
 
+# Mozilla::CA is not actually needed (unavailable for EL-6)
+%patch10
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -133,6 +141,10 @@ make test
 %{_mandir}/man3/Finance::Quote::ZA_UnitTrusts.3*
 
 %changelog
+* Tue Feb 24 2015 Paul Howarth p...@city-fan.org - 1.37-2
+- Fix GBX pricing in FTfunds (CPAN RT#99783)
+- Fix MStaruk quote retrieval (CPAN RT#99784)
+
 * Mon Feb  2 2015 Paul Howarth p...@city-fan.org - 1.37-1
 - Update to 1.37
   - MorningstarJP: changed dependency from Date::Calc to DateTime
--
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-Pod-Spell] Specify all dependencies

2015-02-25 Thread Jitka Plesnikova
commit 053accbcd9a5ec8548f30b3ceafaaf47540e023d
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Feb 26 08:55:41 2015 +0100

Specify all dependencies

 perl-Pod-Spell.spec | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 9014f23..97af81d 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Spell
 Version:1.16
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A formatter for spell-checking POD
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -8,8 +8,8 @@ URL:http://search.cpan.org/dist/Pod-Spell/
 Source0:
http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
-BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::ShareDir::Install) = 0.06
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -18,10 +18,12 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::ShareDir::ProjectDistDir) = 1.000
+BuildRequires:  perl(I18N::Langinfo)
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Parser)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Text::Wrap)
 # Tests:
 BuildRequires:  perl(File::Spec)
@@ -32,6 +34,8 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(I18N::Langinfo)
+Requires:   perl(POSIX)
 
 %description
 Pod::Spell is a Pod formatter whose output is good for spell-checking.
@@ -66,6 +70,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-2
+- Specify all dependencies
+
 * Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-1
 - 1.16 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-Pod-Spell/f22] Specify all dependencies

2015-02-25 Thread Jitka Plesnikova
commit 96e9dd102ab9db499ed661a6540b527e641cfeb4
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Feb 26 08:55:41 2015 +0100

Specify all dependencies

 perl-Pod-Spell.spec | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 9014f23..97af81d 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Spell
 Version:1.16
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A formatter for spell-checking POD
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -8,8 +8,8 @@ URL:http://search.cpan.org/dist/Pod-Spell/
 Source0:
http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
-BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::ShareDir::Install) = 0.06
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -18,10 +18,12 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::ShareDir::ProjectDistDir) = 1.000
+BuildRequires:  perl(I18N::Langinfo)
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Parser)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Text::Wrap)
 # Tests:
 BuildRequires:  perl(File::Spec)
@@ -32,6 +34,8 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(I18N::Langinfo)
+Requires:   perl(POSIX)
 
 %description
 Pod::Spell is a Pod formatter whose output is good for spell-checking.
@@ -66,6 +70,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-2
+- Specify all dependencies
+
 * Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 1.16-1
 - 1.16 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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchbugzilla set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchbugzilla of package: 
perl-DBIx-Class-Schema-Config from: Approved to: Obsolete on branch: f22

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchbugzilla set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchbugzilla of package: 
perl-DBIx-Class-Schema-Config from: Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar:perl-DBIx-Class-Schema-Config watchcommits set to Obsolete

2015-02-25 Thread pkgdb
user: ppisar set for ppisar acl: watchcommits of package: 
perl-DBIx-Class-Schema-Config from: Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar updated perl-DBIx-Class-Schema-Config

2015-02-25 Thread pkgdb
user: ppisar created branch f21 on package perl-DBIx-Class-Schema-Config

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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

[PkgDB] ppisar updated perl-DBIx-Class-Schema-Config

2015-02-25 Thread pkgdb
user: ppisar created branch f20 on package perl-DBIx-Class-Schema-Config

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DBIx-Class-Schema-Config
--
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-Wx] Rebuild for reverted GCC 5.0 C++ ABI signature

2015-02-25 Thread Petr Pisar
commit 344ed4cdf4c572dcc301e382fc8171c635c6a651
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 25 12:20:24 2015 +0100

Rebuild for reverted GCC 5.0 C++ ABI signature

 perl-Wx.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/perl-Wx.spec b/perl-Wx.spec
index bcdabdc..632bdff 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -12,7 +12,7 @@
 
 Name:   perl-Wx
 Version:0.9923
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -719,6 +719,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Petr Pisar ppi...@redhat.com - 0.9923-3
+- Rebuild for reverted GCC 5.0 C++ ABI signature
+
 * Thu Feb 12 2015 Petr Pisar ppi...@redhat.com - 0.9923-2
 - Rebuild for new GCC 5.0 C++ ABI signature (bug #1190971)
 
--
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 1196195] perl-Pod-Spell-1.16 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196195

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Pod-Spell-1.16-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-02-26 02:57:27



-- 
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=af9HCyI43Wa=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 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050



--- Comment #4 from Paul Howarth p...@city-fan.org ---
It also needs a perl-Module-Metadata update; F-20 has 1.19.

https://rt.cpan.org/Public/Bug/Display.html?id=84357

I tried 1.26 along with Test-Version 1.004001 and that worked.

-- 
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=6lmJ69trUxa=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

Broken dependencies: polymake

2015-02-25 Thread buildsys


polymake has broken dependencies in the F-22 tree:
On x86_64:
polymake-2.13-18.git20141013.fc22.x86_64 requires perl = 4:5.20.1
On i386:
polymake-2.13-18.git20141013.fc22.i686 requires perl = 4:5.20.1
On armhfp:
polymake-2.13-18.git20141013.fc22.armv7hl requires perl = 4:5.20.1
Please resolve this as soon as possible.


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

File MooseX-App-Cmd-0.30.tar.gz uploaded to lookaside cache by eseyman

2015-02-25 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-MooseX-App-Cmd:

0723db82fc97e3496124cd0530019026  MooseX-App-Cmd-0.30.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

[Bug 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050



--- Comment #5 from Ralf Corsepius rc040...@freenet.de ---
(In reply to Paul Howarth from comment #4)
 It also needs a perl-Module-Metadata update; F-20 has 1.19.
 
 https://rt.cpan.org/Public/Bug/Display.html?id=84357
 
 I tried 1.26 along with Test-Version 1.004001 and that worked.

Excellent! This also works for me. 

AFAIS, you're maintaining both perl-Module-Metadata and perl-Test-Version, so
could you please push an update of these for f20?

-- 
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=niU2HZhedwa=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 1195991] perl-Tangerine-0.13 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195991



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.13-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.13-1.fc21

-- 
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=lH1kivn0s4a=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 1195991] perl-Tangerine-0.13 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195991



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.13-1.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.13-1.el7

-- 
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=EXmfLs4Xima=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 1195991] perl-Tangerine-0.13 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195991



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.13-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.13-1.fc20

-- 
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=0i9R8bf6q7a=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 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050



--- Comment #3 from Ralf Corsepius rc040...@freenet.de ---
(In reply to Paul Howarth from comment #2)
 I could update perl-Test-Version to ≥ 1.003001 in F-20, which will probably
 fix this
I already tried this, but no success so far.

Actually, I already rebuilt (from f21):

perl-Carp-1.33.01-2.fc20.noarch.rpm
perl-ExtUtils-MakeMaker-6.98-2.fc20.noarch.rpm
perl-File-Temp-0.23.04-2.fc20.noarch.rpm
perl-Module-Build-0.42.06-2.fc20.noarch.rpm
perl-PathTools-3.47-3.fc20.x86_64.rpm
perl-Scalar-List-Utils-1.41-1.fc20.x86_64.rpm
perl-Test-Requires-0.08-1.fc20.noarch.rpm
perl-Test-Simple-1.001008-1.fc20.noarch.rpm
perl-Test-Version-1.004001-1.fc20.noarch.rpm
perl-version-0.99.12-1.fc20.x86_64.rpm

 or you could skip the release tests there.
Yep, this would be the last resort. The other alternative would be to not
upgrade perl-Params-Validate for f20.

-- 
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=4FIyA7nuXAa=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 1195991] perl-Tangerine-0.13 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195991



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.13-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.13-1.el6

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

Broken dependencies: polymake

2015-02-25 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-18.git20141013.fc22.x86_64 requires perl = 4:5.20.1
On i386:
polymake-2.13-18.git20141013.fc22.i686 requires perl = 4:5.20.1
On armhfp:
polymake-2.13-18.git20141013.fc22.armv7hl requires perl = 4:5.20.1
Please resolve this as soon as possible.


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

[perl-URI/f22] 1.67 bump

2015-02-25 Thread Paul Howarth
Summary of changes:

  56731e1... 1.67 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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 Tangerine-0.13.tar.gz uploaded to lookaside cache by psabata

2015-02-25 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Tangerine:

13cfe30243559291161dec8693408c83  Tangerine-0.13.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-Tangerine] 0.13 bump

2015-02-25 Thread Petr Šabata
commit 5749e136001cb72810ce3e22f9545af9cdc09ed3
Author: Petr Šabata con...@redhat.com
Date:   Wed Feb 25 10:06:27 2015 +0100

0.13 bump

 .gitignore  | 1 +
 perl-Tangerine.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16ee598..21b1a4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Tangerine-0.10.tar.gz
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
+/Tangerine-0.13.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index f13e3ee..4000659 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.12
+Version:0.13
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -51,12 +51,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README TODO
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc Changes CONTRIBUTING README TODO
 %{_bindir}/tangerine
 %{perl_vendorlib}/*
 %{_mandir}/man*/*
 
 %changelog
+* Wed Feb 25 2015 Petr Šabata con...@redhat.com - 0.13-1
+- 0.13 bump
+
 * Mon Jan 12 2015 Petr Šabata con...@redhat.com - 0.12-1
 - 0.12 bump
 
diff --git a/sources b/sources
index ac5c7b3..f2a2e48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-221ceabd8e9bed61e8c81fb0cb413fde  Tangerine-0.12.tar.gz
+13cfe30243559291161dec8693408c83  Tangerine-0.13.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-Tangerine/f21] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Tangerine/f22] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Tangerine/f20] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Tangerine/epel7] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Tangerine/el6] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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 1195992] perl-URI-1.67 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195992

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

   Assignee|psab...@redhat.com  |p...@city-fan.org



--- Comment #3 from Petr Šabata psab...@redhat.com ---
Paul's updating the package.  Reassigning to him.

-- 
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=1RLSIIXmkAa=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 1195991] perl-Tangerine-0.13 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195991



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Tangerine-0.13-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=614814

-- 
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=XQzcH5Ags4a=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 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 CC||p...@city-fan.org



--- Comment #2 from Paul Howarth p...@city-fan.org ---
Looks like you're hitting this:

https://github.com/xenoterracide/Test-Version/issues/4

I could update perl-Test-Version to ≥ 1.003001 in F-20, which will probably fix
this, or you could skip the release tests there.

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

[perl-URI] Created tag perl-URI-1.67-1.fc22

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-URI-1.67-1.fc22' was created pointing to:

 56731e1... 1.67 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-URI] Created tag perl-URI-1.67-1.fc23

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-URI-1.67-1.fc23' was created pointing to:

 56731e1... 1.67 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

[Bug 1195992] perl-URI-1.67 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195992

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-URI-1.67-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-02-25 04:23:13



--- Comment #4 from Paul Howarth p...@city-fan.org ---
Also built for F-22:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9066165

-- 
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=FRgHp2okxba=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 1196050] perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050



--- Comment #1 from Ralf Corsepius rc040...@freenet.de ---
Reported upstream:
CPAN: https://rt.cpan.org/Public/Bug/Display.html?id=102343

-- 
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=6NbtTzmY7Ma=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

[perl-URI] 1.67 bump

2015-02-25 Thread Paul Howarth
commit 56731e1186c053363d212fbe40bd7e333c17ed14
Author: Paul Howarth p...@city-fan.org
Date:   Wed Feb 25 08:52:03 2015 +

1.67 bump

 perl-URI.spec | 52 ++--
 sources   |  2 +-
 2 files changed, 31 insertions(+), 23 deletions(-)
---
diff --git a/perl-URI.spec b/perl-URI.spec
index df253fe..031b8d6 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,5 +1,5 @@
 Name:   perl-URI
-Version:1.65
+Version:1.67
 Release:1%{?dist}
 Summary:A Perl module implementing URI parsing and manipulation
 Group:  Development/Libraries
@@ -7,37 +7,42 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/URI/
 Source0:http://www.cpan.org/authors/id/E/ET/ETHER/URI-%{version}.tar.gz
 BuildArch:  noarch
+# Module Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Module Runtime
+# Business::ISBN → Test::Pod → Pod::Simple → HTML::Entities (HTML::Parser) → 
URI
+%if 0%{!?perl_bootstrap:1}
+BuildRequires:  perl(Business::ISBN)
+%endif
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter) = 5.57
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(integer)
 BuildRequires:  perl(MIME::Base64) = 2
 BuildRequires:  perl(Net::Domain)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(warnings)
-# Business::ISBN - Test::Pod - Pod::Simple - HTML::Entities (HTML::Parser) 
- URI
-%if 0%{!?perl_bootstrap:1}
-BuildRequires:  perl(Business::ISBN)
-%endif
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Business::ISBN)
 Requires:   perl(Cwd)
 Requires:   perl(Data::Dumper)
+Requires:   perl(Encode)
 Requires:   perl(MIME::Base64) = 2
 Requires:   perl(Net::Domain)
 
@@ -65,19 +70,22 @@ make test
 %doc Changes README uri-test
 %{perl_privlib}/URI.pm
 %{perl_privlib}/URI/
-%{_mandir}/man3/URI.3pm*
-%{_mandir}/man3/URI::Escape.3pm*
-%{_mandir}/man3/URI::Heuristic.3pm*
-%{_mandir}/man3/URI::QueryParam.3pm*
-%{_mandir}/man3/URI::Split.3pm*
-%{_mandir}/man3/URI::URL.3pm*
-%{_mandir}/man3/URI::WithBase.3pm*
-%{_mandir}/man3/URI::_punycode.3pm*
-%{_mandir}/man3/URI::data.3pm*
-%{_mandir}/man3/URI::file.3pm*
-%{_mandir}/man3/URI::ldap.3pm*
+%{_mandir}/man3/URI.3*
+%{_mandir}/man3/URI::Escape.3*
+%{_mandir}/man3/URI::Heuristic.3*
+%{_mandir}/man3/URI::QueryParam.3*
+%{_mandir}/man3/URI::Split.3*
+%{_mandir}/man3/URI::URL.3*
+%{_mandir}/man3/URI::WithBase.3*
+%{_mandir}/man3/URI::_punycode.3*
+%{_mandir}/man3/URI::data.3*
+%{_mandir}/man3/URI::file.3*
+%{_mandir}/man3/URI::ldap.3*
 
 %changelog
+* Wed Feb 25 2015 Paul Howarth p...@city-fan.org - 1.67-1
+- 1.67 bump
+
 * Fri Nov  7 2014 Paul Howarth p...@city-fan.org - 1.65-1
 - 1.65 bump
 
diff --git a/sources b/sources
index be60e6b..c7f2f96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12c5d612a20ddd42041a5aa426f66269  URI-1.65.tar.gz
+d0ef53b6c63bcc02ba55f405c30741e3  URI-1.67.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

[Bug 1196050] New: perl-Params-Validate-1.18 testsuite failure on f20

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1196050

Bug ID: 1196050
   Summary: perl-Params-Validate-1.18 testsuite failure on f20
   Product: Fedora
   Version: 20
 Component: perl-Params-Validate
  Assignee: rc040...@freenet.de
  Reporter: rc040...@freenet.de
QA Contact: extras...@fedoraproject.org
CC: lxt...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com, rc040...@freenet.de



Description of problem:

perl-Params-Validate-1.18's testsuite fails with a weird error on f20:

...
t/release-pp-35-default-xs-bug.t  ok
t/release-pp-36-large-arrays.t .. ok
t/release-pp-37-exports.t ... ok
t/release-pp-38-callback-message.t .. ok
t/release-pp-is-loaded.t  ok
Subroutine foo redefined at lib/Params/Validate.pm line 83.
Subroutine bar redefined at lib/Params/Validate.pm line 93.
Subroutine foo2 redefined at lib/Params/Validate.pm line 98.
t/release-synopsis.t  ok
#   Failed test 'check version in 'blib/lib/Params/ValidatePP.pm''
#   at t/release-test-version.t line 29.
# No version was found in 'blib/lib/Params/ValidatePP.pm'.
#   Failed test 'check version in 'blib/lib/Params/ValidateXS.pm''
#   at t/release-test-version.t line 29.
# No version was found in 'blib/lib/Params/ValidateXS.pm'.
# Looks like you failed 2 tests of 8.
t/release-test-version.t  
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests 
t/release-xs-is-loaded.t  ok
t/release-xs-segfault.t . ok
Test Summary Report
---
t/34-recursive-validation.t   (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
t/release-test-version.t  (Wstat: 512 Tests: 8 Failed: 2)
  Failed tests:  3-4
  Non-zero exit status: 2
Files=91, Tests=1112,  5 wallclock secs ( 0.32 usr  0.06 sys +  5.29 cusr  0.40
csys =  6.07 CPU)
Result: FAIL
Failed 1/91 test programs. 2/1112 subtests failed.
Version-Release number of selected component (if applicable):


How reproducible:
Always.

Additional info:
- This failure does not occur on fedora  20, which lets me assume the cause to
be in an implicit/indirect package dep or in perl itself.

-- 
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=ABB1rYZ4vua=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 URI-1.67.tar.gz uploaded to lookaside cache by pghmcfc

2015-02-25 Thread Paul Howarth
A file has been added to the lookaside cache for perl-URI:

d0ef53b6c63bcc02ba55f405c30741e3  URI-1.67.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] lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch accepted by upstream

2015-02-25 Thread Petr Pisar
commit 6f293aae89ddbcd01801185d2376c47fe1e5ae7b
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 25 09:50:17 2015 +0100

lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch accepted by 
upstream

 perl.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 8567873..fa6fb0c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -107,7 +107,8 @@ Patch29:
perl-5.20.2-Fix-Errno.pm-generation-for-gcc-5.0.patch
 # Handle hexadecimal constants by h2ph, RT#123784, in upstream after 5.21.8
 Patch30:
perl-5.21.8-h2ph-correct-handling-of-hex-constants-for-the-pream.patch
 
-# Do not use -_h2ph_pre.ph from system at tests, RT#123784
+# Do not use _h2ph_pre.ph from system at tests, RT#123784,
+# in upstream after 5.21.9
 Patch31:
perl-5.21.8-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch
 
 # Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
@@ -2020,7 +2021,7 @@ perl -x patchlevel.h \
 'Fedora Patch28: Use stronger algorithm needed for FIPS in t/op/taint.t 
(RT#123338)' \
 'Fedora Patch29: Fix Errno.pm generation for GCC 5.0 (RT#123784)' \
 'Fedora Patch30: Handle hexadecimal constants by h2ph (RT#123784)' \
-'Fedora Patch31: Do not use -_h2ph_pre.ph from system at tests 
(RT#123784)' \
+'Fedora Patch31: Do not use _h2ph_pre.ph from system at tests (RT#123784)' 
\
 'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on 
Linux' \
 'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
 %{nil}
--
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 1195992] perl-URI-1.67 is available

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195992



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
pghmcfc's perl-URI-1.67-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=614811

-- 
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=OrREc8iAx5a=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 1195862] Review Request: perl-Class-Virtual - Base class for virtual base classes in Perl

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195862

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|nob...@fedoraproject.org|psab...@redhat.com
  Flags||fedora-review?



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

[perl-MooseX-App-Cmd] Update to 0.30 (which allows us to drop an upstreamed patch) Remove perl-MouseX-App-Cmd (which is no

2015-02-25 Thread Emmanuel Seyman
commit fe9230f6b33b81d0c1dc808a6c7030f447335dd0
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Wed Feb 25 12:10:56 2015 +0100

Update to 0.30 (which allows us to drop an upstreamed patch)
Remove perl-MouseX-App-Cmd (which is now its own package)

 .gitignore |  1 +
 ...-0.27-adapt_tests_to_params_validate_1_09.patch | 43 -
 perl-MooseX-App-Cmd.spec   | 56 ++
 sources|  2 +-
 4 files changed, 17 insertions(+), 85 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41c9e4d..ee97de7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MooseX-App-Cmd-0.06.tar.gz
 /MooseX-App-Cmd-0.07.tar.gz
 /MooseX-App-Cmd-0.09.tar.gz
 /MooseX-App-Cmd-0.27.tar.gz
+/MooseX-App-Cmd-0.30.tar.gz
diff --git a/perl-MooseX-App-Cmd.spec b/perl-MooseX-App-Cmd.spec
index b6a85fb..be7ff16 100644
--- a/perl-MooseX-App-Cmd.spec
+++ b/perl-MooseX-App-Cmd.spec
@@ -1,18 +1,15 @@
 Name:   perl-MooseX-App-Cmd
-Version:0.27
-Release:4%{?dist}
+Version:0.30
+Release:1%{?dist}
 # see lib/MooseX/App/Cmd.pm
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Summary:Mashes up MooseX::Getopt and App::Cmd
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MJ/MJGARDNER/MooseX-App-Cmd-%{version}.tar.gz
-# Adapt to Params-Validate-1.09, bug #1099738, in upstream after 0.27
-Patch0: MooseX-App-Cmd-0.27-adapt_tests_to_params_validate_1_09.patch
+Source: 
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-App-Cmd-%{version}.tar.gz
 Url:http://search.cpan.org/dist/MooseX-App-Cmd
 BuildArch:  noarch
 
 BuildRequires: perl
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 
@@ -27,12 +24,12 @@ BuildRequires: perl(Getopt::Long::Descriptive) = 0.091
 BuildRequires: perl(Moose::Object)
 # any_moose('X::Getopt')
 BuildRequires: perl(MooseX::Getopt) = 0.18
-BuildRequires: perl(Mouse)
 BuildRequires: perl(namespace::clean)
 
 # Tests:
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
+BuildRequires: perl(CPAN::Meta) = 2.120900
 BuildRequires: perl(Data::Dumper)
 # File::Copy not used
 BuildRequires: perl(File::Spec)
@@ -42,8 +39,7 @@ BuildRequires: perl(IO::Handle)
 # FindBin not used
 BuildRequires: perl(lib)
 BuildRequires: perl(Moose) = 0.86
-# Both any_moose('X::Getopt') exercised by t/00-compile.t
-BuildRequires: perl(MouseX::Getopt)
+BuildRequires: perl(MooseX::ConfigFromFile)
 # Pod::Coverage::TrustPod not used
 # Test::EOL not used
 # Test::Kwalitee 1.12 not used
@@ -56,10 +52,6 @@ BuildRequires: perl(Test::More) = 0.94
 # Test::use::ok not used
 BuildRequires: perl(YAML)
 
-# Optional tests:
-# MouseX::ConfigFromFile not yet packaged
-## any_moose('X::ConfigFromFile')
-#BuildRequires: perl(MouseX::ConfigFromFile) = 0.08
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(Test::Output)
 
@@ -89,54 +81,36 @@ MooseX::Getopt defining the options for you instead of 
'opt_spec'
 returning a Getopt::Long::Descriptive spec.
 
 
-%package -n perl-MouseX-App-Cmd
-Summary:Mashes up MouseX::Getopt and App::Cmd
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-# we don't pick up Moose keywords automagically yet
-Requires:   perl(MooseX::App::Cmd)
-Requires:   perl(MooseX::App::Cmd::Command)
-# any_moose('::Object')
-Requires:   perl(Mouse::Object)
-# any_moose('X::Getopt')
-Requires:   perl(MouseX::Getopt)
-
-%description -n perl-MouseX-App-Cmd
-This package marries App::Cmd with MouseX::Getopt.
-
-It extends MooseX::App::Cmd which uses Any::Moose to work with either
-Moose or Mouse.
-
-
 %prep
 %setup -q -n MooseX-App-Cmd-%{version}
-%patch0 -p1
 # Test::use::ok is useless,
 # https://github.com/mjgardner/moosex-app-cmd/issues/11
 sed -i -e '/Test::use::ok/d' Makefile.PL META.*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes README TODO
+%license LICENSE
 %{perl_vendorlib}/MooseX
 %{_mandir}/man3/MooseX::*.3*
 
-%files -n perl-MouseX-App-Cmd
-%doc LICENSE
-%{perl_vendorlib}/MouseX
-%{_mandir}/man3/MouseX::*.3*
-
 %changelog
+* Wed Feb 25 2015 Emmanuel Seyman emman...@seyman.fr - 0.30-1
+- Update to 0.30
+- Drop MouseX::App::Cmd (which now has its own distribution)
+- Drop upstreamed patch
+- Use the %%license tag
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.27-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 1d5e12e..dae7855 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a11b9e87a62d1067b422f380c648973f  MooseX-App-Cmd-0.27.tar.gz

[perl-Module-Metadata/f21] (2 commits) ...Update to 1.000025

2015-02-25 Thread Paul Howarth
Summary of changes:

  cd27a22... Perl 5.20 rebuild (*)
  10f3055... Update to 1.25 (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Module-Metadata/f20] (5 commits) ...Update to 1.000025

2015-02-25 Thread Paul Howarth
Summary of changes:

  2cd5b59... Update to 1.22 (*)
  aa48508... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  fd50850... Update to 1.24 (*)
  cd27a22... Perl 5.20 rebuild (*)
  10f3055... Update to 1.25 (*)

(*) This commit already existed in another branch; no separate mail sent
--
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 File-MimeInfo-0.27.tar.gz uploaded to lookaside cache by jplesnik

2015-02-25 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-File-MimeInfo:

f17c81d606e1757bcedcdab243e9b887  File-MimeInfo-0.27.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-File-MimeInfo] 0.27 bump

2015-02-25 Thread Jitka Plesnikova
commit 660eaaa6b4ea9a4b469a5b7fc12e4cac31a3aa33
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Feb 25 12:34:17 2015 +0100

0.27 bump

 .gitignore  | 1 +
 perl-File-MimeInfo.spec | 9 ++---
 sources | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6aca51..d73181a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ File-MimeInfo-0.15.tar.gz
 /File-MimeInfo-0.24.tar.gz
 /File-MimeInfo-0.25.tar.gz
 /File-MimeInfo-0.26.tar.gz
+/File-MimeInfo-0.27.tar.gz
diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec
index bfedf06..b77bbb8 100644
--- a/perl-File-MimeInfo.spec
+++ b/perl-File-MimeInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-MimeInfo
-Version:0.26
-Release:3%{?dist}
+Version:0.27
+Release:1%{?dist}
 Summary:Determine file type and open application
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,7 +49,7 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 0.27-1
+- 0.27 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.26-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c9a7f8a..e9e8d5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1caf2827a845d8b734ea1c357bd3d89c  File-MimeInfo-0.26.tar.gz
+f17c81d606e1757bcedcdab243e9b887  File-MimeInfo-0.27.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

[Bug 1195862] Review Request: perl-Class-Virtual - Base class for virtual base classes in Perl

2015-02-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195862



--- Comment #1 from Petr Šabata psab...@redhat.com ---
The distribution claims to use the `Perl' license but then only links to
Artistic.  Whether this means `GPL+ or Artistic' or simply just `Artistic' is
debatable.  Could you ask upstream for clarification?

This aside, there are no packaging issues whatsoever.

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

[perl-File-MimeInfo/f22] 0.27 bump

2015-02-25 Thread Jitka Plesnikova
commit 36974b921c3f0070de5251bee446d5a2524b5279
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Feb 25 12:34:17 2015 +0100

0.27 bump

 .gitignore  | 1 +
 perl-File-MimeInfo.spec | 9 ++---
 sources | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6aca51..d73181a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ File-MimeInfo-0.15.tar.gz
 /File-MimeInfo-0.24.tar.gz
 /File-MimeInfo-0.25.tar.gz
 /File-MimeInfo-0.26.tar.gz
+/File-MimeInfo-0.27.tar.gz
diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec
index bfedf06..b77bbb8 100644
--- a/perl-File-MimeInfo.spec
+++ b/perl-File-MimeInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-MimeInfo
-Version:0.26
-Release:3%{?dist}
+Version:0.27
+Release:1%{?dist}
 Summary:Determine file type and open application
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,7 +49,7 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova jples...@redhat.com - 0.27-1
+- 0.27 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.26-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c9a7f8a..e9e8d5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1caf2827a845d8b734ea1c357bd3d89c  File-MimeInfo-0.26.tar.gz
+f17c81d606e1757bcedcdab243e9b887  File-MimeInfo-0.27.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-Module-Metadata] Created tag perl-Module-Metadata-1.000025-1.fc20

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-Module-Metadata-1.25-1.fc20' was created pointing 
to:

 10f3055... Update to 1.25
--
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-Module-Metadata] Created tag perl-Module-Metadata-1.000025-1.fc21

2015-02-25 Thread Paul Howarth
The lightweight tag 'perl-Module-Metadata-1.25-1.fc21' was created pointing 
to:

 10f3055... Update to 1.25
--
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