Re: version module is missing from SRPM build root

2014-10-29 Thread Petr Pisar
On Mon, Oct 27, 2014 at 04:49:05PM +, Paul Howarth wrote:
 On 27/10/14 11:37, Petr Pisar wrote:
 on Friday, I fixed the perl-Module-CoreList file list, so that all
 Also if you use the version module when building a package, then don't
 forget to build-require the module. This is especially true for modules
 installed into standard Perl include paths which run-require the
 perl(:MODULE_COMPAT_...) whose exact value is computed by the version
 module.
 
 Since every perl module package should be doing this, would it not make
 sense to add perl(version) as a dependency of something that *does* get
 pulled into the buildroot for perl module builds? perl-srpm-macros perhaps?
 
Ough. The thing about perl(:MODULE_COMPAT_...) is not true. I saw hyphen,
a capital letter, and version and I imagined that it's -Mversion. No. The
perl -V does not need the version module.

So no, you don't have to build-require perl(version) for computing
perl(:MODULE_COMPAT_...) symbol.

Regarding putting a perl dependency into perl-srpm-macros: I would like to see
more sophisiticated and helpful macros there. However I also would like to see
a posibility to expell the perl from the minimal build root. The less packages
are needed there the better for portability, bootstrapping, maintenace etc.

-- Petr


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

[perl-Hash-Case] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit 30f698f7bc5621f0855847dbccae33c8008675b3
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:06:25 2014 +0100

Do not build-require version module

 perl-Hash-Case.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Hash-Case.spec b/perl-Hash-Case.spec
index 76fe5a0..0cebca2 100644
--- a/perl-Hash-Case.spec
+++ b/perl-Hash-Case.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Hash-Case
 Version:1.20.0
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Base class for hashes with key-casing requirements
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,7 +11,6 @@ Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/Hash-Case-%{cpan_vers
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(version)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Log::Report) = 0.26
@@ -57,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 1.20.0-5
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 1.20.0-4
 - Deal with version module missing from SRPM build root
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-B-Debug] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit 11a6e4ee9644217dcc57b67205b81585e5cb38b0
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:13:47 2014 +0100

Do not build-require version module

 perl-B-Debug.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-B-Debug.spec b/perl-B-Debug.spec
index 9150c99..41cd021 100644
--- a/perl-B-Debug.spec
+++ b/perl-B-Debug.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Debug
 Version:1.22
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Walk Perl syntax tree, print debug information about op-codes
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,7 +9,6 @@ Source0:
http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.ta
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(version)
 # Run-time:
 BuildRequires:  perl(B)
 # B::Asmdata not used
@@ -52,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 1.22-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 1.22-1
 - 1.22 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Digest-SHA/f21] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit b55af502eada85d2d1b0f9612920019079fb0d44
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:25:16 2014 +0100

Do not build-require version module

 perl-Digest-SHA.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index 98dfec1..ca4f230 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -1,7 +1,7 @@
 Name:   perl-Digest-SHA
 Epoch:  1
 Version:5.93
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for SHA-1/224/256/384/512
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,7 +16,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(version)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 1:5.93-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 1:5.93-1
 - 5.93 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-experimental] Move version dependency back to run-time buildrequires list

2014-10-29 Thread Petr Pisar
commit cdd903bc523100abd07916cc896e421747ebfc9a
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:28:41 2014 +0100

Move version dependency back to run-time buildrequires list

 perl-experimental.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-experimental.spec b/perl-experimental.spec
index ec12b86..275e820 100644
--- a/perl-experimental.spec
+++ b/perl-experimental.spec
@@ -9,11 +9,11 @@ Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build::Tiny) = 0.039
-BuildRequires:  perl(version)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(feature)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(version)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(File::Spec)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Compress-Bzip2] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit 6b5ac1a154a2e714c5839f827c287ac7a803a789
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:20:01 2014 +0100

Do not build-require version module

 perl-Compress-Bzip2.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec
index fed93bf..b2fd3c8 100644
--- a/perl-Compress-Bzip2.spec
+++ b/perl-Compress-Bzip2.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Bzip2
 Version:2.19
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Interface to Bzip2 compression library
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -14,7 +14,6 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(version)
 # VMS::Filespec not needed
 # Run-time:
 BuildRequires:  perl(AutoLoader)
@@ -67,6 +66,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 2.19-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 2.19-1
 - 2.19 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Compress-Bzip2/f21] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit 356b3fd2ef48a5dec2f95047154587d9a136deb9
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:20:01 2014 +0100

Do not build-require version module

 perl-Compress-Bzip2.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec
index be3d980..8982fbe 100644
--- a/perl-Compress-Bzip2.spec
+++ b/perl-Compress-Bzip2.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Bzip2
 Version:2.19
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Interface to Bzip2 compression library
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -14,7 +14,6 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(version)
 # VMS::Filespec not needed
 # Run-time:
 BuildRequires:  perl(AutoLoader)
@@ -67,6 +66,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 2.19-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 2.19-1
 - 2.19 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Digest-SHA] Do not build-require version module

2014-10-29 Thread Petr Pisar
commit 55a89d95638ec95e185d9dabdc55d33be0038058
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 09:25:16 2014 +0100

Do not build-require version module

 perl-Digest-SHA.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index df011c5..ef3fd98 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -1,7 +1,7 @@
 Name:   perl-Digest-SHA
 Epoch:  1
 Version:5.93
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for SHA-1/224/256/384/512
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,7 +16,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
-BuildRequires:  perl(version)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 1:5.93-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar ppi...@redhat.com - 1:5.93-1
 - 5.93 bump
 
--
Fedora Extras Perl SIG
http://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 1158368] New: bucardo-4.5.0-8.fc22 FTBFS: File not found: /builddir/build/BUILDROOT/bucardo-4.5.0-8.fc22.noarch/usr/share/bucardo/bucardo.schema

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158368

Bug ID: 1158368
   Summary: bucardo-4.5.0-8.fc22 FTBFS: File not found:
/builddir/build/BUILDROOT/bucardo-4.5.0-8.fc22.noarch/
usr/share/bucardo/bucardo.schema
   Product: Fedora
   Version: rawhide
 Component: bucardo
  Assignee: ita...@ispbrasil.com.br
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: ita...@ispbrasil.com.br,
perl-devel@lists.fedoraproject.org,
puiterw...@redhat.com



bucardo-4.5.0-8.fc22 fails to build in F22 because a file expected by the spec
file does not exist after %install section is processed:

Processing files: bucardo-4.5.0-8.fc22.noarch
error: File not found:
/builddir/build/BUILDROOT/bucardo-4.5.0-8.fc22.noarch/usr/share/bucardo/bucardo.schema

Difference between last working and failing build root is:

Removed packages:
ccache-3.1.9
file-5.19
file-libs-5.19
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
libxml2-2.9.1
openssl-libs-1.0.1i
perl-Encode-2.62
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-Module-CoreList-5.20141002
sqlite-3.8.6
util-linux-2.25.1
Added packages:
ccache-3.1.10
fedora-release-cloud-22
file-5.20
file-libs-5.20
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
libxml2-2.9.2
openssl-libs-1.0.1j
perl-Encode-2.63
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
sqlite-3.8.7
util-linux-2.25.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=OrNxdEu6uOa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1157810] Net::Server 0.97 badly out of date

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157810



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Net-Server-2.007-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Net-Server-2.007-2.el6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=dqj27Lmgy9a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-SQLite-1.44.tar.gz uploaded to lookaside cache by jplesnik

2014-10-29 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-DBD-SQLite:

354b826b912f8b5972179a13b1b8c4e1  DBD-SQLite-1.44.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-SQLite] 1.44 bump; Updated dependencies

2014-10-29 Thread Jitka Plesnikova
commit 77606278a9e8815a3013ccbe758c857616591ea1
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Oct 29 10:01:31 2014 +0100

