[perl-boolean] update to 0.27

Iain Arnell iarnell at fedoraproject.org
Wed Jun 29 03:50:07 UTC 2011


commit feb7add96cc3ad021582d5a440c9d46efb7ef7f0
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Jun 29 05:49:45 2011 +0200

    update to 0.27

 .gitignore        |    1 +
 perl-boolean.spec |   10 ++++++----
 sources           |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9da568..60850b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ boolean-0.20.tar.gz
 /boolean-0.23.tar.gz
 /boolean-0.25.tar.gz
 /boolean-0.26.tar.gz
+/boolean-0.27.tar.gz
diff --git a/perl-boolean.spec b/perl-boolean.spec
index 26ddbb7..e2d63e1 100644
--- a/perl-boolean.spec
+++ b/perl-boolean.spec
@@ -1,12 +1,11 @@
 Name:           perl-boolean
-Version:        0.26
-Release:        3%{?dist}
+Version:        0.27
+Release:        1%{?dist}
 Summary:        Boolean support for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/boolean/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.005003
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -43,12 +42,15 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 29 2011 Iain Arnell <iarnell at gmail.com> 0.27-1
+- update to latest upstream version
+- remove buildroot and defattr from spec file
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.26-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index c975fdb..f1aac67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f59e0ae55738c1dadb72ceffbd4eb7e  boolean-0.26.tar.gz
+63110b4b93c38d45f57f06c6077aaf0b  boolean-0.27.tar.gz



More information about the perl-devel mailing list