[perl-CPAN-Changes] Update to 0.23

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 15 10:30:49 UTC 2013


commit fb247f75bd287a514bf6974afc876896faa9ae5f
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Aug 15 11:30:04 2013 +0100

    Update to 0.23
    
    - New upstream release 0.23:
      - Bump spec version to 0.03
      - Be more strict about what we consider to be a Dist::Zilla-style date
        to avoid false positive matches
      - Update W3CDTF parsing to make the "T" marker optional (CPAN RT#87499)
      - Fix extra whitespace for empty values after version (CPAN RT#87524)

 perl-CPAN-Changes.spec |   12 ++++++++++--
 sources                |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index 6f9c806..f7f2666 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.22
-Release:	2%{?dist}
+Version:	0.23
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Changes/
@@ -60,6 +60,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Thu Aug 15 2013 Paul Howarth <paul at city-fan.org> - 0.23-1
+- Update to 0.23:
+  - Bump spec version to 0.03
+  - Be more strict about what we consider to be a Dist::Zilla-style date
+    to avoid false positive matches
+  - Update W3CDTF parsing to make the "T" marker optional (CPAN RT#87499)
+  - Fix extra whitespace for empty values after version (CPAN RT#87524)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 75f7fb4..cd566e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ed312b897005eac8ce373333a1b3dca  CPAN-Changes-0.22.tar.gz
+c32f31550825090b565789754f9d4bf9  CPAN-Changes-0.23.tar.gz


More information about the scm-commits mailing list