eseyman uploaded Moose-2.1600.tar.gz for perl-Moose

2015-08-11 Thread notifications
e9dd95ed064624a6321f8e6c12b11e3a  Moose-2.1600.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Moose/Moose-2.1600.tar.gz/md5/e9dd95ed064624a6321f8e6c12b11e3a/Moose-2.1600.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-Text-Levenshtein-Damerau-XS (master). Initial import

2015-08-11 Thread notifications
From dd6f12a16f297eae30aa46d7623a51cb0b3ee702 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 11 Aug 2015 10:01:40 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..33d5efa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Levenshtein-Damerau-XS-3.0.tar.gz
diff --git a/perl-Text-Levenshtein-Damerau-XS.spec 
b/perl-Text-Levenshtein-Damerau-XS.spec
new file mode 100644
index 000..a74e164
--- /dev/null
+++ b/perl-Text-Levenshtein-Damerau-XS.spec
@@ -0,0 +1,51 @@
+Name:   perl-Text-Levenshtein-Damerau-XS
+Version:3.0
+Release:1%{?dist}
+Summary:XS Damerau Levenshtein edit distance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Levenshtein-Damerau-XS/
+Source0:
http://www.cpan.org/authors/id/U/UG/UGEXE/Text-Levenshtein-Damerau-XS-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(XSLoader)
+
+%description
+This is an XS implementation of the true Damerau Levenshtein edit distance
+algorithm.
+
+%prep
+%setup -q -n Text-Levenshtein-Damerau-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README examples
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Text*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 29 2015 Jitka Plesnikova jples...@redhat.com - 3.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..876b45a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Levenshtein-Damerau-XS.git/commit/?h=masterid=dd6f12a16f297eae30aa46d7623a51cb0b3ee702
--
Fedora Extras Perl SIG
http://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 Text-Levenshtein-Damerau-XS-3.0.tar.gz for perl-Text-Levenshtein-Damerau-XS

2015-08-11 Thread notifications
b06badbeef34f5ba4a574a86706bf01d  Text-Levenshtein-Damerau-XS-3.0.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Levenshtein-Damerau-XS/Text-Levenshtein-Damerau-XS-3.0.tar.gz/md5/b06badbeef34f5ba4a574a86706bf01d/Text-Levenshtein-Damerau-XS-3.0.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

eseyman uploaded IO-Async-0.68.tar.gz for perl-IO-Async

2015-08-11 Thread notifications
4d5177c823d17cecb6c4f9588ac80d9d  IO-Async-0.68.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Async/IO-Async-0.68.tar.gz/md5/4d5177c823d17cecb6c4f9588ac80d9d/IO-Async-0.68.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-Moose (master). Update to 2.1600

2015-08-11 Thread notifications
From bb66bea7f8ca39f28fca4bf81fe889d226514357 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Tue, 11 Aug 2015 12:11:53 +0200
Subject: Update to 2.1600


diff --git a/.gitignore b/.gitignore
index d74985e..f7490f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /Moose-2.1403.tar.gz
 /Moose-2.1404.tar.gz
 /Moose-2.1405.tar.gz
+/Moose-2.1600.tar.gz
diff --git a/perl-Moose.spec b/perl-Moose.spec
index 32d1d33..e7ef2d8 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
-Version:2.1405
-Release:4%{?dist}
+Version:2.1600
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-%{version}.tar.gz
@@ -164,6 +164,9 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Tue Aug 11 2015 Emmanuel Seyman emman...@seyman.fr - 2.1600-1
+- Update to 2.1600
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.1405-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b53163e..0bc1c7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d24b8609a8aab95cce4b25162a2e2da2  Moose-2.1405.tar.gz
+e9dd95ed064624a6321f8e6c12b11e3a  Moose-2.1600.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Moose.git/commit/?h=masterid=bb66bea7f8ca39f28fca4bf81fe889d226514357
--
Fedora Extras Perl SIG
http://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-08-11 Thread buildsys


perl-Carp-REPL has broken dependencies in the F-23 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-Devel-FindRef

2015-08-11 Thread buildsys


perl-Devel-FindRef has broken dependencies in the F-23 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

Broken dependencies: perl-Task-Catalyst

2015-08-11 Thread buildsys


perl-Task-Catalyst has broken dependencies in the F-23 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: polymake

2015-08-11 Thread buildsys


polymake has broken dependencies in the F-23 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-Data-Alias

2015-08-11 Thread buildsys


perl-Data-Alias has broken dependencies in the F-23 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-Method-Signatures

2015-08-11 Thread buildsys


perl-Method-Signatures has broken dependencies in the F-23 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-POE-API-Peek

2015-08-11 Thread buildsys


perl-POE-API-Peek has broken dependencies in the F-23 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-CatalystX-REPL

2015-08-11 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the F-23 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-Devel-BeginLift

2015-08-11 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the F-23 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-B-Hooks-OP-Check-EntersubForCV

2015-08-11 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the F-23 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-Test-Vars

2015-08-11 Thread buildsys


perl-Test-Vars has broken dependencies in the F-23 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-CGI-Application-Structured-Tools

2015-08-11 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-23 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-Data-Dump-Streamer

2015-08-11 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the F-23 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: perl-Test-AutoBuild

2015-08-11 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the F-23 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

jplesnik pushed to perl-PDF-API2 (master). Add require perl(Storable)

2015-08-11 Thread notifications
From 85e25f6d160d502fac5f2c5adc99b2bacdd1779e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 11 Aug 2015 14:28:39 +0200
Subject: Add require perl(Storable)


diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec
index a52ef4b..8a1e4da 100644
--- a/perl-PDF-API2.spec
+++ b/perl-PDF-API2.spec
@@ -1,6 +1,6 @@
 Name:   perl-PDF-API2
 Version:2.023
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl module for creation and modification of PDF files
 
 Group:  System Environment/Libraries
@@ -33,6 +33,8 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Math::Trig)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
+# Storable is required by Unicode::UCD
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Unicode::UCD)
 BuildRequires:  perl(vars)
 # Tests:
@@ -46,6 +48,7 @@ Requires:   dejavu-sans-mono-fonts
 Requires:   dejavu-serif-fonts
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Compress::Zlib) = 1.0
+Requires:   perl(Storable)
 
 # Filter under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Compress::Zlib\\)$
@@ -115,6 +118,9 @@ make test
 
 
 %changelog
+* Tue Aug 11 2015 Jitka Plesnikova jples...@redhat.com - 2.023-2
+- Add require perl(Storable)
+
 * Mon Jun 22 2015 Jitka Plesnikova jples...@redhat.com - 2.023-1
 - 2.023 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PDF-API2.git/commit/?h=masterid=85e25f6d160d502fac5f2c5adc99b2bacdd1779e
--
Fedora Extras Perl SIG
http://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-08-11 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

[Bug 1252190] perl-Dist-Zilla-5.039 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252190

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Dist-Zilla-5.039-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-08-11 08:29:01



