[perl-threads] 1.99 bump

Petr Pisar ppisar at fedoraproject.org
Mon Mar 9 09:12:20 UTC 2015


commit e17f71eb85650cfa8041b351bc8ddba4a3bff7db
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Mar 9 10:06:56 2015 +0100

    1.99 bump

 .gitignore        | 1 +
 perl-threads.spec | 9 +++++----
 sources           | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a4322e..d7c68ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /threads-1.96.tar.gz
 /threads-1.97.tar.gz
 /threads-1.98.tar.gz
+/threads-1.99.tar.gz
diff --git a/perl-threads.spec b/perl-threads.spec
index cda4baf..7c83262 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,15 +1,13 @@
 Name:           perl-threads
 Epoch:          1
-Version:        1.98
+Version:        1.99
 Release:        1%{?dist}
 Summary:        Perl interpreter-based threads
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/threads/
 Source0:        http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-%{version}.tar.gz
-# threads-1.{97,98} works only with recent perls, bug #1199124
-# <https://rt.cpan.org/Public/Bug/Display.html?id=102527>
-BuildRequires:  perl >= 4:5.20.1
+BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
@@ -67,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 09 2015 Petr Pisar <ppisar at redhat.com> - 1:1.99-1
+- 1.99 bump
+
 * Fri Mar 06 2015 Petr Pisar <ppisar at redhat.com> - 1:1.98-1
 - 1.98 bump
 
diff --git a/sources b/sources
index 52c72d7..52021cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3eb1691199b7f23506fb7ba86cf22218  threads-1.98.tar.gz
+374da38300b7370c07b9762c2401d3a0  threads-1.99.tar.gz


More information about the scm-commits mailing list