[perl-threads-shared] 1.45 bump

Petr Pisar ppisar at fedoraproject.org
Thu Nov 14 07:42:35 UTC 2013


commit 2a9b355998ac44c78f3b464e62f2b137e6258e71
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 14 08:41:49 2013 +0100

    1.45 bump

 .gitignore               |    1 +
 perl-threads-shared.spec |   25 ++++++++++++++++---------
 sources                  |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afde48b..e565a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /threads-shared-1.41.tar.gz
 /threads-shared-1.42.tar.gz
 /threads-shared-1.43.tar.gz
+/threads-shared-1.45.tar.gz
diff --git a/perl-threads-shared.spec b/perl-threads-shared.spec
index 3bfbcc9..b553b39 100644
--- a/perl-threads-shared.spec
+++ b/perl-threads-shared.spec
@@ -1,25 +1,29 @@
 Name:           perl-threads-shared
-Version:        1.43
-Release:        291%{?dist}
+Version:        1.45
+Release:        1%{?dist}
 Summary:        Perl extension for sharing data structures between threads
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/threads-shared/
 Source0:        http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-shared-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
+# Config_m not needed
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(ExtUtils::testlib)
-BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(POSIX)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(threads) >= 1.73
 BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(threads) >= 1.73
 BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Test::More)
+# Win32 not needed
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
 Requires:       perl(threads) >= 1.73
@@ -56,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 14 2013 Petr Pisar <ppisar at redhat.com> - 1.45-1
+- 1.45 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.43-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1dc46a8..6aad59f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-491e9caa5b15c84c06095aed1c30c439  threads-shared-1.43.tar.gz
+fddf251253b52745e66ad43345fa9c3e  threads-shared-1.45.tar.gz



More information about the perl-devel mailing list