[perl-Data-Section-Simple] Update to 0.03

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 19 10:26:05 UTC 2011


commit 44f02254b7c0599ff99b844590004aa50268ef93
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 19 11:25:04 2011 +0100

    Update to 0.03
    
    - New upstream release 0.03
      - Noted the use of utf8 pragma
      - Doc typo fixes (Util)

 perl-Data-Section-Simple.spec |   11 ++++++++---
 sources                       |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-Data-Section-Simple.spec b/perl-Data-Section-Simple.spec
index 8e9d7d6..60bd12b 100644
--- a/perl-Data-Section-Simple.spec
+++ b/perl-Data-Section-Simple.spec
@@ -1,9 +1,9 @@
 # We need to patch the test suite if we have an old version of Test::More
-%global old_test_more %(perl -MTest::More -e 'printf "%d\\n", $Test::More::VERSION < 0.88 ? 1 : 0;' 2>/dev/null || echo 0)
+%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 Name:		perl-Data-Section-Simple
-Version:	0.02
-Release:	2%{?dist}
+Version:	0.03
+Release:	1%{?dist}
 Summary:	Read data from __DATA__
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -56,6 +56,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Data::Section::Simple.3pm*
 
 %changelog
+* Mon Sep 19 2011 Paul Howarth <paul at city-fan.org> - 0.03-1
+- Update to 0.03
+  - Noted the use of utf8 pragma
+  - Doc typo fixes (Util)
+
 * Thu Aug  4 2011 Paul Howarth <paul at city-fan.org> - 0.02-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 061b767..1b5a6a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-730256f8dcfdd3fb6f3b522aa58e9188  Data-Section-Simple-0.02.tar.gz
+8cd6ebdc75f56f035ca032a3d3383a4f  Data-Section-Simple-0.03.tar.gz



More information about the perl-devel mailing list