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(File::Spec) +BuildRequires: perl(strict) +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(File::Spec) BuildRequires: perl(POSIX) -BuildRequires: perl(Scalar::Util) -BuildRequires: perl(strict) BuildRequires: perl(Test::More) -BuildRequires: perl(threads) >= 1.73 -BuildRequires: perl(warnings) -BuildRequires: perl(XSLoader) +# 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 - 1.45-1 +- 1.45 bump + * Sun Aug 04 2013 Fedora Release Engineering - 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