--- Comment #1 from Petr Šabata psab...@redhat.com ---
This only adds a version constraint for MooseX::Role::Parameterized.

Not affecting Fedora; we already ship a newer version than required in all
stable branches so I won't obsolete yesterday's 5.038 updates with this...

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

psabata pushed to perl-Net-CLI-Interact (master). Prevent FTBFS by correcting the build time dependency list (..more)

2015-08-11 Thread notifications
From 6d6348a66fd6eae8b85dbba4678b14126d402168 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 15:05:33 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- Trimmed the runtime dep list too; all of them were autodetected

diff --git a/perl-Net-CLI-Interact.spec b/perl-Net-CLI-Interact.spec
index 241e7c3..53ca4f9 100644
--- a/perl-Net-CLI-Interact.spec
+++ b/perl-Net-CLI-Interact.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-CLI-Interact
 Version:2.131260
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Toolkit for CLI Automation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,9 +8,14 @@ URL:http://search.cpan.org/dist/Net-CLI-Interact/
 Source0:
http://www.cpan.org/modules/by-module/Net/Net-CLI-Interact-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Class::Mix)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Log::Dispatch::Config)
@@ -18,22 +23,12 @@ BuildRequires:  perl(Log::Dispatch::Configurator::Any)
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(MooX::Types::MooseLike::Base)
-BuildRequires:  perl(Net::Telnet)
 BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Sub::Quote)
 BuildRequires:  perl(Test::More) = 0.88
-Requires:   perl(Class::Load)
-Requires:   perl(Class::Mix)
-Requires:   perl(IPC::Run)
-Requires:   perl(List::Util)
-Requires:   perl(Log::Dispatch::Config)
-Requires:   perl(Log::Dispatch::Configurator::Any)
-Requires:   perl(Moo)
-Requires:   perl(Moo::Role)
-Requires:   perl(MooX::Types::MooseLike::Base)
-Requires:   perl(Net::Telnet)
-Requires:   perl(Path::Class)
-Requires:   perl(Sub::Quote)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -71,6 +66,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 2.131260-7
+- Prevent FTBFS by correcting the build time dependency list
+- Trimmed the runtime dep list too; all of them were autodetected
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.131260-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-CLI-Interact.git/commit/?h=masterid=6d6348a66fd6eae8b85dbba4678b14126d402168
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Net-IDN-Encode (master). Prevent FTBFS by correcting the build time dependency list

2015-08-11 Thread notifications
From 1eae0b7cbda098dd4fef3851edf08d031d73eec6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 15:07:37 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec
index 0484412..b1795d2 100644
--- a/perl-Net-IDN-Encode.spec
+++ b/perl-Net-IDN-Encode.spec
@@ -16,6 +16,8 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(integer)
 BuildRequires:  perl(Module::Build)
+# An optional dependency, via Unicode::UCD
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IDN-Encode.git/commit/?h=masterid=1eae0b7cbda098dd4fef3851edf08d031d73eec6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Net-IDN-Encode (master). Prevent FTBFS by correcting the build time dependency list

2015-08-11 Thread notifications
From ae81199696ca3abe369d6721f2c2693caad34861 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 14:51:55 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec
index dfa714b..0484412 100644
--- a/perl-Net-IDN-Encode.spec
+++ b/perl-Net-IDN-Encode.spec
@@ -1,19 +1,30 @@
 Name:   perl-Net-IDN-Encode
 Summary:Internationalizing Domain Names in Applications (IDNA)
 Version:2.300
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-IDN-Encode/
 Source0:
http://www.cpan.org/authors/id/C/CF/CFAERBER/Net-IDN-Encode-%{version}.tar.gz
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  perl
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(integer)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Unicode::Normalize)
+BuildRequires:  perl(Unicode::UCD)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -67,6 +78,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} 
\;
 
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 2.300-2
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jul 23 2015 Emmanuel Seyman emman...@seyman.fr - 2.300-1
 - Update to 2.300
 - Use %%license tag
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IDN-Encode.git/commit/?h=masterid=ae81199696ca3abe369d6721f2c2693caad34861
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Net-Patricia (master). Prevent FTBFS by correcting the build time dependency list (..more)

2015-08-11 Thread notifications
From cb54f831faceed5cdd71d7298616322e23bddead Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 14:45:31 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- Tweak the runtime deplist as well

diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index dd1726e..9e4b796 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Patricia
 Version:1.22
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Patricia Trie perl module for fast IP address lookups
 # The entire source code is GPLv2+ except libpatricia/ which is BSD
 License:GPLv2+ and BSD
@@ -8,13 +8,26 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-Patricia/
 Source0:
http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(diagnostics)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Net::CIDR::Lite) = 0.20
+BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(vars)
 BuildRequires:  perl(version)
-BuildRequires:  perl(Net::CIDR::Lite) = 0.20
-Requires:   perl(Socket6)
-Requires:   perl(version)
+BuildRequires:  perl(warnings)
+Requires:   perl(DynaLoader)
+Requires:   perl(Exporter)
 Requires:   perl(Net::CIDR::Lite) = 0.20
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -64,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 1.22-9
+- Prevent FTBFS by correcting the build time dependency list
+- Tweak the runtime deplist as well
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.22-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-Patricia.git/commit/?h=masterid=cb54f831faceed5cdd71d7298616322e23bddead
--
Fedora Extras Perl SIG
http://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 Perl-Critic-1.126.tar.gz for perl-Perl-Critic

2015-08-11 Thread notifications
c5c698baa7fd373ea893ff39f29ed7b9  Perl-Critic-1.126.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Perl-Critic/Perl-Critic-1.126.tar.gz/md5/c5c698baa7fd373ea893ff39f29ed7b9/Perl-Critic-1.126.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Data-Alias

2015-08-11 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-Devel-FindRef

2015-08-11 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

psabata pushed to perl-Dist-Zilla (master). 5.039 bump

2015-08-11 Thread notifications
From 938c3a033bce13b3542cb598b264f2f4519b108e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 14:28:37 +0200
Subject: 5.039 bump


diff --git a/.gitignore b/.gitignore
index c5631b9..6c142e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.036.tar.gz
 /Dist-Zilla-5.037.tar.gz
 /Dist-Zilla-5.038.tar.gz
+/Dist-Zilla-5.039.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 1aa967a..68fc2ff 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla
-Version:5.038
+Version:5.039
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
@@ -65,7 +65,7 @@ BuildRequires:  perl(Moose) = 0.92
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::LazyRequire)
-BuildRequires:  perl(MooseX::Role::Parameterized)
+BuildRequires:  perl(MooseX::Role::Parameterized) = 1.01
 BuildRequires:  perl(MooseX::SetOnce)
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::Moose)
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 5.039-1
+- 5.039 bump
+
 * Mon Aug 10 2015 Petr Šabata con...@redhat.com - 5.038-1
 - 5.038 bump
 
