[perl-common-sense] Update to 3.5

Paul Howarth pghmcfc at fedoraproject.org
Sat Mar 24 19:52:54 UTC 2012


commit 69b423584775b6c39db0667ec384c9ec4282c068
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Mar 24 17:44:05 2012 +0000

    Update to 3.5
    
    - New upstream release 3.5:
      - Localise $^W, as this causes warnings with 5.16 when some lost soul uses
        -w; common::sense doesn't support $^W, but tries to shield module authors
        and programs from its ill effects
    - Don't need to remove empty directories from buildroot
    - Drop %defattr, redundant since rpm 4.4

 perl-common-sense.spec |   20 +++++++++++++-------
 sources                |    2 +-
 2 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/perl-common-sense.spec b/perl-common-sense.spec
index f621efb..6a3f15d 100644
--- a/perl-common-sense.spec
+++ b/perl-common-sense.spec
@@ -1,11 +1,11 @@
 Name:		perl-common-sense
 Summary:	"Common sense" Perl defaults 
-Version:	3.4
-Release:	5%{?dist}
+Version:	3.5
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
-Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz 
 URL:		http://search.cpan.org/dist/common-sense
+Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -35,7 +35,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -45,12 +44,19 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE Changes README t/
 %{perl_vendorlib}/common/
 %{_mandir}/man3/common::sense.3pm*
 
 %changelog
+* Sat Mar 24 2012 Paul Howarth <paul at city-fan.org> - 3.5-1
+- Update to 3.5:
+  - Localise $^W, as this causes warnings with 5.16 when some lost soul uses
+    -w; common::sense doesn't support $^W, but tries to shield module authors
+    and programs from its ill effects
+- Don't need to remove empty directories from buildroot
+- Drop %%defattr, redundant since rpm 4.4
+
 * Sat Jan 21 2012 Paul Howarth <paul at city-fan.org> - 3.4-5
 - Obsolete/provide old -tests subpackage to support upgrades
 
@@ -74,7 +80,7 @@ rm -rf %{buildroot}
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Sat Dec 18 2010 Iain Arnell <iarnell at gmail.com> 3.3-1
+* Sat Dec 18 2010 Iain Arnell <iarnell at gmail.com> - 3.3-1
 - Update to latest upstream version
 - Clean up spec for modern rpmbuild
 
@@ -82,7 +88,7 @@ rm -rf %{buildroot}
 - Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 3.0-2
-- Mass rebuild with perl-5.12.0
+- Mass rebuild with perl 5.12.0
 
 * Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> - 3.0-1
 - Update by Fedora::App::MaintainerTools 0.006
diff --git a/sources b/sources
index 93304f4..d36767d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b87ef7ea6f068afdf7a05b67e7600885  common-sense-3.4.tar.gz
+af2182e3bd91f7300d2caa5edd988bfb  common-sense-3.5.tar.gz


More information about the scm-commits mailing list