Broken dependencies: perl-WWW-GoodData

2013-03-23 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
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-WWW-GoodData

2013-03-23 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) >= 0:2.36
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-Authen-Simple

2013-03-23 Thread buildsys


perl-Authen-Simple has broken dependencies in the epel-6 tree:
On ppc64:
perl-Authen-Simple-0.4-5.el6.noarch requires perl(Crypt::PasswdMD5)
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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Jeff Makey  changed:

   What|Removed |Added

 Blocks||925121

-- 
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=8hxtfQ6Tvs&a=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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Jeff Makey  changed:

   What|Removed |Added

 CC||j...@makey.net

--- Comment #13 from Jeff Makey  ---
perl-5.16.3-266.fc20.x86_64.rpm from the scratch build in Comment 12 requires
but does not provide perl-Carp, so the latter is automatically installed by yum
along with the former.  This should solve the problems raised in this bug.

There may be similar problems for the modules identified by this command
sequence:

 (rpm -q --requires perl ; rpm -q --provides perl) | sort | uniq -d

with the new RPM its output is this:

perl(Config)
perl(DynaLoader)
perl(Math::BigInt)
perl(Tie::Hash)
perl(bytes)
perl(charnames)
perl(utf8)

The list included perl(Carp) with the previous RPM.

-- 
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=uGqtIRd7f6&a=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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #12 from Kevin Fenzi  ---
This simple patch seems to fix it here: 

diff --git a/perl.spec b/perl.spec
index 2db2cc9..16b7cb7 100644
--- a/perl.spec
+++ b/perl.spec
@@ -14,7 +14,7 @@
 # intentionally (unversioned perl(DB) is removed and versioned one is kept)
 %global __provides_exclude_from
.*/auto/.*\\.so$|.*/%{perl_archlib}/.*\\.so$|%{_docdir}
 %global __requires_exclude_from %{_docdir}
-%global __provides_exclude perl\\((VMS|Win32|BSD::|DB\\)$)
+%global __provides_exclude perl\\((Carp|VMS|Win32|BSD::|DB\\)$)
 # unicore::Name - it's needed by perl, maybe problem of rpm
 # FCGI is external dependency after install of perl-CGI, remove it during RC
releases
 %global __requires_exclude
