File Finance-Quote-1.35.tar.gz uploaded to lookaside cache by pghmcfc

2014-11-17 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Finance-Quote:

c81980d5266d94e51ce83f94a3315261  Finance-Quote-1.35.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-ZMQ-LibZMQ2] zeromq-2 moved to zeromq2

2014-11-17 Thread Thomas Spura
commit f915f53c7e4709a963be9571cba65bec0dc55490
Author: Thomas Spura thomas.sp...@gmail.com
Date:   Mon Nov 17 10:32:57 2014 +0100

zeromq-2 moved to zeromq2

 perl-ZMQ-LibZMQ2.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-ZMQ-LibZMQ2.spec b/perl-ZMQ-LibZMQ2.spec
index 5bf6991..9b4e900 100644
--- a/perl-ZMQ-LibZMQ2.spec
+++ b/perl-ZMQ-LibZMQ2.spec
@@ -1,6 +1,6 @@
 Name:   perl-ZMQ-LibZMQ2
 Version:1.09
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl wrapper for the libzmq 2.x library
 
 License:GPL+ or Artistic
@@ -20,7 +20,7 @@ BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::SharedFork)
 BuildRequires:  perl(Test::TCP) = 1.08
 BuildRequires:  perl(ZMQ::Constants) = 1.00
-BuildRequires:  zeromq-devel
+BuildRequires:  zeromq2-devel
 
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
@@ -59,6 +59,9 @@ make test
 
 
 %changelog
+* Mon Nov 17 2014 Thomas Spura toms...@fedoraproject.org - 1.09-5
+- zeromq-2 moved to zeromq2
+
 * Thu Oct 30 2014 Petr Pisar ppi...@redhat.com - 1.09-4
 - Build-require Devel::PPPort (bug #1158400)
 
--
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] Update to 1.35

2014-11-17 Thread Paul Howarth
commit 27932ed18780044018511ea2741ce5341df5dcee
Author: Paul Howarth p...@city-fan.org
Date:   Mon Nov 17 09:35:14 2014 +

Update to 1.35

- New upstream release 1.35
- Clean up and modernize spec somewhat (can't build for EL  7 as the module
  requires Mozilla::CA)

 .gitignore  |2 +-
 perl-Finance-Quote.spec |  135 ---
 sources |2 +-
 3 files changed, 105 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fe8b55..fa988ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Finance-Quote-1.20.tar.gz
+/Finance-Quote-[0-9.]*.tar.gz
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 97aed6b..8455355 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,42 +1,56 @@
-Name:  perl-Finance-Quote
-Version:1.20
-Release:   4%{?dist}
+Name:   perl-Finance-Quote
+Version:1.35
+Release:1%{?dist}
 Summary:A Perl module that retrieves stock and mutual fund quotes
-Group:  Development/Libraries
 License:GPLv2+
-URL:   http://finance-quote.sourceforge.net/
-Source0:   
http://prdownloads.sourceforge.net/finance-quote/Finance-Quote-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:http://search.cpan.org/dist/Finance-Quote/
+Source0:
http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-%{version}.tar.gz
 BuildArch:  noarch
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-# because it doesn't get automatically added (#859607)
-Requires:   perl(LWP::Protocol::https)
-BuildRequires:  perl(inc::Module::Install)
+# Module Build
+BuildRequires:  perl = 4:5.10.0
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+# Module Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
-BuildRequires: perl(Crypt::SSLeay)
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(HTML::Parser)
-BuildRequires: perl(HTML::TableExtract)
+BuildRequires:  perl(HTML::TableExtract)
+BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::Headers)
-BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(LWP::Simple)
-BuildRequires: perl(LWP::UserAgent)
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Mozilla::CA)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
-# Tests
-# Required for compile tests; no 'online' tests are run during the build
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
-BuildRequires: perl(Test::More)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+# Make sure we have SSL support for LWP (#859607)
+BuildRequires:  perl(LWP::Protocol::https)
+Requires:   perl(LWP::Protocol::https)
 
 %description
 This module retrieves stock and mutual fund quotes from various exchanges
@@ -44,32 +58,89 @@ using various source.
 
 %prep
 %setup -q -n Finance-Quote-%{version} 
