2.010 bump

This commit is contained in:
Petr Písař 2013-06-25 10:23:24 +02:00
parent a54c97923a
commit cf6a15df12
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/Socket-2.007.tar.gz
/Socket-2.008.tar.gz
/Socket-2.009.tar.gz
/Socket-2.010.tar.gz

View File

@ -1,7 +1,7 @@
%global cpan_version 2.009
%global cpan_version 2.010
Name: perl-Socket
Version: %(eval echo '%{cpan_version}' | tr '_' '.')
Release: 3%{?dist}
Version: %(echo '%{cpan_version}' | tr '_' '.')
Release: 1%{?dist}
Summary: Networking constants and support functions
License: GPL+ or Artistic
Group: Development/Libraries
@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jun 25 2013 Petr Pisar <ppisar@redhat.com> - 2.010-1
- 2.010 bump
* Fri May 24 2013 Petr Pisar <ppisar@redhat.com> - 2.009-3
- Specify all dependencies

View File

@ -1 +1 @@
b64aa49804022ed7d34163717573f792 Socket-2.009.tar.gz
8d71d5c4333396aee381fa459ca5871a Socket-2.010.tar.gz