[perl-Coro] 6.07 bump

Petr Pisar ppisar at fedoraproject.org
Fri Dec 9 14:50:21 UTC 2011


commit 071b0341c8b89029f779a7ce634fc2c8d440db34
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Dec 9 15:46:17 2011 +0100

    6.07 bump

 .gitignore     |    1 +
 .rpmlint       |    3 +++
 perl-Coro.spec |    7 +++++--
 sources        |    2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35c60e0..d2052a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Coro-6.04.tar.gz
 /Coro-6.05.tar.gz
 /Coro-6.06.tar.gz
+/Coro-6.07.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..3cc115d
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,3 @@
+from Config import *
+addFilter("spelling-error .* coros");
+addFilter("devel-file-in-non-devel-package /usr/lib64/perl5/Coro/CoroAPI.h");
diff --git a/perl-Coro.spec b/perl-Coro.spec
index a186149..3fa26d5 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:           perl-Coro
-Version:        6.06
-Release:        2%{?dist}
+Version:        6.07
+Release:        1%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -120,6 +120,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 09 2011 Petr Pisar <ppisar at redhat.com> - 6.07-1
+- 6.07 bump
+
 * Thu Nov 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 6.06-2
 - Fix ucontext on ARM - rhbz750805
 
diff --git a/sources b/sources
index ce10dab..f59f24f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ee54f58bced7471f77149e97c73a94f  Coro-6.06.tar.gz
+354dd4f058a30f085716010b771e27e9  Coro-6.07.tar.gz


More information about the scm-commits mailing list