1.45 bump

This commit is contained in:
Petr Písař 2013-11-14 08:41:49 +01:00
parent 7a853904d2
commit 2a9b355998
3 changed files with 18 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 1.45-1
- 1.45 bump
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
491e9caa5b15c84c06095aed1c30c439 threads-shared-1.43.tar.gz
fddf251253b52745e66ad43345fa9c3e threads-shared-1.45.tar.gz