[perl-URI] Update to 1.60

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 26 09:08:10 UTC 2012


commit c68518da8f9f3906e88bd184cc1248495a7207a6
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 26 10:07:31 2012 +0100

    Update to 1.60
    
    - New upstream release 1.60
      - Do not reverse the order of new parameters
      - Avoid test failure if the local hostname is 'foo' (CPAN RT#75519)
      - Work around a stupid join bug in 5.8.[12] (CPAN RT#59274)
      - Updated repository URL
    - Don't need to remove empty directories from buildroot
    - BR: perl(constant)

 perl-URI.spec |   17 +++++++++++++----
 sources       |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-URI.spec b/perl-URI.spec
index e57ad86..661d4f3 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI
-Version:        1.59
-Release:        3%{?dist}
+Version:        1.60
+Release:        1%{?dist}
 Summary:        A Perl module implementing URI parsing and manipulation
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/URI/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(MIME::Base64)
@@ -25,7 +26,7 @@ updated by RFC 2732).
 
 %prep
 %setup -q -n URI-%{version}
-chmod 644 uri-test
+chmod -c 644 uri-test
 
 %build
 perl Makefile.PL INSTALLDIRS=perl
@@ -34,7 +35,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -57,6 +57,15 @@ make test
 %{_mandir}/man3/URI::ldap.3pm*
 
 %changelog
+* Mon Mar 26 2012 Paul Howarth <paul at city-fan.org> - 1.60-1
+- Update to 1.60
+  - Do not reverse the order of new parameters
+  - Avoid test failure if the local hostname is 'foo' (CPAN RT#75519)
+  - Work around a stupid join bug in 5.8.[12] (CPAN RT#59274)
+  - Updated repository URL
+- Don't need to remove empty directories from buildroot
+- BR: perl(constant)
+
 * Fri Jan 20 2012 Paul Howarth <paul at city-fan.org> - 1.59-3
 - Break build dependency loop by only using perl(Business::ISBN) if we're not
   bootstrapping
diff --git a/sources b/sources
index c200c70..e2dad49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fecebf8fa20e2d26ea4a1649c095e96e  URI-1.59.tar.gz
+70f739be8ce28b8baba7c5920ffee4dc  URI-1.60.tar.gz


More information about the scm-commits mailing list