jplesnik pushed to perl-Eval-Context (master). Perl 5.22 rebuild; Update the list of BRs

2015-06-15 Thread notifications
From d90ed327f5153b0cfbd93a2c7e52178768bb5836 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 15 Jun 2015 13:32:39 +0200
Subject: Perl 5.22 rebuild; Update the list of BRs


diff --git a/perl-Eval-Context.spec b/perl-Eval-Context.spec
index b124810..b3f59d1 100644
--- a/perl-Eval-Context.spec
+++ b/perl-Eval-Context.spec
@@ -1,6 +1,6 @@
 Name:   perl-Eval-Context 
 Version:0.09.11 
-Release:8%{?dist}
+Release:9%{?dist}
 # see lib/Eval/Context.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,36 +9,35 @@ Source: 
http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Eval-Context-%{versi
 # Perl 5.18 comptability, CPAN RT#86017
 Patch0: Eval-Context-0.09.11-hash-randomization.patch
 Url:http://search.cpan.org/dist/Eval-Context
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
-BuildRequires: perl(Module::Build::Compat)
+BuildRequires: perl
+BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Data::Compare)
 BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(Data::TreeDumper)
 BuildRequires: perl(Directory::Scratch::Structured)
+BuildRequires: perl(English)
 BuildRequires: perl(File::Slurp)
+BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Package::Generator)
 BuildRequires: perl(Readonly)
-BuildRequires: perl(Safe)
+BuildRequires: perl(Safe) = 2.16
+BuildRequires: perl(strict)
 BuildRequires: perl(Sub::Exporter)
 BuildRequires: perl(Sub::Install)
 BuildRequires: perl(Symbol)
-BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Block)
-BuildRequires: perl(Test::Dependencies)
-BuildRequires: perl(Test::Distribution)
 BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::NoWarnings)
 BuildRequires: perl(Test::Output)
-#BuildRequires: perl(Test::Perl::Critic)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-BuildRequires: perl(Test::Spelling)
-BuildRequires: perl(Test::Strict)
 BuildRequires: perl(Test::Warn)
+BuildRequires: perl(vars)
 BuildRequires: perl(version) = 0.5
+BuildRequires: perl(warnings)
 
 
 %description
@@ -53,22 +52,16 @@ in a safe compartment.
 %setup -q -n Eval-Context-%{version}
 %patch0 -p1
 
-perl -pi -e 's/^#~ //' t/003*
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
 %check
-# note: Test::Fixme and Test::Kwalitee are both author tests, not tests that
-# exercise functionality
 make test
 
 %files
@@ -77,6 +70,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 15 2015 Jitka Plesnikova jples...@redhat.com - 0.09.11-9
+- Perl 5.22 rebuild
+- Update the list of BRs
+
 * Thu Sep 04 2014 Jitka Plesnikova jples...@redhat.com - 0.09.11-8
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



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

jplesnik pushed to perl-App-Asciio (master). Perl 5.22 rebuild

2015-06-15 Thread notifications
From bdaf51e0f968814f780992c8a3bb25bcd8b080d3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 15 Jun 2015 13:51:40 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-App-Asciio.spec b/perl-App-Asciio.spec
index b840b36..642d696 100644
--- a/perl-App-Asciio.spec
+++ b/perl-App-Asciio.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-Asciio 
 Version:1.02.71 
-Release:18%{?dist}
+Release:19%{?dist}
 # see lib/App/Asciio.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -146,6 +146,9 @@ desktop-file-install 
--dir=%{buildroot}%{_datadir}/applications asciio.desktop
 
 
 %changelog
+* Mon Jun 15 2015 Jitka Plesnikova jples...@redhat.com - 1.02.71-19
+- Perl 5.22 rebuild
+
 * Thu Sep 04 2014 Jitka Plesnikova jples...@redhat.com - 1.02.71-18
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



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

pghmcfc pushed to perl-File-Which (perl-File-Which-1.18-4.fc23). Don't need to bootstrap this package (..more)

2015-06-15 Thread notifications
From 8ec3c179114688ba2afa001f9b3ab25d8211c1cc Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 15 Jun 2015 09:50:53 +0100
Subject: Don't need to bootstrap this package
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- No longer needs any non-core buildreqs, and hence bootstrapping
- Drop references to pwhich, which is no longer included
- This release by PLICEASE → update source URL

diff --git a/perl-File-Which.spec b/perl-File-Which.spec
index 4bc3a03..82f46af 100644
--- a/perl-File-Which.spec
+++ b/perl-File-Which.spec
@@ -1,26 +1,23 @@
 Name:   perl-File-Which
 Version:1.18
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Portable implementation of the 'which' utility
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/File-Which/
-Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
-%if !%{defined perl_bootstrap}
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec) = 0.60
-BuildRequires:  perl(Getopt::Std)
-BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 # Tests:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) = 0.80
-BuildRequires:  perl(Test::Script) = 1.05
-%endif
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Spec) = 0.60
 
@@ -30,9 +27,7 @@ Requires:   perl(File::Spec) = 0.60
 %description
 File::Which is a portable implementation (in Perl) of 'which', and can
 be used to get the absolute filename of an executable program
-installed somewhere in your PATH, or just check for its existence. It
-includes the command-line utility 'pwhich' which has the same function
-as 'which'.
+installed somewhere in your PATH, or just check for its existence.
 
 %prep
 %setup -q -n File-Which-%{version}
