psabata pushed to perl-POE (master). Require Time::HiRes (#1252038)

2015-08-10 Thread notifications
From 00c509951793680b02fbf3554ecb570629f7c9e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 16:50:44 +0200
Subject: Require Time::HiRes (#1252038)


diff --git a/perl-POE.spec b/perl-POE.spec
index 1629d96..b334ea0 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
 Version:   1.367
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -78,6 +78,7 @@ Requires:   perl(Socket) = 1.7
 # XXX: Requires:   perl(Socket6)
 # XXX: Requires:   perl(Socket::GetAddrInfo)
 Requires:   perl(Storable) = 2.26
+Requires:   perl(Time::HiRes) = 1.59
 
 %{?perl_default_filter}
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Errno\\)$
@@ -129,6 +130,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.367-5
+- Require Time::HiRes (#1252038)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.367-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-POE.git/commit/?h=masterid=00c509951793680b02fbf3554ecb570629f7c9e3
--
Fedora Extras Perl SIG
http://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 1251348] Revive dead package perl-Module-Pluggable

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

Tim Orling ticot...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |WONTFIX



--- Comment #2 from Tim Orling ticot...@gmail.com ---
perl-Alien-Packages requires perl-Module-Pluggable = 4.5

I guess this means perl-Alien-Packages will not be made available for EPEL6.

-- 
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-FCGI-Client (master). Fixing the FTBFS by correcting the build time dependency list

2015-08-10 Thread notifications
From efd9c992c148f0a2786a30d4c3839f0efa96cb5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 18:24:03 +0200
Subject: Fixing the FTBFS by correcting the build time dependency list


diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index f880e6f..ff59108 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -1,7 +1,7 @@
 Name:   perl-FCGI-Client 
 Summary:Client library for the fastcgi protocol 
 Version:0.08
-Release:11%{?dist}
+Release:12%{?dist}
 # lib/FCGI/Client.pm - GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -10,13 +10,32 @@ URL:http://search.cpan.org/dist/FCGI-Client
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Any::Moose) = 0.1
 BuildRequires:  perl(autodie)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
-BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(IO::Socket::UNIX)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 %{?perl_default_filter}
 
@@ -47,6 +66,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.08-12
+- Fixing the FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-FCGI-Client.git/commit/?h=masterid=efd9c992c148f0a2786a30d4c3839f0efa96cb5c
--
Fedora Extras Perl SIG
http://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-Danga-Socket (master). Prevent the FTBFS by fixing the build time dependency list (..more)

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

- Modernize the spec file

diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index f51719e..ea3fa7c 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,15 +1,35 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Danga-Socket/
 Source0:
http://www.cpan.org/modules/by-module/Danga/Danga-Socket-%{version}.tar.gz
 BuildArch:  noarch
-
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(Sys::Syscall)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(fields)
+# XXX: BuildRequires:  perl(IO::KQueue)
+# XXX: BuildRequires:  perl(IO::Poll)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Syscall)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests only
+BuildRequires:  perl(base)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 This is an abstract base class for objects backed by a socket which
@@ -20,27 +40,26 @@ be fast. Danga::Socket is both a base class for objects, 
and an event loop.
 %setup -q -n Danga-Socket-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc CHANGES examples/
-%{perl_vendorlib}/Danga
-%{_mandir}/man3/Danga::Socket.*
+%doc CHANGES examples
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.61-15
+- Prevent the FTBFS by fixing the build time dependency list
+- Modernize the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.61-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Danga-Socket.git/commit/?h=masterid=a759946a4097248860197ece1695d7183bb8fb65
--
Fedora Extras Perl SIG
http://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-Test-Inter (master). Prevent the FTBFS by correcting the build time dependency list

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


diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec
index 4368d66..b0ce276 100644
--- a/perl-Test-Inter.spec
+++ b/perl-Test-Inter.spec
@@ -1,12 +1,15 @@
 Name:   perl-Test-Inter
 Version:1.06
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Framework for more readable interactive test scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Inter/
 Source0:
http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(strict)
@@ -15,6 +18,8 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::File)
 # Tests only:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Storable) = 1.01
 BuildRequires:  perl(Test::More)
 # Test::Pod 1.00 not used
 # Test::Pod::Coverage 1.00 not used
@@ -48,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.06-4
+- Prevent the FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.06-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Inter.git/commit/?h=masterid=49b5fb4b579cc85c6f6a2f9632219cc9f751f003
--
Fedora Extras Perl SIG
http://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-Hash-MultiValue (master). Fix the FTBFS by correcting the build time dependency list

2015-08-10 Thread notifications
From 5a0ce8a8923534b599e78329b0ee3600fb757808 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 17:44:54 +0200
Subject: Fix the FTBFS by correcting the build time dependency list


diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index 01aedf2..e735645 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:   perl-Hash-MultiValue
 Summary:Store multiple values per key
 Version:0.16
-Release:3%{?dist}
+Release:4%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-%{version}.tar.gz
@@ -10,12 +10,23 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
-BuildRequires:  perl = 1:5.8.1
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.41
+BuildRequires:  perl(threads)
 BuildRequires:  perl(UNIVERSAL::ref)
+BuildRequires:  perl(warnings)
 
 
 %{?perl_default_filter}
@@ -53,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.16-4
+- Fix the FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Hash-MultiValue.git/commit/?h=masterid=5a0ce8a8923534b599e78329b0ee3600fb757808
--
Fedora Extras Perl SIG
http://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 1252038] Require or Recommend perl(Time::HiRes)

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



--- Comment #3 from Yanko Kaneti yan...@declera.com ---
Thanks. 
Figured it out empirically. The test themselves (which involve lots of poe tcp
client talking to poe tcp server) behave rather differently without
Time::HiRes, slowness and random failures...

