[perl-Socket] 2.001 bump

Petr Pisar ppisar at fedoraproject.org
Wed Mar 28 11:44:15 UTC 2012


commit 3296877a31cc0a256cd3374dc2f6f9883e1191b6
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 28 13:42:49 2012 +0200

    2.001 bump

 .gitignore                                         |    1 +
 ...x-AF_UNIX-sockaddr-padding-initialization.patch |   26 --------------------
 perl-Socket.spec                                   |   10 ++++----
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0573d3..149a03f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Socket-1.98.tar.gz
 /Socket-1.99.tar.gz
 /Socket-2.000.tar.gz
+/Socket-2.001.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index d2b0956..1cea97b 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,14 +1,12 @@
-%global cpan_version 2.000
+%global cpan_version 2.001
 Name:           perl-Socket
 Version:        %(eval echo '%{cpan_version}' | tr '_' '.')
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        C socket.h defines and structure manipulators
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Socket/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{cpan_version}.tar.gz
-# Bug #806543, CPAN RT#76067
-Patch0:         Socket-2.000-Fix-AF_UNIX-sockaddr-padding-initialization.patch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::Constant) >= 0.23
@@ -32,7 +30,6 @@ includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.
 
 %prep
 %setup -q -n Socket-%{cpan_version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -55,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 28 2012 Petr Pisar <ppisar at redhat.com> - 2.001-1
+- 2.001 bump (bug-fixing release)
+
 * Tue Mar 27 2012 Petr Pisar <ppisar at redhat.com> - 2.000-3
 - Fix invalid write while unpacking AF_UNIX sockaddr (bug #806543)
 
diff --git a/sources b/sources
index 96f3fc2..8adca73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b90932492a85571a8e88c102dbdf9266  Socket-2.000.tar.gz
+6bd842241466568b0fcce0688ecff27c  Socket-2.001.tar.gz


More information about the scm-commits mailing list