Compare commits

...

4 Commits
rawhide ... f19

Author SHA1 Message Date
Petr Písař 5523abc10b 1.46 bump 2014-02-05 09:04:16 +01:00
Petr Písař 81bc2d34e3 1.45 bump 2013-11-14 08:46:58 +01:00
Jitka Plesnikova 3b6abfef47 Remove BR perl(Test) 2013-11-14 08:45:16 +01:00
Jitka Plesnikova 1d6770d8b6 Specify all dependencies 2013-11-14 08:45:04 +01:00
3 changed files with 29 additions and 7 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@
/threads-shared-1.41.tar.gz
/threads-shared-1.42.tar.gz
/threads-shared-1.43.tar.gz
/threads-shared-1.45.tar.gz
/threads-shared-1.46.tar.gz

View File

@ -1,21 +1,29 @@
Name: perl-threads-shared
Version: 1.43
Release: 2%{?dist}
Version: 1.46
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(Carp)
BuildRequires: perl
BuildRequires: perl(Config)
# Config_m not needed
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::testlib)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
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
@ -52,6 +60,18 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Feb 05 2014 Petr Pisar <ppisar@redhat.com> - 1.46-1
- 1.46 bump
* Thu Nov 14 2013 Petr Pisar <ppisar@redhat.com> - 1.45-1
- 1.45 bump
* Tue Jul 02 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.43-4
- Remove BR perl(Test)
* Tue Jul 02 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.43-3
- Specify all dependencies
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
491e9caa5b15c84c06095aed1c30c439 threads-shared-1.43.tar.gz
b17841a6f1c60f06ebf1a0290530b266 threads-shared-1.46.tar.gz