[perl-Want] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Mar 25 07:40:54 UTC 2014


commit 28195b52330f1d86fd719fff3bbe5e22066e73db
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Mar 25 08:40:47 2014 +0100

    Upstream update.
    
    - Minor spec modernisations.

 .gitignore     |    1 +
 perl-Want.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c139ec..a3a7d1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Want-0.22.tar.gz
+/Want-0.23.tar.gz
diff --git a/perl-Want.spec b/perl-Want.spec
index 9bc2e4d..1d5a3c0 100644
--- a/perl-Want.spec
+++ b/perl-Want.spec
@@ -1,5 +1,5 @@
 Name: 		perl-Want
-Version: 	0.22
+Version: 	0.23
 Release: 	1%{?dist}
 Summary: 	Perl module implementing a generalisation of wantarray
 License: 	GPL+ or Artistic
@@ -30,8 +30,7 @@ make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -43,6 +42,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 25 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.23-1
+- Upstream update.
+- Minor spec modernisations.
+
 * Sun Dec 29 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.22-1
 - Upstream update.
 
diff --git a/sources b/sources
index 2ef2cba..ff71a6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e62511d0a8f00dafe3a43907914389f  Want-0.22.tar.gz
+0eb0140b709b0a707bee62080a1d1df8  Want-0.23.tar.gz



More information about the perl-devel mailing list