[perl-CPAN-Changes] Update to 0.18

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 19 09:00:49 UTC 2011


commit 463fa840122f9be86d25e86d2b0b3c3286cfdddd
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 19 09:59:04 2011 +0100

    Update to 0.18
    
    - New upstream release 0.18:
      - Expand changes_file_ok() to accept arguments so that a specific version may
        be checked
      - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
        e.g. Module::Install::AuthorRequires

 .gitignore             |    2 +-
 perl-CPAN-Changes.spec |   13 ++++++++++---
 sources                |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04f894d..501a046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/CPAN-Changes-0.17.tar.gz
+/CPAN-Changes-[0-9.]*.tar.gz
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index 275f9f2..67f166f 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.17
-Release:	2%{?dist}
+Version:	0.18
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Changes/
@@ -52,10 +52,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/CPAN::Changes.3pm*
 %{_mandir}/man3/CPAN::Changes::Release.3pm*
-%{_mandir}/man3/Test::CPAN::Changes.3pm*
 %{_mandir}/man3/CPAN::Changes::Spec.3pm*
+%{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Tue Oct 18 2011 Paul Howarth <paul at city-fan.org> - 0.18-1
+- Update to 0.18:
+  - Expand changes_file_ok() to accept arguments so that a specific version may
+    be checked
+  - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
+    e.g. Module::Install::AuthorRequires
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.17-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d045b4f..34c84bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b9462a82a309552321b60fce8f73b93  CPAN-Changes-0.17.tar.gz
+e30fbdaa1d94f99d25b1342ba604e239  CPAN-Changes-0.18.tar.gz


More information about the scm-commits mailing list