Broken dependencies: perl-WWW-GoodData

2013-06-29 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-06-29 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-06-29 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

[perl-Test-Kwalitee] Created tag perl-Test-Kwalitee-1.07-1.fc20

2013-06-29 Thread Paul Howarth
The lightweight tag 'perl-Test-Kwalitee-1.07-1.fc20' was created pointing to:

 924e931... Update to 1.07
--
Fedora Extras Perl SIG
http://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-Test-Kwalitee] Update to 1.07

2013-06-29 Thread Paul Howarth
commit 924e93113308386d65aea73f168e4c137179a357
Author: Paul Howarth 
Date:   Sat Jun 29 20:21:39 2013 +0100

Update to 1.07

- New upstream release 1.07
  - Now the indicators are run in the exact order they are returned from
Module::CPANTS::Kwalitee::*, as some tests depend on the results of
earlier tests
  - Synopsis updated to recommend a better way to run this module, ensuring
that it is not run by cpantesters or at installation time
  - We no longer create a function in our namespace for every metric we are
going to test; this should not break anyone, as these subs were never
documented as part of the public API
  - Switch to Module::Build::Tiny flow
- BR: perl(namespace::clean) for module
- Bump version requirement for perl(Test::CheckDeps) to 0.006
- Don't bother with the extra tests (and their requirements) since
  Module::Build::Tiny doesn't provide any convenient method to run them

 Test-Kwalitee-1.03-spelling.patch |   12 
 perl-Test-Kwalitee.spec   |   55 -
 sources   |2 +-
 3 files changed, 25 insertions(+), 44 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index f44f26e..500d65e 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,42 +1,27 @@
 #TODO: BR: perl(Test::Pod::No404s) when available
 
 Name:  perl-Test-Kwalitee
-Version:   1.06
+Version:   1.07
 Release:   1%{?dist}
 Summary:   Test the Kwalitee of a distribution before you release it
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://metacpan.org/module/Test::Kwalitee
 Source0:   
http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}.tar.gz
-Patch5:Test-Kwalitee-1.03-spelling.patch
 BuildArch: noarch
 # Build
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Module::Build::Tiny) >= 0.023
 # Module
 BuildRequires: perl(Cwd)
 BuildRequires: perl(Module::CPANTS::Analyse) >= 0.87
+BuildRequires: perl(namespace::clean)
 BuildRequires: perl(Test::Builder)
 # Test Suite
 BuildRequires: perl(File::Temp)
-BuildRequires: perl(Test::CheckDeps)
+BuildRequires: perl(Test::CheckDeps) >= 0.006
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More) >= 0.94
 BuildRequires: perl(Test::Tester) >= 0.108
-# Extra Tests
-%if 0%{!?perl_bootstrap:1}
-BuildRequires: perl(Pod::Coverage::TrustPod) 
-BuildRequires: perl(Pod::Wordlist::hanekomu) 
-BuildRequires: perl(Test::CPAN::Changes) 
-BuildRequires: perl(Test::CPAN::Meta) 
-BuildRequires: perl(Test::EOL) 
-BuildRequires: perl(Test::MinimumVersion) 
-BuildRequires: perl(Test::More) >= 0.96
-BuildRequires: perl(Test::NoTabs) 
-BuildRequires: perl(Test::Pod) >= 1.41 
-BuildRequires: perl(Test::Pod::Coverage) >= 1.08 
-BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en 
-BuildRequires: perl(Test::Version) 
-%endif
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -49,23 +34,15 @@ computer science).
 %prep
 %setup -q -n Test-Kwalitee-%{version}
 
-# Words that should be in the dictionary but aren't 
-%patch5
-
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build
 
 %install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-%{_fixperms} %{buildroot}
+./Build install --destdir=%{buildroot} --create_packlist=0
 
 %check
-make test
-%if 0%{!?perl_bootstrap:1} 
-make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" 
-%endif
+./Build test
 
 %files
 %doc Changes LICENSE README
@@ -73,6 +50,22 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Sat Jun 29 2013 Paul Howarth  - 1.07-1
+- Update to 1.07
+  - Now the indicators are run in the exact order they are returned from
+Module::CPANTS::Kwalitee::*, as some tests depend on the results of
+earlier tests
+  - Synopsis updated to recommend a better way to run this module, ensuring
+that it is not run by cpantesters or at installation time
+  - We no longer create a function in our namespace for every metric we are
+going to test; this should not break anyone, as these subs were never
+documented as part of the public API
+  - Switch to Module::Build::Tiny flow
+- BR: perl(namespace::clean) for module
+- Bump version requirement for perl(Test::CheckDeps) to 0.006
+- Don't bother with the extra tests (and their requirements) since
+  Module::Build::Tiny doesn't provide any convenient method to run them
+
 * Tue May 14 2013 Paul Howarth  - 1.06-1
 - Update to 1.06
   - Restore previous behaviour of plan()ing in import, to unbreak some dists
diff --git a/sources b/sources
index 5d2873d..8c70e86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9654f2e8b40af56c7979c5b0309f7b4  Test-Kwalite

File Test-Kwalitee-1.07.tar.gz uploaded to lookaside cache by pghmcfc

2013-06-29 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-Kwalitee:

395ca94113873a5dae43dab791b79f0a  Test-Kwalitee-1.07.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 972110] abi-compliance-checker-1.99.1 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=972110

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|pkgdiff-1.6-1.fc17  |pkgdiff-1.6-1.fc19

