[perl-threads] 1.96 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 10 09:07:50 UTC 2014


commit 09c29dadd5687bd9fb58c9922b01d2b566f8cf38
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 10 11:04:06 2014 +0200

    1.96 bump

 .gitignore        |    1 +
 perl-threads.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bf532f..298204f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /threads-1.87.tar.gz
 /threads-1.89.tar.gz
 /threads-1.92.tar.gz
+/threads-1.96.tar.gz
diff --git a/perl-threads.spec b/perl-threads.spec
index 6a1fb16..3aeae46 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -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 at redhat.com> - 1:1.96-1
+- 1.96 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1:1.92-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d817e42..17b5558 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-886f2145a2b50018772ef2bea4e60124  threads-1.92.tar.gz
+1033d51c013c487c4bdb3e0f60f51377  threads-1.96.tar.gz


More information about the scm-commits mailing list