[Bug 1196763] Review Request: perl-Tie-Cache - LRU Cache in Memory

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #18 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Tie-Cache-0.21-2.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing perl-Tie-Cache-0.21-2.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1019/perl-Tie-Cache-0.21-2.el6
then log in and leave karma (feedback).

-- 
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=gljbcd2SUJa=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 1197534] New: perl-Math-PlanePath-118 is available

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

Bug ID: 1197534
   Summary: perl-Math-PlanePath-118 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-PlanePath
  Keywords: FutureFeature, Triaged
  Assignee: mhron...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 118
Current version/release in rawhide: 117-1.fc22
URL: http://search.cpan.org/dist/Math-PlanePath/

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=A5doTv0WvJa=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 1197534] perl-Math-PlanePath-118 is available

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



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

-- 
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=SA9sn5oevNa=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-App-Cmd] Update to 0.327

2015-03-01 Thread Emmanuel Seyman
commit b6b1eb88f7ea0f24021f56c365bf9abacd3c7fea
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 09:17:35 2015 +0100

Update to 0.327

 .gitignore|  1 +
 perl-App-Cmd.spec | 11 ++-
 sources   |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0892a4..7dfac95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ App-Cmd-0.307.tar.gz
 /App-Cmd-0.323.tar.gz
 /App-Cmd-0.324.tar.gz
 /App-Cmd-0.326.tar.gz
+/App-Cmd-0.327.tar.gz
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index 9fde4d0..101e6d3 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-Cmd
 Summary:Write command line apps with less suffering
-Version:0.326
+Version:0.327
 Release:1%{?dist}
 License:GPL+ or Artistic
 
@@ -16,7 +16,7 @@ BuildRequires:  perl(Class::Load) = 0.06
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.084
 BuildRequires:  perl(IO::TieCombine) = 1
@@ -50,13 +50,11 @@ For information on how to start using App::Cmd, see 
App::Cmd::Tutorial.
 perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %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 {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -70,6 +68,9 @@ make test
 %{_mandir}/man3/App*.3*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 0.327-1
+- Update to 0.327
+
 * Thu Dec 04 2014 Emmanuel Seyman emman...@seyman.fr - 0.326-1
 - Update to 0.326
 - Drop LICENSE from the documentation
diff --git a/sources b/sources
index 5abced4..933f5d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-283452726557f7e6cdb55bdc9998f121  App-Cmd-0.326.tar.gz
+9f68d78db859888d569188f6f3db065d  App-Cmd-0.327.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

Broken dependencies: polymake

2015-03-01 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-Cache] Update to 2.11

2015-03-01 Thread Emmanuel Seyman
commit 5714059db4f4350ecb8b5020c6c76703aa6c82f7
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 09:33:52 2015 +0100

Update to 2.11

 .gitignore  |  1 +
 perl-Cache.spec | 15 +--
 sources |  2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d93ec72..323c585 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Cache-2.04.tar.gz
 /Cache-2.08.tar.gz
 /Cache-2.09.tar.gz
 /Cache-2.10.tar.gz
+/Cache-2.11.tar.gz
diff --git a/perl-Cache.spec b/perl-Cache.spec
index 12bcace..a83dffe 100644
--- a/perl-Cache.spec
+++ b/perl-Cache.spec
@@ -1,6 +1,6 @@
 Name:   perl-Cache
-Version:2.10
-Release:3%{?dist}
+Version:2.11
+Release:1%{?dist}
 Summary:The Cache interface
 License:GPL+ or Artistic
 
@@ -10,7 +10,6 @@ Source0:
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Cache-%{vers
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DB_File) = 1.72
@@ -19,6 +18,7 @@ BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl) = 1.03
 BuildRequires:  perl(fields)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::NFSLock) = 1.2
 BuildRequires:  perl(File::Path) = 1
 BuildRequires:  perl(File::Spec) = 0.8
@@ -34,13 +34,13 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol) = 1.02
 BuildRequires:  perl(Test::More) = 0.45
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::TrailingSpace)
 BuildRequires:  perl(Tie::Hash)
+BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(warnings::register)
-# Tests:
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(Time::HiRes)
+
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 Requires:  perl(IO::Handle) = 1.21
 
@@ -98,6 +98,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 2.11-1
+- Update to 2.11
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 2.10-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bce6f79..d8e5e50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c77d7ee69685d039c0c8b2307232ebfc  Cache-2.10.tar.gz
+86dff7867e417e89105f2616425c30a2  Cache-2.11.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 Catalyst-Runtime-5.90084.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Catalyst-Runtime:

984cc63b20915760dd346373d7d75514  Catalyst-Runtime-5.90084.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 HTML-FormHandler-0.40059.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-FormHandler:

5483a57462c9cbfd2b23f0c3221eda72  HTML-FormHandler-0.40059.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

Broken dependencies: polymake

2015-03-01 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

[perl-MooseX-Getopt] Update to 0.67

2015-03-01 Thread Emmanuel Seyman
commit af103e4ee29924e99e6445677b5d0f87e5e8e546
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 11:29:57 2015 +0100

Update to 0.67

 perl-MooseX-Getopt.spec | 6 +-
 sources | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index e82ed99..27ce3cd 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Getopt
 Summary:Moose role for processing command line options
-Version:0.66
+Version:0.67
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,7 @@ BuildRequires:  perl(CPAN::Meta::Requirements) = 2.120900
 %if !0%{?perl_bootstrap}
 BuildRequires:  perl(MooseX::ConfigFromFile) = 0.08
 BuildRequires:  perl(MooseX::SimpleConfig) = 0.07
+BuildRequires:  perl(MooseX::StrictConstructor)
 %endif
 BuildRequires:  perl(YAML)
 # Runtime
@@ -92,6 +93,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/MooseX::Getopt::Strict.3*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 0.67-1
+- Update to 0.67
+
 * Sun Feb 01 2015 Emmanuel Seyman emman...@seyman.fr - 0.66-1
 - Update to 0.66
 - Use %%license tag
diff --git a/sources b/sources
index 22ce3e2..f3794a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a960e6bf038e44cb05589c9688ae2554  MooseX-Getopt-0.66.tar.gz
+e2b107d73a622d57cbc7b3678a8b27e9  MooseX-Getopt-0.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

File Role-Tiny-2.000000.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Role-Tiny:

1005f7d427590aac51b1e734b8a2febc  Role-Tiny-2.00.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 App-Cmd-0.327.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-App-Cmd:

9f68d78db859888d569188f6f3db065d  App-Cmd-0.327.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-Mojolicious] rebuilt (with sources, this time)

2015-03-01 Thread Emmanuel Seyman
commit 4d753836d67e8fc85c1587cf49afe81ad414f55b
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 11:34:22 2015 +0100

rebuilt (with sources, this time)

 .gitignore| 1 +
 perl-Mojolicious.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9567737..ef32b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,3 +162,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-5.77.tar.gz
 /Mojolicious-5.79.tar.gz
 /Mojolicious-5.81.tar.gz
+/Mojolicious-6.0.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index c70c019..9b1da24 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mojolicious
 Version:6.0
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
 
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 6.0-2
+- rebuilt
+
 * Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 6.0-1
 - Update to 6.0
 
diff --git a/sources b/sources
index e6ba367..1c5cbac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3dddc5e4fbb4b9a029b742216a8de6b  Mojolicious-5.81.tar.gz
+badb7f7b4db8e9ef427d4d1178f15b6c  Mojolicious-6.0.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] eseyman:perl-Text-WrapI18N approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-WrapI18N 
from: Awaiting Review to: Approved 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

[fusioninventory-agent/f21] re-enabling arch and excluding debug

2015-03-01 Thread jehane
Summary of changes:

  c12955a... re-enabling arch and excluding debug (*)

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

[fusioninventory-agent] re-enabling arch and excluding debug

2015-03-01 Thread jehane
commit c12955a6ed85905e8ec2748d39a509bb21ed36da
Author: jehane maria...@tuxette.fr
Date:   Sun Mar 1 09:26:40 2015 +0100

re-enabling arch and excluding debug

 fusioninventory-agent.spec | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 8c44241..c86cca6 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -1,3 +1,8 @@
+## Disabling debug package 
+## Can't build as noarch due to dmidecode requires
+%global debug_package %{nil}
+
+
 Name:fusioninventory-agent
 Summary: FusionInventory agent
 Group:   Applications/System
@@ -5,8 +10,8 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.15
-Release: 3%{?dist}
-BuildArch:   noarch
+Release: 4%{?dist}
+#BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
 #Source2:   %{name}.init
@@ -124,7 +129,6 @@ This package provides software deployment support for 
FusionInventory-agent
 %package task-inventory
 Summary:Inventory task for FusionInventory
 Group:  Applications/System
