ppisar pushed to perl-VM-EC2-Security-CredentialCache (master). Import

2015-06-19 Thread notifications
From 5cb74dba6a1bfecf1e0cbf68b03214af66e3e032 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:38:38 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..b0a3ea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/VM-EC2-Security-CredentialCache-0.23.tar.gz
diff --git a/perl-VM-EC2-Security-CredentialCache.spec 
b/perl-VM-EC2-Security-CredentialCache.spec
new file mode 100644
index 000..4cf0dc2
--- /dev/null
+++ b/perl-VM-EC2-Security-CredentialCache.spec
@@ -0,0 +1,52 @@
+Name:   perl-VM-EC2-Security-CredentialCache
+Version:0.23
+Release:1%{?dist}
+Summary:Cache credentials respecting expiration time for IAM roles
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
+Source0:
http://www.cpan.org/authors/id/R/RC/RCONOVER/VM-EC2-Security-CredentialCache-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(DateTime::Format::ISO8601)
+BuildRequires:  perl(VM::EC2::Instance::Metadata)
+# Tests:
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%description
+This Perl package provides a cache for an EC2's IAM credentials. Rather than
+retrieving the credentials for every possible call that uses them, cache them
+until they expire and retrieve them again if they have expired.
+
+%prep
+%setup -q -n VM-EC2-Security-CredentialCache-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc CHANGES README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 0.23-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..76fc336 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VM-EC2-Security-CredentialCache.git/commit/?h=masterid=5cb74dba6a1bfecf1e0cbf68b03214af66e3e032
--
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

ppisar uploaded VM-EC2-Security-CredentialCache-0.23.tar.gz for perl-VM-EC2-Security-CredentialCache

2015-06-19 Thread notifications
2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.23.tar.gz/md5/2fb9ca19f458e70a3a1db6348b5cb30d/VM-EC2-Security-CredentialCache-0.23.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

eseyman pushed to perl-MooseX-Role-XMLRPC-Client (master). Update to 0.07

2015-06-19 Thread notifications
From ef531b0d1fcf81cd97d43be7b932e25dc5accba7 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 19 Jun 2015 16:26:57 +0200
Subject: Update to 0.07


diff --git a/.gitignore b/.gitignore
index a81abbf..f16a01e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-Role-XMLRPC-Client-0.04.tar.gz
 /MooseX-Role-XMLRPC-Client-0.05.tar.gz
 /MooseX-Role-XMLRPC-Client-0.06.tar.gz
+/MooseX-Role-XMLRPC-Client-0.07.tar.gz
diff --git a/perl-MooseX-Role-XMLRPC-Client.spec 
b/perl-MooseX-Role-XMLRPC-Client.spec
index a8cdaed..9975abb 100644
--- a/perl-MooseX-Role-XMLRPC-Client.spec
+++ b/perl-MooseX-Role-XMLRPC-Client.spec
@@ -1,19 +1,20 @@
 Name:   perl-MooseX-Role-XMLRPC-Client 
-Version:0.06
-Release:10%{?dist}
+Version:0.07
+Release:1%{?dist}
 # lib/MooseX/Role/XMLRPC/Client.pm - LGPLv2+
 License:LGPLv2+
-Group:  Development/Libraries
+
 Summary:Provide the needed bits to be a XML-RPC client 
 Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires: perl(Crypt::SSLeay)
 BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Temp)
 BuildRequires: perl(HTTP::Cookies)
+BuildRequires: perl(Module::Install)
 BuildRequires: perl(Moose)
 BuildRequires: perl(MooseX::AttributeShortcuts)
 BuildRequires: perl(MooseX::Role::Parameterized)
@@ -38,6 +39,15 @@ paramaterization, if it strikes your fancy :-)
 %prep
 %setup -q -n MooseX-Role-XMLRPC-Client-%{version}
 
+# This module bundles an old version of Module::Install
+# This is against Fedora policy so we replace it with
+# the system version
+rm -rf inc/Module
+cp -r %{perl_vendorlib}/Module inc/
+
+# This fails. Remove it until we figure out why
+sed -i -e 's/extra_tests;//' Makefile.PL
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -52,11 +62,16 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{?!_with_network_tests: NO_NET_TESTS=1} make test
 
 %files
-%doc Changes LICENSE README 
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%doc Changes README 
+%{perl_vendorlib}/MooseX*
+%{_mandir}/man3/MooseX*.3*
 
 %changelog
+* Fri Jun 19 2015 Emmanuel Seyman emman...@seyman.fr - 0.07-1
+- Update to 0.07
+- Tighten file listing
+- Minor fixes to the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.06-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a1bb068..40ea295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa14a622e9e731dce93e84b508534e61  MooseX-Role-XMLRPC-Client-0.06.tar.gz
+efcdc51d93a9c7cc1cc9a1770332b4e9  MooseX-Role-XMLRPC-Client-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Role-XMLRPC-Client.git/commit/?h=masterid=ef531b0d1fcf81cd97d43be7b932e25dc5accba7
--
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

ppisar pushed to perl-VM-EC2 (master). Import

2015-06-19 Thread notifications
From fb25051b9899f28c4f8bdf08c4fbb5932fc071e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:15:22 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..2c5ad09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/VM-EC2-1.28.tar.gz
diff --git a/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch 
b/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
new file mode 100644
index 000..279d20a
--- /dev/null
+++ b/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
@@ -0,0 +1,29 @@
+From 73f82d3663245a9ee585ddb13774b379dc356365 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 4 Jun 2015 14:55:48 +0200
+Subject: [PATCH] Fix a typo in used module name
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/VM/EC2/ReservedInstance/Listing.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/VM/EC2/ReservedInstance/Listing.pm 
b/lib/VM/EC2/ReservedInstance/Listing.pm
+index d85b60b..ba715c9 100644
+--- a/lib/VM/EC2/ReservedInstance/Listing.pm
 b/lib/VM/EC2/ReservedInstance/Listing.pm