I would be lost if I had to track what specifically fails without Time::HiRes.

-- 
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 1252038] Require or Recommend perl(Time::HiRes)

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-POE-1.367-5.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-10 10:53:14



--- Comment #2 from Petr Šabata psab...@redhat.com ---
Well, in the end I've decided to use Requires for consistency.
I may switch to weak dependencies in the future, though.

-- 
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-Devel-Profiler (master). Prevent the FTBFS by correcting the buildtime dependency list (..more)

2015-08-10 Thread notifications
From 4236716e5a6a462c9646f80bda1cb40bb791ff1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 19:25:49 +0200
Subject: Prevent the FTBFS by correcting the buildtime dependency list

- Modernize the spec file

diff --git a/perl-Devel-Profiler.spec b/perl-Devel-Profiler.spec
index 6a9b648..1e4e328 100644
--- a/perl-Devel-Profiler.spec
+++ b/perl-Devel-Profiler.spec
@@ -1,21 +1,31 @@
 Name:   perl-Devel-Profiler
 Version:0.04
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Perl profiler compatible with dprofpp
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-Profiler/
 Source0:
http://www.cpan.org/authors/id/S/SA/SAMTREGAR/Devel-Profiler-%{version}.tar.gz
 Patch0: perl-Devel-Profiler-perl510.patch
 # Stop using of each() on hash after insertion (CPAN RT#104207)
 Patch1: 
Devel-Profiler-0.04-Do-not-use-each-on-hash-after-insertion.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
 # dprofpp from perl-Devel-DProf is executed
 BuildRequires:  perl-Devel-DProf
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(B)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+#BuildRequires:  perl(File::Path) ??
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+# Tests only
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 # dprofpp from perl-Devel-DProf is executed
 Requires:   perl-Devel-DProf
 
@@ -36,36 +46,30 @@ meant to be a drop-in replacement for Devel::DProf.
 # ok($user = 1, check user time = 1 seconds);
 #
 # That test seems a bit bogus, unless I'm missing something.
-%{__perl} -pi -e 's/^/#/ if /check user time = 1 second/;' \
+perl -pi -e 's/^/#/ if /check user time = 1 second/;' \
 -e 's/^(use Test::More tests = )(\d+)/$1 . ($2-1)/e' t/01basic.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.04-24
+- Prevent the FTBFS by correcting the buildtime dependency list
+- Modernize the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-Profiler.git/commit/?h=masterid=4236716e5a6a462c9646f80bda1cb40bb791ff1c
--
Fedora Extras Perl SIG
http://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-AutoClass (master). Prevent FTBFS by correcting the build time dependency list

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


diff --git a/perl-AutoClass.spec b/perl-AutoClass.spec
index bc1fea1..777b6b2 100644
--- a/perl-AutoClass.spec
+++ b/perl-AutoClass.spec
@@ -1,6 +1,6 @@
 Name:   perl-AutoClass
 Version:1_01
-Release:25%{?dist}
+Release:26%{?dist}
 Summary:Automatically define classes and objects for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,10 +10,22 @@ Source0:
http://www.cpan.org/modules/by-module/Class/autoclass_v%{version
 Patch0: 
autoclass-v1.01-Sort-inconsistent-declarations-for-error-message.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Scalar)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description 
@@ -52,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1_01-26
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1_01-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-AutoClass.git/commit/?h=masterid=2014bebf72ab293bf37c38846a7d9ce5212869a7
--
Fedora Extras Perl SIG
http://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-Template-Timer (master). Prevent the FTBFS by correcting the build time dependency list (..more)

2015-08-10 Thread notifications
From 427d62b5442e9331e4610909df1336672ebfc87b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 19:46:27 +0200
Subject: Prevent the FTBFS by correcting the build time dependency list

- Modernize the spec file

diff --git a/perl-Template-Timer.spec b/perl-Template-Timer.spec
index f3edc72..2b3790e 100644
--- a/perl-Template-Timer.spec
+++ b/perl-Template-Timer.spec
@@ -1,22 +1,27 @@
 Name:   perl-Template-Timer
 Version:1.00
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Template::Timer Perl module
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Template-Timer/
 Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/Template-Timer-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(base)
+BuildRequires:  perl(Template::Context)
+BuildRequires:  perl(Time::HiRes)
+# Tests only
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-
-# not automagically picked up: use base
-Requires:   perl(Template::Context)
+# Optional tests only
+BuildRequires:  perl(Test::Pod) = 1.14
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 Template::Timer provides inline timings of the template processing
@@ -25,36 +30,29 @@ wraps the process() and include() methods.
 
 %prep
 %setup -q -n Template-Timer-%{version}
-
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.00-17
+- Prevent the FTBFS by correcting the build time dependency list
+- Modernize the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.00-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-Timer.git/commit/?h=masterid=427d62b5442e9331e4610909df1336672ebfc87b
--
Fedora Extras Perl SIG
http://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-Algorithm-NaiveBayes (master). Prevent FTBFS by correcting the build time dependency list

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


diff --git a/perl-Algorithm-NaiveBayes.spec b/perl-Algorithm-NaiveBayes.spec
index 2c4f5a1..6e21545 100644
--- a/perl-Algorithm-NaiveBayes.spec
+++ b/perl-Algorithm-NaiveBayes.spec
@@ -1,6 +1,6 @@
 Name:   perl-Algorithm-NaiveBayes
 Version:0.04
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Bayesian prediction of categories
 
 # There is no license file included with the sources, I asked upstream for one:
@@ -12,7 +12,18 @@ Source0:
http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Algorithm-NaiveBay
 
 BuildArch:  noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(vars)
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -51,6 +62,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.04-10
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Algorithm-NaiveBayes.git/commit/?h=masterid=b4774902bc97b181402e7569cb7e6fe0ee731d52
--
Fedora Extras Perl SIG
http://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-Ace (master). Prevent FTBFS by correcting the build time dependency list

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


diff --git a/perl-Ace.spec b/perl-Ace.spec
index 52946e8..784d51d 100644
--- a/perl-Ace.spec
+++ b/perl-Ace.spec
@@ -1,14 +1,22 @@
 Name:   perl-Ace
 Version:1.92
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Perl module for interfacing with ACE bioinformatics databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/AcePerl/
 Source0:
http://www.cpan.org/modules/by-module/Ace/AcePerl-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Cache::Cache) = 1.03
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Pod::Html)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -65,6 +73,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.92-21
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.92-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Ace.git/commit/?h=masterid=dea606de9e426f7bc5ca4da6c4c936237555d57b
--
Fedora Extras Perl SIG
http://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-Memoize-ExpireLRU (master). Prevent the FTBFS by correcting the build time dependency list (..more)

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

- Modernize the spec file

diff --git a/perl-Memoize-ExpireLRU.spec b/perl-Memoize-ExpireLRU.spec
index 9dae1a1..582ff29 100644
--- a/perl-Memoize-ExpireLRU.spec
+++ b/perl-Memoize-ExpireLRU.spec
@@ -1,23 +1,23 @@
 Name:   perl-Memoize-ExpireLRU
 Version:0.55
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Expiry plug-in for Memoize that adds LRU cache expiration
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Memoize-ExpireLRU/
 Source0:
http://www.cpan.org/authors/id/B/BP/BPOWERS/Memoize-ExpireLRU-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-# RPM 4.8 style:
-%{?perl_default_filter:
-%filter_from_provides /perl(Memoize::ExpireLRU)$/d
-%perl_default_filter
-}
-# RPM 4.9 style:
-%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}perl\\(Memoize::ExpireLRU\\)\\s*$
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(Memoize)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 This module implements an expiry policy for Memoize that follows LRU
@@ -28,32 +28,26 @@ argument to the CACHESIZE parameter, will be cached.
 %setup -q -n Memoize-ExpireLRU-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.55-16
+- Prevent the FTBFS by correcting the build time dependency list
+- Modernize the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.55-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Memoize-ExpireLRU.git/commit/?h=masterid=b573257643fa40f37588c7804651c069d389ffe2
--
Fedora Extras Perl SIG
http://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 1252038] Require or Recommend perl(Time::HiRes)

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Petr Šabata psab...@redhat.com ---
Hmm, how did you figure it out?  I can't tell from the logs :)  Or is it just a
random guess?

The Time::HiRes dependency is highly recommended but still optional.  I'd
prefer Recommends over Requires now that we have these; however, I think
recommended dependencies are ignored in koji at the time being.  That might and
probably will change at some point.

If your module really requires high accuracy timers, it should depend on
Timer::HiRes as well.  I would probably ask upstream in this case.

-- 
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-KinoSearch1 (master). Correct the dependency list (..more)

2015-08-10 Thread notifications
From e13fed56a3b234bcadc6b46a56de308b208042c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 17:36:40 +0200
Subject: Correct the dependency list

- Modernize the spec file

diff --git a/perl-KinoSearch1.spec b/perl-KinoSearch1.spec
index e94a865..627211b 100644
--- a/perl-KinoSearch1.spec
+++ b/perl-KinoSearch1.spec
@@ -1,6 +1,6 @@
 Name:   perl-KinoSearch1
 Version:1.01
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Search engine library
 # ApacheLicense2.0.txt included is included just becuase the upstream
 # author decided to include it and is only for informative purposes.
@@ -11,19 +11,57 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/KinoSearch1/
 Source0:
http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch1-%{version}.tar.gz
 Source1:LICENSING.mbox
+# Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Module::Build) = 0.36
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Zlib)
+BuildRequires:  perl(constant)
+# BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(ExtUtils::ParseXS)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(Lingua::Stem::Snowball) = 0.94
 BuildRequires:  perl(Lingua::StopWords) = 0.02
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(XSLoader)
+# Tests only
+# XXX: BuildRequires:  perl(Config)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::stat)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(List::Util)
+# XXX: BuildRequires:  perl(Plucene)
+# XXX: BuildRequires:  perl(Plucene::Analysis::WhitespaceAnalyzer)
+# XXX: BuildRequires:  perl(Plucene::Document)
+# XXX: BuildRequires:  perl(Plucene::Document::Field)
+# XXX: BuildRequires:  perl(Plucene::Index::Writer)
+# XXX: BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Data::Dumper)
 Requires:   perl(Lingua::Stem::Snowball) = 0.94
 Requires:   perl(Lingua::StopWords) = 0.02
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
-%{?perl_default_filter}
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Lingua::Stem::Snowball\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Lingua::StopWords\\)$
+
 
 %description
 KinoSearch1 is a loose port of the Java search engine library Apache
@@ -35,27 +73,29 @@ search, but it can be put to many different uses.
 cp %{SOURCE1} LICENSING.mbox
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize=%{optimize}
+perl Build.PL installdirs=vendor optimize=%{optimize}
 ./Build
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc ApacheLicense2.0.txt buildlib Changes README LICENSING.mbox
+%license ApacheLicense2.0.txt LICENSING.mbox
+%doc buildlib Changes README
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/KinoSearch1*
+%{perl_vendorarch}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.01-15
+- Correct the dependency list
+- Modernize the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-KinoSearch1.git/commit/?h=masterid=e13fed56a3b234bcadc6b46a56de308b208042c8
--
Fedora Extras Perl SIG
http://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] New: perl-Dist-Zilla-5.039 is available

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

