[perl-threads-lite] 0.033 bump

Petr Pisar ppisar at fedoraproject.org
Thu May 30 06:18:45 UTC 2013


commit 7ebfece47acd112aec28b6f26cdd5bb51c3fc0eb
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed May 29 09:46:10 2013 +0200

    0.033 bump

 .gitignore             |    1 +
 perl-threads-lite.spec |    6 +++++-
 sources                |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81842ef..402fdc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /threads-lite-0.030.tar.gz
 /threads-lite-0.031.tar.gz
 /threads-lite-0.032.tar.gz
+/threads-lite-0.033.tar.gz
diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index 9a91ce5..73f247d 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,5 +1,5 @@
 Name:           perl-threads-lite
-Version:        0.032
+Version:        0.033
 Release:        1%{?dist}
 Summary:        Actor model threading for Perl
 License:        GPL+ or Artistic
@@ -15,6 +15,7 @@ BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(experimental) >= 0.003
 BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(feature)
 BuildRequires:  perl(overload)
@@ -59,6 +60,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 29 2013 Petr Pisar <ppisar at redhat.com> - 0.033-1
+- 0.033 bump
+
 * Wed Feb 20 2013 Petr Pisar <ppisar at redhat.com> - 0.032-1
 - 0.032 bump
 
diff --git a/sources b/sources
index 53504f9..bbd635e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b78207f85beb6c2b8ccf4c1b4df9f73  threads-lite-0.032.tar.gz
+d1d823d7ddd14b07d9c5da53e9290da9  threads-lite-0.033.tar.gz


More information about the scm-commits mailing list