-BuildArch:  noarch
 Requires:   fusioninventory-agent = %{version}-%{release}
 Requires:   perl(Net::CUPS)
 Requires:   perl(Parse::EDID)
@@ -202,7 +206,6 @@ install -m 644 -D contrib/yum-plugin/%{name}.py   
%{buildroot}%{_prefix}/lib/yum
 install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum/pluginconf.d/%{name}.conf
 
 
-
 %post
 %systemd_post fusioninventory-agent.service
 
@@ -278,6 +281,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Sun Mar 1 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.15-4
+- arch build (due to dmidecode dependancy in x86_64)
+
 * Fri Feb 20 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.15-3
 - building as noarch
 
--
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

[fusioninventory-agent/f22] (2 commits) ...re-enabling arch and excluding debug

2015-03-01 Thread jehane
Summary of changes:

  7d1aff0... forgot mail adress (*)
  c12955a... re-enabling arch and excluding debug (*)

(*) 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 1192728] fusioninventory-agent-debuginfo-2.3.15-2 is empty, should be noarch?

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
fusioninventory-agent-2.3.15-4.fc21 has been submitted as an update for Fedora
21.
https://admin.fedoraproject.org/updates/fusioninventory-agent-2.3.15-4.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=Jg2wPfQdOKa=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-Role-Tiny] Update to 2.000000

2015-03-01 Thread Emmanuel Seyman
commit 1b58aed941c1d446e50f839212163498fd4938ce
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 11:41:02 2015 +0100

Update to 2.00

 perl-Role-Tiny.spec | 11 ++-
 sources |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-Role-Tiny.spec b/perl-Role-Tiny.spec
index 4fb262f..1b5f773 100644
--- a/perl-Role-Tiny.spec
+++ b/perl-Role-Tiny.spec
@@ -1,5 +1,5 @@
 Name:   perl-Role-Tiny
-Version:1.003004
+Version:2.00
 Release:1%{?dist}
 Summary:A nouvelle cuisine portion size slice of Moose
 License:GPL+ or Artistic
@@ -13,7 +13,7 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Class::Method::Modifiers) = 1.05
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(lib)
 BuildRequires:  perl(mro)
 %if !%{defined perl_bootstrap}
@@ -42,14 +42,12 @@ Role::Tiny is a minimalist role composition tool.
 %setup -q -n Role-Tiny-%{version}
 
 %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
@@ -62,6 +60,9 @@ make test
 %{_mandir}/man3/Role::Tiny::With.3pm*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 2.00-1
+- Update to 2.00
+
 * Mon Nov 10 2014 Emmanuel Seyman emman...@seyman.fr - 1.003004-1
 - Update to 1.003004
 
diff --git a/sources b/sources
index b8d2098..3175483 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c405a0f76eab9893c8927baea0cdb0c  Role-Tiny-1.003004.tar.gz
+1005f7d427590aac51b1e734b8a2febc  Role-Tiny-2.00.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] eseyman:perl-Text-WrapI18N commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-WrapI18N from: 
Awaiting Review to: Approved 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

[PkgDB] eseyman:perl-Text-CharWidth commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-CharWidth from: 
Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-CharWidth 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-CharWidth 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-CharWidth 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-CharWidth 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-WrapI18N approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-WrapI18N 
from: Awaiting Review to: Approved 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

[PkgDB] eseyman:perl-Text-WrapI18N commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-WrapI18N from: 
Awaiting Review to: Approved 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

[PkgDB] eseyman:perl-Text-WrapI18N commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-WrapI18N from: 
Awaiting Review to: Approved 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] eseyman:perl-Text-WrapI18N approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-WrapI18N 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-CharWidth from: 
Awaiting Review to: Approved 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] eseyman:perl-Text-WrapI18N approveacls set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: approveacls of package: perl-Text-WrapI18N 
from: Awaiting Review to: Approved 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] eseyman:perl-Text-WrapI18N commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-WrapI18N from: 
Awaiting Review to: Approved 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

File Cache-2.11.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Cache:

86dff7867e417e89105f2616425c30a2  Cache-2.11.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 1197438] New: perl-HTTP-Body-1.22 is available

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

Bug ID: 1197438
   Summary: perl-HTTP-Body-1.22 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-Body
  Assignee: tcall...@redhat.com
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



perl-HTTP-Body is on version 1.07 which came out in 2010. New versions of
Catalyst::Runtime require the latest version (1.22).