Bug ID: 1252190
   Summary: perl-Dist-Zilla-5.039 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Dist-Zilla
  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: 5.039
Current version/release in rawhide: 5.038-1.fc24
URL: http://search.cpan.org/dist/Dist-Zilla/

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 1252191] perl-Gtk3-0.023 is available

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



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

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

stderr:
sha256sum: /var/tmp/thn-cz5oh7/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 1252191] New: perl-Gtk3-0.023 is available

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

Bug ID: 1252191
   Summary: perl-Gtk3-0.023 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Gtk3
  Keywords: FutureFeature, Triaged
  Assignee: berra...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: berra...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.023
Current version/release in rawhide: 0.022-1.fc23
URL: http://search.cpan.org/dist/Gtk3/

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 1246071] perl-SOAP-Lite-1.16 is available

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



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-1.17-1.fc22 has been pushed to the Fedora 22 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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-10 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-Method-Signatures

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

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

Broken dependencies: polymake

2015-08-10 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-10 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

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

2015-08-10 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: perl-Test-AutoBuild

2015-08-10 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-08-10 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 Git-CPAN-Patch-2.2.0.tar.gz for perl-Git-CPAN-Patch

2015-08-10 Thread notifications
b98e519eebde230aed7c1d20e17b7f67  Git-CPAN-Patch-2.2.0.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Git-CPAN-Patch/Git-CPAN-Patch-2.2.0.tar.gz/md5/b98e519eebde230aed7c1d20e17b7f67/Git-CPAN-Patch-2.2.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

psabata pushed to perl-Git-CPAN-Patch (master). 2.2.0 bump

2015-08-10 Thread notifications
From 2b582584ad6c9b9b6b64bebcc4aa88bbaa71e89e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 14:58:24 +0200
Subject: 2.2.0 bump


diff --git a/.gitignore b/.gitignore
index 9f5944b..1114a75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Git-CPAN-Patch-0.2.1.tar.gz
 /Git-CPAN-Patch-0.8.0.tar.gz
 /Git-CPAN-Patch-2.0.3.tar.gz
 /Git-CPAN-Patch-2.1.0.tar.gz
+/Git-CPAN-Patch-2.2.0.tar.gz
diff --git a/perl-Git-CPAN-Patch.spec b/perl-Git-CPAN-Patch.spec
index d00bdb1..5cf98f1 100644
--- a/perl-Git-CPAN-Patch.spec
+++ b/perl-Git-CPAN-Patch.spec
@@ -1,13 +1,16 @@
 Name:   perl-Git-CPAN-Patch
 Summary:Patch CPAN modules using Git
