1.54-1 bump

This commit is contained in:
Petr Pisar 2010-04-19 15:21:02 +00:00
parent 3b68e444dc
commit ca9bc48320
3 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
URI-1.40.tar.gz
URI-1.54.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-URI
Version: 1.40
Release: 2%{?dist}
Version: 1.54
Release: 1%{?dist}
Summary: A Perl module implementing URI parsing and manipulation
Group: Development/Libraries
@ -39,11 +39,6 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
for file in Changes; do
iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
mv -f "${file}_" "$file"
done
%check
make test
@ -55,12 +50,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README rfc2396.txt uri-test
%doc Changes README uri-test
%{perl_vendorlib}/URI*
%{_mandir}/man3/*.3*
%changelog
* Mon Apr 19 2010 Petr Pisar <ppisar@redhat.com> - 1.54-1
- version bump
- Changes is in UTF-8 already
- rfc2396.txt removed by upstream
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
- rebuild against perl 5.10.1

View File

@ -1 +1 @@
626cc85f1939a89981f82aae43497b53 URI-1.40.tar.gz
dabc621fd116064395483d80c329095b URI-1.54.tar.gz