@@ -42,25 +37,24 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w %{buildroot}/*
+chmod -R u+w %{buildroot}
 
 %check
-%if !%{defined perl_bootstrap}
 make test
-%endif
 
 %files
 %doc Changes README
-# %%{_bindir}/pwhich
 %{perl_vendorlib}/File/
-# %%{_mandir}/man1/*.1*
-%{_mandir}/man3/*.3pm*
-
+%{_mandir}/man3/File::Which.3*
 
 %changelog
+* Mon Jun 15 2015 Paul Howarth p...@city-fan.org - 1.18-4
+- No longer needs any non-core buildreqs, and hence bootstrapping
+- Drop references to pwhich, which is no longer included
+- This release by PLICEASE → update source URL
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1.18-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-File-Which.git/commit/?h=perl-File-Which-1.18-4.fc23id=8ec3c179114688ba2afa001f9b3ab25d8211c1cc
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik set the monitor flag of perl-Acme-PlayCode to True

2015-06-15 Thread notifications
jplesnik set the monitor flag of perl-Acme-PlayCode to True

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

pghmcfc pushed to perl-File-Which (master). Don't need to bootstrap this package (..more)

2015-06-15 Thread notifications
From 8ec3c179114688ba2afa001f9b3ab25d8211c1cc Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 15 Jun 2015 09:50:53 +0100
Subject: Don't need to bootstrap this package
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- No longer needs any non-core buildreqs, and hence bootstrapping
- Drop references to pwhich, which is no longer included
- This release by PLICEASE → update source URL

diff --git a/perl-File-Which.spec b/perl-File-Which.spec
index 4bc3a03..82f46af 100644
--- a/perl-File-Which.spec
+++ b/perl-File-Which.spec
@@ -1,26 +1,23 @@
 Name:   perl-File-Which
 Version:1.18
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Portable implementation of the 'which' utility
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/File-Which/
-Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
-%if !%{defined perl_bootstrap}
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec) = 0.60
-BuildRequires:  perl(Getopt::Std)
-BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 # Tests:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) = 0.80
-BuildRequires:  perl(Test::Script) = 1.05
-%endif
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Spec) = 0.60
 
@@ -30,9 +27,7 @@ Requires:   perl(File::Spec) = 0.60
 %description
 File::Which is a portable implementation (in Perl) of 'which', and can
 be used to get the absolute filename of an executable program
-installed somewhere in your PATH, or just check for its existence. It
-includes the command-line utility 'pwhich' which has the same function
-as 'which'.
+installed somewhere in your PATH, or just check for its existence.
 
 %prep
 %setup -q -n File-Which-%{version}
@@ -42,25 +37,24 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w %{buildroot}/*
+chmod -R u+w %{buildroot}
 
 %check
-%if !%{defined perl_bootstrap}
 make test
-%endif
 
 %files
 %doc Changes README
-# %%{_bindir}/pwhich
 %{perl_vendorlib}/File/
-# %%{_mandir}/man1/*.1*
-%{_mandir}/man3/*.3pm*
-
+%{_mandir}/man3/File::Which.3*
 
 %changelog
+* Mon Jun 15 2015 Paul Howarth p...@city-fan.org - 1.18-4
+- No longer needs any non-core buildreqs, and hence bootstrapping
+- Drop references to pwhich, which is no longer included
+- This release by PLICEASE → update source URL
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1.18-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
-- 
cgit v0.10.2



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

jplesnik set the monitor flag of perl-Acme-PlayCode to False

2015-06-15 Thread notifications
jplesnik set the monitor flag of perl-Acme-PlayCode to False

--
Fedora Extras Perl SIG
http://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 1231854] New: perl-CatalystX-REPL-0.04-10.fc23 FTBFS with perl-5.22

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

Bug ID: 1231854
   Summary: perl-CatalystX-REPL-0.04-10.fc23 FTBFS with perl-5.22
   Product: Fedora
   Version: rawhide
 Component: perl-CatalystX-REPL
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
perl-devel@lists.fedoraproject.org
Depends On: 1231297



perl-CatalystX-REPL-0.04-10.fc23 cannot be rebuilt with perl-5.22 because it
requires perl-Carp-REPL which has not yet been rebuilt (bug #1231297).


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231297
[Bug 1231297] perl-Carp-REPL-0.18-1.fc23 FTBFS with perl-5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Gtk3

2015-06-15 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Carp-REPL

2015-06-15 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Padre

2015-06-15 Thread buildsys


perl-Padre has broken dependencies in the rawhide tree:
On x86_64:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Padre-0.90-14.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Dependencies

2015-06-15 Thread buildsys


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


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

Broken dependencies: perl-Devel-REPL

2015-06-15 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL

2015-06-15 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-FindRef

2015-06-15 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: perl-POE-Component-Server-HTTP

2015-06-15 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

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

2015-06-15 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-06-15 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-POE-API-Peek

2015-06-15 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

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

2015-06-15 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-06-15 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-HTTP-Recorder

2015-06-15 Thread buildsys


perl-HTTP-Recorder has broken dependencies in the rawhide tree:
On x86_64:
perl-HTTP-Recorder-0.07-1.fc23.noarch requires 
perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-HTTP-Recorder-0.07-1.fc23.noarch requires 
perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-HTTP-Recorder-0.07-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-PDL-Graphics-PLplot

2015-06-15 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Debug-Client

2015-06-15 Thread buildsys


perl-Debug-Client has broken dependencies in the rawhide tree:
On x86_64:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Debug-Client-0.29-3.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

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

2015-06-15 Thread buildsys


perl-POE-Component-Server-XMLRPC has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-XMLRPC-0.05-19.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-XMLRPC-0.05-19.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-Cover

2015-06-15 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

2015-06-15 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-Data-Alias

2015-06-15 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-MongoDB

2015-06-15 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Coro

2015-06-15 Thread buildsys


perl-Coro has broken dependencies in the rawhide tree:
On x86_64:
perl-Coro-6.43-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Coro-6.43-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Coro-6.43-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-Coro-6.43-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: bucardo

2015-06-15 Thread buildsys


bucardo has broken dependencies in the rawhide tree:
On x86_64:
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
bucardo-4.5.0-9.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
bucardo-4.5.0-9.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-App-Asciio

2015-06-15 Thread buildsys


perl-App-Asciio has broken dependencies in the rawhide tree:
On x86_64:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-App-Asciio-1.02.71-18.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Apocalypse

2015-06-15 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-06-15 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-Text-Xslate

2015-06-15 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Vars

2015-06-15 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-rpm-build-perl

2015-06-15 Thread buildsys


perl-rpm-build-perl has broken dependencies in the rawhide tree:
On x86_64:
perl-rpm-build-perl-0.82-8.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-rpm-build-perl-0.82-8.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-rpm-build-perl-0.82-8.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-rpm-build-perl-0.82-8.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: slic3r

2015-06-15 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-06-15 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-CatalystX-REPL

2015-06-15 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-BeginLift

2015-06-15 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-HTTP-Proxy

2015-06-15 Thread buildsys


perl-HTTP-Proxy has broken dependencies in the rawhide tree:
On x86_64:
perl-HTTP-Proxy-0.303-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-HTTP-Proxy-0.303-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-HTTP-Proxy-0.303-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-Parse-ErrorString-Perl

2015-06-15 Thread buildsys


perl-Parse-ErrorString-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Parse-ErrorString-Perl-0.21-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Parse-ErrorString-Perl-0.21-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Parse-ErrorString-Perl-0.21-1.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-Task-Catalyst

2015-06-15 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

[Bug 1231252] perl-POE-API-Peek-2.20-9.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231866




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231866
[Bug 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with
perl-5.22: unsatisfied dependency
-- 
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 1231866] New: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231866
   Summary: perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with
perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-POE-Component-Server-HTTP
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com
Depends On: 1231252



perl-POE-Component-Server-HTTP-0.09-20.fc23 fails to build with perl-5.22
because it requires perl-POE-API-Peek which has not yet been rebuilt (bug
#1231252).


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231252
[Bug 1231252] perl-POE-API-Peek-2.20-9.fc23: FTBFS with Perl 5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231860] New: perl-Task-Catalyst-4.02-8.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231860
   Summary: perl-Task-Catalyst-4.02-8.fc23 FTBFS with perl-5.22:
unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Task-Catalyst
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
Depends On: 1231854



perl-Task-Catalyst-4.02-8.fc23 fails to build with perl-5.22 because it
requires perl-CatalystX-REPL which has not yet been rebuilt (bug #1231854).


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231854
[Bug 1231854] perl-CatalystX-REPL-0.04-10.fc23 FTBFS with perl-5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231854] perl-CatalystX-REPL-0.04-10.fc23 FTBFS with perl-5.22

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

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

   What|Removed |Added

 Blocks||1231860




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231860
[Bug 1231860] perl-Task-Catalyst-4.02-8.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231297] perl-Carp-REPL-0.18-1.fc23 FTBFS with perl-5.22

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

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

   What|Removed |Added

 Blocks||1231854




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231854
[Bug 1231854] perl-CatalystX-REPL-0.04-10.fc23 FTBFS with perl-5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Text-Autoformat-1.72.tar.gz for perl-Text-Autoformat

2015-06-15 Thread notifications
ebb9d3b1c74776870d65d2b66046876e  Text-Autoformat-1.72.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Autoformat/Text-Autoformat-1.72.tar.gz/md5/ebb9d3b1c74776870d65d2b66046876e/Text-Autoformat-1.72.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 1231258] perl-rpm-build-perl-0.82-9.fc23 FTBFS against perl-5.22: tests fail

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

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

   What|Removed |Added

 Blocks||1231892




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231892
[Bug 1231892] perl-Test-Dependencies-0.12-10.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231897] New: perl-Gtk3-WebKit-0.06-3.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231897
   Summary: perl-Gtk3-WebKit-0.06-3.fc23 FTBFS with perl-5.22:
unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Gtk3-WebKit
  Assignee: dd...@cpan.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org
Depends On: 1199972



perl-Gtk3-WebKit-0.06-3.fc23 fails to build with perl-5.22 because it requires
perl-Gtk3 which has not yet been rebuilt (bug #1199972). As a result,
perl-Gtk3-WebKit cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1199972
[Bug 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an
ARRAY ref while strict refs in use at t/overrides.t line 235.
-- 
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 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

 Blocks||1231897




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231897
[Bug 1231897] perl-Gtk3-WebKit-0.06-3.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

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

   What|Removed |Added

 Blocks||1231905




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231905
[Bug 1231905] perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS with
perl-5.22: unsatisfied dependency
-- 
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 uploaded DateTime-TimeZone-1.91.tar.gz for perl-DateTime-TimeZone

2015-06-15 Thread notifications
832d2f2bb3644c4c1fbafd8869f39422  DateTime-TimeZone-1.91.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime-TimeZone/DateTime-TimeZone-1.91.tar.gz/md5/832d2f2bb3644c4c1fbafd8869f39422/DateTime-TimeZone-1.91.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-DBIx-Class (master). 0.082820 bump

2015-06-15 Thread notifications
From f3f40fbf2f2935e2430324a92b9cd5e8c5587cb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 16:50:49 +0200
Subject: 0.082820 bump


diff --git a/.gitignore b/.gitignore
index 67fb3c5..897ca6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ DBIx-Class-0.08120.tar.gz
 /DBIx-Class-0.08206.tar.gz
 /DBIx-Class-0.08250.tar.gz
 /DBIx-Class-0.082810.tar.gz
+/DBIx-Class-0.082820.tar.gz
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 3293244..1dc6a35 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object - relational mapper
-Version:0.082810
-Release:5%{?dist}
+Version:0.082820
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
@@ -111,6 +111,7 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IPC::Open2)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(JSON)
 #BuildRequires:  perl(JSON::DWIW)
 BuildRequires:  perl(lib)
@@ -131,6 +132,7 @@ BuildRequires:  perl(Text::CSV) = 1.16
 BuildRequires:  perl(threads)
 BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(Time::Piece::MySQL)
+BuildRequires:  perl(version)
 BuildRequires:  perl(YAML)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(B)
@@ -147,11 +149,8 @@ Requires:   perl(Getopt::Long::Descriptive) = 0.081
 Requires:   perl(JSON::Any) = 1.23
 Requires:   perl(Math::Base36) = 0.07
 Requires:   perl(Math::BigInt) = 1.80
-Requires:   perl(Method::Generate::Accessor)
-Requires:   perl(Method::Generate::Constructor)
 Requires:   perl(Module::Find)
 Requires:   perl(Moo)
-Requires:   perl(Moo::Object)
 Requires:   perl(Moose) = 0.98
 Requires:   perl(MooseX::Types) = 0.21
 Requires:   perl(MooseX::Types::JSON) = 0.02
@@ -159,7 +158,6 @@ Requires:   perl(MooseX::Types::LoadableClass)  0.011
 Requires:   perl(MooseX::Types::Path::Class) = 0.05
 Requires:   perl(POSIX)
 Requires:   perl(SQL::Translator::Diff)
-Requires:   perl(Sub::Defer)
 Requires:   perl(Sub::Quote)
 Requires:   perl(Text::Balanced)
 # hidden from PAUSE
@@ -291,12 +289,16 @@ export DATA_DUMPER_TEST=1
 make test
 
 %files
-%doc Changes README examples/ t/
+%license LICENSE
+%doc AUTHORS Changes README examples/ t/
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man[13]/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 0.082820-1
+- 0.082820 bump
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 0.082810-5
 - Perl 5.22 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 534c73f..9c5f9cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4edd211025600f870d6d7f42bbf3a5a4  DBIx-Class-0.082810.tar.gz
+f2e67a7e46509f5224f14082068322e7  DBIx-Class-0.082820.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class.git/commit/?h=masterid=f3f40fbf2f2935e2430324a92b9cd5e8c5587cb4
--
Fedora Extras Perl SIG
http://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 1231905] New: perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231905
   Summary: perl-POE-Component-Server-Bayeux-0.04-14.fc23 FTBFS
with perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-POE-Component-Server-Bayeux
  Assignee: yan...@declera.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, yan...@declera.com
Depends On: 1231866



perl-POE-Component-Server-Bayeux-0.04-14.fc23 fails to build with perl-5.22
because it requires perl-POE-Component-Server-HTTP which has not yet been
rebuilt (bug #1231866). As a result, perl-POE-Component-Server-Bayeux cannot be
installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231866
[Bug 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with
perl-5.22: unsatisfied dependency
-- 
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-DBIx-Class-Schema-Loader (master). 0.07043 bump

2015-06-15 Thread notifications
From c26377e797775df4848168788e0c6006899975f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 17:20:13 +0200
Subject: 0.07043 bump


diff --git a/.gitignore b/.gitignore
index 1385e89..aff676b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz
 /DBIx-Class-Schema-Loader-0.07025.tar.gz
 /DBIx-Class-Schema-Loader-0.07033.tar.gz
 /DBIx-Class-Schema-Loader-0.07042.tar.gz
+/DBIx-Class-Schema-Loader-0.07043.tar.gz
diff --git a/perl-DBIx-Class-Schema-Loader.spec 
b/perl-DBIx-Class-Schema-Loader.spec
index 49c26b2..7c6e7eb 100644
--- a/perl-DBIx-Class-Schema-Loader.spec
+++ b/perl-DBIx-Class-Schema-Loader.spec
@@ -1,13 +1,15 @@
 Name:   perl-DBIx-Class-Schema-Loader
 Summary:Dynamic definition of a DBIx::Class::Schema
-Version:0.07042
-Release:2%{?dist}
+Version:0.07043
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz
 URL:http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
 BuildArch:  noarch
 # Build
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Config)
@@ -46,7 +48,6 @@ BuildRequires:  perl(Hash::Merge)
 BuildRequires:  perl(Lingua::EN::Inflect::Number)
 BuildRequires:  perl(Lingua::EN::Inflect::Phrase)
 BuildRequires:  perl(Lingua::EN::Tagger)
-BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(mro)
 BuildRequires:  perl(MRO::Compat)
@@ -58,7 +59,7 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::CamelCase)
 BuildRequires:  perl(String::ToIdentifier::EN)
 BuildRequires:  perl(String::ToIdentifier::EN::Unicode)
-BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(Sub::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny)
 # Tests only
@@ -120,6 +121,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 0.07043-1
+- 0.07043 bump
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 0.07042-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 05b0a93..bcad6e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdf0f66ed6e97a9630dda37ffe356060  DBIx-Class-Schema-Loader-0.07042.tar.gz
+3ac69acfd58e38f34c969269d8bbca2a  DBIx-Class-Schema-Loader-0.07043.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class-Schema-Loader.git/commit/?h=masterid=c26377e797775df4848168788e0c6006899975f2
--
Fedora Extras Perl SIG
http://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 1230566] perl-DBIx-Class-Schema-Loader-0.07043 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBIx-Class-Schema-Load
   ||er-0.07043-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-15 11:20:51



-- 
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-DateTime-TimeZone (f22). 1.90 bump (..more)

2015-06-15 Thread notifications
From 610dee947ddaafee2c556f98fc607cc969c1ba7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Fri, 15 May 2015 10:41:15 +0200
Subject: 1.90 bump

- The `compile-all' test is now author-only, cutting the dep list somewhat
- Drop the old filters; I don't think we need them anymore

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index fb1a8c6..f90f7b0 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,5 +1,5 @@
 Name:   perl-DateTime-TimeZone
-Version:1.88
+Version:1.90
 Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
@@ -19,18 +19,15 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Class::Singleton) = 1.03
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd) = 3
-%if !%{defined perl_bootstrap}
-BuildRequires:  perl(DateTime)
-BuildRequires:  perl(DateTime::Duration)
-%endif
+# Unused BuildRequires:  perl(DateTime)
+# Unused BuildRequires:  perl(DateTime::Duration)
 # Unused BuildRequires:  perl(DateTime::TimeZone::Tzfile)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Compare)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Path)
+# Unused BuildRequires:  perl(File::Compare)
+# Unused BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(List::AllUtils)
-BuildRequires:  perl(List::Util)
+# Unused BuildRequires:  perl(List::AllUtils)
+# Unused BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Validate) = 0.72
 BuildRequires:  perl(parent)
@@ -39,6 +36,7 @@ BuildRequires:  perl(vars)
 # Tests only
 BuildRequires:  perl(base)
 BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
@@ -50,7 +48,7 @@ BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Taint)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(File::Basename)
 Requires:   perl(File::Compare)
 Requires:   perl(File::Find)
@@ -58,17 +56,11 @@ Requires:   perl(File::Find)
 # upgrade, bug #1135981
 Requires:   perl(DateTime::TimeZone::Tzfile)
 
-%{?filter_setup:
-%if 0%{?perl_bootstrap}
-# avoid circular dependencies - DateTime strictly requires DateTime::TimeZone
-%filter_from_requires /^perl(DateTime\(::Duration\)\{0,1\})/d
-%endif
-%?perl_default_filter}
 
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Params::Validate|Class::Singleton)\\)$
 
-%if 0%{?perl_bootstrap}
 # avoid circular dependencies - DateTime strictly requires DateTime::TimeZone
+%if 0%{?perl_bootstrap}
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(DateTime(::Duration)?\\)
 %endif
 
@@ -99,6 +91,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 15 2015 Petr Šabata con...@redhat.com - 1.90-1
+- 1.90 bump
+- The `compile-all' test is now author-only, cutting the dep list somewhat
+- Drop the old filters; I don't think we need them anymore
+
 * Mon Apr 27 2015 Petr Šabata con...@redhat.com - 1.88-1
 - 1.88 bump, timezone data updated
 
diff --git a/sources b/sources
index 080476c..b9b9805 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0971bc60c73a148b04d66e5895721ee2  DateTime-TimeZone-1.88.tar.gz
+2bd62199216bd3cb744e11610f837cf8  DateTime-TimeZone-1.90.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f22id=610dee947ddaafee2c556f98fc607cc969c1ba7e
--
Fedora Extras Perl SIG
http://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-DateTime-TimeZone (f22). Perl 5.22 re-rebuild of bootstrapped packages

2015-06-15 Thread notifications
From 07364fe5e2f0969d07b8822c021bb8d93f345649 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 10 Jun 2015 15:29:02 +0200
Subject: Perl 5.22 re-rebuild of bootstrapped packages


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index cbbea8b..f9a0dd1 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
 Version:1.90
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -91,6 +91,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1.90-3
+- Perl 5.22 re-rebuild of bootstrapped packages
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 1.90-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f22id=07364fe5e2f0969d07b8822c021bb8d93f345649
--
Fedora Extras Perl SIG
http://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-DateTime-TimeZone (master). 1, 91 bump, tzdata updated

2015-06-15 Thread notifications
From 9597322ba05c603977d3d644f466cbdb4e12ab13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 18:07:19 +0200
Subject: 1,91 bump, tzdata updated


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index f9a0dd1..a98f122 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
-Version:1.90
-Release:3%{?dist}
+Version:1.91
+Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,6 +11,7 @@ Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{
 Patch0: 
DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -91,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 1.91-1
+- 1,91 bump, tzdata updated
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1.90-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index b9b9805..4c0245d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bd62199216bd3cb744e11610f837cf8  DateTime-TimeZone-1.90.tar.gz
+832d2f2bb3644c4c1fbafd8869f39422  DateTime-TimeZone-1.91.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=masterid=9597322ba05c603977d3d644f466cbdb4e12ab13
--
Fedora Extras Perl SIG
http://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 1231883] New: perl-HTTP-Recorder-0.07-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231883
   Summary: perl-HTTP-Recorder-0.07-1.fc23 FTBFS with perl-5.22:
unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-Recorder
  Assignee: tcall...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com
Depends On: 1231244



perl-HTTP-Recorder-0.07-1.fc23 fails to build with perl-5.22 because it
requires perl-HTTP-Proxy which has not yet been rebuilt (bug #1231244). As a
result, perl-HTTP-Recorder cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231244
[Bug 1231244] perl-HTTP-Proxy-0.303-2.fc23: FTBFS with Perl 5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231244] perl-HTTP-Proxy-0.303-2.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231883




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231883
[Bug 1231883] perl-HTTP-Recorder-0.07-1.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231903] New: perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231903
   Summary: perl-Test-Apocalypse-1.006-1.fc23 FTBFS with
perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Apocalypse
  Assignee: ppi...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
Depends On: 1230754



perl-Test-Apocalypse-1.006-1.fc23 fails to build with perl-5.22 because it
requires perl-Test-Vars which has not yet been rebuilt (bug #1230754). As a
result, perl-Test-Apocalypse cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1230754
[Bug 1230754] perl-Test-Vars-0.005-7.fc23: FTBFS with Perl 5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1230754] perl-Test-Vars-0.005-7.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231903




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231903
[Bug 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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

spot pushed to perl-HTTP-Proxy (master). fix issue with via handling (cpan 105177) fix test failure in 23connect by checking for socket blocking mode (bz 1231244)

2015-06-15 Thread notifications
From db30d5997b004505e16e1cdcd964479a5229e307 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Mon, 15 Jun 2015 11:32:09 -0400
Subject: fix issue with via handling (cpan 105177)  fix test failure in
 23connect by checking for socket blocking mode (bz 1231244)


diff --git a/HTTP-Proxy-0.303-fix-23connect-to-check-socket-blocking-mode.patch 
b/HTTP-Proxy-0.303-fix-23connect-to-check-socket-blocking-mode.patch
new file mode 100644
index 000..a155989
--- /dev/null
+++ b/HTTP-Proxy-0.303-fix-23connect-to-check-socket-blocking-mode.patch
@@ -0,0 +1,41 @@
+diff -up HTTP-Proxy-0.303/t/23connect.t.fixme HTTP-Proxy-0.303/t/23connect.t
+--- HTTP-Proxy-0.303/t/23connect.t.fixme   2015-06-15 11:27:28.791145387 
-0400
 HTTP-Proxy-0.303/t/23connect.t 2015-06-15 11:29:15.167490896 -0400
+@@ -32,7 +32,6 @@ my $banner = President_of_Earth Barbare
+ if ( !$pid ) {
+ my $sock = $server-accept;
+ $sock-print($banner);
+-sleep 2;
+ $sock-close;
+ exit;
+ }
+@@ -53,9 +52,6 @@ plan tests = 4;
+ }
+ );
+ 
+-# wait for the server and proxy to be ready
+-sleep 2;
+-
+ # run a client
+ my $ua = LWP::UserAgent-new;
+ $ua-proxy( http = $proxy-url );
+@@ -64,6 +60,10 @@ plan tests = 4;
+ my $res = $ua-request($req);
+ my $sock = $res-{client_socket};
+ 
++if ( !$sock-blocking ) {
++diag(socket is non blocking, switching to blocking mode);
++$sock-blocking(1);
++}
+ 
+ # what does the proxy say?
+ is( $res-code, 200, The proxy accepts CONNECT requests );
+@@ -75,7 +75,7 @@ plan tests = 4;
+ alarm 30;
+ $read = $sock;
+ };
+-
++
+ ok( $read, Read some data from the socket );
+ is( $read, $banner, CONNECTed to the TCP server and got the banner );
+ close $sock;
diff --git a/HTTP-Proxy-0.303-fix-via.patch b/HTTP-Proxy-0.303-fix-via.patch
new file mode 100644
index 000..e08e378
--- /dev/null
+++ b/HTTP-Proxy-0.303-fix-via.patch
@@ -0,0 +1,35 @@
+diff -up HTTP-Proxy-0.303/lib/HTTP/Proxy.pm.fixvia 
HTTP-Proxy-0.303/lib/HTTP/Proxy.pm
+--- HTTP-Proxy-0.303/lib/HTTP/Proxy.pm.fixvia  2015-06-15 11:20:21.378357137 
-0400
 HTTP-Proxy-0.303/lib/HTTP/Proxy.pm 2015-06-15 11:20:40.378389429 -0400
+@@ -90,6 +90,7 @@ sub new {
+ port = 8080,
+ stash= {},
+ timeout  = 60,
++  via  = undef,
+ x_forwarded_for = 1,
+ );
+ 
+diff -up HTTP-Proxy-0.303/t/15accessors.t.fixvia 
HTTP-Proxy-0.303/t/15accessors.t
+--- HTTP-Proxy-0.303/t/15accessors.t.fixvia2015-06-15 11:22:14.585078744 
-0400
 HTTP-Proxy-0.303/t/15accessors.t   2015-06-15 11:22:19.137043946 -0400
+@@ -28,7 +28,7 @@ my %meth = (
+ # loop is not used/internal for now
+ );
+ 
+-plan tests = 15 + keys %meth;
++plan tests = 16 + keys %meth;
+ 
+ for my $key ( sort keys %meth ) {
+ no strict 'refs';
+@@ -38,6 +38,11 @@ for my $key ( sort keys %meth ) {
+ like( $proxy-via(), qr!\(HTTP::Proxy/$HTTP::Proxy::VERSION\)$!,
+   via has the correct default);
+ 
++{
++my $my_via_proxy = HTTP::Proxy-new( via = 'VIA!VIA!VIA!' );
++is( $my_via_proxy-via(), 'VIA!VIA!VIA!', 'custom via' );
++}
++
+ # test deprecated accessors
+ $proxy = HTTP::Proxy-new( maxserve = 127,  maxconn = 255 );
+ is( $proxy-max_keep_alive_requests, 127, deprecated maxserve);
diff --git a/perl-HTTP-Proxy.spec b/perl-HTTP-Proxy.spec
index ad90b18..dedde5c 100644
--- a/perl-HTTP-Proxy.spec
+++ b/perl-HTTP-Proxy.spec
@@ -2,12 +2,16 @@
 
 Name:   perl-HTTP-Proxy
 Version:0.303
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A pure Perl HTTP proxy
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/HTTP-Proxy/
 Source0:
http://www.cpan.org/authors/id/B/BO/BOOK/HTTP-Proxy-%{version}.tar.gz
+# https://rt.cpan.org/Public/Bug/Display.html?id=105177
+Patch0:HTTP-Proxy-0.303-fix-via.patch
+# 
https://github.com/book/HTTP-Proxy/commit/e6e9f75a9aa28b121fd9ee5e4f604516908f81b2
+Patch1:
HTTP-Proxy-0.303-fix-23connect-to-check-socket-blocking-mode.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build), perl(Module::Build::Tiny)
@@ -33,6 +37,8 @@ an origin server.
 
 %prep
 %setup -q -n HTTP-Proxy-%{version}
+%patch0 -p1 -b .fixvia
+%patch1 -p1 -b .socketfix
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +59,10 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Jun 15 2015 Tom Callaway s...@fedoraproject.org - 0.303-3
+- fix issue with via handling (cpan 105177)
+- fix test failure in 23connect by checking for socket blocking mode (bz 
1231244)
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 0.303-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTTP-Proxy.git/commit/?h=masterid=db30d5997b004505e16e1cdcd964479a5229e307
--
Fedora 

[Bug 1231892] New: perl-Test-Dependencies-0.12-10.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231892
   Summary: perl-Test-Dependencies-0.12-10.fc23 FTBFS with
perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Dependencies
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com
Depends On: 1231258



perl-Test-Dependencies-0.12-10.fc23 fails to build with perl-5.22 because it
requires perl-rpm-build-perl which has not yet been rebuilt (bug #1231258). As
a result, perl-Test-Dependencies cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231258
[Bug 1231258] perl-rpm-build-perl-0.82-9.fc23 FTBFS against perl-5.22:
tests fail
-- 
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 1231894] New: perl-Method-Signatures-20141021-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231894
   Summary: perl-Method-Signatures-20141021-1.fc23 FTBFS with
perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Method-Signatures
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com
Depends On: 1231270



perl-Method-Signatures-20141021-1.fc23 fails to build with perl-5.22 because it
requires perl-Data-Alias which has not yet been rebuilt (bug #1231270). As a
result, perl-Method-Signatures cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231270
[Bug 1231270] perl-Data-Alias-1.18-5.fc23 FTBFS with perl-5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231270] perl-Data-Alias-1.18-5.fc23 FTBFS with perl-5.22

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

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

   What|Removed |Added

 Blocks||1231894




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231894
[Bug 1231894] perl-Method-Signatures-20141021-1.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

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

   What|Removed |Added

 Blocks||1231899




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231899
[Bug 1231899] perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS with
perl-5.22: unsatisfied dependency
-- 
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 1231899] New: perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231899
   Summary: perl-POE-Component-Server-XMLRPC-0.05-19.fc23 FTBFS
with perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-POE-Component-Server-XMLRPC
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com
Depends On: 1231866



perl-POE-Component-Server-XMLRPC-0.05-19.fc23 fails to build with perl-5.22
because it requires perl-POE-Component-Server-HTTP which has not yet been
rebuilt (bug #1231866). As a result, perl-POE-Component-Server-XMLRPC cannot be
installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231866
[Bug 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with
perl-5.22: unsatisfied dependency
-- 
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 1230564] perl-DBIx-Class-IntrospectableM2M-0.001002 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-DBIx-Class-IntrospectableM2M-0.001002-1.fc22 has been submitted as an
update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-DBIx-Class-IntrospectableM2M-0.001002-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

psabata uploaded DBIx-Class-Schema-Loader-0.07043.tar.gz for perl-DBIx-Class-Schema-Loader

2015-06-15 Thread notifications
3ac69acfd58e38f34c969269d8bbca2a  DBIx-Class-Schema-Loader-0.07043.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07043.tar.gz/md5/3ac69acfd58e38f34c969269d8bbca2a/DBIx-Class-Schema-Loader-0.07043.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 1230835] Upgrade perl-Text-Autoformat to 1.71

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Text-Autoformat-1.7200
   ||00-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-15 10:16:05



-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-06-15 10:25:21



--- Comment #1 from Petr Šabata psab...@redhat.com ---
Indeed, as you say.  This is a problem of POE::API::Peek, this isn't a bug in
POE::Component::Server::HTTP.  Once bug #1231252 is resolved, this package will
build again (and if not, it will for different reasons).

Nothing to fix in this package.  I don't find these reports relevant.

-- 
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 1231104] perl-B-Hooks-OP-Check-EntersubForCV-0.09-11.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231880




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231880
[Bug 1231880] perl-Devel-BeginLift-0.001003-9.fc23 FTBFS with perl-5.22:
unsatisfied depencency
-- 
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 1231880] New: perl-Devel-BeginLift-0.001003-9.fc23 FTBFS with perl-5.22: unsatisfied depencency

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

Bug ID: 1231880
   Summary: perl-Devel-BeginLift-0.001003-9.fc23 FTBFS with
perl-5.22: unsatisfied depencency
   Product: Fedora
   Version: rawhide
 Component: perl-Devel-BeginLift
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com
Depends On: 1231104



perl-Devel-BeginLift-0.001003-9.fc23 fails to build with perl-5.22 because it
requires perl-B-Hooks-OP-Check-EntersubForCV which has not yet been rebuilt
(bug #1231104). As a result perl-Devel-BeginLift cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231104
[Bug 1231104] perl-B-Hooks-OP-Check-EntersubForCV-0.09-11.fc23: FTBFS with
Perl 5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231888] New: perl-Task-Kensho-Testing-0.38-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

Bug ID: 1231888
   Summary: perl-Task-Kensho-Testing-0.38-1.fc23 FTBFS with
perl-5.22: unsatisfied dependency
   Product: Fedora
   Version: rawhide
 Component: perl-Task-Kensho-Testing
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org
Depends On: 1231275



perl-Task-Kensho-Testing-0.38-1.fc23 fails to build with perl-5.22 because it
requires perl-Devel-Cover which has not yet been rebuilt (bug #1231275). As a
result, perl-Task-Kensho-Testing cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231275
[Bug 1231275] perl-Devel-Cover-1.18-2.fc23 FTBFS with perl-5.22: tests fail
-- 
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 1231275] perl-Devel-Cover-1.18-2.fc23 FTBFS with perl-5.22: tests fail

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

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

   What|Removed |Added

 Blocks||1231888




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231888
[Bug 1231888] perl-Task-Kensho-Testing-0.38-1.fc23 FTBFS with perl-5.22:
unsatisfied dependency
-- 
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 1231254] perl-Parse-ErrorString-Perl-0.21-2.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231893




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231893
[Bug 1231893] perl-Padre-0.90-14.fc23 FTBFS with perl-5.22: unsatisfied
dependencies
-- 
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-DBIx-Class-IntrospectableM2M (f22). 0.001002 bump (..more)

2015-06-15 Thread notifications
From 9050a4ea3430f3d8cf194a3b0d0a49925adb2a26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 17:02:56 +0200
Subject: 0.001002 bump

- Modernize the SPEC

diff --git a/.gitignore b/.gitignore
index 857bd92..e727f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DBIx-Class-IntrospectableM2M-0.001001.tar.gz
+/DBIx-Class-IntrospectableM2M-0.001002.tar.gz
diff --git a/perl-DBIx-Class-IntrospectableM2M.spec 
b/perl-DBIx-Class-IntrospectableM2M.spec
index d63590f..8caf031 100644
--- a/perl-DBIx-Class-IntrospectableM2M.spec
+++ b/perl-DBIx-Class-IntrospectableM2M.spec
@@ -1,16 +1,32 @@
 Name:   perl-DBIx-Class-IntrospectableM2M
-Version:0.001001
-Release:8%{?dist}
+Version:0.001002
+Release:1%{?dist}
 Summary:Introspect many-to-many shortcuts
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
-Source0:
http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-IntrospectableM2M-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/DBIx-Class-IntrospectableM2M-%{version}.tar.gz
 BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
+BuildRequires:  perl(base)
 BuildRequires:  perl(DBIx::Class)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(DBIx::Class::Core)
+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))
 
 %description
 Because the many-to-many relationships are not real relationships, they can
@@ -24,15 +40,11 @@ and examined.
 %setup -q -n DBIx-Class-IntrospectableM2M-%{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=%{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
@@ -44,6 +56,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 0.001002-1
+- 0.001002 bump
+- Modernize the SPEC
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 0.001001-8
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 8d37b30..e3f9598 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c05959fdb632062ec827ec0c7335eae  DBIx-Class-IntrospectableM2M-0.001001.tar.gz
+2462b3115e8f0a71490fd8e219aa79f0  DBIx-Class-IntrospectableM2M-0.001002.tar.gz
-- 
cgit v0.10.2



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

2015-06-15 Thread notifications
From 105453e7b3e0fdb8cea8c625bbe3bb8182bf46b6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 8 Jun 2015 20:52:57 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-DBIx-Class-IntrospectableM2M.spec 
b/perl-DBIx-Class-IntrospectableM2M.spec
index 6a082e9..d63590f 100644
--- a/perl-DBIx-Class-IntrospectableM2M.spec
+++ b/perl-DBIx-Class-IntrospectableM2M.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-Class-IntrospectableM2M
 Version:0.001001
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Introspect many-to-many shortcuts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 0.001001-8
+- Perl 5.22 rebuild
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.001001-7
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class-IntrospectableM2M.git/commit/?h=f22id=105453e7b3e0fdb8cea8c625bbe3bb8182bf46b6
--
Fedora Extras Perl SIG
http://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-DateTime-TimeZone (f22). 1, 91 bump, tzdata updated

2015-06-15 Thread notifications
From 9597322ba05c603977d3d644f466cbdb4e12ab13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 18:07:19 +0200
Subject: 1,91 bump, tzdata updated


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index f9a0dd1..a98f122 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
-Version:1.90
-Release:3%{?dist}
+Version:1.91
+Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,6 +11,7 @@ Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{
 Patch0: 
DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -91,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 1.91-1
+- 1,91 bump, tzdata updated
+
 * Wed Jun 10 2015 Jitka Plesnikova jples...@redhat.com - 1.90-3
 - Perl 5.22 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index b9b9805..4c0245d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bd62199216bd3cb744e11610f837cf8  DateTime-TimeZone-1.90.tar.gz
+832d2f2bb3644c4c1fbafd8869f39422  DateTime-TimeZone-1.91.tar.gz
-- 
cgit v0.10.2



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

2015-06-15 Thread notifications
From 166b3891217b4fba7263799d59cd5420c7c3bb9c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Sat, 6 Jun 2015 20:12:27 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index f90f7b0..cbbea8b 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
 Version:1.90
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -91,6 +91,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 1.90-2
+- Perl 5.22 rebuild
+
 * Fri May 15 2015 Petr Šabata con...@redhat.com - 1.90-1
 - 1.90 bump
 - The `compile-all' test is now author-only, cutting the dep list somewhat
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f22id=166b3891217b4fba7263799d59cd5420c7c3bb9c
--
Fedora Extras Perl SIG
http://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-Text-Autoformat (master). 1.72 bump

2015-06-15 Thread notifications
From 55d7bb59d8263f0dad27a98c47a874e6dc3db28e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 16:15:24 +0200
Subject: 1.72 bump


diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index 3105767..c299d54 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -1,29 +1,31 @@
 Name:   perl-Text-Autoformat
-Version:1.669007
-Release:2%{?dist}
+# Maintain six-digit version number to ensure clean upgrade path
+%global cpan_version 1.72
+Version:%{cpan_version}
+Release:1%{?dist}
 Summary:Automatic text wrapping and reformatting
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Autoformat/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/Text-Autoformat-%{cpan_version}.tar.gz
 BuildArch:  noarch
-# Module Build
+# Build
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# Module Runtime
+# Runtime
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Text::Reform) = 1.11
 BuildRequires:  perl(Text::Tabs)
-BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
-# Test Suite
+# Tests only
 BuildRequires:  perl(Test::More)
-# Runtime
+BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 # Do not export private modules
@@ -41,8 +43,7 @@ The module also supplies a re-entrant, highly configurable 
replacement for
 the built-in Perl format() mechanism.
 
 %prep
-%setup -q -n Text-Autoformat-%{version}
-# Drop bogus exec bits
+%setup -q -n Text-Autoformat-%{cpan_version}
 chmod -c -x config.*
 
 %build
@@ -57,11 +58,15 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
+%license LICENSE
 %doc Changes README config.emacs config.vim
 %{perl_vendorlib}/Text/
 %{_mandir}/man3/Text::Autoformat.3pm*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 1.72-1
+- 1.72 bump
+
 * Fri Jun 05 2015 Jitka Plesnikova jples...@redhat.com - 1.669007-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 326f0d2..7537e3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c81ac5839d27028f2a7f50d0676c67e  Text-Autoformat-1.669007.tar.gz
+ebb9d3b1c74776870d65d2b66046876e  Text-Autoformat-1.72.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Autoformat.git/commit/?h=masterid=55d7bb59d8263f0dad27a98c47a874e6dc3db28e
--
Fedora Extras Perl SIG
http://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 1231275] perl-Devel-Cover-1.18-2.fc23 FTBFS with perl-5.22: tests fail

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

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

   What|Removed |Added

 Blocks||1231907




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231907
[Bug 1231907] publican-4.3.0-0.fc23 FTBFS with perl-5.22: unsatisfied
dependency
-- 
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

spot pushed to perl-HTTP-Proxy (master). add logging debug to 23connect

2015-06-15 Thread notifications
From b6f41b15a864be48cdc75ec41381a139df4eec43 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Mon, 15 Jun 2015 11:59:21 -0400
Subject: add logging debug to 23connect


diff --git a/HTTP-Proxy-0.303-23connect-logging-debug.patch 
b/HTTP-Proxy-0.303-23connect-logging-debug.patch
new file mode 100644
index 000..da5f4ef
--- /dev/null
+++ b/HTTP-Proxy-0.303-23connect-logging-debug.patch
@@ -0,0 +1,11 @@
+diff -up HTTP-Proxy-0.303/t/23connect.t.logging HTTP-Proxy-0.303/t/23connect.t
+--- HTTP-Proxy-0.303/t/23connect.t.logging 2015-06-15 11:56:53.645884338 
-0400
 HTTP-Proxy-0.303/t/23connect.t 2015-06-15 11:57:37.829615013 -0400
+@@ -42,6 +42,7 @@ plan tests = 4;
+ 
+ {
+ my $proxy = HTTP::Proxy-new( port = 0, max_connections = 1 );
++$proxy-logmask( HTTP::Proxy::ALL() );
+ $proxy-init;# required to access the url later
+ 
+ # fork a HTTP proxy
diff --git a/perl-HTTP-Proxy.spec b/perl-HTTP-Proxy.spec
index dedde5c..a36260c 100644
--- a/perl-HTTP-Proxy.spec
+++ b/perl-HTTP-Proxy.spec
@@ -12,6 +12,8 @@ Source0:
http://www.cpan.org/authors/id/B/BO/BOOK/HTTP-Proxy-%{version}.t
 Patch0:HTTP-Proxy-0.303-fix-via.patch
 # 
https://github.com/book/HTTP-Proxy/commit/e6e9f75a9aa28b121fd9ee5e4f604516908f81b2
 Patch1:
HTTP-Proxy-0.303-fix-23connect-to-check-socket-blocking-mode.patch
+# debugging 23connect
+Patch2:HTTP-Proxy-0.303-23connect-logging-debug.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build), perl(Module::Build::Tiny)
@@ -39,6 +41,7 @@ an origin server.
 %setup -q -n HTTP-Proxy-%{version}
 %patch0 -p1 -b .fixvia
 %patch1 -p1 -b .socketfix
+%patch2 -p1 -b .logging
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTTP-Proxy.git/commit/?h=masterid=b6f41b15a864be48cdc75ec41381a139df4eec43
--
Fedora Extras Perl SIG
http://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 DBIx-Class-0.082820.tar.gz for perl-DBIx-Class

2015-06-15 Thread notifications
f2e67a7e46509f5224f14082068322e7  DBIx-Class-0.082820.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DBIx-Class/DBIx-Class-0.082820.tar.gz/md5/f2e67a7e46509f5224f14082068322e7/DBIx-Class-0.082820.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 1231893] New: perl-Padre-0.90-14.fc23 FTBFS with perl-5.22: unsatisfied dependencies

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

Bug ID: 1231893
   Summary: perl-Padre-0.90-14.fc23 FTBFS with perl-5.22:
unsatisfied dependencies
   Product: Fedora
   Version: rawhide
 Component: perl-Padre
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
Depends On: 1231216, 1231254



perl-Padre-0.90-14.fc23 fails to build with perl-5.22 because it requires
packages which have not yet been rebuilt:

perl-Debug-Client (bug #1231216)
perl-Parse-ErrorString-Perl (bug #1231254)

As a result, perl-Padre cannot be installed in F23.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231216
[Bug 1231216] perl-Debug-Client-0.29-4.fc23: FTBFS with Perl 5.22
https://bugzilla.redhat.com/show_bug.cgi?id=1231254
[Bug 1231254] perl-Parse-ErrorString-Perl-0.21-2.fc23: FTBFS with Perl 5.22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231216] perl-Debug-Client-0.29-4.fc23: FTBFS with Perl 5.22

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

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

   What|Removed |Added

 Blocks||1231893




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1231893
[Bug 1231893] perl-Padre-0.90-14.fc23 FTBFS with perl-5.22: unsatisfied
dependencies
-- 
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 1230562] perl-DBIx-Class-0.082820 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBIx-Class-0.082820-1.
   ||fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-15 10:51:21



-- 
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-DBIx-Class-IntrospectableM2M (master). 0.001002 bump (..more)

2015-06-15 Thread notifications
From 9050a4ea3430f3d8cf194a3b0d0a49925adb2a26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 15 Jun 2015 17:02:56 +0200
Subject: 0.001002 bump

- Modernize the SPEC

diff --git a/.gitignore b/.gitignore
index 857bd92..e727f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DBIx-Class-IntrospectableM2M-0.001001.tar.gz
+/DBIx-Class-IntrospectableM2M-0.001002.tar.gz
diff --git a/perl-DBIx-Class-IntrospectableM2M.spec 
b/perl-DBIx-Class-IntrospectableM2M.spec
index d63590f..8caf031 100644
--- a/perl-DBIx-Class-IntrospectableM2M.spec
+++ b/perl-DBIx-Class-IntrospectableM2M.spec
@@ -1,16 +1,32 @@
 Name:   perl-DBIx-Class-IntrospectableM2M
-Version:0.001001
-Release:8%{?dist}
+Version:0.001002
+Release:1%{?dist}
 Summary:Introspect many-to-many shortcuts
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
-Source0:
http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-IntrospectableM2M-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/DBIx-Class-IntrospectableM2M-%{version}.tar.gz
 BuildArch:  noarch
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
+BuildRequires:  perl(base)
 BuildRequires:  perl(DBIx::Class)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(DBIx::Class::Core)
+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))
 
 %description
 Because the many-to-many relationships are not real relationships, they can
@@ -24,15 +40,11 @@ and examined.
 %setup -q -n DBIx-Class-IntrospectableM2M-%{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=%{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
@@ -44,6 +56,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 15 2015 Petr Šabata con...@redhat.com - 0.001002-1
+- 0.001002 bump
+- Modernize the SPEC
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 0.001001-8
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 8d37b30..e3f9598 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c05959fdb632062ec827ec0c7335eae  DBIx-Class-IntrospectableM2M-0.001001.tar.gz
+2462b3115e8f0a71490fd8e219aa79f0  DBIx-Class-IntrospectableM2M-0.001002.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Class-IntrospectableM2M.git/commit/?h=masterid=9050a4ea3430f3d8cf194a3b0d0a49925adb2a26
--
Fedora Extras Perl SIG
http://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 DBIx-Class-IntrospectableM2M-0.001002.tar.gz for perl-DBIx-Class-IntrospectableM2M

2015-06-15 Thread notifications
2462b3115e8f0a71490fd8e219aa79f0  DBIx-Class-IntrospectableM2M-0.001002.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.001002.tar.gz/md5/2462b3115e8f0a71490fd8e219aa79f0/DBIx-Class-IntrospectableM2M-0.001002.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 1230564] perl-DBIx-Class-IntrospectableM2M-0.001002 is available

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



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-DBIx-Class-IntrospectableM2M-0.001002-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=646108

-- 
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 1231866] perl-POE-Component-Server-HTTP-0.09-20.fc23 FTBFS with perl-5.22: unsatisfied dependency

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



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
This bug is relevant for users who cannot install this package and for you to
know when it's time to rebuild this package.

-- 
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 1232062] perl-Log-Report-1.06 is available

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



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

-- 
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 1232062] New: perl-Log-Report-1.06 is available

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

Bug ID: 1232062
   Summary: perl-Log-Report-1.06 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Log-Report
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 1.06
Current version/release in rawhide: 1.05-3.fc23
URL: http://search.cpan.org/dist/Log-Report/

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 1232062] perl-Log-Report-1.06 is available

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



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

-- 
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 1220089] perl-List-Compare-0.50 is available

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

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

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-List-Compare-0.51-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2015-06-15 12:15:36



-- 
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 1211045] perl-Test-Strict-0.27 is available

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

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

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-Test-Strict-0.27-1.fc2
   ||1
 Resolution|--- |CURRENTRELEASE
Last Closed||2015-06-15 12:15:13



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

  1   2   >