[perl-threads-shared] 1.43 bump

Petr Pisar ppisar at fedoraproject.org
Tue Jan 15 13:51:11 UTC 2013


commit 1fe32981d4e12e1e283ac01fc220724f63697a87
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 15 14:50:41 2013 +0100

    1.43 bump

 .gitignore               |    1 +
 perl-threads-shared.spec |    9 +++++----
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 194cbd4..afde48b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /threads-shared-1.40.tar.gz
 /threads-shared-1.41.tar.gz
 /threads-shared-1.42.tar.gz
+/threads-shared-1.43.tar.gz
diff --git a/perl-threads-shared.spec b/perl-threads-shared.spec
index 9a42a0f..dcb5d51 100644
--- a/perl-threads-shared.spec
+++ b/perl-threads-shared.spec
@@ -1,6 +1,6 @@
 Name:           perl-threads-shared
-Version:        1.42
-Release:        2%{?dist}
+Version:        1.43
+Release:        1%{?dist}
 Summary:        Perl extension for sharing data structures between threads
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -38,10 +38,8 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -54,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 15 2013 Petr Pisar <ppisar at redhat.com> - 1.43-1
+- 1.43 bump
+
 * Fri Nov 23 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.42-2
 - Add BR perl(File::Spec)
 - Replace PERL_INSTALL_ROOT with DESTDIR
diff --git a/sources b/sources
index 7d42093..1dc46a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2710d59c811154012533519570f2f863  threads-shared-1.42.tar.gz
+491e9caa5b15c84c06095aed1c30c439  threads-shared-1.43.tar.gz


More information about the scm-commits mailing list