-- 
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=MR5pvTeY0aa=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-HTML-FormHandler] Update to 0.40058

2015-03-01 Thread Emmanuel Seyman
commit 8611f98f0c1eeedb317fd262fc21774f49bd5cfb
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 10:23:11 2015 +0100

Update to 0.40058

 .gitignore |  1 +
 perl-HTML-FormHandler.spec | 20 
 sources|  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27c74dd..980d476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /HTML-FormHandler-0.40013.tar.gz
 /HTML-FormHandler-0.40020.tar.gz
 /HTML-FormHandler-0.40057.tar.gz
+/HTML-FormHandler-0.40059.tar.gz
diff --git a/perl-HTML-FormHandler.spec b/perl-HTML-FormHandler.spec
index 0e162c2..b9c77e2 100644
--- a/perl-HTML-FormHandler.spec
+++ b/perl-HTML-FormHandler.spec
@@ -1,11 +1,12 @@
 Name:   perl-HTML-FormHandler
-Version:0.40057
-Release:2%{?dist}
+Version:0.40059
+Release:1%{?dist}
 Summary:HTML forms using Moose
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/HTML-FormHandler/
 Source0:
http://www.cpan.org/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
+
 BuildArch:  noarch
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(base)
@@ -16,7 +17,7 @@ BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Format::Strptime)
 BuildRequires:  perl(Email::Valid)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(File::ShareDir::Install)
 BuildRequires:  perl(File::Spec)
@@ -73,25 +74,28 @@ produce alternative rendering modules.
 find lib -type f -print0 | xargs -0 chmod 644
 
 %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}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 0.40058-1
+- Update to 0.40058
+- Use %%license macro
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.40057-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 59ff85a..8f92fbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ff1c3a4353f7ddb9578aa2030ae4b62  HTML-FormHandler-0.40057.tar.gz
+5483a57462c9cbfd2b23f0c3221eda72  HTML-FormHandler-0.40059.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 MooseX-Getopt-0.67.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-MooseX-Getopt:

e2b107d73a622d57cbc7b3678a8b27e9  MooseX-Getopt-0.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-Mojolicious] Update to 6.0

2015-03-01 Thread Emmanuel Seyman
commit 714c145f7a97a93657c172331bbdcb88ef5862cc
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 1 11:15:18 2015 +0100

Update to 6.0

 perl-Mojolicious.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 5682252..c70c019 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:5.81
+Version:6.0
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman emman...@seyman.fr - 6.0-1
+- Update to 6.0
+
 * Sun Feb 22 2015 Emmanuel Seyman emman...@seyman.fr - 5.81-1
 - Update to 5.81
 
--
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 Mojolicious-6.0.tar.gz uploaded to lookaside cache by eseyman

2015-03-01 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

badb7f7b4db8e9ef427d4d1178f15b6c  Mojolicious-6.0.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] eseyman:perl-Text-CharWidth commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-CharWidth from: 
Awaiting Review to: Approved 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] eseyman:perl-Text-CharWidth commit set to Approved

2015-03-01 Thread pkgdb
user: eseyman set for psabata acl: commit of package: perl-Text-CharWidth from: 
Awaiting Review to: Approved 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

[Bug 1197467] perl-WebService-Linode-0.27 is available

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



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

-- 
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=FVxEDIb82qa=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 Event-1.24.tar.gz uploaded to lookaside cache by pghmcfc

2015-03-01 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Event:

cf44203f30750bfa706c2c8005c38e3b  Event-1.24.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-Event] Update to 1.24

2015-03-01 Thread Paul Howarth
commit 9fd59d935277bd63ceac7f1dd349c7d08f1b8c49
Author: Paul Howarth p...@city-fan.org
Date:   Sun Mar 1 13:52:01 2015 +

Update to 1.24

- New upstream release 1.24
  - Bump minimum perl version to 5.8.0
- Drop upstreamed UTF8 patch
- Classify buildreqs by usage

 Event-1.19-UTF8.patch | 14 --
 perl-Event.spec   | 29 ++---
 sources   |  2 +-
 3 files changed, 19 insertions(+), 26 deletions(-)
---
diff --git a/perl-Event.spec b/perl-Event.spec
index c8c3740..5b2db02 100644
--- a/perl-Event.spec
+++ b/perl-Event.spec
@@ -1,24 +1,28 @@
 Name:  perl-Event