-find . -name *.pm | xargs %{__sed} -i -e '/^#!.*\/usr\/bin\/perl/d'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog* Documentation/*
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Change* Documentation/* README
 %{perl_vendorlib}/Finance/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Finance::Quote.3*
+%{_mandir}/man3/Finance::Quote::AEX.3*
+%{_mandir}/man3/Finance::Quote::AIAHK.3*
+%{_mandir}/man3/Finance::Quote::ASEGR.3*
+%{_mandir}/man3/Finance::Quote::ASX.3*
+%{_mandir}/man3/Finance::Quote::BMONesbittBurns.3*
+%{_mandir}/man3/Finance::Quote::BSERO.3*
+%{_mandir}/man3/Finance::Quote::Bourso.3*

[perl-Finance-Quote/f21] (2 commits) ...Update to 1.35

2014-11-17 Thread Paul Howarth
Summary of changes:

  ea44fed... Perl 5.20 rebuild (*)
  27932ed... Update to 1.35 (*)

(*) 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/f20] (3 commits) ...Update to 1.35

2014-11-17 Thread Paul Howarth
Summary of changes:

  7f20a87... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  ea44fed... Perl 5.20 rebuild (*)
  27932ed... Update to 1.35 (*)

(*) 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/f19] (3 commits) ...Update to 1.35

2014-11-17 Thread Paul Howarth
Summary of changes:

  7f20a87... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  ea44fed... Perl 5.20 rebuild (*)
  27932ed... Update to 1.35 (*)

(*) 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

Broken dependencies: perl-CHI

2014-11-17 Thread buildsys


perl-CHI has broken dependencies in the rawhide tree:
On x86_64:
perl-CHI-0.58-2.fc22.noarch requires perl(Time::Duration) = 0:1.06
On i386:
perl-CHI-0.58-2.fc22.noarch requires perl(Time::Duration) = 0:1.06
On armhfp:
perl-CHI-0.58-2.fc22.noarch requires perl(Time::Duration) = 0:1.06
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

Broken dependencies: perl-MooseX-Declare

2014-11-17 Thread buildsys


perl-MooseX-Declare has broken dependencies in the rawhide tree:
On x86_64:
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Syntax::MethodDeclaration::Parameterized)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::StackItem)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Context::WithOptions)
On i386:
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Syntax::MethodDeclaration::Parameterized)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::StackItem)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Context::WithOptions)
On armhfp:
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Syntax::MethodDeclaration::Parameterized)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::StackItem)
perl-MooseX-Declare-0.40-1.fc22.noarch requires 
perl(MooseX::Declare::Context::WithOptions)
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-Finance-Quote/epel7] (3 commits) ...Update to 1.35

2014-11-17 Thread Paul Howarth
Summary of changes:

  7f20a87... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  ea44fed... Perl 5.20 rebuild (*)
  27932ed... Update to 1.35 (*)

(*) 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] Created tag perl-Finance-Quote-1.35-1.el7

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Finance-Quote-1.35-1.el7' was created pointing to:

 27932ed... Update to 1.35
--
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] Created tag perl-Finance-Quote-1.35-1.fc20

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Finance-Quote-1.35-1.fc20' was created pointing to:

 27932ed... Update to 1.35
--
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] Created tag perl-Finance-Quote-1.35-1.fc22

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Finance-Quote-1.35-1.fc22' was created pointing to:

 27932ed... Update to 1.35
--
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] Created tag perl-Finance-Quote-1.35-1.fc19

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Finance-Quote-1.35-1.fc19' was created pointing to:

 27932ed... Update to 1.35
--
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] Created tag perl-Finance-Quote-1.35-1.fc21

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Finance-Quote-1.35-1.fc21' was created pointing to:

 27932ed... Update to 1.35
--
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 SUPER-1.20141116.tar.gz uploaded to lookaside cache by pghmcfc

2014-11-17 Thread Paul Howarth
A file has been added to the lookaside cache for perl-SUPER:

0ef0d441616bc3c2d62ed580f0ce718f  SUPER-1.20141116.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-SUPER] Update to 1.20141116

2014-11-17 Thread Paul Howarth
commit 79bf3ff34a18aa1634d4c36cef985b511032c123
Author: Paul Howarth p...@city-fan.org
Date:   Mon Nov 17 11:54:59 2014 +

Update to 1.20141116

- New upstream release 1.20141116
  - Resolved Test::More changes (CPAN RT#97939)
- Switch to ExtUtils::MakeMaker flow

 perl-SUPER.spec |   26 +-
 sources |2 +-
 2 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index 867b0df..d5625d9 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -1,6 +1,6 @@
 Name:  perl-SUPER
-Version:   1.20120705
-Release:   7%{?dist}
+Version:   1.20141116
+Release:   1%{?dist}
 Summary:   Sane superclass method dispatcher
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -9,16 +9,18 @@ Source0:  
http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # === Module Build =
-BuildRequires: perl(Module::Build)
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
 # === Module Runtime ===
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(Scalar::Util) = 1.20
+BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Identify) = 0.03
+BuildRequires: perl(warnings)
 # === Test Suite ===
 BuildRequires: perl(lib)
-BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(Test::More)
 # === Module Runtime ===
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
@@ -35,16 +37,17 @@ implementation.
 %setup -q -n SUPER-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -52,9 +55,14 @@ rm -rf %{buildroot}
 %files
 %doc Changes README
 %{perl_vendorlib}/SUPER.pm
-%{_mandir}/man3/SUPER.3pm*
+%{_mandir}/man3/SUPER.3*
 
 %changelog
+* Mon Nov 17 2014 Paul Howarth p...@city-fan.org - 1.20141116-1
+- Update to 1.20141116
+  - Resolved Test::More changes (CPAN RT#97939)
+- Switch to ExtUtils::MakeMaker flow
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.20120705-7
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f8507b5..b954186 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0eee5ff59b912f9baa5dc852681238a0  SUPER-1.20120705.tar.gz
+0ef0d441616bc3c2d62ed580f0ce718f  SUPER-1.20141116.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-SUPER] Created tag perl-SUPER-1.20141116-1.fc22

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-SUPER-1.20141116-1.fc22' was created pointing to:

 79bf3ff... Update to 1.20141116
--
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-Net-CIDR

2014-11-17 Thread pkgdb
user: limb created branch epel7 on package perl-Net-CIDR

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-CIDR
--
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-Net-CIDR commit set to Approved

2014-11-17 Thread pkgdb
user: limb set for pghmcfc acl: commit of package: perl-Net-CIDR from:  to: 
Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-CIDR
--
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-Net-CIDR approveacls set to Approved

2014-11-17 Thread pkgdb
user: limb set for pghmcfc acl: approveacls of package: perl-Net-CIDR from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-CIDR
--
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-Net-CIDR watchcommits set to Approved

2014-11-17 Thread pkgdb
user: limb set for pghmcfc acl: watchcommits of package: perl-Net-CIDR from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-CIDR
--
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-Net-CIDR watchbugzilla set to Approved

2014-11-17 Thread pkgdb
user: limb set for pghmcfc acl: watchbugzilla of package: perl-Net-CIDR from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Net-CIDR
--
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] pghmcfc:perl-Object-InsideOut commit set to Awaiting Review

2014-11-17 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Object-InsideOut 
from:  to: Awaiting Review on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Object-InsideOut
--
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] pghmcfc:perl-Object-InsideOut commit set to Awaiting Review

2014-11-17 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Object-InsideOut 
from:  to: Awaiting Review on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Object-InsideOut
--
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] pghmcfc:perl-Object-InsideOut commit set to Awaiting Review

2014-11-17 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Object-InsideOut 
from:  to: Awaiting Review on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Object-InsideOut
--
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] pghmcfc:perl-Object-InsideOut commit set to Awaiting Review

2014-11-17 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Object-InsideOut 
from:  to: Awaiting Review on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Object-InsideOut
--
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-Net-CIDR/epel7] Small clean-up

2014-11-17 Thread Paul Howarth
commit 78ccb3ea7df0d505c9d7f7ff45464a07577b5315
Author: Paul Howarth p...@city-fan.org
Date:   Mon Nov 17 14:22:14 2014 +

Small clean-up

- Use %license where possible
- Classify buildreqs by usage

 perl-Net-CIDR.spec |   46 --
 1 files changed, 28 insertions(+), 18 deletions(-)
---
diff --git a/perl-Net-CIDR.spec b/perl-Net-CIDR.spec
index 44840ef..3f0f1b5 100644
--- a/perl-Net-CIDR.spec
+++ b/perl-Net-CIDR.spec
@@ -1,47 +1,57 @@
 Name:   perl-Net-CIDR
 Version:0.17
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Manipulate IPv4/IPv6 netblocks in CIDR notation
 License:GPL+ or Artistic
-
 URL:http://search.cpan.org/dist/Net-CIDR/
 Source0:
http://www.cpan.org/authors/id/M/MR/MRSAM/Net-CIDR-%{version}.tar.gz
-
 BuildArch:  noarch
+# Module Build
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-%{?perl_default_filter}
+# Module Runtime
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+# Test Suite
+# (no additional dependencies)
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
-The Net::CIDR package contains functions that manipulate lists of IP
-netblocks expressed in CIDR notation. The Net::CIDR functions handle both
-IPv4 and IPv6 addresses.
+The Net::CIDR package contains functions that manipulate lists of IP netblocks
+expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6
+addresses.
 
 %prep
 %setup -q -n Net-CIDR-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc Changes COPYING README
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
 %{perl_vendorlib}/Net/
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/Net::CIDR.3*
 
 %changelog
+* Mon Nov 17 2014 Paul Howarth p...@city-fan.org - 0.17-6
+- Use %%license where possible
+- Classify buildreqs by usage
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.17-5
 - 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-Net-CIDR] Created tag perl-Net-CIDR-0.17-6.el7

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-Net-CIDR-0.17-6.el7' was created pointing to:

 78ccb3e... Small clean-up
--
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 SUPER-1.20141117.tar.gz uploaded to lookaside cache by pghmcfc

2014-11-17 Thread Paul Howarth
A file has been added to the lookaside cache for perl-SUPER:

51076638f973c02cb9e5828dce85010e  SUPER-1.20141117.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-SUPER] Update to 1.20141117

2014-11-17 Thread Paul Howarth
commit 9ceb5876ec50493fd747473191436df107f4a497
Author: Paul Howarth p...@city-fan.org
Date:   Mon Nov 17 20:06:30 2014 +

Update to 1.20141117

- New upstream release 1.20141117
  - Improved export mechanism
  - Removed useless Exporter tests
  - Improved docs (CPAN RT#79681)

 perl-SUPER.spec |   13 +
 sources |2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index d5625d9..1ff0222 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -1,5 +1,5 @@
 Name:  perl-SUPER
-Version:   1.20141116
+Version:   1.20141117
 Release:   1%{?dist}
 Summary:   Sane superclass method dispatcher
 License:   GPL+ or Artistic
@@ -12,16 +12,15 @@ BuildArch:  noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # === Module Runtime ===
-BuildRequires: perl(base)
 BuildRequires: perl(Carp)
-BuildRequires: perl(Exporter)
 BuildRequires: perl(Scalar::Util) = 1.20
 BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Identify) = 0.03
 BuildRequires: perl(warnings)
 # === Test Suite ===
+BuildRequires: perl(base)
 BuildRequires: perl(lib)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) = 0.88
 # === Module Runtime ===
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Scalar::Util) = 1.20
@@ -58,6 +57,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/SUPER.3*
 
 %changelog
+* Mon Nov 17 2014 Paul Howarth p...@city-fan.org - 1.20141117-1
+- Update to 1.20141117
+  - Improved export mechanism
+  - Removed useless Exporter tests
+  - Improved docs (CPAN RT#79681)
+
 * Mon Nov 17 2014 Paul Howarth p...@city-fan.org - 1.20141116-1
 - Update to 1.20141116
   - Resolved Test::More changes (CPAN RT#97939)
diff --git a/sources b/sources
index b954186..3430688 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ef0d441616bc3c2d62ed580f0ce718f  SUPER-1.20141116.tar.gz
+51076638f973c02cb9e5828dce85010e  SUPER-1.20141117.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-SUPER] Created tag perl-SUPER-1.20141117-1.fc22

2014-11-17 Thread Paul Howarth
The lightweight tag 'perl-SUPER-1.20141117-1.fc22' was created pointing to:

 9ceb587... Update to 1.20141117
--
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

Orphaned Packages in rawhide (2014-11-17)

2014-11-17 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package   (co)maintainers  Status Change 
==
clc-intercal  orphan, iarnell1 weeks ago   
cone  orphan, steve  1 weeks ago   
create-tx-configuration   orphan, sparks 4 weeks ago   
dbus-toolsorphan, miminar1 weeks ago   
fldigi-docorphan, dp67   0 weeks ago   
mojomojo  orphan, iarnell, perl-sig  1 weeks ago   
perl-Lingua-EN-Numbers-Easy   orphan, churchyard, perl-sig   2 weeks ago   
sqlgrey   orphan, steve  1 weeks ago   
vim-perl-support  orphan, iarnell1 weeks ago   

The following packages require above mentioned packages:
Affected (co)maintainers
churchyard: perl-Lingua-EN-Numbers-Easy
dp67: fldigi-doc
iarnell: mojomojo, vim-perl-support, clc-intercal
miminar: dbus-tools
perl-sig: mojomojo, perl-Lingua-EN-Numbers-Easy
sparks: create-tx-configuration
steve: sqlgrey, cone

Orphans (9): clc-intercal cone create-tx-configuration dbus-tools
fldigi-doc mojomojo perl-Lingua-EN-Numbers-Easy sqlgrey
vim-perl-support


Orphans (dependend on) (0):


Orphans for at least 6 weeks (dependend on) (0):


Orphans (not depended on) (9): clc-intercal cone
create-tx-configuration dbus-tools fldigi-doc mojomojo
perl-Lingua-EN-Numbers-Easy sqlgrey vim-perl-support


Orphans for at least 6 weeks (not dependend on) (0):

-- 
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orphans.py
--
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

Orphaned Packages in epel7 (2014-11-17)

2014-11-17 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
altermime  orphan, jorti, steve, timj 1 weeks ago   
create-tx-configurationorphan, sparks 4 weeks ago   
jython orphan, akurtakov, dmalcolm,   2 weeks ago   
   jmatthews, lkundrak, 
   pmackinn, tradej 
mikmod orphan, s4504kr, sdz   26 weeks ago  
perl-Any-Moose orphan, iarnell, psabata,  1 weeks ago   
   tremble  
perl-App-Nopaste   orphan, iarnell, perl-sig  1 weeks ago   
perl-B-Utils   orphan, iarnell, iburrell, 1 weeks ago   
   perl-sig, psabata
perl-Cache-Cache   orphan, perl-sig, psabata, 0 weeks ago   
   steve
perl-Config-Anyorphan, iarnell, perl-sig, 1 weeks ago   
   tremble  
perl-Context-Preserve  orphan, iarnell, mmaslano, 1 weeks ago   
   perl-sig, psabata
perl-Contextual-Return orphan, lkundrak, psabata  1 weeks ago   
perl-Convert-TNEF  orphan, mstevens, pghmcfc, 0 weeks ago   
   psabata, steve   
perl-DBD-CSV   orphan, pghmcfc, psabata,  0 weeks ago   
   steve
perl-Data-Dumper-Concise   orphan, iarnell, psabata,  1 weeks ago   
   tremble  
perl-DateTime-Format-Epoch orphan, iarnell, perl-sig, 1 weeks ago   
   psabata  
perl-DateTime-Format-IBeat orphan, lkundrak, psabata  1 weeks ago   
perl-DateTime-TimeZone-orphan, iarnell, perl-sig, 1 weeks ago   
SystemVpsabata  
perl-DateTime-TimeZone-orphan, iarnell, perl-sig, 1 weeks ago   
Tzfile psabata  
perl-Devel-REPLorphan, lkundrak, psabata  1 weeks ago   
perl-Devel-StackTrace- orphan, iarnell, perl-sig, 1 weeks ago   
WithLexicals   psabata  
perl-Directory-Scratch orphan, lkundrak, psabata  1 weeks ago   
perl-Getopt-Long-Descriptive   orphan, iarnell, perl-sig, 1 weeks ago   
   psabata, tremble 
perl-HTTP-Request-AsCGIorphan, eseyman, mmaslano, 1 weeks ago   
   perl-sig, psabata
perl-Hash-Merge-Simple orphan, iarnell, mmaslano, 1 weeks ago   
   perl-sig, psabata
perl-IPC-Shareable orphan, psabata, steve 0 weeks ago   
perl-JSON-Any  orphan, eseyman, lkundrak  1 weeks ago   
perl-Lexical-Persistence   orphan, iarnell, perl-sig, 1 weeks ago   
   psabata  
perl-Lingua-Stem-Snowball  orphan, lkundrak, perl-sig,1 weeks ago   
   psabata  
perl-Lingua-StopWords  orphan, lkundrak, perl-sig,1 weeks ago   
   psabata  
perl-Linux-Inotify2orphan, iarnell, perl-sig, 1 weeks ago   
   psabata, tremble 
perl-Log-Dispatch-Arrayorphan, iarnell, perl-sig, 1 weeks ago   
   psabata  
perl-Log-Dispatch-FileRotate   orphan, psabata, steve 0 weeks ago   
perl-MLDBM orphan, perl-sig, pghmcfc, 0 weeks ago   

[perl-Fsdb] address bug #1163149, spec is missing groff-base and perl-podlators

2014-11-17 Thread John Heidemann
commit 3ea8c28d27d50a3f34361ded87f8af9a85374d88
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 16:54:40 2014 -0800

address bug #1163149, spec is missing groff-base and perl-podlators

 perl-Fsdb.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 8e4524e..9aad34f 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -31,6 +31,9 @@ BuildRequires:  perl(IO::Compress::Xz)
 # next two are needed to run test suites and are not autodetected
 BuildRequires:   perl(HTML::Parser)
 BuildRequires:   perl(Text::CSV_XS)
+# next two are to build README
+BuildRequires: groff-base
+BuildRequires: perl-podlators
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 # next two are needed to run test suites and are not autodetected
 Requires:   perl(HTML::Parser)
--
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-Fsdb] address bug #1163149, spec is missing groff-base and perl-podlators

2014-11-17 Thread John Heidemann
commit 81f521f5eb2969f07e3f7862f7a99d91eb224e6e
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 16:56:18 2014 -0800

address bug #1163149, spec is missing groff-base and perl-podlators

 perl-Fsdb.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 9aad34f..7f32a7a 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -1,7 +1,7 @@
 Summary: A set of commands for manipulating flat-text databases from the shell
 Name: perl-Fsdb
 Version: 2.52
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Development/Libraries
 URL: http://www.isi.edu/~johnh/SOFTWARE/FSDB/
@@ -103,5 +103,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 17 2014 John Heidemann jo...@isi.edu 2.52-2
+- address https://bugzilla.redhat.com/show_bug.cgi?id=1163149
+
 * Mon Nov 03 2014 John Heidemann jo...@isi.edu 2.52-1
 - See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--
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 1158380] perl-Fsdb-2.51-3.fc22 FTBFS: t/test_command.t test fails

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158380

John Heidemann jo...@isi.edu changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2014-11-17 20:23:20



--- Comment #2 from John Heidemann jo...@isi.edu ---
fixed in 2.52-1

-- 
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=UPt7Yhw1LGa=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-Fsdb/f21: 3/3] Merge branch 'master' into f21

2014-11-17 Thread John Heidemann
commit 7f705e998c08b1a98bce7512627738870d84c3d7
Merge: 7022127 81f521f
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 17:24:09 2014 -0800

Merge branch 'master' into f21

 perl-Fsdb.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
--
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-Fsdb/f21] (3 commits) ...Merge branch 'master' into f21

2014-11-17 Thread John Heidemann
Summary of changes:

  3ea8c28... address bug #1163149, spec is missing groff-base and perl-p (*)
  81f521f... address bug #1163149, spec is missing groff-base and perl-p (*)
  7f705e9... Merge branch 'master' into f21

(*) 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-Fsdb/f20] (3 commits) ...Merge branch 'master' into f20

2014-11-17 Thread John Heidemann
Summary of changes:

  3ea8c28... address bug #1163149, spec is missing groff-base and perl-p (*)
  81f521f... address bug #1163149, spec is missing groff-base and perl-p (*)
  d6628ac... Merge branch 'master' into f20

(*) 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-Fsdb/f20: 3/3] Merge branch 'master' into f20

2014-11-17 Thread John Heidemann
commit d6628ac32bbb67fbc0e12a7232a949b2759b7090
Merge: 84342fd 81f521f
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 17:34:16 2014 -0800

Merge branch 'master' into f20

 perl-Fsdb.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
--
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-Fsdb/f19] (3 commits) ...Merge branch 'master' into f19

2014-11-17 Thread John Heidemann
Summary of changes:

  3ea8c28... address bug #1163149, spec is missing groff-base and perl-p (*)
  81f521f... address bug #1163149, spec is missing groff-base and perl-p (*)
  b426731... Merge branch 'master' into f19

(*) 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-Fsdb/epel7] (3 commits) ...Merge branch 'master' into epel7

2014-11-17 Thread John Heidemann
Summary of changes:

  3ea8c28... address bug #1163149, spec is missing groff-base and perl-p (*)
  81f521f... address bug #1163149, spec is missing groff-base and perl-p (*)
  1e8b5ab... Merge branch 'master' into epel7

(*) 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-Fsdb/f19: 3/3] Merge branch 'master' into f19

2014-11-17 Thread John Heidemann
commit b426731d62e550d43df021c1e7cbe322338bd4a3
Merge: abda86f 81f521f
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 17:35:51 2014 -0800

Merge branch 'master' into f19

 perl-Fsdb.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
--
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-Fsdb/epel7: 3/3] Merge branch 'master' into epel7

2014-11-17 Thread John Heidemann
commit 1e8b5ab384cfef152077e857c8d6389cff2109df
Merge: 6739703 81f521f
Author: John Heidemann jo...@isi.edu
Date:   Mon Nov 17 17:36:39 2014 -0800

Merge branch 'master' into epel7

 perl-Fsdb.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
--
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 1163149] perl-Fsdb-2.52-1.fc22 FTBFS on Perl bootstrap: groff: command not found

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163149

John Heidemann jo...@isi.edu changed:

   What|Removed |Added

 Status|NEW |VERIFIED



--- Comment #1 from John Heidemann jo...@isi.edu ---
should be fixed in 2.52-2

-- 
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=QIGnuhiJ23a=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 1163149] perl-Fsdb-2.52-1.fc22 FTBFS on Perl bootstrap: groff: command not found

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163149



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Fsdb-2.52-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Fsdb-2.52-2.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=LygEW5XHaXa=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 1163149] perl-Fsdb-2.52-1.fc22 FTBFS on Perl bootstrap: groff: command not found

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163149



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Fsdb-2.52-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Fsdb-2.52-2.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=Bk0Y0FrXUHa=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 1163149] perl-Fsdb-2.52-1.fc22 FTBFS on Perl bootstrap: groff: command not found

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163149



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Fsdb-2.52-2.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Fsdb-2.52-2.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=u1CSNbzvUsa=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 1165013] New: perl owns dirs and ships dirs it should own nor ship

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1165013

Bug ID: 1165013
   Summary: perl owns dirs and ships dirs it should own nor ship
   Product: Fedora
   Version: 21
 Component: perl
  Assignee: jples...@redhat.com
  Reporter: rc040...@freenet.de
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com



Description of problem:

The perl package ships and owns several directories it should not ship:

E.g.
/usr/share/perl5/Locale
/usr/share/perl5/Log/Message
/usr/share/perl5/Archive
/usr/share/perl5/Perl
/usr/share/perl5/HTTP
/usr/share/perl5/App
/usr/share/perl5/JSON
/usr/share/perl5/Test

These are all empty and supposed to be owned by those packages, which actually
put something into these dirs.

Version-Release number of selected component (if applicable):
perl-5.18.4-305.fc21

How reproducible:
Always.


Steps to Reproduce:
1. Have a look into the perl package and check it for empty dirs.
# rpm -qlv perl

Expected results:
perl not to ship nor own these directories.

Additional info:
* I'd guess these are missed %excludes, missed when splitting out dual-lifed
modules.
* I haven't checked all details yet, but I would expect the list above to be
incomplete.

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

[PkgDB] ppisar:perl-Spellunker commit set to Approved

2014-11-17 Thread pkgdb
user: ppisar set for pghmcfc acl: commit of package: perl-Spellunker from: 
Awaiting Review to: Approved on branch: master

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

2014-11-17 Thread pkgdb
user: ppisar set for pghmcfc acl: commit of package: perl-Spellunker from: 
Awaiting Review to: Approved on branch: f20

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

2014-11-17 Thread pkgdb
user: ppisar set for pghmcfc acl: commit of package: perl-Spellunker from: 
Awaiting Review to: Approved on branch: f21

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

2014-11-17 Thread pkgdb
user: ppisar set for pghmcfc acl: commit of package: perl-Spellunker from: 
Awaiting Review to: Approved on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Spellunker
--
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-ExtUtils-Command] Increase release number to supersede perl's sub-package

2014-11-17 Thread Petr Pisar
commit e4e741e403d2285c4db5a724ac3fcc8fb1ecd2fc
Author: Petr Písař ppi...@redhat.com
Date:   Tue Nov 18 07:58:39 2014 +0100

Increase release number to supersede perl's sub-package

 perl-ExtUtils-Command.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-Command.spec b/perl-ExtUtils-Command.spec
index 27ae8dd..dcc4a71 100644
--- a/perl-ExtUtils-Command.spec
+++ b/perl-ExtUtils-Command.spec
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-Command
 Version:1.18
-Release:240%{?dist}
+Release:340%{?dist}
 Summary:Perl routines to replace common UNIX commands in Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,5 +54,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 18 2014 Petr Pisar ppi...@redhat.com - 1.18-340
+- Increase release number to supersede perl's sub-package
+
 * Wed Oct 29 2014 Petr Pisar ppi...@redhat.com 1.18-240
 - Specfile autogenerated by cpanspec 1.78.
--
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-Filter-Simple] Increase release number to supersede perl's sub-package

2014-11-17 Thread Petr Pisar
commit 85f95bf2ee646ec99aafe078af838f2e2186a85f
Author: Petr Písař ppi...@redhat.com
Date:   Tue Nov 18 08:00:48 2014 +0100

Increase release number to supersede perl's sub-package

 perl-Filter-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Filter-Simple.spec b/perl-Filter-Simple.spec
index a04ff29..026486e 100644
--- a/perl-Filter-Simple.spec
+++ b/perl-Filter-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Filter-Simple
 Version:0.91
-Release:240%{?dist}
+Release:340%{?dist}
 Summary:Simplified Perl source filtering
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,5 +51,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 18 2014 Petr Pisar ppi...@redhat.com - 0.91-340
+- Increase release number to supersede perl's sub-package
+
 * Wed Oct 29 2014 Petr Pisar ppi...@redhat.com 0.91-240
 - Specfile autogenerated by cpanspec 1.78.
--
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-Time-Duration] Resolves bz#1164450

2014-11-17 Thread Jitka Plesnikova
commit 809fbbdfd57c9e3c1f80a5360c794b1929e6803a
Author: Jitka Plesnikova jples...@redhat.com
Date:   Tue Nov 18 08:41:21 2014 +0100

Resolves bz#1164450

 perl-Time-Duration.spec |   12 ++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Time-Duration.spec b/perl-Time-Duration.spec
index e44b883..1b5dbac 100644
--- a/perl-Time-Duration.spec
+++ b/perl-Time-Duration.spec
@@ -3,9 +3,9 @@
 
 Name:   perl-Time-Duration
 Summary:Time-Duration - rounded or exact English expression of 
durations
-# Keep 2-digit version for history
+# Keep 2-digit decimal part for history
 Version:%{cpan_version}0
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Url:http://search.cpan.org/dist/Time-Duration/
@@ -22,6 +22,11 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
+# Two digit decimal part solves bz#1164450
+Provides:   perl(Time::Duration) = %{version}
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(Time::Duration\\) = 
%{cpan_version}$
+
+
 %description
 This module provides functions for expressing durations in rounded or exact
 terms.
@@ -50,6 +55,9 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 
 
 %changelog
+* Tue Nov 18 2014 Jitka Plesnikova jples...@redhat.com - 1.10-2
+- Fixed provides (bz#1164450)
+
 * Fri Nov 14 2014 Jitka Plesnikova jples...@redhat.com - 1.10-1
 - 1.10 bump
 - Modernize spec file
--
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 1165013] perl owns dirs and ships dirs it should own nor ship

2014-11-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1165013



--- Comment #1 from Ralf Corsepius rc040...@freenet.de ---
This is what I think is a complete list:

/usr/share/perl5/JSON
/usr/share/perl5/Perl
/usr/share/perl5/Locale
/usr/share/perl5/HTTP
/usr/share/perl5/IO
/usr/share/perl5/IO/Socket
/usr/share/perl5/IO/Compress
/usr/share/perl5/IO/Uncompress
/usr/share/perl5/Archive
/usr/share/perl5/Compress
/usr/share/perl5/App
/usr/share/perl5/Filter
/usr/share/perl5/Module
/usr/share/perl5/Test
/usr/lib64/perl5/auto/Filter
/usr/lib64/perl5/auto/Time
/usr/lib64/perl5/auto/Digest
/usr/lib64/perl5/CORE
/usr/lib64/perl5/machine
/usr/lib64/perl5/Filter
/usr/lib64/perl5/Time
/usr/lib64/perl5/Digest

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