From cc205b3709e27d51e9a34e02c6e8a5420e5c8ded Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Mon, 7 Mar 2011 14:50:59 +0100
Subject: 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(-)
 delete mode 100644 
perl-Coro-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch

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-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch 
b/perl-Coro-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch
deleted file mode 100644
index a5fd6b2..0000000
--- a/perl-Coro-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From cfd11dcbf0ae1db1b2bfd75f69de6613d837cf7e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
-Date: Mon, 21 Feb 2011 11:26:44 +0100
-Subject: [PATCH] Fix syntax error RT#65991 in 5.37 version
-
-https://rt.cpan.org/Public/Bug/Display.html?id=65991
----
- Coro/State.xs |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Coro/State.xs b/Coro/State.xs
-index 4d06eb2..1efe3cc 100644
---- a/Coro/State.xs
-+++ b/Coro/State.xs
-@@ -321,7 +321,7 @@ coro_pp_sselect (pTHX)
- #ifdef HAS_GETTIMEOFDAY
- 
- static void
--coro_u2time (aTHX_ UV ret[2])
-+coro_u2time (pTHX_ UV ret[2])
- {
-   struct timeval tv;
-   gettimeofday (&tv, 0);
--- 
-1.7.4
-
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 <[email protected]> - 5.372-1
+- 5.372 bump
+
 * Mon Feb 21 2011 Petr Pisar <[email protected]> - 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
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=epel7&id=cc205b3709e27d51e9a34e02c6e8a5420e5c8ded
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to