+@@ -73,7 +73,7 @@ please see DISCLAIMER.txt for disclaimers of warranty.
+ 
+ use strict;
+ use base 'VM::EC2::Generic';
+-use VM::EC2::ReservedInstance::Listing::InstanceCount;
++use VM::EC2::ReservedInstance::Listing::InstanceCounts;
+ use VM::EC2::ReservedInstance::Listing::PriceSchedule;
+ 
+ use overload
+-- 
+2.1.0
+
diff --git a/perl-VM-EC2.spec b/perl-VM-EC2.spec
new file mode 100644
index 000..db2fcfe
--- /dev/null
+++ b/perl-VM-EC2.spec
@@ -0,0 +1,100 @@
+Name:   perl-VM-EC2
+Version:1.28
+Release:1%{?dist}
+Summary:Control the Amazon EC2 and Eucalyptus Clouds
+# lib/VM/EC2.pm:GPL+ or Artistic 2.0
+# LICENSE:  GPL+ or Artistic 2.0
+# DISCLAIMER.txt:   GPL+ or Artistic
+# See https://rt.cpan.org/Public/Bug/Display.html?id=104957.
+License:(GPL+ or Artistic 2.0) and (GPL+ or Artistic)
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/VM-EC2/
+Source0:
http://www.cpan.org/authors/id/L/LD/LDS/VM-EC2-%{version}.tar.gz
+# Fix a typo leading to unresolved dependencies, CPAN RT#104961
+Patch0: VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(AnyEvent) = 7.04
+BuildRequires:  perl(AnyEvent::CacheDNS) = 0.08
+BuildRequires:  perl(AnyEvent::CondVar)
+BuildRequires:  perl(AnyEvent::HTTP) = 2.15
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Digest::SHA) = 5.47
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path) = 2.08
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(lib)
+# LWP::UserAgent version from LWP's version in META.json
+BuildRequires:  perl(LWP::UserAgent) = 5.835
+BuildRequires:  perl(MIME::Base64) = 3.08
+BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(String::Approx) = 3.26
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(XML::Simple) = 2.18
+# Tests:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(AnyEvent) = 7.04
+Requires:   perl(AnyEvent::HTTP) = 2.15
+Requires:   perl(Digest::SHA) = 5.47
+Requires:   perl(File::Path) = 2.08
+# LWP::UserAgent version from LWP's version in META.json
+Requires:   perl(LWP::UserAgent) = 5.835
+Requires:   perl(String::Approx) = 3.26
+Requires:   perl(XML::Simple) = 2.18
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((AnyEvent|AnyEvent::HTTP|Digest::SHA|File::Path|LWP::UserAgent|String::Approx|XML::Simple)\\)$
+# Filter under-specified provides
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(VM::EC2\\)$
+
+%description
+This is an interface to the 2013-07-15 version of the Amazon AWS API
+http://aws.amazon.com/ec2. This library will also support the Eucalyptus
+open source cloud http://open.eucalyptus.com.
+
+%prep
+%setup -q -n VM-EC2-%{version}
+%patch0 -p1
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} 

eseyman uploaded Mojolicious-6.12.tar.gz for perl-Mojolicious

2015-06-19 Thread notifications
bc29f23a5560111fc7426b1b7e9fb29a  Mojolicious-6.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mojolicious/Mojolicious-6.12.tar.gz/md5/bc29f23a5560111fc7426b1b7e9fb29a/Mojolicious-6.12.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

eseyman pushed to perl-Mojolicious (master). Update to 6.12

2015-06-19 Thread notifications
From 688fda17b296ecd5414bebad6f260e0b9f506327 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 19 Jun 2015 17:21:42 +0200
Subject: Update to 6.12


diff --git a/.gitignore b/.gitignore
index 645cd39..943f2b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,3 +170,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-6.08.tar.gz
 /Mojolicious-6.10.tar.gz
 /Mojolicious-6.11.tar.gz
+/Mojolicious-6.12.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 645fd89..50142bf 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,11 +1,11 @@
 Name:   perl-Mojolicious
-Version:6.11
-Release:3%{?dist}
+Version:6.12
+Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
 
 URL:http://mojolicio.us/
-Source0:
http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DB/DBOOK/Mojolicious-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  perl = 0:5.010001
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Emmanuel Seyman emman...@seyman.fr - 6.12-1
+- Update to 6.12
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 15eca98..7f3458b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b19db3f12ac7f4d05cfa566bf7a9fd51  Mojolicious-6.11.tar.gz
+bc29f23a5560111fc7426b1b7e9fb29a  Mojolicious-6.12.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mojolicious.git/commit/?h=masterid=688fda17b296ecd5414bebad6f260e0b9f506327
--
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

ppisar pushed to perl-VM-EC2 (master). Remove unused build-time dependencies

2015-06-19 Thread notifications
From 61bd9b19fe875e5b8547668bd54cb48d9524d1ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:24:19 +0200
Subject: Remove unused build-time dependencies


diff --git a/perl-VM-EC2.spec b/perl-VM-EC2.spec
index db2fcfe..3b3e4d4 100644
--- a/perl-VM-EC2.spec
+++ b/perl-VM-EC2.spec
@@ -28,21 +28,21 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Digest::SHA) = 5.47
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Find)
+# File::Find not used at tests
 BuildRequires:  perl(File::Path) = 2.08
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Getopt::Long)
+# Getopt::Long not used at tests
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(lib)
 # LWP::UserAgent version from LWP's version in META.json
