From 12a8f5d6493ac7dd2d8e6a4716da300a6177d835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 19 Mar 2012 13:16:57 +0100 Subject: [PATCH] Increase release number --- perl-Socket.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)