[perl-URI] Retain runtime dependency of perl(Business::ISBN) when bootstrapping

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 27 12:01:56 UTC 2013


commit 857ff7b392b51363208a2c4ffbb3c3fb76fa18f4
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 27 12:01:10 2013 +0000

    Retain runtime dependency of perl(Business::ISBN) when bootstrapping
    
    Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
    better fix for the build dependency cycle was to drop LWP::Simple as a
    buildreq of perl-Business-ISBN (needed only for optional tests) when
    bootstrapping

 perl-URI.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-URI.spec b/perl-URI.spec
index e6e38ee..f6791c8 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI
 Version:        1.60
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A Perl module implementing URI parsing and manipulation
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -25,9 +25,7 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Business::ISBN)
 %endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-%if 0%{!?perl_bootstrap:1}
 Requires:       perl(Business::ISBN)
-%endif
 Requires:       perl(Cwd)
 Requires:       perl(Data::Dumper)
 Requires:       perl(MIME::Base64) >= 2
@@ -71,6 +69,12 @@ make test
 %{_mandir}/man3/URI::ldap.3pm*
 
 %changelog
+* Wed Feb 27 2013 Paul Howarth <paul at city-fan.org> - 1.60-8
+- Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
+  better fix for the build dependency cycle was to drop LWP::Simple as a
+  buildreq of perl-Business-ISBN (needed only for optional tests) when
+  bootstrapping
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.60-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list