From a38107c5aa369103fb02651b8e4f5c50a78280a9 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sat, 22 Jan 2011 07:32:26 +0100 Subject: [PATCH] update to 0.26 --- .gitignore | 1 + perl-boolean.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6446d9..a9da568 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ boolean-0.20.tar.gz /boolean-0.23.tar.gz /boolean-0.25.tar.gz +/boolean-0.26.tar.gz diff --git a/perl-boolean.spec b/perl-boolean.spec index b28330a..0cb498b 100644 --- a/perl-boolean.spec +++ b/perl-boolean.spec @@ -1,5 +1,5 @@ Name: perl-boolean -Version: 0.25 +Version: 0.26 Release: 1%{?dist} Summary: Boolean support for Perl License: GPL+ or Artistic @@ -13,7 +13,6 @@ 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 @@ -50,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Jan 22 2011 Iain Arnell 0.26-1 +- update to latest upstream version + * Sun Jan 16 2011 Iain Arnell 0.25-1 - update to latest upstream version - add new R/BR perl(Readonly) diff --git a/sources b/sources index adcea20..c975fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8aa20d4bf657ce61a3c1f8a989c68d5 boolean-0.25.tar.gz +1f59e0ae55738c1dadb72ceffbd4eb7e boolean-0.26.tar.gz