1.97 bump
This commit is contained in:
parent
09c29dadd5
commit
5cdcc59f23
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/threads-1.89.tar.gz
|
||||
/threads-1.92.tar.gz
|
||||
/threads-1.96.tar.gz
|
||||
/threads-1.97.tar.gz
|
||||
|
||||
@ -1,13 +1,15 @@
|
||||
Name: perl-threads
|
||||
Epoch: 1
|
||||
Version: 1.96
|
||||
Version: 1.97
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interpreter-based threads
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/threads/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-%{version}.tar.gz
|
||||
BuildRequires: perl
|
||||
# threads-1.97 works only with recent perls, bug #1199124
|
||||
# <https://rt.cpan.org/Public/Bug/Display.html?id=102527>
|
||||
BuildRequires: perl >= 4:5.20.1
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -65,6 +67,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 05 2015 Petr Pisar <ppisar@redhat.com> - 1:1.97-1
|
||||
- 1.97 bump
|
||||
|
||||
* Wed Sep 10 2014 Petr Pisar <ppisar@redhat.com> - 1:1.96-1
|
||||
- 1.96 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user