[perl-boolean] update to 0.25

Iain Arnell iarnell at fedoraproject.org
Sun Jan 16 07:34:18 UTC 2011


commit 5a376963100d6093645e623618b548f9dc5f1b74
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jan 16 08:33:45 2011 +0100

    update to 0.25

 .gitignore        |    1 +
 perl-boolean.spec |   12 ++++++++++--
 sources           |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10d9bb0..f6446d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 boolean-0.20.tar.gz
 /boolean-0.23.tar.gz
+/boolean-0.25.tar.gz
diff --git a/perl-boolean.spec b/perl-boolean.spec
index 85a6c08..b28330a 100644
--- a/perl-boolean.spec
+++ b/perl-boolean.spec
@@ -1,6 +1,6 @@
 Name:           perl-boolean
-Version:        0.23
-Release:        2%{?dist}
+Version:        0.25
+Release:        1%{?dist}
 Summary:        Boolean support for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,8 +10,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.005003
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Exporter)
+Requires:       perl(Readonly)
 
 %description
 Most programming languages have a native Boolean data type. Perl does not.
@@ -47,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 16 2011 Iain Arnell <iarnell at gmail.com> 0.25-1
+- update to latest upstream version
+- add new R/BR perl(Readonly)
+- add new R perl(Exporter)
+
 * Wed Dec 15 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.23-2
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 51ada22..adcea20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efcf5ffe3822823bf302960a3c89699c  boolean-0.23.tar.gz
+b8aa20d4bf657ce61a3c1f8a989c68d5  boolean-0.25.tar.gz


More information about the scm-commits mailing list