-Version:   1.23
-Release:   3%{?dist}
+Version:   1.24
+Release:   1%{?dist}
 Summary:   Event loop processing
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Event/
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Event-%{version}.tar.gz
-Patch0:Event-1.19-UTF8.patch
+# Module Build
 BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
 BuildRequires: perl(Config)
 BuildRequires: perl(DynaLoader)
 BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(integer)
 BuildRequires: perl(strict)
-BuildRequires: perl(Test) = 1
 BuildRequires: perl(Time::HiRes)
 BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Test) = 1
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Time::HiRes)
 
@@ -37,9 +41,6 @@ safe for callbacks to execute.
 perl -pi -e 's|#!./perl|#!/usr/bin/perl|' demo/*.t t/*.t util/bench.pl
 %{_fixperms} demo/ util/
 
-# Fix character encoding
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
@@ -60,11 +61,17 @@ make test
 %{perl_vendorarch}/auto/Event/
 %{perl_vendorarch}/Event.pm
 %{perl_vendorarch}/Event/
-%{_mandir}/man3/Event.3pm*
-%{_mandir}/man3/Event::MakeMaker.3pm*
-%{_mandir}/man3/Event::generic.3pm*
+%{_mandir}/man3/Event.3*
+%{_mandir}/man3/Event::MakeMaker.3*
+%{_mandir}/man3/Event::generic.3*
 
 %changelog
+* Sun Mar  1 2015 Paul Howarth p...@city-fan.org - 1.24-1
+- Update to 1.24
+  - Bump minimum perl version to 5.8.0
+- Drop upstreamed UTF8 patch
+- Classify buildreqs by usage
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.23-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b4c092d..f4f2d46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae3873d3312f2516d193d850b184143c  Event-1.23.tar.gz
+cf44203f30750bfa706c2c8005c38e3b  Event-1.24.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-Event] Created tag perl-Event-1.24-1.fc23

2015-03-01 Thread Paul Howarth
The lightweight tag 'perl-Event-1.24-1.fc23' was created pointing to:

 9fd59d9... Update to 1.24
--
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-Event] Created tag perl-Event-1.24-1.fc22

2015-03-01 Thread Paul Howarth
The lightweight tag 'perl-Event-1.24-1.fc22' was created pointing to:

 9fd59d9... Update to 1.24
--
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 1197467] New: perl-WebService-Linode-0.27 is available

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

Bug ID: 1197467
   Summary: perl-WebService-Linode-0.27 is available
   Product: Fedora
   Version: rawhide
 Component: perl-WebService-Linode
  Keywords: FutureFeature, Triaged
  Assignee: i...@cicku.me
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: i...@cicku.me, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.27
Current version/release in rawhide: 0.26-1.fc22
URL: http://search.cpan.org/dist/WebService-Linode/

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=xhiPhSWFi3a=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-Event/f22] Update to 1.24

2015-03-01 Thread Paul Howarth
Summary of changes:

  9fd59d9... Update to 1.24 (*)

(*) 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 Test-Exception-0.38.tar.gz uploaded to lookaside cache by pghmcfc

2015-03-01 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-Exception:

12b8c744ea5caad443b8dee31be16859  Test-Exception-0.38.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Exception] Created tag perl-Test-Exception-0.38-1.fc22

2015-03-01 Thread Paul Howarth
The lightweight tag 'perl-Test-Exception-0.38-1.fc22' was created pointing to:

 a538372... Update to 0.38
--
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-Exception] Created tag perl-Test-Exception-0.38-1.fc23

2015-03-01 Thread Paul Howarth
The lightweight tag 'perl-Test-Exception-0.38-1.fc23' was created pointing to:

 a538372... Update to 0.38
--
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 1190786] perl-MooseX-Params-Validate-0.21 is available

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

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||0.21-1
 Resolution|--- |RAWHIDE
Last Closed||2015-03-01 12:32:28



--- Comment #1 from Emmanuel Seyman emman...@seyman.fr ---
perl-MooseX-Params-Validate-0.21-1 was pushed to rawhide two weeks ago.

-- 
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=hviJ8rSo0fa=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-Exception] Update to 0.38

2015-03-01 Thread Paul Howarth
commit a5383723b0d1987be8f297f7668fe42551a1e8c3
Author: Paul Howarth p...@city-fan.org
Date:   Sun Mar 1 16:45:50 2015 +

Update to 0.38

- New upstream release 0.38
  - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
  - Fixed repository link in metadata
- This release by ETHER → update source URL

 perl-Test-Exception.spec | 13 ++---
 sources  |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec
index 33712e8..2745e1a 100644
--- a/perl-Test-Exception.spec
+++ b/perl-Test-Exception.spec
@@ -1,10 +1,10 @@
 Name:   perl-Test-Exception
-Version:0.36
+Version:0.38
 Release:1%{?dist}
 Summary:Library of test functions for exception based Perl code
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Exception/
-Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Exception-%{version}.tar.gz
 BuildArch:  noarch
 # Module Build
 BuildRequires:  perl
@@ -24,6 +24,7 @@ BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More)
 # Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Carp)
 
 # Avoid bogus perl(DB) provide
 %{?perl_default_filter}
@@ -52,11 +53,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Exception.3*
 
 %changelog
+* Sun Mar  1 2015 Paul Howarth p...@city-fan.org - 0.38-1
+- Update to 0.38
+  - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
+  - Fixed repository link in metadata
+- This release by ETHER → update source URL
+
 * Fri Jan  9 2015 Paul Howarth p...@city-fan.org - 0.36-1
 - Update to 0.36
   - Fix bug when Test::More has been downgraded
diff --git a/sources b/sources
index 3eced1c..6e94ef6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778c498989fdfb8b5cf5b37bd41fb7ab  Test-Exception-0.36.tar.gz
+12b8c744ea5caad443b8dee31be16859  Test-Exception-0.38.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Exception/f22] Update to 0.38

2015-03-01 Thread Paul Howarth
Summary of changes:

  a538372... Update to 0.38 (*)

(*) 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 1192824] F20 PPC64 Perl: Now 5.18.2 but primary is now 5.18.4 - updated noarch package deps prevent network installs

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

Al Dunsmuir al.dunsm...@sympatico.ca changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-03-01 15:21:20



--- Comment #10 from Al Dunsmuir al.dunsm...@sympatico.ca ---
One step forward, one step back.

Forward: The perl 5.18.4 issue is now resolved.

Backwared: A new ppc64 F20 dependency issue.

I select the Mate desktop, and C development tools.

Anaconda is happy enough to reach the point of formatting the disks, and
begin the installation process. Starting package installation process 
is displayed.  I get a new pop-up with:

glibc-2.18-11.fc20.ppc requires glibc-common = 2.18-11.fc20

It is annoying that this was not caught in the earlier dependency check,
but that is likely an anaconda or packaging issue.

http://dl.fedoraproject.org/pub/fedora-secondary/updates/20/ppc64/
has the following glibc packages:
 glibc-2.18-16.fc20.ppc64.rpm   2015-02-24 18:47  4.7M  
 glibc-2.18-16.fc20.ppc64p7.rpm 2015-02-24 18:45  3.7M  
 glibc-common-2.18-16.fc20.ppc64.rpm2015-02-24 19:05   11M  
 glibc-common-2.18-16.fc20.ppc64p7.rpm  2015-02-24 18:48   11M  
 glibc-devel-2.18-16.fc20.ppc64.rpm 2015-02-24 18:55  1.0M  
 glibc-devel-2.18-16.fc20.ppc64p7.rpm   2015-02-24 19:03  1.0M  
 glibc-headers-2.18-16.fc20.ppc64.rpm   2015-02-24 18:55  637K  
 glibc-headers-2.18-16.fc20.ppc64p7.rpm 2015-02-24 19:03  636K  
 glibc-static-2.18-16.fc20.ppc64.rpm2015-02-24 19:01  1.6M  
 glibc-static-2.18-16.fc20.ppc64p7.rpm  2015-02-24 18:53  1.6M  
 glibc-utils-2.18-16.fc20.ppc64.rpm 2015-02-24 18:53  190K  
 glibc-utils-2.18-16.fc20.ppc64p7.rpm   2015-02-24 19:06  190K

These match the packages at:
http://ppc.koji.fedoraproject.org/tree/updates/20/ppc64/

http://dl.fedoraproject.org/pub/fedora-secondary/updates/testing/20/ppc64/
has no glibc packages

As this is no longer a Perl problem, I'll mark this bz as closed and follow
up offine.

-- 
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=r1xB1J6YNra=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 1192824] F20 PPC64 Perl: Now 5.18.2 but primary is now 5.18.4 - updated noarch package deps prevent network installs

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

Al Dunsmuir al.dunsm...@sympatico.ca changed:

   What|Removed |Added

 Resolution|NOTABUG |WORKSFORME



-- 
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=50WPRgVohNa=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