diff --git a/.gitignore b/.gitignore index aa32b7d..f4a873a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /threads-1.98.tar.gz /threads-1.99.tar.gz /threads-2.01.tar.gz +/threads-2.02.tar.gz diff --git a/perl-threads.spec b/perl-threads.spec index c9d1c7e..7f79d2f 100644 --- a/perl-threads.spec +++ b/perl-threads.spec @@ -1,12 +1,15 @@ Name: perl-threads Epoch: 1 -Version: 2.01 -Release: 345%{?dist} +Version: 2.02 +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: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) @@ -65,6 +68,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jun 15 2015 Petr Pisar - 1:2.02-1 +- 2.02 bump + * Thu Jun 04 2015 Jitka Plesnikova - 1:2.01-345 - Increase release to favour standalone package diff --git a/sources b/sources index 0cd08aa..780292b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec3a036c31ffa868adda1170ef26240 threads-2.01.tar.gz +5acb72e77274eab54aac5aef82c261ef threads-2.02.tar.gz