2.010 bump
This commit is contained in:
parent
a54c97923a
commit
cf6a15df12
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/Socket-2.007.tar.gz
|
||||
/Socket-2.008.tar.gz
|
||||
/Socket-2.009.tar.gz
|
||||
/Socket-2.010.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user