--- Comment #7 from Fedora Update System  ---
pkgdiff-1.6-1.fc19, abi-compliance-checker-1.99.1-1.fc19 has been pushed to the
Fedora 19 stable repository.  If problems still persist, please make note of it
in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=m4ixknGcf1&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 973713] File::Spec::VMS not usable due missing VMS/Filespec.pm

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=973713

--- Comment #5 from Fedora Update System  ---
perl-PathTools-3.40-2.fc19 has been pushed to the Fedora 19 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lva08Hr5fT&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 979621] yum update failed and impossible to resume with yum load-transaction .. as indicated

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=979621

Paul Howarth  changed:

   What|Removed |Added

 CC||admil...@redhat.com,
   ||ffe...@redhat.com,
   ||firas.alka...@gmail.com,
   ||packaging-team-maint@redhat
   ||.com, p...@city-fan.org,
   ||t...@rasmil.dk,
   ||zpav...@redhat.com
  Component|perl-Text-Autoformat|yum
   Assignee|st...@silug.org |packaging-team-maint@redhat
   ||.com

--- Comment #1 from Paul Howarth  ---
The error message implies that perl-Text-Autoformat was installed using "rpm
--nodeps" or "rpm --force", as it is missing its dependency
"perl(Text::Reform)".
You might try removing perl-Text-Autoformat or installing perl-Text-Reform
before trying anything else.

The underlying cause of the problem looks like it may be an rpmdb problem,
since there's a "damaged header".

The request that you raise a bug report says to set the component to "yum", not
"perl-Text-Autoformat", so I'll change that for you.

-- 
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=BwUGHbd6dp&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 972497] perl-Rose-DB-Object-0.806 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=972497

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Rose-DB-Object-0.806-1
   ||.fc19
 Resolution|--- |ERRATA
Last Closed||2013-06-29 14:36:02

--- Comment #3 from Fedora Update System  ---
perl-Rose-DB-Object-0.806-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rGEaeeDJ0Y&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 959206] gcc-c++ should be set as Requires

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=959206

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|abi-compliance-checker-1.99 |abi-compliance-checker-1.99
   |-1.fc18 |-1.fc19

--- Comment #13 from Fedora Update System  ---
abi-compliance-checker-1.99-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=vZrhlwSgen&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 967783] abi-compliance-checker-1.99 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=967783

Fedora Update System  changed:

   What|Removed |Added

 CC|perl-devel@lists.fedoraproj |
   |ect.org |
   Fixed In Version|abi-compliance-checker-1.99 |abi-compliance-checker-1.99
   |-1.fc18 |-1.fc19

--- Comment #7 from Fedora Update System  ---
abi-compliance-checker-1.99-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=x8tNQrLjKS&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 973713] File::Spec::VMS not usable due missing VMS/Filespec.pm

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=973713

--- Comment #4 from Fedora Update System  ---
perl-5.16.3-265.fc19, perl-CPANPLUS-Dist-Build-0.70-2.fc19,
perl-CPANPLUS-0.91.38-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9grQaoKoXh&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 970101] perlbrew-0.64 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=970101

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perlbrew-0.64-1.fc18|perlbrew-0.64-1.fc19

--- Comment #5 from Fedora Update System  ---
perlbrew-0.64-1.fc19 has been pushed to the Fedora 19 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=1C0Gm6VCbu&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 970869] missed Requires perl(CPAN::Perl::Releases)

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=970869

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perlbrew-0.64-1.fc18|perlbrew-0.64-1.fc19

--- Comment #5 from Fedora Update System  ---
perlbrew-0.64-1.fc19 has been pushed to the Fedora 19 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=gzddPw8Hex&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 914316] perl-Net-Twitter-4.00006 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=914316

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Net-Twitter-4.6-1. |perl-Net-Twitter-4.6-1.
   |fc18|fc19

--- Comment #12 from Fedora Update System  ---
perl-Net-Twitter-4.6-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0Or1AZTOLZ&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 973910] Upgrade to new upstream version

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=973910

--- Comment #10 from Fedora Update System  ---
perl-Net-STOMP-Client-2.1-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=GEBKOW8htR&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 971714] perl-Date-Manip-6.40 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=971714

--- Comment #7 from Fedora Update System  ---
perl-Date-Manip-6.40-1.fc19 has been pushed to the Fedora 19 stable repository.
 If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=IcfQG85Rq2&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 976016] perl-Ouch-0.0402 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=976016

--- Comment #2 from Fedora Update System  ---
perl-Ouch-0.0402-1.fc19 has been pushed to the Fedora 19 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CREuWBwHmW&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 954287] perl-DateTime-TimeZone-1.59 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=954287

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DateTime-TimeZone-1.59 |perl-DateTime-TimeZone-1.59
   |-1.fc18 |-1.fc19

--- Comment #5 from Fedora Update System  ---
perl-DateTime-TimeZone-1.59-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=30uiyzzWMi&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 973062] perl-POE-Filter-IRCD-2.44 is available

2013-06-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=973062

--- Comment #2 from Fedora Update System  ---
perl-POE-Filter-IRCD-2.44-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Ue8lOrGxJF&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-06-29 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-PDL

2013-06-29 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
Please resolve this as soon as possible.


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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-06-29 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