diff --git a/sources b/sources
index 28eb15f..3f9b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e85c0736ff2d1df2a3efc137da4d8ae  Dist-Zilla-5.038.tar.gz
+77ffe60ba6af9ff521d51b3ee6f85caf  Dist-Zilla-5.039.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=masterid=938c3a033bce13b3542cb598b264f2f4519b108e
--
Fedora Extras Perl SIG
http://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-08-11 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-POE-API-Peek

2015-08-11 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

psabata uploaded Dist-Zilla-5.039.tar.gz for perl-Dist-Zilla

2015-08-11 Thread notifications
77ffe60ba6af9ff521d51b3ee6f85caf  Dist-Zilla-5.039.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla/Dist-Zilla-5.039.tar.gz/md5/77ffe60ba6af9ff521d51b3ee6f85caf/Dist-Zilla-5.039.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Method-Signatures

2015-08-11 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-B-Hooks-OP-Check-EntersubForCV

2015-08-11 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-Devel-BeginLift

2015-08-11 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-Data-Dump-Streamer

2015-08-11 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: polymake

2015-08-11 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-Test-Vars

2015-08-11 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

pghmcfc pushed to perl-Perl-Critic (perl-Perl-Critic-1.126-1.fc23). Update to 1.126 (..more)

2015-08-11 Thread notifications
From 48affb61a91e4e49abfbe983e07dbd61ffdf51e3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 14:57:32 +0100
Subject: Update to 1.126

- New upstream release 1.126
  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
production code
  - Fixed problems arising from having -b in your .perltidyrc file
  - Removed extra newline from policy names returned by P::C::Config-policies
  - 'fc' and 'say' are now covered by ProhibitUselessTopic
  - Add more strict/warnings importer modules
  - Path::Tiny is now recommended over File::Slurp
  - Micro-optimize by calling -content() directly instead of going through the
overloads
  - Square brackets are now allowed around your '## no critic' policy list

diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index fc7659d..444a35e 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:  perl-Perl-Critic
-Version:   1.125
-Release:   4%{?dist}
+Version:   1.126
+Release:   1%{?dist}
 Summary:   Critique Perl source code for best-practices
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -9,6 +9,9 @@ Source0:
http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Perl-Critic-%{versi
 BuildArch: noarch
 
 # Build process
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(lib)
 BuildRequires: perl(Module::Build) = 0.42
@@ -116,12 +119,6 @@ of Perl code were mixed directly in the test script. That 
sucked.
 %prep
 %setup -q -n Perl-Critic-%{version}
 
-# Drop Test::Kwalitee tests in RHEL ≥ 7
-%if 0%{?rhel} = 7
-rm xt/author/95_kwalitee.t
-sed -i -e '/^xt\/author\/95_kwalitee.t$/ d' MANIFEST
-%endif
-
 # Drop exec bits from samples/docs to avoid dependency bloat
 find tools examples -type f -exec chmod -c -x {} ';'
 
@@ -153,6 +150,19 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 %{_mandir}/man3/Test::Perl::Critic::Policy.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.126-1
+- Update to 1.126
+  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
+production code
+  - Fixed problems arising from having -b in your .perltidyrc file
+  - Removed extra newline from policy names returned by P::C::Config-policies
+  - 'fc' and 'say' are now covered by ProhibitUselessTopic
+  - Add more strict/warnings importer modules
+  - Path::Tiny is now recommended over File::Slurp
+  - Micro-optimize by calling -content() directly instead of going through the
+overloads
+  - Square brackets are now allowed around your '## no critic' policy list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.125-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index efde745..ca0cc50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c22b0e945cfbc75fadb0a7b110e00de3  Perl-Critic-1.125.tar.gz
+c5c698baa7fd373ea893ff39f29ed7b9  Perl-Critic-1.126.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Perl-Critic.git/commit/?h=perl-Perl-Critic-1.126-1.fc23id=48affb61a91e4e49abfbe983e07dbd61ffdf51e3
--
Fedora Extras Perl SIG
http://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-Perl-Critic (perl-Perl-Critic-1.126-1.fc24). Update to 1.126 (..more)

2015-08-11 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Perl-Critic.git/commit/?h=perl-Perl-Critic-1.126-1.fc24id=48affb61a91e4e49abfbe983e07dbd61ffdf51e3
--
Fedora Extras Perl SIG
http://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 Data-UUID-1.221.tar.gz for perl-Data-UUID

2015-08-11 Thread notifications
7619929e8fe205a7fb83bc1c29ecbf99  Data-UUID-1.221.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-UUID/Data-UUID-1.221.tar.gz/md5/7619929e8fe205a7fb83bc1c29ecbf99/Data-UUID-1.221.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

psabata pushed to perl-Makefile-Parser (master). Prevent FTBFS by correcting the build time dependency list (..more)

2015-08-11 Thread notifications
From 9e9e4e97390ea660f6091dfd62c5427679353aba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 16:20:49 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- The dep list is quite long and ugly; most of it comes from the bundled
  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
- Enable most of the test suite; the failing test is most likely fixed
  in the new upstream version -- an update is advised

diff --git a/perl-Makefile-Parser.spec b/perl-Makefile-Parser.spec
index 2fc1688..cb860da 100644
--- a/perl-Makefile-Parser.spec
+++ b/perl-Makefile-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-Makefile-Parser
 Version:0.211
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Simple parser for Makefiles
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,24 +8,52 @@ URL:http://search.cpan.org/dist/Makefile-Parser/
 Source0:
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-Parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl = 1:5.6.1
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  sed
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(Class::Trigger) = 0.13
+BuildRequires:  perl(Config)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::stat)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IPC::Run3) = 0.036
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Makefile::DOM) = 0.003
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(MDOM::Document::Gmake)
+BuildRequires:  perl(MDOM::Util)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Text::Balanced)
-Requires:   perl(Class::Accessor::Fast)
+BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl(threads::shared)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Class::Trigger) = 0.13
-Requires:   perl(File::Slurp)
-Requires:   perl(List::MoreUtils)
-Requires:   perl(Makefile::DOM) = 0.003
-Requires:   perl(Text::Balanced)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Trigger\\)$
+
 %description
 This is a simple parser for Makefiles. At this very early stage, the parser
 only supports a limited set of features, so it may not recognize most of
@@ -37,6 +65,8 @@ satisfactory for this purpose, so I decided to build one of 
my own.
 
 %prep
 %setup -q -n Makefile-Parser-%{version}
+# This test is fishy; and yes, it needs to be done here
+rm t/makesimple.t  sed -e '/^t\/makesimple\.t/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -52,8 +82,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-#%check
-#make test
+%check
+# makesimple.t is disabled, see the %%prep section
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/plmake
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 0.211-17
+- Prevent FTBFS by correcting the build time dependency list
+- The dep list is quite long and ugly; most of it comes from the bundled
+  modules (Module::AutoInstall, Module::Install, Spiffy, Test::Base,
+  Test::Builder, Test::More) -- it'd be much better to simply unbundle them
+- Enable most of the test suite; the failing test is most likely fixed
+  in the new upstream version -- an update is advised
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.211-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Makefile-Parser.git/commit/?h=masterid=9e9e4e97390ea660f6091dfd62c5427679353aba
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-IPC-DirQueue (master). Prevent FTBFS by correcting the build time dependency list

2015-08-11 Thread notifications
From a5177b6bb333fb49ff328d3ef95c137975b9c780 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 16:45:39 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-IPC-DirQueue.spec b/perl-IPC-DirQueue.spec
index a197c8e..7c57f13 100644
--- a/perl-IPC-DirQueue.spec
+++ b/perl-IPC-DirQueue.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-DirQueue
 Version:1.0
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Disk-based many-to-many task queue
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,12 +8,27 @@ URL:http://search.cpan.org/dist/IPC-DirQueue/
 Source0:
http://www.cpan.org/modules/by-module/IPC/IPC-DirQueue-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-
-%if %{?rhel}%{!?rhel:0} == 4
-BuildRequires:  perl(Time::HiRes) 
-%endif
-
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(POE)
+BuildRequires:  perl(POE::Component::Server::TCP)
+BuildRequires:  perl(POE::Filter::Line)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -53,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 1.0-18
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-DirQueue.git/commit/?h=masterid=a5177b6bb333fb49ff328d3ef95c137975b9c780
--
Fedora Extras Perl SIG
http://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-DBIx-Safe (master). Specify all dependencies

2015-08-11 Thread notifications
From 6e52107045537220ed24ce507b87bb6e6284b088 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 11 Aug 2015 17:15:45 +0200
Subject: Specify all dependencies


diff --git a/perl-DBIx-Safe.spec b/perl-DBIx-Safe.spec
index ac49588..693b2f4 100644
--- a/perl-DBIx-Safe.spec
+++ b/perl-DBIx-Safe.spec
@@ -1,22 +1,32 @@
 %define realname DBIx-Safe
 Name:   perl-DBIx-Safe
 Version:1.2.5
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Safer access to your database through a DBI database handle
 License:BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DBIx-Safe/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/%{realname}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 # core
-BuildRequires:  perl(ExtUtils::MakeMaker) 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DBD::Pg)
 BuildRequires:  perl(DBI)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(Perl::Critic)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Simple)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# pod2html
+BuildRequires:  perl-Pod-Html
 
 %description
 The purpose of this module is to give controlled, limited access to an
@@ -33,28 +43,24 @@ the database handle - methods and attributes.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} + 
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} %{buildroot}/* 
 
 %check
 # note this test suite is noisy! :-)
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes  INSTALL  LICENSE  README TODO SIGNATURE t/
+%license LICENSE
+%doc Changes INSTALL README TODO SIGNATURE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Jitka Plesnikova jples...@redhat.com - 1.2.5-24
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.5-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -109,10 +115,10 @@ rm -rf %{buildroot}
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Jan 29 2009 Itamar Reis Peixoto ita...@ispbrasil.com.br 1.2.5-4
+* Thu Jan 29 2009 Itamar Reis Peixoto ita...@ispbrasil.com.br 1.2.5-4
 - include make test in %%check section
 
-* Mon Jan 29 2009 Itamar Reis Peixoto ita...@ispbrasil.com.br 1.2.5-3
+* Thu Jan 29 2009 Itamar Reis Peixoto ita...@ispbrasil.com.br 1.2.5-3
 - include %%{_fixperms} %%{buildroot}/* after %%install section, replace tab 
to space in spec.
 
 * Mon Jan 26 2009 Itamar Reis Peixoto ita...@ispbrasil.com.br 1.2.5-2
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Safe.git/commit/?h=masterid=6e52107045537220ed24ce507b87bb6e6284b088
--
Fedora Extras Perl SIG
http://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-Perl-Critic (master). Update to 1.126 (..more)

2015-08-11 Thread notifications
From 48affb61a91e4e49abfbe983e07dbd61ffdf51e3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 14:57:32 +0100
Subject: Update to 1.126

- New upstream release 1.126
  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
production code
  - Fixed problems arising from having -b in your .perltidyrc file
  - Removed extra newline from policy names returned by P::C::Config-policies
  - 'fc' and 'say' are now covered by ProhibitUselessTopic
  - Add more strict/warnings importer modules
  - Path::Tiny is now recommended over File::Slurp
  - Micro-optimize by calling -content() directly instead of going through the
overloads
  - Square brackets are now allowed around your '## no critic' policy list

diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index fc7659d..444a35e 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:  perl-Perl-Critic
-Version:   1.125
-Release:   4%{?dist}
+Version:   1.126
+Release:   1%{?dist}
 Summary:   Critique Perl source code for best-practices
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -9,6 +9,9 @@ Source0:
http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Perl-Critic-%{versi
 BuildArch: noarch
 
 # Build process
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(lib)
 BuildRequires: perl(Module::Build) = 0.42
@@ -116,12 +119,6 @@ of Perl code were mixed directly in the test script. That 
sucked.
 %prep
 %setup -q -n Perl-Critic-%{version}
 
-# Drop Test::Kwalitee tests in RHEL ≥ 7
-%if 0%{?rhel} = 7
-rm xt/author/95_kwalitee.t
-sed -i -e '/^xt\/author\/95_kwalitee.t$/ d' MANIFEST
-%endif
-
 # Drop exec bits from samples/docs to avoid dependency bloat
 find tools examples -type f -exec chmod -c -x {} ';'
 
@@ -153,6 +150,19 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 %{_mandir}/man3/Test::Perl::Critic::Policy.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.126-1
+- Update to 1.126
+  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
+production code
+  - Fixed problems arising from having -b in your .perltidyrc file
+  - Removed extra newline from policy names returned by P::C::Config-policies
+  - 'fc' and 'say' are now covered by ProhibitUselessTopic
+  - Add more strict/warnings importer modules
+  - Path::Tiny is now recommended over File::Slurp
+  - Micro-optimize by calling -content() directly instead of going through the
+overloads
+  - Square brackets are now allowed around your '## no critic' policy list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.125-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index efde745..ca0cc50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c22b0e945cfbc75fadb0a7b110e00de3  Perl-Critic-1.125.tar.gz
+c5c698baa7fd373ea893ff39f29ed7b9  Perl-Critic-1.126.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Perl-Critic.git/commit/?h=masterid=48affb61a91e4e49abfbe983e07dbd61ffdf51e3
--
Fedora Extras Perl SIG
http://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-Perl-Critic (f23). Update to 1.126 (..more)

2015-08-11 Thread notifications
From 48affb61a91e4e49abfbe983e07dbd61ffdf51e3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 14:57:32 +0100
Subject: Update to 1.126

- New upstream release 1.126
  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
production code
  - Fixed problems arising from having -b in your .perltidyrc file
  - Removed extra newline from policy names returned by P::C::Config-policies
  - 'fc' and 'say' are now covered by ProhibitUselessTopic
  - Add more strict/warnings importer modules
  - Path::Tiny is now recommended over File::Slurp
  - Micro-optimize by calling -content() directly instead of going through the
overloads
  - Square brackets are now allowed around your '## no critic' policy list

diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index fc7659d..444a35e 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:  perl-Perl-Critic
-Version:   1.125
-Release:   4%{?dist}
+Version:   1.126
+Release:   1%{?dist}
 Summary:   Critique Perl source code for best-practices
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -9,6 +9,9 @@ Source0:
http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Perl-Critic-%{versi
 BuildArch: noarch
 
 # Build process
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(lib)
 BuildRequires: perl(Module::Build) = 0.42
@@ -116,12 +119,6 @@ of Perl code were mixed directly in the test script. That 
sucked.
 %prep
 %setup -q -n Perl-Critic-%{version}
 
-# Drop Test::Kwalitee tests in RHEL ≥ 7
-%if 0%{?rhel} = 7
-rm xt/author/95_kwalitee.t
-sed -i -e '/^xt\/author\/95_kwalitee.t$/ d' MANIFEST
-%endif
-
 # Drop exec bits from samples/docs to avoid dependency bloat
 find tools examples -type f -exec chmod -c -x {} ';'
 
@@ -153,6 +150,19 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 %{_mandir}/man3/Test::Perl::Critic::Policy.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.126-1
+- Update to 1.126
+  - Added a policy: ControlStructures::ProhibitYadaOperator - Never use ... in
+production code
+  - Fixed problems arising from having -b in your .perltidyrc file
+  - Removed extra newline from policy names returned by P::C::Config-policies
+  - 'fc' and 'say' are now covered by ProhibitUselessTopic
+  - Add more strict/warnings importer modules
+  - Path::Tiny is now recommended over File::Slurp
+  - Micro-optimize by calling -content() directly instead of going through the
+overloads
+  - Square brackets are now allowed around your '## no critic' policy list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.125-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index efde745..ca0cc50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c22b0e945cfbc75fadb0a7b110e00de3  Perl-Critic-1.125.tar.gz
+c5c698baa7fd373ea893ff39f29ed7b9  Perl-Critic-1.126.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Perl-Critic.git/commit/?h=f23id=48affb61a91e4e49abfbe983e07dbd61ffdf51e3
--
Fedora Extras Perl SIG
http://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-Data-UUID (f23). Update to 1.221 (..more)

2015-08-11 Thread notifications
From a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:00:18 +0100
Subject: Update to 1.221

- New upstream release 1.221
  - Documentation improvements

diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec
index 166aca5..4d11173 100644
--- a/perl-Data-UUID.spec
+++ b/perl-Data-UUID.spec
@@ -1,6 +1,6 @@
 Name:  perl-Data-UUID
-Version:   1.220
-Release:   3%{?dist}
+Version:   1.221
+Release:   1%{?dist}
 Summary:   Globally/Universally Unique Identifiers (GUIDs/UUIDs) 
 Group: Development/Libraries
 # Upstream says BSD but LICENSE file looks more like MIT
@@ -9,6 +9,10 @@ License:   BSD and MIT
 URL:   http://search.cpan.org/dist/Data-UUID/
 Source0:   
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-UUID-%{version}.tar.gz
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -82,6 +86,10 @@ perl smp-test/collision.t
 %{_mandir}/man3/Data::UUID.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.221-1
+- Update to 1.221
+  - Documentation improvements
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.220-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 34f6fd6..af616ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3db849cb2ebedd969cb0090d91e39712  Data-UUID-1.220.tar.gz
+7619929e8fe205a7fb83bc1c29ecbf99  Data-UUID-1.221.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-UUID.git/commit/?h=f23id=a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f
--
Fedora Extras Perl SIG
http://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 forks-0.36.tar.gz for perl-forks

2015-08-11 Thread notifications
48a1819dd2ff67d756f268771e1a9827  forks-0.36.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-forks/forks-0.36.tar.gz/md5/48a1819dd2ff67d756f268771e1a9827/forks-0.36.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-forks (master). 0.36 bump

2015-08-11 Thread notifications
From 426f1f6a93474371fd1254a6462406178a15d36d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 11 Aug 2015 16:12:23 +0200
Subject: 0.36 bump


diff --git a/.gitignore b/.gitignore
index 7c10e96..33885c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 forks-0.34.tar.gz
+/forks-0.36.tar.gz
diff --git a/perl-forks.spec b/perl-forks.spec
index 8a8e498..787d342 100644
--- a/perl-forks.spec
+++ b/perl-forks.spec
@@ -1,6 +1,6 @@
 Name:   perl-forks
-Version:0.34
-Release:15%{?dist}
+Version:0.36
+Release:1%{?dist}
 Summary:A drop-in replacement for Perl threads using fork()
 
 Group:  Development/Libraries
@@ -13,9 +13,39 @@ Source0:
http://search.cpan.org/CPAN/authors/id/R/RY/RYBSKEJ/forks-%{vers
 Patch0: perl-forks-assertion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(List::MoreUtils)
-BuildRequires:  perl(Sys::SigAction) = 0.11, perl(Acme::Damn)
-BuildRequires:  perl(Devel::Symdump), perl(Test::More)
+BuildRequires:  perl(Acme::Damn)
+BuildRequires:  perl(Attribute::Handlers)
+BuildRequires:  perl(attributes)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Devel::Symdump)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MM_Any)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(if)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Module::Signature)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(sigtrap)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::SigAction) = 0.11
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Thread::Queue)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(warnings::register)
+BuildRequires:  perl(XSLoader)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 # This provides is not getting picked up
@@ -51,31 +81,24 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
 
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
-%doc CHANGELOG CREDITS README TODO
+%doc Changes CREDITS README TODO
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Aug 11 2015 Jitka Plesnikova jples...@redhat.com - 0.36-1
+- 0.36 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.34-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -136,5 +159,5 @@ rm -rf $RPM_BUILD_ROOT
 - add patch from novell site to fix assertion in fedora  13
 - change references of forks::Devel::Symdump to Devel::Symdump
 
-* Fri Jun 06 2009 Bernard Johnson bjohn...@symetrix.com - 0.33-1
+* Fri Jun 05 2009 Bernard Johnson bjohn...@symetrix.com - 0.33-1
 - initial release
diff --git a/sources b/sources
index b4dc422..f18a270 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26e5b395cb24975f9b99414fe1d748f1  forks-0.34.tar.gz
+48a1819dd2ff67d756f268771e1a9827  forks-0.36.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-forks.git/commit/?h=masterid=426f1f6a93474371fd1254a6462406178a15d36d
--
Fedora Extras Perl SIG
http://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-Data-UUID (master). Update to 1.221 (..more)

2015-08-11 Thread notifications
From a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:00:18 +0100
Subject: Update to 1.221

- New upstream release 1.221
  - Documentation improvements

diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec
index 166aca5..4d11173 100644
--- a/perl-Data-UUID.spec
+++ b/perl-Data-UUID.spec
@@ -1,6 +1,6 @@
 Name:  perl-Data-UUID
-Version:   1.220
-Release:   3%{?dist}
+Version:   1.221
+Release:   1%{?dist}
 Summary:   Globally/Universally Unique Identifiers (GUIDs/UUIDs) 
 Group: Development/Libraries
 # Upstream says BSD but LICENSE file looks more like MIT
@@ -9,6 +9,10 @@ License:   BSD and MIT
 URL:   http://search.cpan.org/dist/Data-UUID/
 Source0:   
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-UUID-%{version}.tar.gz
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -82,6 +86,10 @@ perl smp-test/collision.t
 %{_mandir}/man3/Data::UUID.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.221-1
+- Update to 1.221
+  - Documentation improvements
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.220-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 34f6fd6..af616ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3db849cb2ebedd969cb0090d91e39712  Data-UUID-1.220.tar.gz
+7619929e8fe205a7fb83bc1c29ecbf99  Data-UUID-1.221.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-UUID.git/commit/?h=masterid=a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-MooseX-Clone (master). Prevent FTBFS by correcting the build time dependency list (..more)

2015-08-11 Thread notifications
From 19b14c908c830d0588e0ddb6d49782c7025bae30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 15:33:32 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- Tweaked the runtime dep list as well
- Dropped the unused patch from git

diff --git a/MooseX-Clone-0.05-rt55003.patch b/MooseX-Clone-0.05-rt55003.patch
deleted file mode 100644
index 11531a0..000
--- a/MooseX-Clone-0.05-rt55003.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up 
MooseX-Clone-0.05/lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm.orig 
MooseX-Clone-0.05/lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm
 
MooseX-Clone-0.05/lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm.orig   
   2009-04-11 17:53:03.0 +0200
-+++ MooseX-Clone-0.05/lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm   
2010-07-20 16:41:57.0 +0200
-@@ -1,6 +1,6 @@
- #!/usr/bin/perl
- 
--package MooseX::Clone::Meta::Attribute::Trait::StrableClone;
-+package MooseX::Clone::Meta::Attribute::Trait::StorableClone;
- use Moose::Role;
- 
- use Carp qw(croak);
diff --git a/perl-MooseX-Clone.spec b/perl-MooseX-Clone.spec
index be01c84..8a388e6 100644
--- a/perl-MooseX-Clone.spec
+++ b/perl-MooseX-Clone.spec
@@ -1,22 +1,30 @@
 Name:   perl-MooseX-Clone
 Version:0.06
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Fine grained cloning support for Moose objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/MooseX-Clone/
 Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Clone-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Visitor) = 0.24
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(Data::Visitor::Callback)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
 BuildRequires:  perl(Module::Build::Tiny)
-BuildRequires:  perl(Moose) = 0.74
-BuildRequires:  perl(namespace::clean) = 0.08
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(Test::use::ok)
-Requires:   perl(Data::Visitor) = 0.24
-Requires:   perl(Moose) = 0.74
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(warnings)
+Requires:   perl(Data::Visitor::Callback)
+Requires:   perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -51,6 +59,11 @@ value's own clone method.
 %{_mandir}/man3/MooseX*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 0.06-4
+- Prevent FTBFS by correcting the build time dependency list
+- Tweaked the runtime dep list as well
+- Dropped the unused patch from git
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.06-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Clone.git/commit/?h=masterid=19b14c908c830d0588e0ddb6d49782c7025bae30
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-IPC-SharedCache (master). Prevent FTBFS by correcting the build time dependency list (..more)

2015-08-11 Thread notifications
From c149c4a13bff88e813d82c39aa8a4a9f507d93a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 16:28:13 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- Package the LICENSE text with %license

diff --git a/perl-IPC-SharedCache.spec b/perl-IPC-SharedCache.spec
index 15d37e0..5fc8b3e 100644
--- a/perl-IPC-SharedCache.spec
+++ b/perl-IPC-SharedCache.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-SharedCache
 Version:1.3
-Release:27%{?dist}
+Release:28%{?dist}
 Summary:Perl module to manage a cache in SysV IPC shared memory
 
 Group:  Development/Libraries
@@ -10,9 +10,21 @@ Source0:
http://www.cpan.org/authors/id/S/SA/SAMTREGAR/IPC-SharedCache-%{
 Patch0: IPC-SharedCache-1.3-test.patch
 
 BuildArch:  noarch
-BuildRequires:  perl(IPC::ShareLite) = 0.06
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(IPC::ShareLite) = 0.06
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(IPC::ShareLite) = 0.06
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(IPC::ShareLite\\)$
 
 %description
 This module provides a shared memory cache accessed as a tied hash.
@@ -53,12 +65,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ANNOUNCE Changes LICENSE README
+%license LICENSE
+%doc ANNOUNCE Changes README
 %{perl_vendorlib}/IPC/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 1.3-28
+- Prevent FTBFS by correcting the build time dependency list
+- Package the LICENSE text with %%license
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-27
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IPC-SharedCache.git/commit/?h=masterid=c149c4a13bff88e813d82c39aa8a4a9f507d93a2
--
Fedora Extras Perl SIG
http://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-Email-Address-List (master). Specify all dependencies

2015-08-11 Thread notifications
From 1ccce1629e53f1eee83f5c5c511abef1443188a3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 11 Aug 2015 16:32:49 +0200
Subject: Specify all dependencies


diff --git a/perl-Email-Address-List.spec b/perl-Email-Address-List.spec
index e3bbe5c..185f1dc 100644
--- a/perl-Email-Address-List.spec
+++ b/perl-Email-Address-List.spec
@@ -1,17 +1,24 @@
 Name:   perl-Email-Address-List
 Version:0.05
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:RFC close address list parsing
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Email-Address-List/
 Source0:
http://www.cpan.org/authors/id/A/AL/ALEXMV/Email-Address-List-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Email::Address)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(JSON)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
+BuildRequires:  perl(Module::Install::WriteAll)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -21,13 +28,16 @@ Resent- (e.g. Resent-From) headers.
 
 %prep
 %setup -q -n Email-Address-List-%{version}
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
 
 %build
 %{__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 -depth -type d -exec rmdir {} 2/dev/null \;
@@ -43,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Jitka Plesnikova jples...@redhat.com - 0.05-6
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Address-List.git/commit/?h=masterid=1ccce1629e53f1eee83f5c5c511abef1443188a3
--
Fedora Extras Perl SIG
http://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-Data-UUID (perl-Data-UUID-1.221-1.fc24). Update to 1.221 (..more)

2015-08-11 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Data-UUID.git/commit/?h=perl-Data-UUID-1.221-1.fc24id=a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Future (master). Prevent FTBFS by correcting the build tim dependency list

2015-08-11 Thread notifications
From 1bde79761051d3445df9d94f6b23ebc2e105a4a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 18:23:30 +0200
Subject: Prevent FTBFS by correcting the build tim dependency list


diff --git a/perl-Future.spec b/perl-Future.spec
index fd951b5..00fccda 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,6 +1,6 @@
 Name:   perl-Future
 Version:0.33
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl object system to represent an operation awaiting 
completion
 License:GPL+ or Artistic
 
@@ -8,16 +8,32 @@ URL:http://search.cpan.org/dist/Future/
 Source0:
http://www.cpan.org/authors/id/P/PE/PEVANS/Future-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(B)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp) = 1.25
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Builder::Module)
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Refcount)
-BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Carp) = 1.25
 
 %{?perl_default_filter}
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Carp\\)$
 
 %description
 A Future object represents an operation that is currently in progress, or
@@ -48,6 +64,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 0.33-2
+- Prevent FTBFS by correcting the build tim dependency list
+
 * Fri Jul 31 2015 Emmanuel Seyman emman...@seyman.fr - 0.33-1
 - Update to 0.33
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Future.git/commit/?h=masterid=1bde79761051d3445df9d94f6b23ebc2e105a4a2
--
Fedora Extras Perl SIG
http://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-Data-UUID (perl-Data-UUID-1.221-1.fc23). Update to 1.221 (..more)

2015-08-11 Thread notifications
From a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:00:18 +0100
Subject: Update to 1.221

- New upstream release 1.221
  - Documentation improvements

diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec
index 166aca5..4d11173 100644
--- a/perl-Data-UUID.spec
+++ b/perl-Data-UUID.spec
@@ -1,6 +1,6 @@
 Name:  perl-Data-UUID
-Version:   1.220
-Release:   3%{?dist}
+Version:   1.221
+Release:   1%{?dist}
 Summary:   Globally/Universally Unique Identifiers (GUIDs/UUIDs) 
 Group: Development/Libraries
 # Upstream says BSD but LICENSE file looks more like MIT
@@ -9,6 +9,10 @@ License:   BSD and MIT
 URL:   http://search.cpan.org/dist/Data-UUID/
 Source0:   
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-UUID-%{version}.tar.gz
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -82,6 +86,10 @@ perl smp-test/collision.t
 %{_mandir}/man3/Data::UUID.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 1.221-1
+- Update to 1.221
+  - Documentation improvements
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.220-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 34f6fd6..af616ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3db849cb2ebedd969cb0090d91e39712  Data-UUID-1.220.tar.gz
+7619929e8fe205a7fb83bc1c29ecbf99  Data-UUID-1.221.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-UUID.git/commit/?h=perl-Data-UUID-1.221-1.fc23id=a7d9a6d7111fc1d23b4f5dc5ac7dd1309226b46f
--
Fedora Extras Perl SIG
http://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-Test-Kwalitee-Extra (master). Update to 0.3.1 (..more)

2015-08-11 Thread notifications
From 3760098176b81aa4cd89c399d54898aafd6c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:42:58 +0100
Subject: Update to 0.3.1

- New upstream release 0.3.1
  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
  - Fix minor grammatical error in error message

diff --git a/perl-Test-Kwalitee-Extra.spec b/perl-Test-Kwalitee-Extra.spec
index 135997a..d4d3ff4 100644
--- a/perl-Test-Kwalitee-Extra.spec
+++ b/perl-Test-Kwalitee-Extra.spec
@@ -1,14 +1,17 @@
 %bcond_with network_tests
 
 Name:  perl-Test-Kwalitee-Extra
-Version:   0.3.0
-Release:   4%{?dist}
+Version:   0.3.1
+Release:   1%{?dist}
 Summary:   Run Kwalitee tests including optional indicators
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-Kwalitee-Extra/
 Source0:   
http://search.cpan.org/CPAN/authors/id/Y/YA/YAKEX/Test-Kwalitee-Extra-v%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
 # Module Runtime
@@ -82,9 +85,14 @@ mv 
./{01-kwalitee,04-prereq_maches_use,05-build_prereq_matches_use,06-minperlver
 %license LICENSE
 %doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Kwalitee::Extra.3pm*
+%{_mandir}/man3/Test::Kwalitee::Extra.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 0.3.1-1
+- Update to 0.3.1
+  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
+  - Fix minor grammatical error in error message
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ffa529..5a73ebb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-702d4a446c813398655427ec43cd4bbf  Test-Kwalitee-Extra-v0.3.0.tar.gz
+04e0fc3c4aabeb30d935aa41534fe48e  Test-Kwalitee-Extra-v0.3.1.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Kwalitee-Extra.git/commit/?h=masterid=3760098176b81aa4cd89c399d54898aafd6c
--
Fedora Extras Perl SIG
http://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-Test-Kwalitee-Extra (f23). Update to 0.3.1 (..more)

2015-08-11 Thread notifications
From 3760098176b81aa4cd89c399d54898aafd6c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:42:58 +0100
Subject: Update to 0.3.1

- New upstream release 0.3.1
  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
  - Fix minor grammatical error in error message

diff --git a/perl-Test-Kwalitee-Extra.spec b/perl-Test-Kwalitee-Extra.spec
index 135997a..d4d3ff4 100644
--- a/perl-Test-Kwalitee-Extra.spec
+++ b/perl-Test-Kwalitee-Extra.spec
@@ -1,14 +1,17 @@
 %bcond_with network_tests
 
 Name:  perl-Test-Kwalitee-Extra
-Version:   0.3.0
-Release:   4%{?dist}
+Version:   0.3.1
+Release:   1%{?dist}
 Summary:   Run Kwalitee tests including optional indicators
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-Kwalitee-Extra/
 Source0:   
http://search.cpan.org/CPAN/authors/id/Y/YA/YAKEX/Test-Kwalitee-Extra-v%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
 # Module Runtime
@@ -82,9 +85,14 @@ mv 
./{01-kwalitee,04-prereq_maches_use,05-build_prereq_matches_use,06-minperlver
 %license LICENSE
 %doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Kwalitee::Extra.3pm*
+%{_mandir}/man3/Test::Kwalitee::Extra.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 0.3.1-1
+- Update to 0.3.1
+  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
+  - Fix minor grammatical error in error message
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ffa529..5a73ebb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-702d4a446c813398655427ec43cd4bbf  Test-Kwalitee-Extra-v0.3.0.tar.gz
+04e0fc3c4aabeb30d935aa41534fe48e  Test-Kwalitee-Extra-v0.3.1.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Kwalitee-Extra.git/commit/?h=f23id=3760098176b81aa4cd89c399d54898aafd6c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Hijk (master). Prevent FTBFS by correcting the build time dependency list

2015-08-11 Thread notifications
From f800afb28092a978dbfa693214174fedabbe25c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 18:35:42 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Hijk.spec b/perl-Hijk.spec
index 78ee993..f7c9ebc 100644
--- a/perl-Hijk.spec
+++ b/perl-Hijk.spec
@@ -1,6 +1,6 @@
 Name:   perl-Hijk
 Version:0.24
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Specialized HTTP client
 License:MIT
 
@@ -8,28 +8,34 @@ URL:http://search.cpan.org/dist/Hijk/
 Source0:http://www.cpan.org/authors/id/A/AV/AVAR/Hijk-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Feature)
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MM_Unix)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
-BuildRequires:  perl(Plack::Runner)
+BuildRequires:  perl(Net::Ping)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(URI)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -65,6 +71,9 @@ make test
 %{_mandir}/man3/Hijk*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 0.24-2
+- Prevent FTBFS by correcting the build time dependency list
+
 * Sun Jul 12 2015 Emmanuel Seyman emman...@seyman.fr - 0.24-1
 - Update to 0.24
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Hijk.git/commit/?h=masterid=f800afb28092a978dbfa693214174fedabbe25c3
--
Fedora Extras Perl SIG
http://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-Test-Kwalitee-Extra (perl-Test-Kwalitee-Extra-0.3.1-1.fc23). Update to 0.3.1 (..more)

2015-08-11 Thread notifications
From 3760098176b81aa4cd89c399d54898aafd6c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 11 Aug 2015 16:42:58 +0100
Subject: Update to 0.3.1

- New upstream release 0.3.1
  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
  - Fix minor grammatical error in error message

diff --git a/perl-Test-Kwalitee-Extra.spec b/perl-Test-Kwalitee-Extra.spec
index 135997a..d4d3ff4 100644
--- a/perl-Test-Kwalitee-Extra.spec
+++ b/perl-Test-Kwalitee-Extra.spec
@@ -1,14 +1,17 @@
 %bcond_with network_tests
 
 Name:  perl-Test-Kwalitee-Extra
-Version:   0.3.0
-Release:   4%{?dist}
+Version:   0.3.1
+Release:   1%{?dist}
 Summary:   Run Kwalitee tests including optional indicators
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-Kwalitee-Extra/
 Source0:   
http://search.cpan.org/CPAN/authors/id/Y/YA/YAKEX/Test-Kwalitee-Extra-v%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
 # Module Runtime
@@ -82,9 +85,14 @@ mv 
./{01-kwalitee,04-prereq_maches_use,05-build_prereq_matches_use,06-minperlver
 %license LICENSE
 %doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Kwalitee::Extra.3pm*
+%{_mandir}/man3/Test::Kwalitee::Extra.3*
 
 %changelog
+* Tue Aug 11 2015 Paul Howarth p...@city-fan.org - 0.3.1-1
+- Update to 0.3.1
+  - Fix false alarm for warnings (GH#20, CPAN RT#104113)
+  - Fix minor grammatical error in error message
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ffa529..5a73ebb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-702d4a446c813398655427ec43cd4bbf  Test-Kwalitee-Extra-v0.3.0.tar.gz
+04e0fc3c4aabeb30d935aa41534fe48e  Test-Kwalitee-Extra-v0.3.1.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Kwalitee-Extra.git/commit/?h=perl-Test-Kwalitee-Extra-0.3.1-1.fc23id=3760098176b81aa4cd89c399d54898aafd6c
--
Fedora Extras Perl SIG
http://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 Test-Kwalitee-Extra-v0.3.1.tar.gz for perl-Test-Kwalitee-Extra

2015-08-11 Thread notifications
04e0fc3c4aabeb30d935aa41534fe48e  Test-Kwalitee-Extra-v0.3.1.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Kwalitee-Extra/Test-Kwalitee-Extra-v0.3.1.tar.gz/md5/04e0fc3c4aabeb30d935aa41534fe48e/Test-Kwalitee-Extra-v0.3.1.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

psabata pushed to perl-IO-Async (master). Prevent FTBFS by correcting the build time dependency list

2015-08-11 Thread notifications
From 30338ce09aa80595c367e614aa2303951f4665aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 11 Aug 2015 18:00:54 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index e71aeb9..e9e5753 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Async
 Version:0.67
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:A collection of modules that implement asynchronous filehandle 
IO
 
 License:GPL+ or Artistic
@@ -8,21 +8,54 @@ URL:http://search.cpan.org/dist/IO-Async/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::stat)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Future)
-BuildRequires:  perl(Heap)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Future::Utils) = 0.18
+BuildRequires:  perl(Heap::Elem)
+BuildRequires:  perl(Heap::Fibonacci)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Poll)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::IP)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Sereal::Decoder)
+BuildRequires:  perl(Sereal::Encoder)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Struct::Dumb)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Refcount)
 BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Socket::GetAddrInfo) = 0.08
-BuildRequires:  perl(Struct::Dumb)
-BuildRequires:  perl(Async::MergePoint)
+BuildRequires:  perl(threads)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:   perl(threads)
+# All five are optional but preferred
+Requires:   perl(Heap::Elem)
+Requires:   perl(Heap::Fibonacci)
+Requires:   perl(IO::Socket::IP)
+Requires:   perl(Sereal::Decoder)
+Requires:   perl(Sereal::Encoder)
 
 %{?perl_default_filter}
 
@@ -53,6 +86,9 @@ make test
 
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata con...@redhat.com - 0.67-4
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.67-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Async.git/commit/?h=masterid=30338ce09aa80595c367e614aa2303951f4665aa
--
Fedora Extras Perl SIG
http://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 1252643] perl-Text-Levenshtein-0.13 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252643



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  sha256sum /var/tmp/thn-FzSn6I/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-FzSn6I/100.0%: No such file or directory

-- 
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 1252643] New: perl-Text-Levenshtein-0.13 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252643

Bug ID: 1252643
   Summary: perl-Text-Levenshtein-0.13 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Levenshtein
  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: 0.13
Current version/release in rawhide: 0.12-4.fc23
URL: http://search.cpan.org/dist/Text-Levenshtein/

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 1252632] New: perl-DateTime-TimeZone-1.93 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252632

Bug ID: 1252632
   Summary: perl-DateTime-TimeZone-1.93 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.93
Current version/release in rawhide: 1.92-1.fc23
URL: http://search.cpan.org/dist/DateTime-TimeZone/

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 1252634] New: perl-CPAN-Uploader-0.103010 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252634

Bug ID: 1252634
   Summary: perl-CPAN-Uploader-0.103010 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Uploader
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 0.103010
Current version/release in rawhide: 0.103009-3.fc23
URL: http://search.cpan.org/dist/CPAN-Uploader/

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 1252638] perl-MongoDB-v0.708.4.0 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252638



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  spectool -g /var/tmp/thn-bZGUex/perl-MongoDB.spec
return code:  22
stdout:
Getting
http://search.cpan.org/CPAN/authors/id/F/FR/FRIEDO/MongoDB-v0.708.4.0.tar.gz to
./MongoDB-v0.708.4.0.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

-- 
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 1252638] New: perl-MongoDB-v0.708.4.0 is available

2015-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1252638

Bug ID: 1252638
   Summary: perl-MongoDB-v0.708.4.0 is available
   Product: Fedora
   Version: rawhide
 Component: perl-MongoDB
  Keywords: FutureFeature, Triaged
  Assignee: extras-orp...@fedoraproject.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: extras-orp...@fedoraproject.org,
perl-devel@lists.fedoraproject.org,
robinlee.s...@gmail.com



Latest upstream release: v0.708.4.0
Current version/release in rawhide: 0.702.2-5.fc22
URL: http://search.cpan.org/dist/MongoDB/

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