[perl-Coro] 5.372 bump

Petr Pisar ppisar at fedoraproject.org
Mon Mar 7 13:51:34 UTC 2011


commit cc205b3709e27d51e9a34e02c6e8a5420e5c8ded
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Mar 7 14:50:59 2011 +0100

    5.372 bump

 .gitignore                                         |    1 +
 ...Fix-syntax-error-RT-65991-in-5.37-version.patch |   26 --------------------
 perl-Coro.spec                                     |    7 +++--
 sources                                            |    2 +-
 4 files changed, 6 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6447f66..149920f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Coro-5.25.tar.gz
 /Coro-5.26.tar.gz
 /Coro-5.37.tar.gz
+/Coro-5.372.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 90314eb..21f6cf8 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,5 +1,5 @@
 Name:           perl-Coro
-Version:        5.37
+Version:        5.372
 Release:        1%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
@@ -7,7 +7,6 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Coro/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Coro-%{version}.tar.gz
 Patch0:         %{name}-5.25-ucontext-default.patch
-Patch1:         %{name}-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch
 BuildRequires:  perl(AnyEvent) >= 5
 BuildRequires:  perl(common::sense)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +61,6 @@ programming much safer and easier than using other thread models.
 %ifnarch %{ix86} x86_64
 %patch0 -p1 -b .ucontext-default
 %endif
-%patch1 -p1 -b .syntax
 %if 0%{?fix_shbang_line}
 %fix_shbang_line eg/myhttpd
 %else
@@ -96,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 07 2011 Petr Pisar <ppisar at redhat.com> - 5.372-1
+- 5.372 bump
+
 * Mon Feb 21 2011 Petr Pisar <ppisar at redhat.com> - 5.37-1
 - 5.37 bump
 - Fix State.xs syntax (RT#65991)
diff --git a/sources b/sources
index 8ce752c..6de0d08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f644de75d65c0dacadea04146ce8329f  Coro-5.37.tar.gz
+70c6453f07e991990a00a6ed30db91f4  Coro-5.372.tar.gz



More information about the perl-devel mailing list