6.03 bump

This commit is contained in:
Petr Písař 2012-02-20 10:47:44 +01:00
parent 4e842ffa79
commit 6a22f0bf5d
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/Net-HTTP-6.00.tar.gz
/Net-HTTP-6.01.tar.gz
/Net-HTTP-6.02.tar.gz
/Net-HTTP-6.03.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Net-HTTP
Version: 6.02
Release: 2%{?dist}
Version: 6.03
Release: 1%{?dist}
Summary: Low-level HTTP connection (client)
License: GPL+ or Artistic
Group: Development/Libraries
@ -49,12 +49,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 6.03-1
- 6.03 bump: Restore blocking override for Net::SSL (RT #72790)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
b0fa0a246872ff8da48c65da6f5281fc Net-HTTP-6.02.tar.gz
86957940d96649ca782b686686b82e7b Net-HTTP-6.03.tar.gz