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)
This commit is contained in:
Paul Howarth 2012-03-26 10:07:31 +01:00
parent 5d64e5c56a
commit c68518da8f
2 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-URI Name: perl-URI
Version: 1.59 Version: 1.60
Release: 3%{?dist} Release: 1%{?dist}
Summary: A Perl module implementing URI parsing and manipulation Summary: A Perl module implementing URI parsing and manipulation
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic 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 Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(MIME::Base64) BuildRequires: perl(MIME::Base64)
@ -25,7 +26,7 @@ updated by RFC 2732).
%prep %prep
%setup -q -n URI-%{version} %setup -q -n URI-%{version}
chmod 644 uri-test chmod -c 644 uri-test
%build %build
perl Makefile.PL INSTALLDIRS=perl perl Makefile.PL INSTALLDIRS=perl
@ -34,7 +35,6 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
@ -57,6 +57,15 @@ make test
%{_mandir}/man3/URI::ldap.3pm* %{_mandir}/man3/URI::ldap.3pm*
%changelog %changelog
* Mon Mar 26 2012 Paul Howarth <paul@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@city-fan.org> - 1.59-3 * Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 1.59-3
- Break build dependency loop by only using perl(Business::ISBN) if we're not - Break build dependency loop by only using perl(Business::ISBN) if we're not
bootstrapping bootstrapping

View File

@ -1 +1 @@
fecebf8fa20e2d26ea4a1649c095e96e URI-1.59.tar.gz 70f739be8ce28b8baba7c5920ffee4dc URI-1.60.tar.gz