1.96 bump

This commit is contained in:
Petr Písař 2011-12-12 13:08:53 +01:00
parent cc0759669a
commit cde4d0ab03
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Socket-1.94_07.tar.gz
/Socket-1.95.tar.gz
/Socket-1.96.tar.gz

View File

@ -1,11 +1,8 @@
%global cpan_version 1.95
%global cpan_version 1.96
Name: perl-Socket
Version: %(eval echo '%{cpan_version}' | tr '_' '.')
Release: 1%{?dist}
Summary: C socket.h defines and structure manipulators
# This code comes from Perl, thus GPL+ or Artistic
# See <http://permalink.gmane.org/gmane.comp.lang.perl.perl5.porters/101960>.
# and <https://rt.cpan.org/Public/Bug/Display.html?id=72669>
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Socket/
@ -49,12 +46,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%doc Changes
%doc Changes LICENSE
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Socket*
%{_mandir}/man3/*
%changelog
* Mon Dec 12 2011 Petr Pisar <ppisar@redhat.com> - 1.96-1
- 1.96 bump
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 1.95-1
- 1.95 bump

View File

@ -1 +1 @@
79eb793137ef9532f5332b294581225e Socket-1.95.tar.gz
eebd0598a889483058a01266d221b73c Socket-1.96.tar.gz