1.96 bump

This commit is contained in:
Petr Písař 2014-09-10 11:04:06 +02:00
parent 4f7a528fd5
commit 09c29dadd5
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/threads-1.87.tar.gz
/threads-1.89.tar.gz
/threads-1.92.tar.gz
/threads-1.96.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-threads
Epoch: 1
Version: 1.92
Release: 4%{?dist}
Version: 1.96
Release: 1%{?dist}
Summary: Perl interpreter-based threads
License: GPL+ or Artistic
Group: Development/Libraries
@ -43,6 +43,7 @@ This threading model has been deprecated, and was removed as of Perl 5.10.0.)
%prep
%setup -q -n threads-%{version}
chmod -x examples/*
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -58,12 +59,15 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
make test
%files
%doc Changes README
%doc Changes examples README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/threads*
%{_mandir}/man3/*
%changelog
* Wed Sep 10 2014 Petr Pisar <ppisar@redhat.com> - 1:1.96-1
- 1.96 bump
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.92-4
- Perl 5.20 rebuild

View File

@ -1 +1 @@
886f2145a2b50018772ef2bea4e60124 threads-1.92.tar.gz
1033d51c013c487c4bdb3e0f60f51377 threads-1.96.tar.gz