[perl-threads-shared/f19] 1.45 bump

Petr Pisar ppisar at fedoraproject.org
Thu Nov 14 07:47:09 UTC 2013


commit 81bc2d34e3880dbddf75342b8aa16667df46d7ba
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 0a7bc3a..4c6a405 100644
--- a/perl-threads-shared.spec
+++ b/perl-threads-shared.spec
@@ -1,25 +1,29 @@
 Name:           perl-threads-shared
-Version:        1.43
-Release:        4%{?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
+
 * Tue Jul 02 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.43-4
 - Remove BR perl(Test)
 
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