diff --git a/perl-Socket.spec b/perl-Socket.spec index 9f93043..4cfe7f5 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -1,7 +1,7 @@ %global cpan_version 2.000 Name: perl-Socket Version: %(eval echo '%{cpan_version}' | tr '_' '.') -Release: 1%{?dist} +Release: 2%{?dist} Summary: C socket.h defines and structure manipulators License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 19 2012 Petr Pisar - 2.000-2 +- Increase release number due to F17 build + * Wed Mar 14 2012 Petr Pisar - 2.000-1 - 2.000 bump - Fix a buffer overflow (RT#75623)