[perl-CPAN-Changes] Update to 0.19

Paul Howarth pghmcfc at fedoraproject.org
Tue May 1 09:22:57 UTC 2012


commit de6564e6c90ea58f68a5d920d04d91dcb4471bd4
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 1 10:22:01 2012 +0100

    Update to 0.19
    
    - New upstream release 0.19:
      - Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
        (CPAN RT#76882)
      - releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
    - Don't need to remove empty directories from buildroot
    - Drop %defattr, redundant since rpm 4.4

 perl-CPAN-Changes.spec |   14 ++++++++++----
 sources                |    2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index b552be4..65fc9b4 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,7 +1,7 @@
 Name:		perl-CPAN-Changes
 Summary:	Read and write Changes files
-Version:	0.18
-Release:	2%{?dist}
+Version:	0.19
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Changes/
@@ -38,7 +38,6 @@ make %{?_smp_mflags}
 %install
 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
@@ -46,7 +45,6 @@ make test
 make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/CPAN/
 %{perl_vendorlib}/Test/
@@ -56,6 +54,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Tue May  1 2012 Paul Howarth <paul at city-fan.org> - 0.19-1
+- Update to 0.19:
+  - Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
+    (CPAN RT#76882)
+  - releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
+- Don't need to remove empty directories from buildroot
+- Drop %%defattr, redundant since rpm 4.4
+
 * Tue Jan 10 2012 Paul Howarth <paul at city-fan.org> - 0.18-2
 - Fedora 17 mass rebuild
 
diff --git a/sources b/sources
index 34c84bc..3f3819d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e30fbdaa1d94f99d25b1342ba604e239  CPAN-Changes-0.18.tar.gz
+0091529b269037e959291dd64af8b178  CPAN-Changes-0.19.tar.gz


More information about the scm-commits mailing list