-Version:2.1.0
-Release:12%{?dist}
+Version:2.2.0
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Git-CPAN-Patch/
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  make
+BuildRequires:  sed
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -112,7 +115,7 @@ mv %{buildroot}/%{_bindir}/* 
%{buildroot}%{_libexecdir}/git-core/
 
 %check
 git config --global user.email perl-git-cpan-patch-ow...@fedoraproject.org
-git config --global user.name Git-CPAN-Patch Owner
+git config --global user.name perl-Git-CPAN-Patch Owner
 make test
 
 %files
@@ -128,6 +131,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 2.2.0-1
+- 2.2.0 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.1.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 961eca9..7592c92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52f78e98e2edbc9cd2f08c734e0fafb0  Git-CPAN-Patch-2.1.0.tar.gz
+b98e519eebde230aed7c1d20e17b7f67  Git-CPAN-Patch-2.2.0.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Git-CPAN-Patch.git/commit/?h=masterid=2b582584ad6c9b9b6b64bebcc4aa88bbaa71e89e
--
Fedora Extras Perl SIG
http://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-Git-CPAN-Patch (f23). 2.2.0 bump

2015-08-10 Thread notifications
From 2b582584ad6c9b9b6b64bebcc4aa88bbaa71e89e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 14:58:24 +0200
Subject: 2.2.0 bump


diff --git a/.gitignore b/.gitignore
index 9f5944b..1114a75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Git-CPAN-Patch-0.2.1.tar.gz
 /Git-CPAN-Patch-0.8.0.tar.gz
 /Git-CPAN-Patch-2.0.3.tar.gz
 /Git-CPAN-Patch-2.1.0.tar.gz
+/Git-CPAN-Patch-2.2.0.tar.gz
diff --git a/perl-Git-CPAN-Patch.spec b/perl-Git-CPAN-Patch.spec
index d00bdb1..5cf98f1 100644
--- a/perl-Git-CPAN-Patch.spec
+++ b/perl-Git-CPAN-Patch.spec
@@ -1,13 +1,16 @@
 Name:   perl-Git-CPAN-Patch
 Summary:Patch CPAN modules using Git
-Version:2.1.0
-Release:12%{?dist}
+Version:2.2.0
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Git-CPAN-Patch/
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  make
+BuildRequires:  sed
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -112,7 +115,7 @@ mv %{buildroot}/%{_bindir}/* 
%{buildroot}%{_libexecdir}/git-core/
 
 %check
 git config --global user.email perl-git-cpan-patch-ow...@fedoraproject.org
-git config --global user.name Git-CPAN-Patch Owner
+git config --global user.name perl-Git-CPAN-Patch Owner
 make test
 
 %files
@@ -128,6 +131,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 2.2.0-1
+- 2.2.0 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.1.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 961eca9..7592c92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52f78e98e2edbc9cd2f08c734e0fafb0  Git-CPAN-Patch-2.1.0.tar.gz
+b98e519eebde230aed7c1d20e17b7f67  Git-CPAN-Patch-2.2.0.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Git-CPAN-Patch.git/commit/?h=f23id=2b582584ad6c9b9b6b64bebcc4aa88bbaa71e89e
--
Fedora Extras Perl SIG
http://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.038.tar.gz for perl-Dist-Zilla

2015-08-10 Thread notifications
9e85c0736ff2d1df2a3efc137da4d8ae  Dist-Zilla-5.038.tar.gz

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

[Bug 1251766] texinfo does not require perl-Storable

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

Vitezslav Crhonek vcrho...@redhat.com changed:

   What|Removed |Added

 CC||nmavr...@redhat.com



--- Comment #3 from Vitezslav Crhonek vcrho...@redhat.com ---
*** Bug 1251876 has been marked as a duplicate of this bug. ***

-- 
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 1249616] perl-Devel-NYTProf-6.02 is available

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



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Devel-NYTProf-6.02-1.fc23 has been pushed to the Fedora 23 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1249431] perl-DateTime-Format-Natural-1.03 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-DateTime-Format-Natural-1.03-1.fc23 has been pushed to the Fedora 23
stable repository.  If problems still persist, please make note of it in this
bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1251623] perl-Daemon-Control-0.001008 is available

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|jples...@redhat.com |psab...@redhat.com



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

[Bug 1251623] perl-Daemon-Control-0.001008 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Daemon-Control-0.001008-1.fc23 has been submitted as an update for Fedora
23.
https://admin.fedoraproject.org/updates/perl-Daemon-Control-0.001008-1.fc23

-- 
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 1248502] perl-Test-Moose-More-0.033 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Test-Moose-More-0.033- |perl-Test-Moose-More-0.033-
   |1.fc24  |1.fc23
 Resolution|--- |ERRATA
Last Closed||2015-08-10 06:10:20



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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-Daemon-Control (f23). 0.001007 bump

2015-08-10 Thread notifications
From 5bc4d10cac3da0205551089eb8c6583a4d5fdcef Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 27 Jul 2015 15:56:34 +0200
Subject: 0.001007 bump


diff --git a/.gitignore b/.gitignore
index d0417b3..e2fe7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Daemon-Control-0.001006.tar.gz
+/Daemon-Control-0.001007.tar.gz
diff --git a/perl-Daemon-Control.spec b/perl-Daemon-Control.spec
index 0b9a8a1..f7b7805 100644
--- a/perl-Daemon-Control.spec
+++ b/perl-Daemon-Control.spec
@@ -1,12 +1,15 @@
 Name:   perl-Daemon-Control
-Version:0.001006
-Release:3%{?dist}
+Version:0.001007
+Release:1%{?dist}
 Summary:Create init scripts in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Daemon-Control/
 Source0:
http://www.cpan.org/authors/id/S/SY/SYMKAT/Daemon-Control-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::Metadata)
@@ -55,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 27 2015 Jitka Plesnikova jples...@redhat.com - 0.001007-1
+- 0.001007 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.001006-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 809d031..e6526ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdd353bacd4c4cde7e40f4e04062075a  Daemon-Control-0.001006.tar.gz
+d1ed67b7abb04fec2e5d5eea24df3421  Daemon-Control-0.001007.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Daemon-Control.git/commit/?h=f23id=5bc4d10cac3da0205551089eb8c6583a4d5fdcef
--
Fedora Extras Perl SIG
http://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-Daemon-Control (master). 0.001008 bump

2015-08-10 Thread notifications
From d404fae96def973662ad8bd383f003a9fbfeca53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 12:53:56 +0200
Subject: 0.001008 bump


diff --git a/.gitignore b/.gitignore
index e2fe7b8..1ddd149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Daemon-Control-0.001006.tar.gz
 /Daemon-Control-0.001007.tar.gz
+/Daemon-Control-0.001008.tar.gz
diff --git a/perl-Daemon-Control.spec b/perl-Daemon-Control.spec
index f7b7805..705aeab 100644
--- a/perl-Daemon-Control.spec
+++ b/perl-Daemon-Control.spec
@@ -1,5 +1,5 @@
 Name:   perl-Daemon-Control
-Version:0.001007
+Version:0.001008
 Release:1%{?dist}
 Summary:Create init scripts in Perl
 License:GPL+ or Artistic
@@ -10,6 +10,7 @@ BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
+BuildRequires:  sed
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::Metadata)
@@ -23,6 +24,7 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Path) = 2.08
@@ -58,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.001008-1
+- 0.001008 bump
+
 * Mon Jul 27 2015 Jitka Plesnikova jples...@redhat.com - 0.001007-1
 - 0.001007 bump
 
diff --git a/sources b/sources
index e6526ea..5d6874d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1ed67b7abb04fec2e5d5eea24df3421  Daemon-Control-0.001007.tar.gz
+bb1fe1f31d33ab0b0ec1e2b8e6e249e1  Daemon-Control-0.001008.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Daemon-Control.git/commit/?h=masterid=d404fae96def973662ad8bd383f003a9fbfeca53
--
Fedora Extras Perl SIG
http://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 Daemon-Control-0.001008.tar.gz for perl-Daemon-Control

2015-08-10 Thread notifications
bb1fe1f31d33ab0b0ec1e2b8e6e249e1  Daemon-Control-0.001008.tar.gz

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

[Bug 1251766] texinfo does not require perl-Storable

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

Vitezslav Crhonek vcrho...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-08-10 07:00:18



--- Comment #4 from Vitezslav Crhonek vcrho...@redhat.com ---
Applied, thanks!

-- 
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 1251623] perl-Daemon-Control-0.001008 is available

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



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Daemon-Control-0.001008-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=676410

-- 
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 719874] perl-threads-lite keeps hanging during self checks

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-threads-lite-0.034-4.f |perl-threads-lite-0.034-4.f
   |c24 |c23
 Resolution|--- |ERRATA
Last Closed|2012-03-13 14:29:45 |2015-08-10 06:05:17



--- Comment #13 from Fedora Update System upda...@fedoraproject.org ---
perl-threads-lite-0.034-4.fc23 has been pushed to the Fedora 23 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1249360] perl-Syntax-Highlight-Engine-Kate-0.10 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Syntax-Highlight-Engin |perl-Syntax-Highlight-Engin
   |e-Kate-0.10-1.fc24  |e-Kate-0.10-1.fc23
 Resolution|--- |ERRATA
Last Closed||2015-08-10 06:08:35



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Syntax-Highlight-Engine-Kate-0.10-1.fc23 has been pushed to the Fedora 23
stable repository.  If problems still persist, please make note of it in this
bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1249253] perl-Archive-Zip-1.49 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Archive-Zip-1.49-1.fc2 |perl-Archive-Zip-1.49-1.fc2
   |4   |3
 Resolution|--- |ERRATA
Last Closed||2015-08-10 06:09:03



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Archive-Zip-1.49-1.fc23 has been pushed to the Fedora 23 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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-Daemon-Control (f23). 0.001008 bump

2015-08-10 Thread notifications
From d404fae96def973662ad8bd383f003a9fbfeca53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 12:53:56 +0200
Subject: 0.001008 bump


diff --git a/.gitignore b/.gitignore
index e2fe7b8..1ddd149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Daemon-Control-0.001006.tar.gz
 /Daemon-Control-0.001007.tar.gz
+/Daemon-Control-0.001008.tar.gz
diff --git a/perl-Daemon-Control.spec b/perl-Daemon-Control.spec
index f7b7805..705aeab 100644
--- a/perl-Daemon-Control.spec
+++ b/perl-Daemon-Control.spec
@@ -1,5 +1,5 @@
 Name:   perl-Daemon-Control
-Version:0.001007
+Version:0.001008
 Release:1%{?dist}
 Summary:Create init scripts in Perl
 License:GPL+ or Artistic
@@ -10,6 +10,7 @@ BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
+BuildRequires:  sed
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::Metadata)
@@ -23,6 +24,7 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Path) = 2.08
@@ -58,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 0.001008-1
+- 0.001008 bump
+
 * Mon Jul 27 2015 Jitka Plesnikova jples...@redhat.com - 0.001007-1
 - 0.001007 bump
 
diff --git a/sources b/sources
index e6526ea..5d6874d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1ed67b7abb04fec2e5d5eea24df3421  Daemon-Control-0.001007.tar.gz
+bb1fe1f31d33ab0b0ec1e2b8e6e249e1  Daemon-Control-0.001008.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Daemon-Control.git/commit/?h=f23id=d404fae96def973662ad8bd383f003a9fbfeca53
--
Fedora Extras Perl SIG
http://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 1251766] texinfo does not require perl-Storable

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

Vitezslav Crhonek vcrho...@redhat.com changed:

   What|Removed |Added

   Fixed In Version||texinfo-6.0-2.fc24



-- 
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-Dist-Zilla (master). 5.038 bump

2015-08-10 Thread notifications
From 7f5f61e27e0ae7466d36ce1262c6c142378c86fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 15:08:39 +0200
Subject: 5.038 bump


diff --git a/.gitignore b/.gitignore
index 8abfce9..c5631b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.035.tar.gz
 /Dist-Zilla-5.036.tar.gz
 /Dist-Zilla-5.037.tar.gz
+/Dist-Zilla-5.038.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index fcbe80a..1aa967a 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
-Version:5.037
-Release:3%{?dist}
+Version:5.038
+Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 5.038-1
+- 5.038 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.037-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cdd003b..28eb15f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5a50e98102b2c63693bf00997ea7b49  Dist-Zilla-5.037.tar.gz
+9e85c0736ff2d1df2a3efc137da4d8ae  Dist-Zilla-5.038.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=masterid=7f5f61e27e0ae7466d36ce1262c6c142378c86fb
--
Fedora Extras Perl SIG
http://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 1251964] perl-Git-CPAN-Patch-2.2.0 is available

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



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Git-CPAN-Patch-2.2.0-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=676448

-- 
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 1251648] perl-Dist-Zilla-5.038 is available

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



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Dist-Zilla-5.038-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Dist-Zilla-5.038-1.fc22

-- 
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 1251648] perl-Dist-Zilla-5.038 is available

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



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Dist-Zilla-5.038-1.fc23 has been submitted as an update for Fedora 23.
https://admin.fedoraproject.org/updates/perl-Dist-Zilla-5.038-1.fc23

-- 
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-Dist-Zilla (f23). 5.038 bump

2015-08-10 Thread notifications
From 7f5f61e27e0ae7466d36ce1262c6c142378c86fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 15:08:39 +0200
Subject: 5.038 bump


diff --git a/.gitignore b/.gitignore
index 8abfce9..c5631b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.035.tar.gz
 /Dist-Zilla-5.036.tar.gz
 /Dist-Zilla-5.037.tar.gz
+/Dist-Zilla-5.038.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index fcbe80a..1aa967a 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
-Version:5.037
-Release:3%{?dist}
+Version:5.038
+Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 5.038-1
+- 5.038 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.037-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cdd003b..28eb15f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5a50e98102b2c63693bf00997ea7b49  Dist-Zilla-5.037.tar.gz
+9e85c0736ff2d1df2a3efc137da4d8ae  Dist-Zilla-5.038.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=f23id=7f5f61e27e0ae7466d36ce1262c6c142378c86fb
--
Fedora Extras Perl SIG
http://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 (f22). 5.038 bump

2015-08-10 Thread notifications
From 7f5f61e27e0ae7466d36ce1262c6c142378c86fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 15:08:39 +0200
Subject: 5.038 bump


diff --git a/.gitignore b/.gitignore
index 8abfce9..c5631b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.035.tar.gz
 /Dist-Zilla-5.036.tar.gz
 /Dist-Zilla-5.037.tar.gz
+/Dist-Zilla-5.038.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index fcbe80a..1aa967a 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
-Version:5.037
-Release:3%{?dist}
+Version:5.038
+Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 5.038-1
+- 5.038 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.037-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cdd003b..28eb15f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5a50e98102b2c63693bf00997ea7b49  Dist-Zilla-5.037.tar.gz
+9e85c0736ff2d1df2a3efc137da4d8ae  Dist-Zilla-5.038.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=f22id=7f5f61e27e0ae7466d36ce1262c6c142378c86fb
--
Fedora Extras Perl SIG
http://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 (f22). Perl 5.22 rebuild

2015-08-10 Thread notifications
From 77c98ec06383fc9c85b783b2d42a7ab166985d63 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 9 Jun 2015 12:26:09 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 6912174..d3b3d0f 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
 Version:5.037
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Tue Jun 09 2015 Jitka Plesnikova jples...@redhat.com - 5.037-2
+- Perl 5.22 rebuild
+
 * Fri Jun 05 2015 Petr Šabata con...@redhat.com - 5.037-1
 - 5.037 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=f22id=77c98ec06383fc9c85b783b2d42a7ab166985d63
--
Fedora Extras Perl SIG
http://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 (f22). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-08-10 Thread notifications
From 9a97b5f4b0eb41374962a56780d8abf7ff4172ab Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 02:49:52 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index d3b3d0f..fcbe80a 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,6 +1,6 @@
 Name:   perl-Dist-Zilla
 Version:5.037
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -186,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.037-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Tue Jun 09 2015 Jitka Plesnikova jples...@redhat.com - 5.037-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=f22id=9a97b5f4b0eb41374962a56780d8abf7ff4172ab
--
Fedora Extras Perl SIG
http://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 1251964] perl-Git-CPAN-Patch-2.2.0 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Git-CPAN-Patch-2.2.0-1.fc23 has been submitted as an update for Fedora 23.
https://admin.fedoraproject.org/updates/perl-Git-CPAN-Patch-2.2.0-1.fc23

-- 
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 changed pwouters's 'approveacls' permission on perl-Net-DNS (f21) to 'Approved'

2015-08-10 Thread notifications
psabata changed pwouters's 'approveacls' permission on perl-Net-DNS (f21) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 874942] Net-DNS: system configuration is used instead of user's

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

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|psab...@redhat.com  |pwout...@redhat.com



--- Comment #10 from Fedora Admin XMLRPC Client 
fedora-admin-xml...@redhat.com ---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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 changed pwouters's 'approveacls' permission on perl-Net-DNS (f22) to 'Approved'

2015-08-10 Thread notifications
psabata changed pwouters's 'approveacls' permission on perl-Net-DNS (f22) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 changed pwouters's 'approveacls' permission on perl-Net-DNS (f23) to 'Approved'

2015-08-10 Thread notifications
psabata changed pwouters's 'approveacls' permission on perl-Net-DNS (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 1119521] decode fails with well formatted packet

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

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|psab...@redhat.com  |pwout...@redhat.com



--- Comment #3 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
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 changed pwouters's 'approveacls' permission on perl-Net-DNS (master) to 'Approved'

2015-08-10 Thread notifications
psabata changed pwouters's 'approveacls' permission on perl-Net-DNS (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 changed owner of perl-Net-DNS (f22) to 'pwouters'

2015-08-10 Thread notifications
psabata changed owner of perl-Net-DNS (f22) to 'pwouters'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 changed owner of perl-Net-DNS (f21) to 'pwouters'

2015-08-10 Thread notifications
psabata changed owner of perl-Net-DNS (f21) to 'pwouters'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 changed owner of perl-Net-DNS (master) to 'pwouters'

2015-08-10 Thread notifications
psabata changed owner of perl-Net-DNS (master) to 'pwouters'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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 changed owner of perl-Net-DNS (f23) to 'pwouters'

2015-08-10 Thread notifications
psabata changed owner of perl-Net-DNS (f23) to 'pwouters'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-DNS/
--
Fedora Extras Perl SIG
http://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-10 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-Data-Dump-Streamer

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

2015-08-10 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-Test-AutoBuild

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

Broken dependencies: perl-CatalystX-REPL

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

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

2015-08-10 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-Method-Signatures

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

2015-08-10 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-Task-Catalyst

2015-08-10 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: perl-CGI-Application-Structured-Tools

2015-08-10 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-Alias

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

[Bug 1251964] New: perl-Git-CPAN-Patch-2.2.0 is available

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

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



Latest upstream release: 2.2.0
Current version/release in rawhide: 2.1.0-12.fc23
URL: http://search.cpan.org/dist/Git-CPAN-Patch/

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 1251964] perl-Git-CPAN-Patch-2.2.0 is available

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



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

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

stderr:
sha256sum: /var/tmp/thn-3o6lTf/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

Broken dependencies: perl-Devel-BeginLift

2015-08-10 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-CGI-Application-Structured-Tools

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

psabata uploaded Test-Prereq-1.039.tar.gz for perl-Test-Prereq

2015-08-10 Thread notifications
5c215f4915f3965366cb1c6259ee56c0  Test-Prereq-1.039.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Prereq/Test-Prereq-1.039.tar.gz/md5/5c215f4915f3965366cb1c6259ee56c0/Test-Prereq-1.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

psabata pushed to perl-Test-Prereq (master). 1.039 bump

2015-08-10 Thread notifications
From 5f4cb6106bcf68a07ba07f703f880ccb05bfeca0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 16:09:22 +0200
Subject: 1.039 bump


diff --git a/.gitignore b/.gitignore
index b440c01..a6600f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Prereq-1.037.tar.gz
 /Test-Prereq-1.038.tar.gz
+/Test-Prereq-1.039.tar.gz
diff --git a/perl-Test-Prereq.spec b/perl-Test-Prereq.spec
index d629994..f475853 100644
--- a/perl-Test-Prereq.spec
+++ b/perl-Test-Prereq.spec
@@ -1,20 +1,21 @@
 Name:   perl-Test-Prereq
-Version:1.038
-Release:4%{?dist}
+Version:1.039
+Release:1%{?dist}
 Summary:Check if Makefile.PL has the right pre-requisites
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Prereq/
 Source0:
http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-%{version}.tar.gz
-# This doesn't really fix the underlying problem, however, it's
-# a good enough downstream FTBFS workaround.  Upstream should
-# approach this whole thing rather differently...
-# rhbz#1230742, rt#96099
-Patch0: Test-Prereq-1.038-perl522.patch
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -23,13 +24,11 @@ BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::CoreList)
 BuildRequires:  perl(Module::Info)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
 # 0.95 is not required at runtime
 BuildRequires:  perl(Test::More) = 0.95
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(lib)
@@ -45,7 +44,6 @@ section of Makefile.PL.
 
 %prep
 %setup -q -n Test-Prereq-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -62,11 +60,15 @@ rm t/get_from_prereqs.t
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README.pod
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.039-1
+- 1.039 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.038-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ee20ac3..358e151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-349652328aeed7b3f0ebf8734154fd39  Test-Prereq-1.038.tar.gz
+5c215f4915f3965366cb1c6259ee56c0  Test-Prereq-1.039.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Prereq.git/commit/?h=masterid=5f4cb6106bcf68a07ba07f703f880ccb05bfeca0
--
Fedora Extras Perl SIG
http://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-Test-Prereq (f23). 1.039 bump

2015-08-10 Thread notifications
From 5f4cb6106bcf68a07ba07f703f880ccb05bfeca0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 10 Aug 2015 16:09:22 +0200
Subject: 1.039 bump


diff --git a/.gitignore b/.gitignore
index b440c01..a6600f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Prereq-1.037.tar.gz
 /Test-Prereq-1.038.tar.gz
+/Test-Prereq-1.039.tar.gz
diff --git a/perl-Test-Prereq.spec b/perl-Test-Prereq.spec
index d629994..f475853 100644
--- a/perl-Test-Prereq.spec
+++ b/perl-Test-Prereq.spec
@@ -1,20 +1,21 @@
 Name:   perl-Test-Prereq
-Version:1.038
-Release:4%{?dist}
+Version:1.039
+Release:1%{?dist}
 Summary:Check if Makefile.PL has the right pre-requisites
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Prereq/
 Source0:
http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-%{version}.tar.gz
-# This doesn't really fix the underlying problem, however, it's
-# a good enough downstream FTBFS workaround.  Upstream should
-# approach this whole thing rather differently...
-# rhbz#1230742, rt#96099
-Patch0: Test-Prereq-1.038-perl522.patch
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -23,13 +24,11 @@ BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::CoreList)
 BuildRequires:  perl(Module::Info)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
 # 0.95 is not required at runtime
 BuildRequires:  perl(Test::More) = 0.95
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(lib)
@@ -45,7 +44,6 @@ section of Makefile.PL.
 
 %prep
 %setup -q -n Test-Prereq-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -62,11 +60,15 @@ rm t/get_from_prereqs.t
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README.pod
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Šabata con...@redhat.com - 1.039-1
+- 1.039 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.038-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ee20ac3..358e151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-349652328aeed7b3f0ebf8734154fd39  Test-Prereq-1.038.tar.gz
+5c215f4915f3965366cb1c6259ee56c0  Test-Prereq-1.039.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Prereq.git/commit/?h=f23id=5f4cb6106bcf68a07ba07f703f880ccb05bfeca0
--
Fedora Extras Perl SIG
http://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 1251655] perl-Test-Prereq-1.039 is available

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



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-Prereq-1.039-1.fc23 has been submitted as an update for Fedora 23.
https://admin.fedoraproject.org/updates/perl-Test-Prereq-1.039-1.fc23

-- 
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 1252038] New: Require or Recommend perl(Time::HiRes)

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

Bug ID: 1252038
   Summary: Require or Recommend  perl(Time::HiRes)
   Product: Fedora
   Version: rawhide
 Component: perl-POE
  Assignee: psab...@redhat.com
  Reporter: yan...@declera.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Description of problem:
Recently koschei informed of a build failure for one of my perl packages
https://apps.fedoraproject.org/koschei/package/perl-POE-Component-Client-SMTP

The failure seems to have been triggered by the separation of Net::Ping from
the main perl package which in turn meant there was no Time::HiRes in the build
root, which in turn seems to trigger very random failures in the test scripts
for POE::Componnent::Client::SMTP.

I don't know if the test scripts themselves are even expected to run with POE
kernel working without Time::HiRes.

The recommendation in the POE manpages is to install Time::HiRes if available.

I'd suggest a Requires to avoid any ambiguities with Recommends:


Version-Release number of selected component (if applicable):
perl-POE-1.367-4.fc23.noarch

-- 
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 1251655] perl-Test-Prereq-1.039 is available

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



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Test-Prereq-1.039-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=676478

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