[perl-Socket] 1.97 bump

Petr Pisar ppisar at fedoraproject.org
Mon Dec 19 09:36:22 UTC 2011


commit 2b2170a263c029d882ef06afbb9b28a893b3917a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Dec 19 10:32:53 2011 +0100

    1.97 bump

 .gitignore       |    1 +
 perl-Socket.spec |   12 ++++++++----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d61260..85c54ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Socket-1.94_07.tar.gz
 /Socket-1.95.tar.gz
 /Socket-1.96.tar.gz
+/Socket-1.97.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index 990c14a..b4b5f80 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,4 +1,4 @@
-%global cpan_version 1.96
+%global cpan_version 1.97
 Name:           perl-Socket
 Version:        %(eval echo '%{cpan_version}' | tr '_' '.')
 Release:        1%{?dist}
@@ -8,9 +8,9 @@ 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
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(ExtUtils::CChecker)
+BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::Constant) >= 0.23
-# Tests:
+# Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 # Scalar::Util is needed only if getaddrinfo(3) does not exist. Not our case.
@@ -46,12 +46,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc Changes LICENSE
+%doc Artistic Changes Copying LICENSE
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Socket*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 19 2011 Petr Pisar <ppisar at redhat.com> - 1.97-1
+- 1.97 bump
+- License texts added
+
 * Mon Dec 12 2011 Petr Pisar <ppisar at redhat.com> - 1.96-1
 - 1.96 bump
 
diff --git a/sources b/sources
index 3853f82..ca674ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eebd0598a889483058a01266d221b73c  Socket-1.96.tar.gz
+67d60f56bbde508a00d0d7856d794ade  Socket-1.97.tar.gz


More information about the scm-commits mailing list