[perl-YAML] Update to 0.71

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 18 12:24:21 UTC 2010


commit 1d68739a465387b75a8deff2d975a77227146f28
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 18 13:21:31 2010 +0100

    Update to 0.71
    
    - New upstream release 0.71
      - Use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434
    - Enable AUTOMATED_TESTING
    - BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
    - This release by ADAMK -> update source URL
    - Re-code docs as UTF-8

 .gitignore     |    2 +-
 perl-YAML.spec |   22 +++++++++++++++++-----
 sources        |    2 +-
 3 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba578fe..a14ebdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-YAML-0.70.tar.gz
+YAML-0.71.tar.gz
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 00d3230..cfd841f 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,15 +1,16 @@
 Name:           perl-YAML
-Version:        0.70
-Release:        5%{?dist}
+Version:        0.71
+Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML/
-Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The YAML.pm module implements a YAML Loader and Dumper based on the
@@ -23,6 +24,10 @@ specification.
 %prep
 %setup -q -n YAML-%{version}
 
+# Re-code docs as UTF-8
+iconv -f iso-8859-1 -t utf8 < README > README.utf8
+mv README.utf8 README
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
 make %{?_smp_mflags}
@@ -44,7 +49,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+make test AUTOMATED_TESTING=1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/YAML*.3*
 
 %changelog
+* Wed Aug 18 2010 Paul Howarth <paul at city-fan.org> - 0.71-1
+- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
+- Enable AUTOMATED_TESTING
+- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
+- This release by ADAMK -> update source URL
+- Re-code docs as UTF-8
+
 * Thu Apr 29 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.70-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 48c2a54..4fe9055 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-425973520e8fd84beb6cb95de29f3534  YAML-0.70.tar.gz
+d0f7cf232dd43c28c0e3767d672d6887  YAML-0.71.tar.gz


More information about the scm-commits mailing list