[perl-threads] 1.86 bump

Petr Pisar ppisar at fedoraproject.org
Thu Dec 15 12:55:23 UTC 2011


commit 8545574b5b8f4d612af5f757e8db2fd508b64b04
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Dec 15 13:55:12 2011 +0100

    1.86 bump

 .gitignore        |    1 +
 perl-threads.spec |    8 ++++----
 sources           |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e95253..a405acc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /threads-1.82.tar.gz
 /threads-1.83.tar.gz
 /threads-1.85.tar.gz
+/threads-1.86.tar.gz
diff --git a/perl-threads.spec b/perl-threads.spec
index 4d815e7..08970a6 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,5 +1,5 @@
 Name:           perl-threads
-Version:        1.85
+Version:        1.86
 Release:        1%{?dist}
 Summary:        Perl interpreter-based threads
 License:        GPL+ or Artistic
@@ -37,24 +37,24 @@ make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/threads*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 15 2011 Petr Pisar <ppisar at redhat.com> - 1.86-1
+- 1.86 bump
+
 * Tue Sep 06 2011 Petr Pisar <ppisar at redhat.com> - 1.85-1
 - 1.85 bump
 
diff --git a/sources b/sources
index 7403b20..c36719a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f9965148fa054cf553d7920c35cdd8e  threads-1.85.tar.gz
+d1398760a4a5c4b41cd42b624fff91c2  threads-1.86.tar.gz


More information about the scm-commits mailing list