Increase release number

This commit is contained in:
Petr Písař 2012-03-19 13:16:57 +01:00
parent 7c09c59517
commit 12a8f5d649

View File

@ -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 <ppisar@redhat.com> - 2.000-2
- Increase release number due to F17 build
* Wed Mar 14 2012 Petr Pisar <ppisar@redhat.com> - 2.000-1
- 2.000 bump
- Fix a buffer overflow (RT#75623)