diff --git a/.gitignore b/.gitignore index 913d525..7a0a400 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /Socket-2.004.tar.gz /Socket-2.005.tar.gz /Socket-2.006.tar.gz +/Socket-2.007.tar.gz diff --git a/perl-Socket.spec b/perl-Socket.spec index 5056274..080de7f 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -1,7 +1,7 @@ -%global cpan_version 2.006 +%global cpan_version 2.007 Name: perl-Socket Version: %(eval echo '%{cpan_version}' | tr '_' '.') -Release: 2%{?dist} +Release: 1%{?dist} Summary: Networking constants and support functions License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Dec 17 2012 Petr Pisar - 2.007-1 +- 2.007 bump + * Thu Nov 08 2012 Petr Pisar - 2.006-2 - Update description diff --git a/sources b/sources index f05afb8..5d2bd8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82977dace542631e8c7f14695180a341 Socket-2.006.tar.gz +d03dd92717731fffa4caf65aaa656524 Socket-2.007.tar.gz