perl\\((VMS|BSD::|Win32|Tk|Mac::|Your::Module::Here|unicore::Name|FCGI)
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be
broken otherwise
-Release:265%{?dist}
+Release:266%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -3327,6 +3327,9 @@ sed \

 # Old changelog entries are preserved in CVS.
 %changelog
+* Sat Mar 23 2013 Kevin Fenzi  - 4:5.16.3-266
+- No longer provide perl(Carp). (bug #924938)
+
 * Fri Mar 22 2013 Petr Pisar  - 4:5.16.3-265
 - Conflict perl-autodie with older perl (bug #911226)
 - Sub-package Env (bug #924619)

Scratch build at: http://koji.fedoraproject.org/koji/taskinfo?taskID=5162650

Can folks confirm?

-- 
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=TME6n2QXpu&a=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-SSLeay] Created tag perl-Net-SSLeay-1.54-1.fc19

2013-03-23 Thread Paul Howarth
The lightweight tag 'perl-Net-SSLeay-1.54-1.fc19' was created pointing to:

 d4bac33... Update to 1.54
--
Fedora Extras Perl SIG
http://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-SSLeay/f19] Update to 1.54

2013-03-23 Thread Paul Howarth
Summary of changes:

  d4bac33... Update to 1.54 (*)

(*) 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-SSLeay] Update to 1.54

2013-03-23 Thread Paul Howarth
commit d4bac335e956b4bd184594a769d1e5f522bbfe0c
Author: Paul Howarth 
Date:   Sat Mar 23 19:06:37 2013 +

Update to 1.54

- New upstream release 1.54
  - added support for SSL_export_keying_material where present (i.e. in 
OpenSSL
1.0.1 and later)
  - changed t/handle/external/50_external.t to use www.airspayce.com 
instead of
perldition.org, who no longer have an https server
  - patch to fix a crash: P_X509_get_crl_distribution_points on an X509
certificate with values in the CDP extension that do not have an ia5 
string
would cause a segmentation fault when accessed
  - change in t/local/32_x509_get_cert_info.t to not use
Net::SSLeay::ASN1_INTEGER_get, since it works differently on 32 and 64 
bit
platforms
  - updated author and distribution location details to airspayce.com
  - improvement to test 07_sslecho.t so that if set_cert_and_key fails we 
can
tell why

 perl-Net-SSLeay.spec |   22 +++---
 sources  |2 +-
 2 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index f1d959c..cc670ee 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,6 +1,6 @@
 Name:  perl-Net-SSLeay
-Version:   1.52
-Release:   2%{?dist}
+Version:   1.54
+Release:   1%{?dist}
 Summary:   Perl extension for using OpenSSL
 Group: Development/Libraries
 License:   OpenSSL
@@ -92,8 +92,24 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Sat Mar 23 2013 Paul Howarth  - 1.54-1
+- update to 1.54
+  - added support for SSL_export_keying_material where present (i.e. in OpenSSL
+1.0.1 and later)
+  - changed t/handle/external/50_external.t to use www.airspayce.com instead of
+perldition.org, who no longer have an https server
+  - patch to fix a crash: P_X509_get_crl_distribution_points on an X509
+certificate with values in the CDP extension that do not have an ia5 string
+would cause a segmentation fault when accessed
+  - change in t/local/32_x509_get_cert_info.t to not use
+Net::SSLeay::ASN1_INTEGER_get, since it works differently on 32 and 64 bit
+platforms
+  - updated author and distribution location details to airspayce.com
+  - improvement to test 07_sslecho.t so that if set_cert_and_key fails we can
+tell why
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 1.52-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Wed Jan  9 2013 Paul Howarth  - 1.52-1
 - update to 1.52
diff --git a/sources b/sources
index 7d7915c..d7f0a27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b885d173d5733b103355658aa4b3c60d  Net-SSLeay-1.52.tar.gz
+26e758fff1c90cb00e9358fea7e1e22f  Net-SSLeay-1.54.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

File Net-SSLeay-1.54.tar.gz uploaded to lookaside cache by pghmcfc

2013-03-23 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Net-SSLeay:

26e758fff1c90cb00e9358fea7e1e22f  Net-SSLeay-1.54.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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #11 from Thomas Moschny  ---
Imho the file package is not blame here. 5.11 misdetected Carp.pm as an AWK
script, while 5.14 correctly says it is a Perl script.

So what happens iiuc is (that despite the %exclude) RPMs internal dependency
generator now considers Carp.pm for Perl provides (which it did not before),
and so the perl(Carp) provides gets into the final RPM (and also some others).

Or to say it differently: The bug fix in the file package uncovered a bug in
the perl specfile, and some additional filters need to be added.

As a side note, there could be a bug in the RPM dependency generator, which
should probably ignore %excluded files.

-- 
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=X28ueK6jUa&a=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 upgrade path(s) detected for: perl-Locale-Maketext-Gettext

2013-03-23 Thread buildsys
f19 > f20 (perl-Locale-Maketext-Gettext-1.27-12.fc19 
perl-Locale-Maketext-Gettext-1.27-10.fc19)


Please fix the(se) issue(s) as soon as possible.

---
This report generated by Fedora Release Engineering, using 
http://git.fedorahosted.org/git/?p=releng;a=blob;f=scripts/check-upgrade-paths.py;hb=HEAD
--
Fedora Extras Perl SIG
http://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 upgrade path(s) detected for: perl-Regexp-Common

2013-03-23 Thread buildsys
f19 > f20 (perl-Regexp-Common-2013031301-1.fc19 
perl-Regexp-Common-2013030901-1.fc19)


Please fix the(se) issue(s) as soon as possible.

---
This report generated by Fedora Release Engineering, using 
http://git.fedorahosted.org/git/?p=releng;a=blob;f=scripts/check-upgrade-paths.py;hb=HEAD
--
Fedora Extras Perl SIG
http://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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Mamoru TASAKA  changed:

   What|Removed |Added

 CC||jkal...@redhat.com

--- Comment #10 from Mamoru TASAKA  ---
Well, 
 - with first trying rpmbuild -bc perl-5.16.3-265.fc20 with file-5.11-9
 - and rpmbuild -bi --short-circuit with the same file-5.11-9 does not show
   perl(Carp)
 - however now after upgrading file to 5.14-1 and rpmbuild -bi --short-circuit
now adds perl(Carp)

so definitely related to file rpm change. And "rpm -qlp
file-5.16.3-265.fc20.rpm | grep -v /usr/share/doc | /usr/lib/rpm/find-provides"
does not show perl(Carp) provides, so this seems related to rpm internal
dependency generator.

file maintainer, any idea?

-- 
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=S4CJu7TQG4&a=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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Thomas Moschny  changed:

   What|Removed |Added

 CC||tm...@redhat.com

--- Comment #9 from Thomas Moschny  ---
*** Bug 924882 has been marked as a duplicate of this bug. ***

-- 
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=hhuPP3p9p7&a=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-Bio-SamTools

2013-03-23 Thread buildsys


perl-Bio-SamTools has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-Bio-ASN1-EntrezGene

2013-03-23 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Math-Clipper

2013-03-23 Thread buildsys


perl-Math-Clipper has broken dependencies in the F-19 tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.5
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-Bio-ASN1-EntrezGene

2013-03-23 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Bio-SamTools

2013-03-23 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-Math-Clipper

2013-03-23 Thread buildsys


perl-Math-Clipper has broken dependencies in the rawhide tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.5
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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #8 from Yanko Kaneti  ---
Ok, sorry for the noise. This time I actually tested this and its the rawhide
change from file-5.11-9 to file-5.14-1 that causes the change in provides

-- 
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=PssPZi1Dkw&a=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 926020] New: perl-File-pushd-1.005 is available

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=926020

Bug ID: 926020
   Summary: perl-File-pushd-1.005 is available
   Product: Fedora
   Version: rawhide
 Component: perl-File-pushd
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: mmasl...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com

Latest upstream release: 1.005
Current version in Fedora Rawhide: 1.004
URL: http://search.cpan.org/dist/File-pushd/

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

-- 
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=Ehcf6dGcaI&a=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 924938] wrong provides in latest build

2013-03-23 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Yanko Kaneti  changed:

   What|Removed |Added

 CC||yan...@declera.com

--- Comment #7 from Yanko Kaneti  ---
It seems to be an accidental %if/%endif breakage inroduced here
http://pkgs.fedoraproject.org/cgit/perl.git/commit/?id=b4857c8d7ca4f03d3bdd0e9fd885a5e8bdc1f96b

-- 
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=nTjkKZGT4z&a=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