[perl-Language-Functional] 0.05 bump

Petr Pisar ppisar at fedoraproject.org
Tue Jul 26 10:53:14 UTC 2011


commit 3a5b8c94905af62f8111676cbee69859e52b7f3f
Author: Petr Pisar <ppisar at redhat.com>
Date:   Tue Jul 26 12:49:32 2011 +0200

    0.05 bump

 .gitignore                                         |    2 +-
 ...nal-0.04-Fix-any-and-all-on-infinite-list.patch |   61 --------------------
 perl-Language-Functional.spec                      |   10 ++--
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53df3ee..189c240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Language-Functional-0.04.tar.gz
+/Language-Functional-0.05.tar.gz
diff --git a/perl-Language-Functional.spec b/perl-Language-Functional.spec
index baace82..b968638 100644
--- a/perl-Language-Functional.spec
+++ b/perl-Language-Functional.spec
@@ -1,13 +1,11 @@
 Name:           perl-Language-Functional
-Version:        0.04
-Release:        3%{?dist}
+Version:        0.05
+Release:        1%{?dist}
 Summary:        Module which makes Perl slightly more functional
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Language-Functional/
 Source0:        http://www.cpan.org/authors/id/L/LB/LBROCARD/Language-Functional-%{version}.tar.gz
-#CPAN RT #20698
-Patch0:         %{name}-0.04-Fix-any-and-all-on-infinite-list.patch
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Tests:
@@ -33,7 +31,6 @@ Perl, such as foldl and foldr, as well as the use of infinite lists.
 
 %prep
 %setup -q -n Language-Functional-%{version}
-%patch0 -p1 -b .fix_any_all
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar <ppisar at redhat.com> - 0.05-1
+- 0.05 bump
+
 * Mon Jul 25 2011 Petr Pisar <ppisar at redhat.com> - 0.04-3
 - RPM 4.9 dependency filtering added
 
diff --git a/sources b/sources
index e2fb922..70c3be3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6eb8a6ae99971ad3c8dfa3bd88792710  Language-Functional-0.04.tar.gz
+59c81abfd14c940f47115f19dc6288c2  Language-Functional-0.05.tar.gz


More information about the scm-commits mailing list