-BuildRequires:  perl(LWP::UserAgent) = 5.835
+# LWP::UserAgent 5.835 not used at tests
 BuildRequires:  perl(MIME::Base64) = 3.08
 BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Storable)
+# Storable not used at tests
 BuildRequires:  perl(String::Approx) = 3.26
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
@@ -98,3 +98,4 @@ perl Build.PL installdirs=vendor
 %changelog
 * Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 1.28-1
 - Specfile autogenerated by cpanspec 1.78.
+- Remove unused build-time dependencies
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VM-EC2.git/commit/?h=masterid=61bd9b19fe875e5b8547668bd54cb48d9524d1ac
--
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 1233997] New: perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997

Bug ID: 1233997
   Summary: perl-HTTP-BrowserDetect-2.03 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-BrowserDetect
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 2.03
Current version/release in rawhide: 2.02-1.fc23
URL: http://search.cpan.org/dist/HTTP-BrowserDetect/

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

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

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

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

[Bug 1233997] perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1041090
  -- https://bugzilla.redhat.com/attachment.cgi?id=1041090action=edit
[patch] Update to 2.03 (#1233997)

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

[Bug 1233997] perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997



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

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

[Bug 1228042] perl-Net-Amazon-S3-0.80 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1228042
Bug 1228042 depends on bug 1228241, which changed state.

Bug 1228241 Summary: Review Request: perl-VM-EC2-Security-CredentialCache - 
Cache credentials respecting expiration time for IAM roles
https://bugzilla.redhat.com/show_bug.cgi?id=1228241

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



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

[Bug 1209548] App-GitHooks 1.7.1 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209548

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|dd...@cpan.org  |ppi...@redhat.com



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

ausil pushed to tangerine (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 2cac8b94685de9fc26b2001cee6e064908db7dee Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:30:08 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/tangerine.spec b/tangerine.spec
index 1abc8d5..c8bd605 100644
--- a/tangerine.spec
+++ b/tangerine.spec
@@ -1,6 +1,6 @@
 Name:   tangerine
 Version:0.20
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl dependency metadata tool
 License:MIT
 URL:http://search.cpan.org/dist/App-Tangerine/
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 0.20-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/tangerine.git/commit/?h=masterid=2cac8b94685de9fc26b2001cee6e064908db7dee
--
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

ausil pushed to t-prot (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 9ae0af7fab1c385ef02a6125798382d65ead6193 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:25:31 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/t-prot.spec b/t-prot.spec
index 0cfaf21..8764414 100644
--- a/t-prot.spec
+++ b/t-prot.spec
@@ -1,6 +1,6 @@
 Name:   t-prot
 Version:3.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A filter which improves the readability of email messages and 
Usenet posts
 
 License:BSD
@@ -36,6 +36,9 @@ install -p -m 644 t-prot.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sun Mar 29 2015 Emmanuel Seyman emman...@seyman.fr - 3.4-1
 - Update to 3.4
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/t-prot.git/commit/?h=masterid=9ae0af7fab1c385ef02a6125798382d65ead6193
--
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 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Archive-Zip-1.48-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 09:08:22



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

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-cpanminus-1.7037-1
   ||.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:34:43



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

[Bug 1230982] perl-DBD-SQLite-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230982



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-DBD-SQLite-1.48-2.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663609

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

[Bug 789557] perl-Bio-Graphics-2.33 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=789557

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
 Resolution|--- |WONTFIX
   Assignee|al...@users.sourceforge.net |extras-orphan@fedoraproject
   ||.org
Last Closed||2015-06-19 08:16:56



--- Comment #6 from Petr Pisar ppi...@redhat.com ---
This package was retired on 2013-03-11 due to a lack of a willing Fedora
maintainer.

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

ausil pushed to stompclt (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 488e19ed144e798b249e8b4ad72dec8c5f8d905c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 01:49:22 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/stompclt.spec b/stompclt.spec
index 1bc6b28..bb20896 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 1.3-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=masterid=488e19ed144e798b249e8b4ad72dec8c5f8d905c
--
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

ausil pushed to slic3r (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 0764cebaf8cf115443ba08ed0361365cfd7ccf08 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 01:04:57 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/slic3r.spec b/slic3r.spec
index d35a555..1d59a4a 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.1.7
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -174,6 +174,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.1.7-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 1.1.7-4
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=masterid=0764cebaf8cf115443ba08ed0361365cfd7ccf08
--
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 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Archive-Zip-1.48-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663615

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

Broken dependencies: perl-Classic-Perl

2015-06-19 Thread buildsys


perl-Classic-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Classic-Perl-0.05-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Classic-Perl-0.05-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Classic-Perl-0.05-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.armv7hl requires libperl.so.5.20
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-Gtk3-WebKit

2015-06-19 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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-Data-Alias

2015-06-19 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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-Gtk3

2015-06-19 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_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

Broken dependencies: perl-POE-Component-Server-Bayeux

2015-06-19 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Devel-REPL

2015-06-19 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-06-19 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Test-AutoBuild

2015-06-19 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
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-Method-Signatures

2015-06-19 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_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

Broken dependencies: perl-Text-Xslate

2015-06-19 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires libperl.so.5.20
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-PDL-Graphics-PLplot

2015-06-19 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires libperl.so.5.20
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-Carp-REPL

2015-06-19 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
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-Data-Dump-Streamer

2015-06-19 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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: slic3r

2015-06-19 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.armv7hl requires libperl.so.5.20
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-Task-Kensho-Testing

2015-06-19 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_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

Broken dependencies: perl-Test-Apocalypse

2015-06-19 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_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

Broken dependencies: perl-PDL

2015-06-19 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.armv7hl requires libperl.so.5.20
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-B-Hooks-OP-Check-EntersubForCV

2015-06-19 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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-Task-Catalyst

2015-06-19 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-CatalystX-REPL

2015-06-19 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Language-Prolog-Yaswi

2015-06-19 Thread buildsys


perl-Language-Prolog-Yaswi has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Prolog-Yaswi-0.21-27.fc23.x86_64 requires 
libswipl.so.7.2.0()(64bit)
On i386:
perl-Language-Prolog-Yaswi-0.21-27.fc23.i686 requires libswipl.so.7.2.0
On armhfp:
perl-Language-Prolog-Yaswi-0.21-27.fc23.armv7hl requires 
libswipl.so.7.2.0
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

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-App-cpanminus-1.7037-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663603

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

[Bug 1233659] New: Upgrade perl-Catalyst-Model-LDAP to 0.17

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233659

Bug ID: 1233659
   Summary: Upgrade perl-Catalyst-Model-LDAP to 0.17
   Product: Fedora
   Version: rawhide
 Component: perl-Catalyst-Model-LDAP
  Keywords: FutureFeature
  Assignee: si...@sxw.org.uk
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, si...@sxw.org.uk



Latest Fedora delivers perl-Catalyst-Model-LDAP 0.16. Upstream released 0.17.
Please upgrade.

Also please enable monitoring service to receive reports about new releases.

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

[Bug 1230982] perl-DBD-SQLite-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230982

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBD-SQLite-1.48-2.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:45:58



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

Broken dependencies: perl-Test-Vars

2015-06-19 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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-MongoDB

2015-06-19 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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: polymake

2015-06-19 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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-Devel-BeginLift

2015-06-19 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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-Devel-Cover

2015-06-19 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
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-POE-API-Peek

2015-06-19 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-POE-Component-Server-HTTP

2015-06-19 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Devel-FindRef

2015-06-19 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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

[Bug 1204106] perl-Sys-MemInfo-0.98 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204106

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Sys-MemInfo-0.98-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 08:51:57



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

[Bug 1209548] App-GitHooks 1.7.1 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209548

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-GitHooks-1.7.2-1.f
   ||c23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:33:22



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

ausil pushed to w3c-markup-validator (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 3b24b44b5055b977f106fb54ba941870c6062732 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:13:45 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/w3c-markup-validator.spec b/w3c-markup-validator.spec
index 938d51b..c28cd22 100644
--- a/w3c-markup-validator.spec
+++ b/w3c-markup-validator.spec
@@ -2,7 +2,7 @@
 
 Name:   w3c-markup-validator
 Version:1.3
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:W3C Markup Validator
 
 Group:  Applications/Internet
@@ -152,6 +152,9 @@ done
 
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Nov 19 2014 Nathanael Noblet nathan...@gnat.ca - 1.3-9
 - Fix for bug #1109575 based off submitted patch
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/w3c-markup-validator.git/commit/?h=masterid=3b24b44b5055b977f106fb54ba941870c6062732
--
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 1233444] intltool-update raises warnings with perl-5.22

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233444

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 CC||ppi...@redhat.com
External Bug ID||Launchpad 1465010



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

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456



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

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

[Bug 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458



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

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

[Bug 1163260] perl-MooseX-Role-XMLRPC-Client-0.07 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163260



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
eseyman's perl-MooseX-Role-XMLRPC-Client-0.07-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663698

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

[Bug 1163260] perl-MooseX-Role-XMLRPC-Client-0.07 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163260

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||0.07-1
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 10:47:26



--- Comment #2 from Emmanuel Seyman emman...@seyman.fr ---
Built for Rawhide.

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

pkgdb_updater updated: description, upstream_url of perl-Test-Deep-JSON

2015-06-19 Thread notifications
pkgdb_updater updated: description, upstream_url of perl-Test-Deep-JSON
https://admin.fedoraproject.org/pkgdb/package/perl-Test-Deep-JSON/
--
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_updater updated: description of perl-File-Which

2015-06-19 Thread notifications
pkgdb_updater updated: description of perl-File-Which
https://admin.fedoraproject.org/pkgdb/package/perl-File-Which/
--
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_updater updated: description of perl-Parse-CPAN-Meta

2015-06-19 Thread notifications
pkgdb_updater updated: description of perl-Parse-CPAN-Meta
https://admin.fedoraproject.org/pkgdb/package/perl-Parse-CPAN-Meta/
--
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_updater updated: description of perl-DBM-Deep

2015-06-19 Thread notifications
pkgdb_updater updated: description of perl-DBM-Deep
https://admin.fedoraproject.org/pkgdb/package/perl-DBM-Deep/
--
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

jplesnik uploaded Sys-MemInfo-0.98.tar.gz for perl-Sys-MemInfo

2015-06-19 Thread notifications
a5636cf6ae8f1b32253b3ca6fa63653b  Sys-MemInfo-0.98.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sys-MemInfo/Sys-MemInfo-0.98.tar.gz/md5/a5636cf6ae8f1b32253b3ca6fa63653b/Sys-MemInfo-0.98.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

jplesnik pushed to perl-Sys-MemInfo (master). 0.98 bump

2015-06-19 Thread notifications
From 9a3dc88f2c5d641bf0e51d1a2ad0a7a3b6209ede Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 19 Jun 2015 14:50:54 +0200
Subject: 0.98 bump


diff --git a/.gitignore b/.gitignore
index 1e12859..80281de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sys-MemInfo-0.91.tar.gz
+/Sys-MemInfo-0.98.tar.gz
diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec
index ae193e2..e744b30 100644
--- a/perl-Sys-MemInfo.spec
+++ b/perl-Sys-MemInfo.spec
@@ -1,19 +1,18 @@
 Name:   perl-Sys-MemInfo
-Version:0.91
-Release:13%{?dist}
+Version:0.98
+Release:1%{?dist}
 Summary:Memory information as Perl module
-# README:   GPLv1+ or Artistic
-# MemInfo.pmLGPLv2+
-# https://rt.cpan.org/Public/Bug/Display.html?id=80636
-License:(GPLv1+ or Artistic) and LGPLv2+
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Sys-MemInfo/
-Source0:
http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SC/SCRESTO/Sys-MemInfo-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
 # Run-time:
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Data::Dumper)
@@ -26,7 +25,7 @@ Sys::MemInfo returns the total amount of free and used 
physical memory in
 bytes in totalmem and freemem variables.
 
 %prep
-%setup -q -n Sys-MemInfo
+%setup -q -n Sys-MemInfo-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
@@ -42,12 +41,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Sys*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Jitka Plesnikova jples...@redhat.com - 0.98-1
+- 0.98 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.91-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 2e39002..5eb9b99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2ddda32c58114352e04ecb866de7f17  Sys-MemInfo-0.91.tar.gz
+a5636cf6ae8f1b32253b3ca6fa63653b  Sys-MemInfo-0.98.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sys-MemInfo.git/commit/?h=masterid=9a3dc88f2c5d641bf0e51d1a2ad0a7a3b6209ede
--
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

ppisar uploaded Net-eBay-0.61.tar.gz for perl-Net-eBay

2015-06-19 Thread notifications
dea399e543104b66a33a5719d2ce54f5  Net-eBay-0.61.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-eBay/Net-eBay-0.61.tar.gz/md5/dea399e543104b66a33a5719d2ce54f5/Net-eBay-0.61.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

ppisar pushed to perl-Net-eBay (master). 0.61 bump

2015-06-19 Thread notifications
From f2d77d72b55c26b43cfe3eba0bcc8c6449a067cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:09:44 +0200
Subject: 0.61 bump


diff --git a/.gitignore b/.gitignore
index 44761b6..a1cf267 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Net-eBay-0.52.tar.gz
 /Net-eBay-0.55.tar.gz
+/Net-eBay-0.61.tar.gz
diff --git a/Net-eBay-0.61-Do-use-non-existent-IgorBusinessRules.patch 
b/Net-eBay-0.61-Do-use-non-existent-IgorBusinessRules.patch
new file mode 100644
index 000..3f12ac8
--- /dev/null
+++ b/Net-eBay-0.61-Do-use-non-existent-IgorBusinessRules.patch
@@ -0,0 +1,43 @@
+From d5d1ffd783341d715f073d4452e99e161bc058ba Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Fri, 19 Jun 2015 14:56:06 +0200
+Subject: [PATCH] Do use non-existent IgorBusinessRules
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#105379
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ ebay-add-item.pl| 1 -
+ ebay-revise-item.pl | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/ebay-add-item.pl b/ebay-add-item.pl
+index 6175dd4..2f4ef0f 100755
+--- a/ebay-add-item.pl
 b/ebay-add-item.pl
+@@ -9,7 +9,6 @@
+ # weight). Use it as a guide to write your own scripts, no more. 
+ #
+ 
+-use IgorBusinessRules;
+ use Net::eBay;
+ use Data::Dumper;
+ use Cwd;
+diff --git a/ebay-revise-item.pl b/ebay-revise-item.pl
+index c181cf1..b393002 100755
+--- a/ebay-revise-item.pl
 b/ebay-revise-item.pl
+@@ -3,7 +3,6 @@
+ use strict;
+ use warnings;
+ 
+-use IgorBusinessRules;
+ use Net::eBay;
+ use Data::Dumper;
+ 
+-- 
+2.1.0
+
diff --git a/perl-Net-eBay.spec b/perl-Net-eBay.spec
index 3446526..fe93e8e 100644
--- a/perl-Net-eBay.spec
+++ b/perl-Net-eBay.spec
@@ -1,35 +1,53 @@
 Name:   perl-Net-eBay
-Version:0.55
-Release:11%{?dist}
-
+Version:0.61
+Release:1%{?dist}
 Summary:Perl Interface to XML based eBay API
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-eBay/
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IC/ICHUDOV/Net-eBay-%{version}.tar.gz
+# Do no load a private IgorBusinessRules module, CPAN RT#105379
+Patch0: Net-eBay-0.61-Do-use-non-existent-IgorBusinessRules.patch
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  sed
+# Run-time:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(Cwd)
+# Cwd not used at tests
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DateTime::Precise)
-BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(HTML::FormatText)
-BuildRequires:  perl(HTML::PrettyPrinter)
-BuildRequires:  perl(HTML::TreeBuilder)
+# Getopt::Long not used at tests
+# HTML::FormatText not used at tests
+# HTML::PrettyPrinter not used at tests
+# HTML::TreeBuilder not used at tests
 BuildRequires:  perl(HTTP::Date)
-BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(HTTP::Status)
+# LWP::Protocol::https for HTTPS, not Crypt::SSLeay or Net::SSLeay,
+# CPAN RT#105378
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(Net::SSLeay)
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-BuildRequires:  perl(Test::Pod) = 1.14
+# Text::Format not used at tests
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
 BuildRequires:  perl(XML::Dumper)
 BuildRequires:  perl(XML::Simple)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Tests:
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.14
+# Test::Pod::Coverage 1.04 disabled, CPAN RT#97511
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# LWP::Protocol::https for HTTPS, not Crypt::SSLeay or Net::SSLeay,
+# CPAN RT#105378
+Requires:   perl(LWP::Protocol::https)
 
 
 %description
@@ -38,17 +56,21 @@ This module helps user to easily execute queries against 
eBay's XML API.
 
 %prep
 %setup -q -n Net-eBay-%{version}
+%patch0 -p1
+# Skip Test::Pod::Coverage tests because they are not useful and fail,
+# CPAN RT#97511
+rm t/pod-coverage.t
+sed -i -e '/^t\/pod-coverage.t$/d' MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 %check
 make test
@@ -68,6 +90,9 @@ 

ppisar uploaded VM-EC2-1.28.tar.gz for perl-VM-EC2

2015-06-19 Thread notifications
09d2773a3480542bcd04cb84a1baf45e  VM-EC2-1.28.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-VM-EC2/VM-EC2-1.28.tar.gz/md5/09d2773a3480542bcd04cb84a1baf45e/VM-EC2-1.28.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

jplesnik pushed to perl-App-cpanminus (master). 1.7037 bump

2015-06-19 Thread notifications
From 929b9f58ba9d1e196e3990eee62b972cbbec2f68 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 01:09:59 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index 95d62a6..fd61c5d 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-cpanminus
 Version:1.7036
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -136,6 +136,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.7036-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Thu Jun 11 2015 Jitka Plesnikova jples...@redhat.com - 1.7036-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=masterid=7126034bf89f2c93d44673dc5e0bb2d659450a70
--
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

jplesnik pushed to perl-App-cpanminus (master). 1.7037 bump

2015-06-19 Thread notifications
From 118d2ef5c059da0228a59ce850b22ff468d6e81e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 19 Jun 2015 13:22:21 +0200
Subject: 1.7037 bump


diff --git a/.gitignore b/.gitignore
index a21baae..15c03b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7031.tar.gz
 /App-cpanminus-1.7034.tar.gz
 /App-cpanminus-1.7036.tar.gz
+/App-cpanminus-1.7037.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index 95d62a6..698e945 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-cpanminus
-Version:1.7036
-Release:2%{?dist}
+Version:1.7037
+Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -136,6 +136,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Fri Jun 19 2015 Jitka Plesnikova jples...@redhat.com - 1.7037-1
+- 1.7037 bump
+
 * Thu Jun 11 2015 Jitka Plesnikova jples...@redhat.com - 1.7036-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 3d868f5..fbd85e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1f33c1f3f7ed0ef0aac2540b70a045a  App-cpanminus-1.7036.tar.gz
+950980f7999e7f9ff0bc4253aabd  App-cpanminus-1.7037.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=masterid=118d2ef5c059da0228a59ce850b22ff468d6e81e
--
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

jplesnik pushed to perl-DBD-SQLite (master). Updated patch

2015-06-19 Thread notifications
From 80b08693a9610d01389cda1963a8ca7b3e16a6bf Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 19 Jun 2015 13:36:26 +0200
Subject: Updated patch


diff --git a/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch 
b/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
index ac0a99b..ee0d6ea 100644
--- a/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
+++ b/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
@@ -1,6 +1,6 @@
-diff -up DBD-SQLite-1.44/README.orig DBD-SQLite-1.44/README
 DBD-SQLite-1.44/README.orig2013-08-27 06:33:55.0 +0200
-+++ DBD-SQLite-1.44/README 2014-10-29 08:51:33.381889419 +0100
+diff -up DBD-SQLite-1.48/README.orig DBD-SQLite-1.48/README
+--- DBD-SQLite-1.48/README.orig2015-06-15 09:49:42.721350091 +0200
 DBD-SQLite-1.48/README 2015-06-15 09:50:38.683071491 +0200
 @@ -1222,36 +1222,6 @@ R* TREE SUPPORT
  using callbacks, as mentioned in the prior link, have not been
  implemented yet.
@@ -38,16 +38,16 @@ diff -up DBD-SQLite-1.44/README.orig DBD-SQLite-1.44/README
  TO DO
  The following items remain to be done.
  
-diff -up DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig 
DBD-SQLite-1.44/lib/DBD/SQLite.pm
 DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig 2014-10-22 16:10:06.0 
+0200
-+++ DBD-SQLite-1.44/lib/DBD/SQLite.pm  2014-10-29 08:51:33.382889429 +0100
-@@ -2441,37 +2441,6 @@ sources, etc.
+diff -up DBD-SQLite-1.48/lib/DBD/SQLite.pm.orig 
DBD-SQLite-1.48/lib/DBD/SQLite.pm
+--- DBD-SQLite-1.48/lib/DBD/SQLite.pm.orig 2015-06-15 09:50:03.658619993 
+0200
 DBD-SQLite-1.48/lib/DBD/SQLite.pm  2015-06-15 09:51:02.348376559 +0200
+@@ -2465,37 +2465,6 @@ sources, etc.
  
  Other Perl virtual tables may also be published separately on CPAN.
  
 -=head1 FOR DBD::SQLITE EXTENSION AUTHORS
 -
--Since 1.30_01, you can retrieve the bundled sqlite C source and/or
+-Since 1.30_01, you can retrieve the bundled SQLite C source and/or
 -header like this:
 -
 -  use File::ShareDir 'dist_dir';
diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec
index a3669c2..4d23bb4 100644
--- a/perl-DBD-SQLite.spec
+++ b/perl-DBD-SQLite.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBD-SQLite
 Version:1.48
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:SQLite DBI Driver
 Group:  Development/Libraries
 License:(GPL+ or Artistic) and Public Domain
@@ -82,6 +82,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Fri Jun 19 2015 Jitka Plesnikova jples...@redhat.com -1.48-2
+- Updated patch
+
 * Thu Jun 18 2015 Tom Callaway s...@fedoraproject.org - 1.48-1
 - update to 1.48
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBD-SQLite.git/commit/?h=masterid=80b08693a9610d01389cda1963a8ca7b3e16a6bf
--
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

jplesnik pushed to perl-Archive-Zip (master). 1.48 bump

2015-06-19 Thread notifications
From edaa4b9f052218df783d26b6bbea815e904340d5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 19 Jun 2015 14:00:42 +0200
Subject: 1.48 bump


diff --git a/.gitignore b/.gitignore
index 9be433e..baf404a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Archive-Zip-1.30.tar.gz
 /Archive-Zip-1.45.tar.gz
 /Archive-Zip-1.46.tar.gz
 /Archive-Zip-1.47.tar.gz
+/Archive-Zip-1.48.tar.gz
diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
index 0825fb6..8e5ca28 100644
--- a/perl-Archive-Zip.spec
+++ b/perl-Archive-Zip.spec
@@ -1,5 +1,5 @@
 Name:   perl-Archive-Zip
-Version:1.47
+Version:1.48
 Release:1%{?dist}
 Summary:Perl library for accessing Zip archives
 
@@ -95,6 +95,9 @@ make test
 
 
 %changelog
+* Fri Jun 19 2015 Jitka Plesnikova jples...@redhat.com - 1.48-1
+- 1.48 bump
+
 * Thu Jun 18 2015 Jitka Plesnikova jples...@redhat.com - 1.47-1
 - 1.47 bump
 
diff --git a/sources b/sources
index 469c5e3..44f5f24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bc132dc01b559aa63db81d0cbe33434  Archive-Zip-1.47.tar.gz
+39d3ee62aefd452b8b86094de46a9214  Archive-Zip-1.48.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Archive-Zip.git/commit/?h=masterid=edaa4b9f052218df783d26b6bbea815e904340d5
--
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

limb changed ppisar's 'watchcommits' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed ppisar's 'watchcommits' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed ppisar's 'approveacls' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed ppisar's 'approveacls' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed psabata's 'commit' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed psabata's 'commit' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed ppisar's 'watchbugzilla' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed ppisar's 'watchbugzilla' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb added a new package 'perl-VM-EC2-Security-CredentialCache' (master)

2015-06-19 Thread notifications
limb added a new package 'perl-VM-EC2-Security-CredentialCache' (master)

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed jplesnik's 'watchbugzilla' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed jplesnik's 'watchbugzilla' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed jplesnik's 'watchcommits' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed jplesnik's 'watchcommits' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed psabata's 'watchcommits' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed psabata's 'watchcommits' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed jplesnik's 'commit' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed jplesnik's 'commit' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed psabata's 'watchbugzilla' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed psabata's 'watchbugzilla' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed ppisar's 'commit' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed ppisar's 'commit' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed jplesnik's 'approveacls' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed jplesnik's 'approveacls' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

jplesnik uploaded App-cpanminus-1.7037.tar.gz for perl-App-cpanminus

2015-06-19 Thread notifications
950980f7999e7f9ff0bc4253aabd  App-cpanminus-1.7037.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-cpanminus/App-cpanminus-1.7037.tar.gz/md5/950980f7999e7f9ff0bc4253aabd/App-cpanminus-1.7037.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

ppisar uploaded App-GitHooks-v1.7.2.tar.gz for perl-App-GitHooks

2015-06-19 Thread notifications
dc22d9f9f4c4226560a00d10c6bdb509  App-GitHooks-v1.7.2.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-GitHooks/App-GitHooks-v1.7.2.tar.gz/md5/dc22d9f9f4c4226560a00d10c6bdb509/App-GitHooks-v1.7.2.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

pghmcfc pushed to perl-CPAN-Meta-Check (master). Update to 0.012 (..more)

2015-06-19 Thread notifications
From 20cd6055059b29f03d9dab0237f760b73320a712 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 19 Jun 2015 12:19:08 +0100
Subject: Update to 0.012

- New upstream release 0.012
  - Drop dependency on Exporter 5.57

diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index 4a17fc6..74b2e29 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,7 +1,7 @@
 Name:  perl-CPAN-Meta-Check
 Summary:   Verify requirements in a CPAN::Meta object
-Version:   0.011
-Release:   3%{?dist}
+Version:   0.012
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   https://metacpan.org/release/CPAN-Meta-Check
@@ -11,9 +11,10 @@ BuildArch:   noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module
+BuildRequires: perl(base)
 BuildRequires: perl(CPAN::Meta::Prereqs) = 2.132830
 BuildRequires: perl(CPAN::Meta::Requirements) = 2.121
-BuildRequires: perl(Exporter) = 5.57
+BuildRequires: perl(Exporter)
 BuildRequires: perl(Module::Metadata) = 1.23
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
@@ -58,6 +59,10 @@ make test TEST_FILES=$(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/CPAN::Meta::Check.3*
 
 %changelog
+* Fri Jun 19 2015 Paul Howarth p...@city-fan.org - 0.012-1
+- Update to 0.012
+  - Drop dependency on Exporter 5.57
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.011-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4af466e..a2ef91c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2591aa5dd0658a6502a7bf068754e7bd  CPAN-Meta-Check-0.011.tar.gz
+adb415398390e83f09e4b91f73a6fd7f  CPAN-Meta-Check-0.012.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Check.git/commit/?h=masterid=20cd6055059b29f03d9dab0237f760b73320a712
--
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

ppisar pushed to perl-App-GitHooks (master). 1.7.2 bump

2015-06-19 Thread notifications
From 09337e69dc0f49993ccb35f7fc7ce39801165b00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 13:14:42 +0200
Subject: 1.7.2 bump


diff --git a/.gitignore b/.gitignore
index ec60262..e5cb5a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /App-GitHooks-v1.0.8.tar.gz
+/App-GitHooks-v1.7.2.tar.gz
diff --git a/perl-App-GitHooks.spec b/perl-App-GitHooks.spec
index d6d1dd2..63426c7 100644
--- a/perl-App-GitHooks.spec
+++ b/perl-App-GitHooks.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-GitHooks
-Version:1.0.8
-Release:4%{?dist}
+Version:1.7.2
+Release:1%{?dist}
 Summary:Extensible plugins system for git hooks
 License:GPLv3
 Group:  Development/Libraries
@@ -8,6 +8,13 @@ URL:http://search.cpan.org/dist/App-GitHooks/
 Source0:
http://www.cpan.org/modules/by-module/App/App-GitHooks-v%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  git-core = 1.7.4.1
+BuildRequires:  perl(autodie)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Carp)
@@ -19,29 +26,34 @@ BuildRequires:  perl(Data::Section)
 BuildRequires:  perl(Data::Validate::Type)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Git::Repository)
-BuildRequires:  perl(Module::Build)
+# lib is dangerous https://github.com/guillaumeaubert/App-GitHooks/issues/25
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(Parallel::ForkManager)
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Storable)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Term::Encoding)
 BuildRequires:  perl(Term::ReadKey)
-BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::Git)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Type) = 1.0.2
 BuildRequires:  perl(Text::Wrap)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(warnings)
-Requires:   /usr/bin/env
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Tests:
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Compile) = 1.001
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::FailWarnings)
+BuildRequires:  perl(Test::Type) = 1.0.2
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   git-core = 1.7.4.1
 
 %description
 App::GitHooks is an extensible and easy to configure git hooks framework
@@ -49,26 +61,34 @@ that supports many plugins.
 
 %prep
 %setup -q -n App-GitHooks-v%{version}
+# Do no use /usr/bin/env in shellbangs
+find -type f -exec sed -i -e \
+'s|\(#!\)\{0,1\}/usr/bin/env perl|%(perl -MConfig -e 'print 
$Config{startperl}')|g' \
+{} +
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Changes LICENSE README.md hooks
+%license LICENSE
+%doc Changes README.md hooks
+%{_bindir}/*
 %{perl_vendorlib}/*
+%{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Petr Pisar ppi...@redhat.com - 1.7.2-1
+- 1.7.2 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d9373aa..4916aa0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-560bf6300e36ed152552ec746b037188  App-GitHooks-v1.0.8.tar.gz
+dc22d9f9f4c4226560a00d10c6bdb509  App-GitHooks-v1.7.2.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-GitHooks.git/commit/?h=masterid=09337e69dc0f49993ccb35f7fc7ce39801165b00
--
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

pghmcfc uploaded CPAN-Meta-Check-0.012.tar.gz for perl-CPAN-Meta-Check

2015-06-19 Thread notifications
adb415398390e83f09e4b91f73a6fd7f  CPAN-Meta-Check-0.012.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Meta-Check/CPAN-Meta-Check-0.012.tar.gz/md5/adb415398390e83f09e4b91f73a6fd7f/CPAN-Meta-Check-0.012.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

pghmcfc pushed to perl-CPAN-Meta-Check (perl-CPAN-Meta-Check-0.012-1.fc23). Update to 0.012 (..more)

2015-06-19 Thread notifications
From 20cd6055059b29f03d9dab0237f760b73320a712 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 19 Jun 2015 12:19:08 +0100
Subject: Update to 0.012

- New upstream release 0.012
  - Drop dependency on Exporter 5.57

diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index 4a17fc6..74b2e29 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,7 +1,7 @@
 Name:  perl-CPAN-Meta-Check
 Summary:   Verify requirements in a CPAN::Meta object
-Version:   0.011
-Release:   3%{?dist}
+Version:   0.012
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   https://metacpan.org/release/CPAN-Meta-Check
@@ -11,9 +11,10 @@ BuildArch:   noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module
+BuildRequires: perl(base)
 BuildRequires: perl(CPAN::Meta::Prereqs) = 2.132830
 BuildRequires: perl(CPAN::Meta::Requirements) = 2.121
-BuildRequires: perl(Exporter) = 5.57
+BuildRequires: perl(Exporter)
 BuildRequires: perl(Module::Metadata) = 1.23
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
@@ -58,6 +59,10 @@ make test TEST_FILES=$(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/CPAN::Meta::Check.3*
 
 %changelog
+* Fri Jun 19 2015 Paul Howarth p...@city-fan.org - 0.012-1
+- Update to 0.012
+  - Drop dependency on Exporter 5.57
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.011-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4af466e..a2ef91c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2591aa5dd0658a6502a7bf068754e7bd  CPAN-Meta-Check-0.011.tar.gz
+adb415398390e83f09e4b91f73a6fd7f  CPAN-Meta-Check-0.012.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Check.git/commit/?h=perl-CPAN-Meta-Check-0.012-1.fc23id=20cd6055059b29f03d9dab0237f760b73320a712
--
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

limb changed perl-sig's 'watchbugzilla' permission on perl-VM-EC2 (master) to 'Approved'

2015-06-19 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-VM-EC2 (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-VM-EC2 (master) to 'Approved'

2015-06-19 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-VM-EC2 (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2/
--
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

limb changed perl-sig's 'watchbugzilla' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed psabata's 'approveacls' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed psabata's 'approveacls' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

2015-06-19 Thread notifications
limb changed perl-sig's 'watchcommits' permission on 
perl-VM-EC2-Security-CredentialCache (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-VM-EC2-Security-CredentialCache/
--
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