1.44 bump; Updated dependencies

 .gitignore |1 +
 ...ite-1.42-Remove-bundled-source-extentions.patch |   18 +-
 perl-DBD-SQLite.spec   |   15 +--
 sources|2 +-
 4 files changed, 24 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08385ad..fbe07f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ DBD-SQLite-1.29.tar.gz
 /DBD-SQLite-1.39.tar.gz
 /DBD-SQLite-1.40.tar.gz
 /DBD-SQLite-1.42.tar.gz
+/DBD-SQLite-1.44.tar.gz
diff --git a/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch 
b/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
index 44c57e1..ac0a99b 100644
--- a/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
+++ b/DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
@@ -1,6 +1,6 @@
-diff -up DBD-SQLite-1.42/README.orig DBD-SQLite-1.42/README
 DBD-SQLite-1.42/README.orig2014-07-15 09:35:34.645802758 +0200
-+++ DBD-SQLite-1.42/README 2014-07-15 09:35:51.249990673 +0200
+diff -up DBD-SQLite-1.44/README.orig DBD-SQLite-1.44/README
+--- DBD-SQLite-1.44/README.orig2013-08-27 06:33:55.0 +0200
 DBD-SQLite-1.44/README 2014-10-29 08:51:33.381889419 +0100
 @@ -1222,36 +1222,6 @@ R* TREE SUPPORT
  using callbacks, as mentioned in the prior link, have not been
  implemented yet.
@@ -38,12 +38,12 @@ diff -up DBD-SQLite-1.42/README.orig DBD-SQLite-1.42/README
  TO DO
  The following items remain to be done.
  
-diff -up DBD-SQLite-1.42/lib/DBD/SQLite.pm.orig 
DBD-SQLite-1.42/lib/DBD/SQLite.pm
 DBD-SQLite-1.42/lib/DBD/SQLite.pm.orig 2014-07-15 09:36:12.006225578 
+0200
-+++ DBD-SQLite-1.42/lib/DBD/SQLite.pm  2014-07-15 09:37:04.244816776 +0200
-@@ -2604,37 +2604,6 @@ For more detail, please see the SQLite R
- queries using callbacks, as mentioned in the prior link, have not been
- implemented yet.
+diff -up DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig 
DBD-SQLite-1.44/lib/DBD/SQLite.pm
+--- DBD-SQLite-1.44/lib/DBD/SQLite.pm.orig 2014-10-22 16:10:06.0 
+0200
 DBD-SQLite-1.44/lib/DBD/SQLite.pm  2014-10-29 08:51:33.382889429 +0100
+@@ -2441,37 +2441,6 @@ sources, etc.
+ 
+ Other Perl virtual tables may also be published separately on CPAN.
  
 -=head1 FOR DBD::SQLITE EXTENSION AUTHORS
 -
diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec
index 3bf97a6..79742b4 100644
--- a/perl-DBD-SQLite.spec
+++ b/perl-DBD-SQLite.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBD-SQLite
-Version:1.42
-Release:5%{?dist}
+Version:1.44
+Release:1%{?dist}
 Summary:SQLite DBI Driver
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -15,6 +15,7 @@ Patch1: 
DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
 #   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
 BuildRequires:  sqlite-devel
 BuildRequires:  perl
+BuildRequires:  perl(base)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 # Prevent bug #443495
@@ -22,18 +23,25 @@ BuildRequires:  perl(DBI) = 1.607
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) = 0.82
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(warnings)
 # Tests only
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::More) = 0.42
+BuildRequires:  perl(Unicode::UCD)
+BuildRequires:  perl(vars)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
@@ -74,6 +82,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Oct 29 2014 Jitka Plesnikova jples...@redhat.com - 1.44-1
+- 1.44 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.42-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 73839c8..953fe15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86cfaf477cb9ddc39508f74f4268fc79  DBD-SQLite-1.42.tar.gz
+354b826b912f8b5972179a13b1b8c4e1  DBD-SQLite-1.44.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 1158375] New: Dependency error for perl(IO::Scalar)

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158375

Bug ID: 1158375
   Summary: Dependency error for perl(IO::Scalar)
   Product: Fedora EPEL
   Version: el6
 Component: perl-Config-IniFiles
  Severity: high
  Assignee: tcall...@redhat.com
  Reporter: brian.ip...@ryesgade47c.dk
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



Description of problem:

When trying to install the module, it complains about a missing dependency for
perl(IO::Scalar) - hence the module cannot be installed without skipping
dependency-checks.

Version-Release number of selected component (if applicable):

2.72-2.el6

How reproducible:

Every time

Steps to Reproduce:
1. Run command: yum install perl-Config-IniFiles

Actual results:

-- Running transaction check
--- Package perl-Config-IniFiles.noarch 0:2.72-2.el6 will be installed
-- Processing Dependency: perl(IO::Scalar) = 2.109 for package:
perl-Config-IniFiles-2.72-2.el6.noarch
-- Processing Dependency: perl(List::MoreUtils) for package:
perl-Config-IniFiles-2.72-2.el6.noarch
-- Running transaction check
--- Package perl-Config-IniFiles.noarch 0:2.72-2.el6 will be installed
-- Processing Dependency: perl(IO::Scalar) = 2.109 for package:
perl-Config-IniFiles-2.72-2.el6.noarch
--- Package perl-List-MoreUtils.x86_64 0:0.22-10.el6 will be installed
-- Finished Dependency Resolution
Error: Package: perl-Config-IniFiles-2.72-2.el6.noarch (epel)
   Requires: perl(IO::Scalar) = 2.109


Expected results:

Module would have been installed including dependencies

Additional info:

Tested on RHEL 6.6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RLwiFjgKKMa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1157489] perl-DBD-SQLite-1.44 is available

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157489

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBD-SQLite-1.44-1.fc22
 Resolution|--- |RAWHIDE
Last Closed||2014-10-29 05:17:57



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JIpErt8bBla=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158379] New: perl-Crypt-Random-1.25-20.fc22 FTBFS: t/generator.t test fails sometimes

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158379

Bug ID: 1158379
   Summary: perl-Crypt-Random-1.25-20.fc22 FTBFS: t/generator.t
test fails sometimes
   Product: Fedora
   Version: rawhide
 Component: perl-Crypt-Random
  Assignee: p...@city-fan.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org



perl-Crypt-Random-1.25-20.fc22 fails to build in F22 because a test fails
sometimes:

+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')
t/*.t
# Test 9 got: 0 (t/generator.t at line 26 fail #2)
#   Expected: 1
#  t/generator.t line 26 is: ok($x != $y, 1);
t/generator.t  
Failed 1/18 subtests 

The test actually compares two random numbers and fails if the numbers are
equalled. It's natural that you can sometimes get two same numbers from a
random number generator. The test is faulty by design.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pz3RUxZc6Xa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158380] New: perl-Fsdb-2.51-3.fc22 FTBFS: t/test_command.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158380

Bug ID: 1158380
   Summary: perl-Fsdb-2.51-3.fc22 FTBFS: t/test_command.t test
fails
   Product: Fedora
   Version: rawhide
 Component: perl-Fsdb
  Assignee: jo...@isi.edu
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jo...@isi.edu, perl-devel@lists.fedoraproject.org



perl-Fsdb-2.51-3.fc22 fails to build in F22 because t/test_command.t test
fails:

#   Failed test 'TEST/dbcolcreate_double_creation.cmd'
#   at t/test_command.t line 208.
#   Failed test 'TEST/dbcolpercentile_rank_broken_order.cmd'
#   at t/test_command.t line 208.
#   Failed test 'TEST/dbcolpercentile_unsorted.cmd'
#   at t/test_command.t line 208.
#   Failed test 'TEST/dbcolrename_double_dest.cmd'
#   at t/test_command.t line 208.
#   Failed test 'TEST/dbcolrename_missing_col.cmd'
#   at t/test_command.t line 208.
# test TEST/dbfilealter_compress_gzip.cmd skipped (disabled in .cmd)
#   Failed test 'TEST/dbfilepivot_hw_order_error.cmd'
#   at t/test_command.t line 208.
# test TEST/dbmapreduce_dbrowenumerate.cmd skipped (disabled in .cmd)
#test blib/script/xml_to_db -k files/file   TEST/xml_to_db_ex.in skipped
because of missing module XML::Simple
#  output of some failed tests
# # TEST/dbcolcreate_double_creation
# *** TEST/dbcolcreate_double_creation.outThu Jun 26 18:07:31 2014
# --- TEST/dbcolcreate_double_creation.trialTue Oct 28 08:39:22 2014
# ***
# *** 1,2 
#   dbcolcreate: attempt to create pre-existing column foo.
# !  at blib/script/dbcolcreate line 128.
# --- 1,2 
#   dbcolcreate: attempt to create pre-existing column foo.
# !  at blib/script/dbcolcreate line 125.
# # TEST/dbcolpercentile_rank_broken_order
# *** TEST/dbcolpercentile_rank_broken_order.outFri May 24 07:20:26
2013
# --- TEST/dbcolpercentile_rank_broken_order.trialTue Oct 28 08:39:32
2014
# ***
# *** 1,5 
#   dbcolpercentile: data out of order between 65 and 90, should be in
descending order.
# !  at blib/script/dbcolpercentile line 198.
#   #fsdb name id test1 rank
#   a1801
#   b2702
# --- 1,5 
#   dbcolpercentile: data out of order between 65 and 90, should be in
descending order.
# !  at blib/script/dbcolpercentile line 195.
#   #fsdb name id test1 rank
#   a1801
#   b2702
# # TEST/dbcolpercentile_unsorted
# *** TEST/dbcolpercentile_unsorted.outMon May 27 07:05:47 2013
# --- TEST/dbcolpercentile_unsorted.trialTue Oct 28 08:39:33 2014
# ***
# *** 1,5 
#   dbcolpercentile: data out of order between 65 and 90, should be in
descending order.
# !  at blib/script/dbcolpercentile line 198.
#   #fsdb name id test1 percentile
#   a1801
#   b2700.8
# --- 1,5 
#   dbcolpercentile: data out of order between 65 and 90, should be in
descending order.
# !  at blib/script/dbcolpercentile line 195.
#   #fsdb name id test1 percentile
#   a1801
#   b2700.8
# # TEST/dbcolrename_double_dest
# *** TEST/dbcolrename_double_dest.outMon Nov 26 07:01:16 2012
# --- TEST/dbcolrename_double_dest.trialTue Oct 28 08:39:33 2014
# ***
# *** 1,2 
#   dbcolrename: column `name' already exists in the output stream.
# !  at blib/script/dbcolrename line 115.
# --- 1,2 
#   dbcolrename: column `name' already exists in the output stream.
# !  at blib/script/dbcolrename line 112.
# Looks like you failed 6 tests of 268.
t/test_command.t .. 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed

Difference between last working and failing build root is:

Removed packages:
ccache-3.1.9
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
perl-Encode-2.62
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-Module-CoreList-5.20141002
sqlite-3.8.6
util-linux-2.25.1
Added packages:
ccache-3.1.10
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
perl-Encode-2.63
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
sqlite-3.8.7
util-linux-2.25.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=3fplo3lhf2a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158386] New: perl-Module-Install-1.10-2.fc22 FTBFS: t/20_authors_with_special_characters.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158386

Bug ID: 1158386
   Summary: perl-Module-Install-1.10-2.fc22 FTBFS:
t/20_authors_with_special_characters.t test fails
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Install
  Assignee: st...@silug.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, st...@silug.org



perl-Module-Install-1.10-2.fc22 fails to build in F22 because a test fails:

#   Failed test 'has one author'
#   at t/20_authors_with_special_characters.t line 93.
\x{00e9} does not map to ascii at
/usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1221.
\x{00e9} does not map to ascii at
/usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1221.
#   Failed test 'has one author'
#   at t/20_authors_with_special_characters.t line 118.
# Looks like you failed 2 tests of 26.
t/20_authors_with_special_characters.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed

The difference between last working and failing build root is:

Removed packages:
bash-4.3.25
ccache-3.1.9
file-5.19
file-libs-5.19
kernel-headers-3.17.0
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
libxml2-2.9.1
mailcap-2.1.42
nss-3.17.1
nss-softokn-3.17.1
nss-softokn-freebl-3.17.1
nss-sysinit-3.17.1
nss-tools-3.17.1
nss-util-3.17.1
openssl-1.0.1i
openssl-libs-1.0.1i
p11-kit-0.22.0
p11-kit-trust-0.22.0
perl-Archive-Zip-1.38
perl-Digest-SHA-5.92
perl-Encode-2.62
perl-ExtUtils-CBuilder-0.28.2.17
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-IO-Socket-SSL-1.998
perl-JSON-PP-2.27203
perl-Module-CoreList-5.020001
perl-Socket-2.015
perl-Test-Simple-1.001006
perl-YAML-Tiny-1.63
sqlite-3.8.6
tzdata-2014g
util-linux-2.25.1
Added packages:
bash-4.3.30
ccache-3.1.10
fedora-release-cloud-22
file-5.20
file-libs-5.20
kernel-headers-3.18.0
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
libxml2-2.9.2
mailcap-2.1.43
nss-3.17.2
nss-softokn-3.17.2
nss-softokn-freebl-3.17.2
nss-sysinit-3.17.2
nss-tools-3.17.2
nss-util-3.17.2
openssl-1.0.1j
openssl-libs-1.0.1j
p11-kit-0.22.1
p11-kit-trust-0.22.1
perl-Archive-Zip-1.39
perl-Devel-PPPort-3.24
perl-Digest-SHA-5.93
perl-Encode-2.63
perl-ExtUtils-CBuilder-0.280217
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
perl-IO-Socket-SSL-2.002
perl-JSON-PP-2.27300
perl-Module-CoreList-5.20141020
perl-Socket-2.016
perl-Test-Simple-1.001008
perl-YAML-Tiny-1.64
sqlite-3.8.7
tzdata-2014h
util-linux-2.25.2

This could be caused by upgrading perl-ExtUtils-MakeMaker to 7.00 which brought
a new handling of non-ASCII characters.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=i6pdlUdhq2a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158390] New: perl-Inline-C-0.64-1.fc22 FTBFS: t/27inline_maker.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158390

Bug ID: 1158390
   Summary: perl-Inline-C-0.64-1.fc22 FTBFS: t/27inline_maker.t
test fails
   Product: Fedora
   Version: rawhide
 Component: perl-Inline-C
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com



perl-Inline-C-0.64-1.fc22 fails to build in F22 because t/27inline_maker.t test
fails:

t/26fork.t ... ok
#   Failed test 'make test'
#   at t/27inline_maker.t line 49.
# make[1]: Entering directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src dir'
# cp lib/Boo/Far.pm blib/lib/Boo/Far.pm
# cp lib/Boo/Far/Faz.pm blib/lib/Boo/Far/Faz.pm
# cp lib/Boo/Far/data.txt blib/lib/Boo/Far/data.txt
# cp lib/Boo.pm blib/lib/Boo.pm
# /usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MBoo::Far
-eInline::satisfy_makefile_dep({API = {modinlname = 'Boo-Far.inl', module =
'Boo::Far'}}); 2.01 blib/arch
# validate Stage
# Starting Build Preprocess Stage
# get_maps Stage
# Finished Build Preprocess Stage
# 
# Starting Build Parse Stage
# Finished Build Parse Stage
# 
# Starting Build Glue 1 Stage
# Finished Build Glue 1 Stage
# 
# Starting Build Glue 2 Stage
# Finished Build Glue 2 Stage
# 
# Starting Build Glue 3 Stage
# Finished Build Glue 3 Stage
# 
# Starting Build Compile Stage
#   Starting perl Makefile.PL Stage
# Generating a Unix-style Makefile
# Writing Makefile for Boo::Far
#   Finished perl Makefile.PL Stage
# 
#   Starting make Stage
# make[2]: Entering directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src
dir/_Inline/build/Boo/Far'
# Running Mkbootstrap for Boo::Far ()
# chmod 644 Far.bs
# /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp  -typemap
/usr/share/perl5/ExtUtils/typemap   Far.xs  Far.xsc  mv Far.xsc Far.c
# gcc -c 
-I/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src dir
-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64
-mtune=generic   -DVERSION=\2.01\ -DXS_VERSION=\2.01\ -fPIC
-I/usr/lib64/perl5/CORE   Far.c
# rm -f blib/arch/auto/Boo/Far/Far.so
# gcc  -shared -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic
-Wl,-z,relro  -L/usr/local/lib Far.o  -o blib/arch/auto/Boo/Far/Far.so \
# -lperl  \
#   
# chmod 755 blib/arch/auto/Boo/Far/Far.so
# /usr/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Far.bs
blib/arch/auto/Boo/Far/Far.bs 644
# make[2]: Leaving directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src
dir/_Inline/build/Boo/Far'
#   Finished make Stage
# 
#   Starting make install Stage
# make[2]: Entering directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src
dir/_Inline/build/Boo/Far'
# Running Mkbootstrap for Boo::Far ()
# chmod 644 Far.bs
# Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
# Installing
/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src\
dir/blib/arch/auto/Boo/Far/Far.so
# make[2]: Leaving directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src
dir/_Inline/build/Boo/Far'
#   Finished make install Stage
# 
#   Starting Cleaning Up Stage
#   Finished Cleaning Up Stage
# 
# Finished Build Compile Stage
# 
# /usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MBoo
-eInline::satisfy_makefile_dep({API = {modinlname = 'Boo.inl', module =
'Boo'}}); 2.01 blib/arch
# /usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MBoo::Far::Faz
-eInline::satisfy_makefile_dep({API = {modinlname = 'Boo-Far-Faz.inl',
module = 'Boo::Far::Faz'}}); 2.01 blib/arch
# validate Stage
# Starting Build Preprocess Stage
# get_maps Stage
# Finished Build Preprocess Stage
# 
# Starting Build Parse Stage
# Finished Build Parse Stage
# 
# Starting Build Glue 1 Stage
# Finished Build Glue 1 Stage
# 
# Starting Build Glue 2 Stage
# Finished Build Glue 2 Stage
# 
# Starting Build Glue 3 Stage
# Finished Build Glue 3 Stage
# 
# Starting Build Compile Stage
#   Starting perl Makefile.PL Stage
# Generating a Unix-style Makefile
# Writing Makefile for Boo::Far::Faz
#   Finished perl Makefile.PL Stage
# 
#   Starting make Stage
# make[2]: Entering directory
'/builddir/build/BUILD/Inline-C-0.64/_Inline_27inline_maker.21606/src
dir/_Inline/build/Boo/Far/Faz'
# Running Mkbootstrap for Boo::Far::Faz ()
# chmod 644 Faz.bs
# /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp  -typemap
/usr/share/perl5/ExtUtils/typemap   Faz.xs  Faz.xsc  mv Faz.xsc Faz.c
# gcc 

File XML-LibXML-2.0117.tar.gz uploaded to lookaside cache by jplesnik

2014-10-29 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-XML-LibXML:

484308164ecab1d7d0eddf4dc4c9c0ca  XML-LibXML-2.0117.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 1158392] New: perl-ZeroMQ-0.23-7.fc22 FTBFS: xs/perl_zeromq.h:6:20: fatal error: ppport.h: No such file or directory

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158392

Bug ID: 1158392
   Summary: perl-ZeroMQ-0.23-7.fc22 FTBFS: xs/perl_zeromq.h:6:20:
fatal error: ppport.h: No such file or directory
   Product: Fedora
   Version: rawhide
 Component: perl-ZeroMQ
  Assignee: jose.p.oliveira@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org



perl-ZeroMQ-0.23-7.fc22 fails to build in F22 because ppport.h header files is
missing:

Writing ppport.h
Cannot create ppport.h because: 
 + Using zmq.h from /usr/include/zmq.h
Warning: prerequisite Devel::PPPort 3.19 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for ZeroMQ
+ make -j4
/usr/bin/perl -Iinc /usr/share/perl5/vendor_perl/ExtUtils/xsubpp 
-typemap /usr/share/perl5/ExtUtils/typemap  xs/perl_zeromq.xs 
xs/perl_zeromq.xsc  mv xs/perl_zeromq.xsc xs/perl_zeromq.c
Running Mkbootstrap for ZeroMQ ()
chmod 644 ZeroMQ.bs
cp lib/ZeroMQ/Raw.pm blib/lib/ZeroMQ/Raw.pm
cp lib/ZeroMQ/Socket.pm blib/lib/ZeroMQ/Socket.pm
cp lib/ZeroMQ.pm blib/lib/ZeroMQ.pm
cp lib/ZeroMQ/Context.pm blib/lib/ZeroMQ/Context.pm
cp lib/ZeroMQ/Message.pm blib/lib/ZeroMQ/Message.pm
cp lib/ZeroMQ/Constants.pm blib/lib/ZeroMQ/Constants.pm
cp lib/ZeroMQ/Poller.pm blib/lib/ZeroMQ/Poller.pm
gcc -c  -Ixs -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat
-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64
-mtune=generic   -DVERSION=\0.23\ -DXS_VERSION=\0.23\ -o xs/perl_zeromq.o
-fPIC -I/usr/lib64/perl5/CORE   xs/perl_zeromq.c
In file included from xs/perl_zeromq.xs:1:0:
xs/perl_zeromq.h:6:20: fatal error: ppport.h: No such file or directory
 #include ppport.h

Difference between last working and failing build root is:

Removed packages:
ccache-3.1.9
file-5.19
file-libs-5.19
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
libuuid-devel-2.25.1
libxml2-2.9.1
openssl-libs-1.0.1i
perl-Encode-2.62
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-Module-CoreList-5.20141002
perl-Test-Simple-1.001006
sqlite-3.8.6
util-linux-2.25.1
Added packages:
ccache-3.1.10
fedora-release-cloud-22
file-5.20
file-libs-5.20
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
libuuid-devel-2.25.2
libxml2-2.9.2
openssl-libs-1.0.1j
perl-Encode-2.63
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
perl-Test-Simple-1.001008
sqlite-3.8.7
util-linux-2.25.2

You forgot to declare build-time dependency on `perl(Devel::PPPort) = 3.19'
probably.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=eUIx5OamSEa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158400] New: perl-ZMQ-LibZMQ2-1.09-3.fc22 FTBFS: xs/perl_libzmq2.h:6:20: fatal error: ppport.h: No such file or directory

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158400

Bug ID: 1158400
   Summary: perl-ZMQ-LibZMQ2-1.09-3.fc22 FTBFS:
xs/perl_libzmq2.h:6:20: fatal error: ppport.h: No such
file or directory
   Product: Fedora
   Version: rawhide
 Component: perl-ZMQ-LibZMQ2
  Assignee: jose.p.oliveira@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org



perl-ZMQ-LibZMQ2-1.09-3.fc22 fails to build in F22 because of undeclared
buil-time dependency on `perl(Devel::PPPort) = 3.19':

Writing ppport.h
Cannot create ppport.h because: 
Warning: prerequisite Devel::PPPort 3.19 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for ZMQ::LibZMQ2
+ make -j4
Running Mkbootstrap for ZMQ::LibZMQ2 ()
/usr/bin/perl -Iinc /usr/share/perl5/vendor_perl/ExtUtils/xsubpp 
-typemap /usr/share/perl5/ExtUtils/typemap  xs/perl_libzmq2.xs 
xs/perl_libzmq2.xsc  mv xs/perl_libzmq2.xsc xs/perl_libzmq2.c
chmod 644 LibZMQ2.bs
cp lib/ZMQ/LibZMQ2.pm blib/lib/ZMQ/LibZMQ2.pm
gcc -c  -Ixs -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat
-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64
-mtune=generic   -DVERSION=\1.09\ -DXS_VERSION=\1.09\ -o xs/perl_libzmq2.o
-fPIC -I/usr/lib64/perl5/CORE   xs/perl_libzmq2.c
In file included from xs/perl_libzmq2.xs:1:0:
xs/perl_libzmq2.h:6:20: fatal error: ppport.h: No such file or directory
 #include ppport.h
^
compilation terminated.
Makefile:349: recipe for target 'xs/perl_libzmq2.o' failed
make: *** [xs/perl_libzmq2.o] Error 1

The difference between last working and failing build root is:

Removed packages:
ccache-3.1.9
file-5.19
file-libs-5.19
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
libxml2-2.9.1
openssl-libs-1.0.1i
perl-Encode-2.62
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-Module-CoreList-5.20141002
perl-Test-Simple-1.001006
sqlite-3.8.6
util-linux-2.25.1
Added packages:
ccache-3.1.10
fedora-release-cloud-22
file-5.20
file-libs-5.20
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
libxml2-2.9.2
openssl-libs-1.0.1j
perl-Encode-2.63
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
perl-Test-Simple-1.001008
sqlite-3.8.7
util-linux-2.25.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2B5Vv9QPVra=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Qt

2014-10-29 Thread buildsys


perl-Qt has broken dependencies in the rawhide tree:
On x86_64:
perl-Qt-0.96.0-11.fc22.x86_64 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.x86_64 requires libperl.so.5.18()(64bit)
On i386:
perl-Qt-0.96.0-11.fc22.i686 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.i686 requires libperl.so.5.18
On armhfp:
perl-Qt-0.96.0-11.fc22.armv7hl requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.armv7hl requires libperl.so.5.18
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 1153134] FTBFS: No longer works with the current Lingua::EN::Numbers

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1153134



--- Comment #3 from Miro Hrončok mhron...@redhat.com ---
The thing is, is anyone using this package at all? Nothing depends on it.

The fix might be trivial, but I don't want to end up patching code I don't
really understand just for the sake of a life of a package nobody uses. So I
will orphan this package and if anybody want to, they can pick it and patch it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=SRupXonW5da=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-XML-LibXML] 2.0117 bump

2014-10-29 Thread Jitka Plesnikova
commit e73dc49a5bdc3bacfb1d0456d240ee1ef0f37bc8
Author: Jitka Plesnikova jples...@redhat.com
Date:   Wed Oct 29 10:57:03 2014 +0100

2.0117 bump

 .gitignore   |1 +
 perl-XML-LibXML.spec |9 +++--
 sources  |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22f69f3..8f2af7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0113.tar.gz
 /XML-LibXML-2.0115.tar.gz
 /XML-LibXML-2.0116.tar.gz
+/XML-LibXML-2.0117.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 5d6c670..f82db56 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,8 +3,8 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0116
-Release:4%{?dist}
+Version:2.0117
+Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
 Group:  Development/Libraries
@@ -43,6 +43,8 @@ BuildRequires:  perl(XML::SAX::DocumentLocator)
 BuildRequires:  perl(XML::SAX::Exception)
 # Tests
 BuildRequires:  perl(Errno)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XML::SAX)
 BuildRequires:  perl(XML::SAX::ParserFactory)
@@ -114,6 +116,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Oct 29 2014 Jitka Plesnikova jples...@redhat.com - 1:2.0117-1
+- 2.0117 bump
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1:2.0116-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 2a4d0e8..2f7d39b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a53a743bf053a0cb4afb41513fb8a684  XML-LibXML-2.0116.tar.gz
+484308164ecab1d7d0eddf4dc4c9c0ca  XML-LibXML-2.0117.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 1153134] FTBFS: No longer works with the current Lingua::EN::Numbers

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1153134

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

   What|Removed |Added

   Assignee|mhron...@redhat.com |extras-orphan@fedoraproject
   ||.org



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=b1T4jYh0M1a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] churchyard:perl-Lingua-EN-Numbers-Easy approveacls set to Obsolete

2014-10-29 Thread pkgdb
user: churchyard set for churchyard acl: approveacls of package: 
perl-Lingua-EN-Numbers-Easy from: Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Lingua-EN-Numbers-Easy
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] churchyard:perl-Lingua-EN-Numbers-Easy set point of contact to: orphan

2014-10-29 Thread pkgdb
user: churchyard changed point of contact of package: 
perl-Lingua-EN-Numbers-Easy from: churchyard to: orphan on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Lingua-EN-Numbers-Easy
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] churchyard:perl-Lingua-EN-Numbers-Easy commit set to Obsolete

2014-10-29 Thread pkgdb
user: churchyard set for churchyard acl: commit of package: 
perl-Lingua-EN-Numbers-Easy from: Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Lingua-EN-Numbers-Easy
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Crypt-Random] Fix intermittent FTBFS (#1158379)

2014-10-29 Thread Paul Howarth
commit 2059a231d49f21d74d3b815cf97d6fadd29a57f1
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 29 11:21:36 2014 +

Fix intermittent FTBFS (#1158379)

- Prevent test that should fail 0.1% of the time from causing FTBFS
  (CPAN RT#99880, #1158379)
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

 Crypt-Random-1.25-test-fix.patch |   13 +
 perl-Crypt-Random.spec   |   33 -
 2 files changed, 41 insertions(+), 5 deletions(-)
---
diff --git a/Crypt-Random-1.25-test-fix.patch b/Crypt-Random-1.25-test-fix.patch
new file mode 100644
index 000..7c2a822
--- /dev/null
+++ b/Crypt-Random-1.25-test-fix.patch
@@ -0,0 +1,13 @@
+--- t/generator.t
 t/generator.t
+@@ -23,7 +23,10 @@
+ my $y = $gen-integer (Size = 10);
+ ok($x  1025, 1);
+ ok($y  1025, 1);
++TODO: {
++local $TODO = There's about a 0.1% chance that this test will fail 
normally;
+ ok($x != $y, 1);
++}
+ ok($gen-integer (Upper = 500)  501, 1);
+ ok($gen-integer (Size = 128));
+ ok(length($gen-string (Length = 30)), 30);
diff --git a/perl-Crypt-Random.spec b/perl-Crypt-Random.spec
index a5f7737..1e86de4 100644
--- a/perl-Crypt-Random.spec
+++ b/perl-Crypt-Random.spec
@@ -1,17 +1,31 @@
 Summary:   Cryptographically Secure, True Random Number Generator
 Name:  perl-Crypt-Random
 Version:   1.25
-Release:   20%{?dist}
+Release:   21%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-Random/
 Source0:   
http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Random-%{version}.tar.gz
+Patch0:Crypt-Random-1.25-test-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(Class::Loader) = 2.00
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(IO::Socket)
+BuildRequires: perl(lib)
 BuildRequires: perl(Math::Pari)= 2.001804
+BuildRequires: perl(strict)
+BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(Test)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -25,6 +39,10 @@ interval.
 %prep
 %setup -q -n Crypt-Random-%{version}
 
+# Prevent test that should fail 0.1% of the time from causing FTBFS (#1158379)
+# https://rt.cpan.org/Public/Bug/Display.html?id=99880
+%patch0
+
 # Remove shellbangs to shut rpmlint up
 find ./lib -name '*.pm' -print | xargs sed -i -e '/^#! *\/usr\/bin\/perl /d'
 
@@ -36,7 +54,6 @@ make %{?_smp_mflags}
 rm -rf %{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
@@ -46,13 +63,19 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/makerandom
 %{perl_vendorlib}/Crypt/
-%{_mandir}/man3/Crypt::Random.3pm*
+%{_mandir}/man3/Crypt::Random.3*
 
 %changelog
+* Wed Oct 29 2014 Paul Howarth p...@city-fan.org - 1.25-21
+- Prevent test that should fail 0.1%% of the time from causing FTBFS
+  (CPAN RT#99880, #1158379)
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.25-20
 - Perl 5.20 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Crypt-Random/f21] (2 commits) ...Fix intermittent FTBFS (#1158379)

2014-10-29 Thread Paul Howarth
Summary of changes:

  d6821af... Perl 5.20 rebuild (*)
  2059a23... Fix intermittent FTBFS (#1158379) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158431] New: perl-ZMQ-LibZMQ3-1.16-3.fc22 FTBFS: missing dependency on Devel::PPPort

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158431

Bug ID: 1158431
   Summary: perl-ZMQ-LibZMQ3-1.16-3.fc22 FTBFS: missing dependency
on Devel::PPPort
   Product: Fedora
   Version: rawhide
 Component: perl-ZMQ-LibZMQ3
  Assignee: jose.p.oliveira@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org



perl-ZMQ-LibZMQ3-1.16-3.fc22 fails to build in F22 because build-time
dependency on `perl(Devel::PPPort) = 3.19' is not declared:

Warning: prerequisite Devel::PPPort 3.19 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for ZMQ::LibZMQ3
+ make -j4
Running Mkbootstrap for ZMQ::LibZMQ3 ()
/usr/bin/perl -Iinc /usr/share/perl5/vendor_perl/ExtUtils/xsubpp 
-typemap /usr/share/perl5/ExtUtils/typemap  xs/perl_libzmq3.xs 
xs/perl_libzmq3.xsc  mv xs/perl_libzmq3.xsc xs/perl_libzmq3.c
chmod 644 LibZMQ3.bs
cp lib/ZMQ/LibZMQ3.pm blib/lib/ZMQ/LibZMQ3.pm
gcc -c  -Ixs -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat
-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64
-mtune=generic   -DVERSION=\1.16\ -DXS_VERSION=\1.16\ -o xs/perl_libzmq3.o
-fPIC -I/usr/lib64/perl5/CORE  -DHAS_ZMQ_CTX_DESTROY -DHAS_ZMQ_CTX_GET
-DHAS_ZMQ_CTX_NEW -DHAS_ZMQ_CTX_SET -DHAS_ZMQ_DEVICE -DHAS_ZMQ_DISCONNECT
-DHAS_ZMQ_INIT -DHAS_ZMQ_MSG_RECV -DHAS_ZMQ_MSG_SEND -DHAS_ZMQ_PROXY
-DHAS_ZMQ_RECVMSG -DHAS_ZMQ_SENDMSG -DHAS_ZMQ_SOCKET_MONITOR -DHAS_ZMQ_TERM
-DHAS_ZMQ_UNBIND xs/perl_libzmq3.c
In file included from xs/perl_libzmq3.xs:1:0:
xs/perl_libzmq3.h:6:20: fatal error: ppport.h: No such file or directory
 #include ppport.h
^
compilation terminated.
Makefile:352: recipe for target 'xs/perl_libzmq3.o' failed
make: *** [xs/perl_libzmq3.o] Error 1

Difference between last working and failing build root:

Removed packages:
ccache-3.1.9
file-5.19
file-libs-5.19
libblkid-2.25.1
libmount-2.25.1
libsmartcols-2.25.1
libuuid-2.25.1
libxml2-2.9.1
openssl-libs-1.0.1i
perl-Encode-2.62
perl-ExtUtils-Install-1.67
perl-ExtUtils-MakeMaker-6.98
perl-Module-CoreList-5.20141002
perl-Test-Simple-1.001006
sqlite-3.8.6
util-linux-2.25.1
Added packages:
ccache-3.1.10
fedora-release-cloud-22
file-5.20
file-libs-5.20
libblkid-2.25.2
libmount-2.25.2
libsmartcols-2.25.2
libuuid-2.25.2
libxml2-2.9.2
openssl-libs-1.0.1j
perl-Encode-2.63
perl-ExtUtils-Install-2.04
perl-ExtUtils-MakeMaker-7.00
perl-Test-Simple-1.001008
sqlite-3.8.7
util-linux-2.25.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ldkYGT62I4a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158386] perl-Module-Install-1.10-2.fc22 FTBFS: t/20_authors_with_special_characters.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158386

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|st...@silug.org |ppi...@redhat.com
   Severity|unspecified |high



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CEUR7jnNTwa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Crypt-Random] Created tag perl-Crypt-Random-1.25-21.fc22

2014-10-29 Thread Paul Howarth
The lightweight tag 'perl-Crypt-Random-1.25-21.fc22' was created pointing to:

 2059a23... Fix intermittent FTBFS (#1158379)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Crypt-Random] Created tag perl-Crypt-Random-1.25-21.fc21

2014-10-29 Thread Paul Howarth
The lightweight tag 'perl-Crypt-Random-1.25-21.fc21' was created pointing to:

 2059a23... Fix intermittent FTBFS (#1158379)
--
Fedora Extras Perl SIG
http://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 1158386] perl-Module-Install-1.10-2.fc22 FTBFS: t/20_authors_with_special_characters.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158386



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
This is caused by incompatibility with ExtUtils::MakeMaker  6.98 and work
around in Module-Install 1.14:

1.14 Sat 25 Oct 2014
  - Newlines should be consistently UNIX-stylee now in generated files
(MITHALDU)
  - Mark two tests as TODO if EUMM  6.98 until utf8 gets fixed (BINGOS)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lARD0KSKQra=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Acme-Damn-0.06.tar.gz uploaded to lookaside cache by eseyman

2014-10-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Acme-Damn:

49967bcae23d97ee8db5eaa1bcca7d2d  Acme-Damn-0.06.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 1158386] perl-Module-Install-1.10-2.fc22 FTBFS: t/20_authors_with_special_characters.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158386

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

   What|Removed |Added

External Bug ID||CPAN 99795



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kkfOhnMLeHa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158379] perl-Crypt-Random-1.25-20.fc22 FTBFS: t/generator.t test fails sometimes

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158379



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Crypt-Random-1.25-21.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Crypt-Random-1.25-21.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=evOydUesaka=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158379] perl-Crypt-Random-1.25-20.fc22 FTBFS: t/generator.t test fails sometimes

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158379

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

External Bug ID||CPAN 99880



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LgsQJsH4oka=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158379] perl-Crypt-Random-1.25-20.fc22 FTBFS: t/generator.t test fails sometimes

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158379



--- Comment #2 from Paul Howarth p...@city-fan.org ---
I patched the test to make it a TODO test for now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ioI9XqlwPxa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Module-Install-1.14.tar.gz uploaded to lookaside cache by ppisar

2014-10-29 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Module-Install:

9723cc287ee48a27c8fddcc3c9d9f907  Module-Install-1.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-Install] 1.14 bump

2014-10-29 Thread Petr Pisar
commit 6102f2ea6bb2f1f8881e7f977835b9de9070ac32
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 13:30:01 2014 +0100

1.14 bump

 .gitignore   |1 +
 perl-Module-Install.spec |   17 +++--
 sources  |2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d882bdd..311193b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Module-Install-0.95.tar.gz
 /Module-Install-1.04.tar.gz
 /Module-Install-1.06.tar.gz
 /Module-Install-1.10.tar.gz
+/Module-Install-1.14.tar.gz
diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec
index 54b75ed..440f241 100644
--- a/perl-Module-Install.spec
+++ b/perl-Module-Install.spec
@@ -1,13 +1,14 @@
 Name:   perl-Module-Install
-Version:1.10
-Release:2%{?dist}
+Version:1.14
+Release:1%{?dist}
 Summary:Standalone, extensible Perl module installer
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Module-Install/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(Archive::Tar) = 1.44
+BuildRequires:  perl
+BuildRequires:  perl(autodie)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(CPAN)
@@ -34,10 +35,11 @@ BuildRequires:  perl(Module::CoreList) = 2.17
 BuildRequires:  perl(Module::ScanDeps) = 1.09
 BuildRequires:  perl(PAR::Dist) = 0.29
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.4413
-BuildRequires:  perl(Test::CPAN::Meta) = 0.07
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Harness) = 3.13
 BuildRequires:  perl(Test::More) = 0.86
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(YAML::Tiny) = 1.38
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Carp)
@@ -81,11 +83,14 @@ rm -rf 
%{buildroot}/blib/lib/auto/share/dist/Module-Install/dist_file.txt
 make test AUTOMATED_TESTING=1
 
 %files
-%doc Changes LICENSE README
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 1.14-1
+- 1.14 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.10-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5868bbd..f2bb1f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9126819e78ea1cc0162cee2543f049ef  Module-Install-1.10.tar.gz
+9723cc287ee48a27c8fddcc3c9d9f907  Module-Install-1.14.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 1157499] perl-XML-LibXML-2.0117 is available

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157499

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-XML-LibXML-2.0117-1.fc
   ||22
 Resolution|--- |RAWHIDE
Last Closed||2014-10-29 08:37:05



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TZB6Z1eUIfa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158386] perl-Module-Install-1.10-2.fc22 FTBFS: t/20_authors_with_special_characters.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158386

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Module-Install-1.14-1.
   ||fc22
 Resolution|--- |RAWHIDE
Last Closed||2014-10-29 08:49:19



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9SEWgVY11Ua=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Coro] 6.41 bump

2014-10-29 Thread Petr Pisar
commit b82302c8445d6ca6135bba2de82f678ebbdd8d8b
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 14:01:44 2014 +0100

6.41 bump

 .gitignore |1 +
 perl-Coro.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 472df9c..b961401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /Coro-6.33.tar.gz
 /Coro-6.37.tar.gz
 /Coro-6.39.tar.gz
+/Coro-6.41.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 6ffcd39..33d276a 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:   perl-Coro
-Version:6.39
-Release:4%{?dist}
+Version:6.41
+Release:1%{?dist}
 Summary:The only real threads in perl
 # Coro/libcoro:GPLv2 or BSD
 # Rest of package: GPL+ or Artistic
@@ -151,6 +151,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 6.41-1
+- 6.41 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 6.39-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 40a504a..ac990e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf9790a4ff1fdff9e232f1c8a6fa4e9a  Coro-6.39.tar.gz
+882b3606487db94b35ac309bc7025009  Coro-6.41.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Remove bundled perl-B-Debug

2014-10-29 Thread Petr Pisar
commit bcf9f1998a0d3c299f3f5c2b0bb066908715a89c
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 14:57:39 2014 +0100

Remove bundled perl-B-Debug

 perl.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 14a8bcf..9b2d3d4 100644
--- a/perl.spec
+++ b/perl.spec
@@ -342,6 +342,7 @@ However Fatal has been obsoleted by the new autodie 
pragma. Please use
 autodie in preference to Fatal.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package B-Debug
 Summary:Walk Perl syntax tree, print debug information about op-codes
 Group:  Development/Libraries
@@ -355,6 +356,7 @@ Conflicts:  perl  4:5.20.1-310
 %description B-Debug
 Walk Perl syntax tree and print debug information about op-codes. See
 B::Concise and B::Terse for other details.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Carp
@@ -2856,9 +2858,11 @@ sed \
 %{_mandir}/man3/Fatal.3*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files B-Debug
 %{privlib}/B/Debug.pm
 %{_mandir}/man3/B::Debug.3*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Carp
@@ -3562,6 +3566,7 @@ sed \
 %changelog
 * Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-311
 - Remove bundled perl-Devel-PPPort (bug #1143999)
+- Remove bundled perl-B-Debug (bug #1142952)
 
 * Thu Oct 23 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Remove bundled perl-Devel-PPPort

2014-10-29 Thread Petr Pisar
commit 1edb3104c7ef8f23d384b9713a12f131a043ed65
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 14:52:58 2014 +0100

Remove bundled perl-Devel-PPPort

 perl.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index e3a0156..14a8bcf 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:310%{?dist}
+Release:311%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -619,6 +619,7 @@ will be limited to functionality provided by interface of 
version 1.x). The
 interface defined here mirrors the Berkeley DB interface closely.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Devel-PPPort
 Summary:Perl Pollution Portability header generator
 Group:  Development/Libraries
@@ -635,6 +636,7 @@ environment (reduced pollution). The header file written by 
this module,
 typically ppport.h, attempts to bring some of the newer Perl API features
 to older versions of Perl, so that you can worry less about keeping track
 of old releases, but users can still reap the benefit.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Digest
@@ -2956,11 +2958,13 @@ sed \
 %{_mandir}/man3/DB_File*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Devel-PPPort
 %{archlib}/Devel/PPPort.pm
 %dir %{archlib}/auto/Devel/PPPort
 %{archlib}/auto/Devel/PPPort/PPPort.so
 %{_mandir}/man3/Devel::PPPort.3*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Digest
@@ -3556,6 +3560,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-311
+- Remove bundled perl-Devel-PPPort (bug #1143999)
+
 * Thu Oct 23 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList
 - Sub-package corelist(1) into perl-Module-CoreList-tools (bug #1142757)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Remove bundled perl-ExtUtils-CBuilder

2014-10-29 Thread Petr Pisar
commit 43b3f00b190a8fd1d5b645642d5e5c2bc8276b34
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 14:59:03 2014 +0100

Remove bundled perl-ExtUtils-CBuilder

 perl.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 9b2d3d4..33f0a58 100644
--- a/perl.spec
+++ b/perl.spec
@@ -784,6 +784,7 @@ provides a highly flexible interface, with an 
implementation optimized for
 the common case.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package ExtUtils-CBuilder
 Summary:Compile and link C code for Perl modules
 Group:  Development/Libraries
@@ -803,6 +804,7 @@ Requires:   perl(Perl::OSType) = 1
 This module can build the C portions of Perl modules by invoking the
 appropriate compilers and linkers in a cross-platform manner. It was motivated
 by the Module::Build project, but may be useful for other purposes as well.
+%endif
 
 
 %package ExtUtils-Embed
@@ -3036,10 +3038,12 @@ sed \
 %{_mandir}/man3/experimental*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-CBuilder
 %{privlib}/ExtUtils/CBuilder/
 %{privlib}/ExtUtils/CBuilder.pm
 %{_mandir}/man3/ExtUtils::CBuilder*
+%endif
 
 %files ExtUtils-Embed
 %{privlib}/ExtUtils/Embed.pm
@@ -3567,6 +3571,7 @@ sed \
 * Wed Oct 29 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-311
 - Remove bundled perl-Devel-PPPort (bug #1143999)
 - Remove bundled perl-B-Debug (bug #1142952)
+- Remove bundled perl-ExtUtils-CBuilder (bug #1144033)
 
 * Thu Oct 23 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Remove bundled perl-ExtUtils-Install

2014-10-29 Thread Petr Pisar
commit 622cbaf185275c1d5d4bbc922560d891ba6457dd
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 29 15:00:15 2014 +0100

Remove bundled perl-ExtUtils-Install

 perl.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 33f0a58..959cd16 100644
--- a/perl.spec
+++ b/perl.spec
@@ -821,6 +821,7 @@ BuildArch:  noarch
 Utilities for embedding Perl in C/C++ applications.
 
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package ExtUtils-Install
 Summary:Install files from here to there
 Group:  Development/Libraries
@@ -835,6 +836,7 @@ Requires:   perl(Data::Dumper)
 %description ExtUtils-Install
 Handles the installing and uninstalling of perl modules, scripts, man
 pages, etc.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package ExtUtils-MakeMaker
@@ -3049,6 +3051,7 @@ sed \
 %{privlib}/ExtUtils/Embed.pm
 %{_mandir}/man3/ExtUtils::Embed*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-Install
 %{privlib}/ExtUtils/Install.pm
 %{privlib}/ExtUtils/Installed.pm
@@ -3056,6 +3059,7 @@ sed \
 %{_mandir}/man3/ExtUtils::Install.3*
 %{_mandir}/man3/ExtUtils::Installed.3*
 %{_mandir}/man3/ExtUtils::Packlist.3*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-Manifest
@@ -3572,6 +3576,7 @@ sed \
 - Remove bundled perl-Devel-PPPort (bug #1143999)
 - Remove bundled perl-B-Debug (bug #1142952)
 - Remove bundled perl-ExtUtils-CBuilder (bug #1144033)
+- Remove bundled perl-ExtUtils-Install (bug #1144068)
 
 * Thu Oct 23 2014 Petr Pisar ppi...@redhat.com - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Net-DNS-0.81.tar.gz uploaded to lookaside cache by pwouters

2014-10-29 Thread Paul Wouters
A file has been added to the lookaside cache for perl-Net-DNS:

26375d4310beb108b0e2b3bf30403ee5  Net-DNS-0.81.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-DNS] - Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in Net::DNS::Resolver

2014-10-29 Thread Paul Wouters
commit 4139f5a64ca15acd715c6ad73aaea278142492d7
Author: Paul Wouters pwout...@redhat.com
Date:   Wed Oct 29 10:47:39 2014 -0400

- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in 
Net::DNS::Resolver

 .gitignore|1 +
 perl-Net-DNS.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c06c0db..665ee88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ Net-DNS-0.65.tar.gz
 /Net-DNS-0.78.tar.gz
 /Net-DNS-0.79.tar.gz
 /Net-DNS-0.80.tar.gz
+/Net-DNS-0.81.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 5eab282..472cb52 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Net-DNS
-Version:   0.80
+Version:   0.81
 Release:   1%{?dist}
 Summary:   DNS resolver modules for Perl
 # lib/Net/DNS/RR/OPT.pm:MIT
@@ -125,6 +125,9 @@ make test
 %{_mandir}/man3/Net::DNS::Nameserver*
 
 %changelog
+* Wed Oct 29 2014 Paul Wouters pwout...@redhat.com - 0.81-1
+- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in 
Net::DNS::Resolver
+
 * Mon Sep 22 2014 Paul Wouters pwout...@redhat.com - 0.80-1
 - Updated to 0.80 with Too late to run INIT block fix and new force_v6 option
 
diff --git a/sources b/sources
index 299f10e..31e2c35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-035632d787c037e8cf8cd2beba71c684  Net-DNS-0.80.tar.gz
+26375d4310beb108b0e2b3bf30403ee5  Net-DNS-0.81.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 1158375] Dependency error for perl(IO::Scalar)

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158375

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||p...@city-fan.org
 Resolution|--- |NOTABUG
Last Closed||2014-10-29 10:56:25



--- Comment #1 from Paul Howarth p...@city-fan.org ---
You need to enable the EL-6 Optional channel:

http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F

The dependency is satisfied by perl-IO-stringy-2.110-10.1.el6.noarch.rpm from
the Optional channel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=wHBV6PkRuca=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-CSV] 0.45 bump

2014-10-29 Thread Petr Šabata
commit ff19a1e388161843ea20e2a48deb39d354ab232e
Author: Petr Šabata con...@redhat.com
Date:   Wed Oct 29 15:57:18 2014 +0100

0.45 bump

 .gitignore|1 +
 perl-DBD-CSV.spec |   12 +++-
 sources   |2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56b5917..db6eb8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ DBD-CSV-0.30.tgz
 /DBD-CSV-0.41.tgz
 /DBD-CSV-0.43.tgz
 /DBD-CSV-0.44.tgz
+/DBD-CSV-0.45.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index 6b56f7c..60e892e 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBD-CSV
-Version:0.44
-Release:2%{?dist}
+Version:0.45
+Release:1%{?dist}
 Summary:DBI driver for CSV files
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -22,14 +22,13 @@ BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(SQL::Statement) = 1.405
-BuildRequires:  perl(Text::CSV_XS) = 1.09
+BuildRequires:  perl(Text::CSV_XS) = 1.01
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(charnames)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Encode)
-BuildRequires:  perl(Test::More) = 0.98
-BuildRequires:  perl(version)
+BuildRequires:  perl(Test::More) = 0.90
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(DBD::File) = 0.42
 Requires:   perl(DBI) = 1.628
@@ -71,6 +70,9 @@ make test
 %exclude %{perl_vendorlib}/DBI/Test
 
 %changelog
+* Wed Oct 29 2014 Petr Šabata con...@redhat.com - 0.45-1
+- 0.45 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.44-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e672491..f2efb16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d72f1f357dc9826fa87ef826146311ec  DBD-CSV-0.44.tgz
+b85686658ee4f08bd32e06ffb816c01e  DBD-CSV-0.45.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-CSV-0.45.tgz uploaded to lookaside cache by psabata

2014-10-29 Thread Petr Šabata
A file has been added to the lookaside cache for perl-DBD-CSV:

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

[perl-DBD-CSV/f21] (2 commits) ...0.45 bump

2014-10-29 Thread Petr Šabata
Summary of changes:

  ec14939... Perl 5.20 rebuild (*)
  ff19a1e... 0.45 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1151572] Runaway rapid memory growth when handling Net::DNS::Packet

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151572

Paul Wouters pwout...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #3 from Paul Wouters pwout...@redhat.com ---
confirmed fixed in 0.81

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=30uo1mGdRha=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-DNS/f21: 2/2] - add changelog entry

2014-10-29 Thread Paul Wouters
commit e21ccf2a3aeab8e2631e62d3465300e18e6ffe29
Author: Paul Wouters pwout...@redhat.com
Date:   Wed Oct 29 11:28:18 2014 -0400

- add changelog entry

 perl-Net-DNS.spec |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 472cb52..9a6a85b 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -127,6 +127,7 @@ make test
 %changelog
 * Wed Oct 29 2014 Paul Wouters pwout...@redhat.com - 0.81-1
 - Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in 
Net::DNS::Resolver
+- Resolves rhbz#1151572
 
 * Mon Sep 22 2014 Paul Wouters pwout...@redhat.com - 0.80-1
 - Updated to 0.80 with Too late to run INIT block fix and new force_v6 option
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-DNS/f21] (2 commits) ...- add changelog entry

2014-10-29 Thread Paul Wouters
Summary of changes:

  4139f5a... - Updated to 0.81, Fixes AXFR BADSIG and infinite recursion (*)
  e21ccf2... - add changelog entry

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1157488] perl-DBD-CSV-0.45 is available

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157488



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-DBD-CSV-0.45-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-DBD-CSV-0.45-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jBXbT4vYHma=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-DNS/f20] (2 commits) ...- add changelog entry

2014-10-29 Thread Paul Wouters
Summary of changes:

  4139f5a... - Updated to 0.81, Fixes AXFR BADSIG and infinite recursion (*)
  e21ccf2... - add changelog entry (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Net-DNS/f19] (2 commits) ...- add changelog entry

2014-10-29 Thread Paul Wouters
Summary of changes:

  4139f5a... - Updated to 0.81, Fixes AXFR BADSIG and infinite recursion (*)
  e21ccf2... - add changelog entry (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1151572] Runaway rapid memory growth when handling Net::DNS::Packet

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151572



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Net-DNS-0.81-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Net-DNS-0.81-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0nSsvTmh5Va=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1151572] Runaway rapid memory growth when handling Net::DNS::Packet

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151572



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Net-DNS-0.81-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Net-DNS-0.81-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8leFkGTKtLa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1158380] perl-Fsdb-2.51-3.fc22 FTBFS: t/test_command.t test fails

2014-10-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1158380

John Heidemann jo...@isi.edu changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from John Heidemann jo...@isi.edu ---
Thanks.  Those are trivial test case failures and do not affect correctness of
real code.

However, they of course need to pass.  I will work on improving my test
framework.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8sPpa2IsLua=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel