[perl-Coro] 6.42 bump

Petr Pisar ppisar at fedoraproject.org
Wed Feb 18 12:19:44 UTC 2015


commit 9b4511b5d33b8959a818ef684c1cde30406d8957
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Feb 18 13:05:14 2015 +0100

    6.42 bump

 .gitignore     |    1 +
 perl-Coro.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b961401..712aedc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /Coro-6.37.tar.gz
 /Coro-6.39.tar.gz
 /Coro-6.41.tar.gz
+/Coro-6.42.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 33d276a..634f047 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,5 +1,5 @@
 Name:           perl-Coro
-Version:        6.41
+Version:        6.42
 Release:        1%{?dist}
 Summary:        The only real threads in perl
 # Coro/libcoro:    GPLv2 or BSD
@@ -9,7 +9,7 @@ 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
-BuildRequires:  libecb
+BuildRequires:  libecb-static
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(EV) >= 4
@@ -144,13 +144,17 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 make test
 
 %files
-%doc Changes COPYING README README.linux-glibc
+%license COPYING
+%doc Changes README README.linux-glibc
 %doc doc/* eg
 %{perl_archlib}/auto/*
 %{perl_archlib}/Coro*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 18 2015 Petr Pisar <ppisar at redhat.com> - 6.42-1
+- 6.42 bump
+
 * Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 6.41-1
 - 6.41 bump
 
diff --git a/sources b/sources
index ac990e9..02a4bff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-882b3606487db94b35ac309bc7025009  Coro-6.41.tar.gz
+f24af38e29a1cc96e2a58cdb031c5153  Coro-6.42.tar.gz


More information about the scm-commits mailing list