From dece0763f9129ac43a620082fba3a0c00c98e59a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 12 Oct 2012 13:46:44 +0200
Subject: 6.10 bump

---
 .gitignore                          |  1 +
 Coro-6.09-Fix-a-typo-in-ecb.h.patch | 27 ---------------------------
 perl-Coro.spec                      | 10 +++++-----
 sources                             |  2 +-
 4 files changed, 7 insertions(+), 33 deletions(-)
 delete mode 100644 Coro-6.09-Fix-a-typo-in-ecb.h.patch

diff --git a/.gitignore b/.gitignore
index dc070b4..376e0a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Coro-6.07.tar.gz
 /Coro-6.08.tar.gz
 /Coro-6.09.tar.gz
+/Coro-6.10.tar.gz
diff --git a/Coro-6.09-Fix-a-typo-in-ecb.h.patch 
b/Coro-6.09-Fix-a-typo-in-ecb.h.patch
deleted file mode 100644
index ea6bcb2..0000000
--- a/Coro-6.09-Fix-a-typo-in-ecb.h.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From de7220dcac464425fc2667706100901d0fc7f444 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
-Date: Mon, 8 Oct 2012 13:25:37 +0200
-Subject: [PATCH] Fix a typo in ecb.h
-
-A code for big endian system has a mistyped return word.
-<https://rt.cpan.org/Public/Bug/Display.html?id=80056>
----
- Coro/ecb.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Coro/ecb.h b/Coro/ecb.h
-index 1162bc6..5a88f60 100644
---- a/Coro/ecb.h
-+++ b/Coro/ecb.h
-@@ -494,7 +494,7 @@ ecb_byteorder_helper (void)
- #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
-   return 0x44;
- #elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
--  retrurn 0x11;
-+  return 0x11;
- #else
-   union
-   {
--- 
-1.7.11.7
-
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 9363870..89b4844 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,14 +1,12 @@
 Name:           perl-Coro
-Version:        6.09
-Release:        2%{?dist}
+Version:        6.10
+Release:        1%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 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
-# Bug #863991, CPAN RT #80056
-Patch1:         Coro-6.09-Fix-a-typo-in-ecb.h.patch
 BuildRequires:  perl(AnyEvent) >= 5
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -84,7 +82,6 @@ programming much safer and easier than using other thread 
models.
 %ifnarch %{ix86} x86_64 %{arm}
 %patch0 -p1 -b .ucontext-default
 %endif
-%patch1 -p1
 
 for F in Coro/jit-*.pl; do
     sed -i -e '/^#!/d' "$F"
@@ -130,6 +127,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 12 2012 Petr Pisar <[email protected]> - 6.10-1
+- 6.10 bump
+
 * Mon Oct 08 2012 Petr Pisar <[email protected]> - 6.09-2
 - Fix building on big endian system (bug #863991)
 
diff --git a/sources b/sources
index a8e4b14..681ea6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b578ca56e4925329e174a9d4827efbb  Coro-6.09.tar.gz
+188ff66672f7658fbc73c30845b2038e  Coro-6.10.tar.gz
-- 
cgit v0.12


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

Reply via email to