[perl-YAML] Update to 1.14

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 26 10:36:09 UTC 2015


commit b2f371b7f0f177202cf9aa284235d9f9a0305fe4
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 26 10:32:51 2015 +0000

    Update to 1.14
    
    - New upstream release 1.14
      - Add support for QuoteNumericStrings global setting (PR/145)

 perl-YAML.spec |   28 ++++++++++++++++------------
 sources        |    2 +-
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 4472330..afed03f 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML
-Version:        1.13
+Version:        1.14
 Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
@@ -91,19 +91,23 @@ make test
 %{perl_vendorlib}/YAML/Node.pm
 %{perl_vendorlib}/YAML/Tag.pm
 %{perl_vendorlib}/YAML/Types.pm
-%{_mandir}/man3/YAML.3pm*
-%{_mandir}/man3/YAML::Any.3pm*
-%{_mandir}/man3/YAML::Dumper.3pm*
-%{_mandir}/man3/YAML::Dumper::Base.3pm*
-%{_mandir}/man3/YAML::Error.3pm*
-%{_mandir}/man3/YAML::Loader.3pm*
-%{_mandir}/man3/YAML::Loader::Base.3pm*
-%{_mandir}/man3/YAML::Marshall.3pm*
-%{_mandir}/man3/YAML::Node.3pm*
-%{_mandir}/man3/YAML::Tag.3pm*
-%{_mandir}/man3/YAML::Types.3pm*
+%{_mandir}/man3/YAML.3*
+%{_mandir}/man3/YAML::Any.3*
+%{_mandir}/man3/YAML::Dumper.3*
+%{_mandir}/man3/YAML::Dumper::Base.3*
+%{_mandir}/man3/YAML::Error.3*
+%{_mandir}/man3/YAML::Loader.3*
+%{_mandir}/man3/YAML::Loader::Base.3*
+%{_mandir}/man3/YAML::Marshall.3*
+%{_mandir}/man3/YAML::Node.3*
+%{_mandir}/man3/YAML::Tag.3*
+%{_mandir}/man3/YAML::Types.3*
 
 %changelog
+* Mon Jan 26 2015 Paul Howarth <paul at city-fan.org> - 1.14-1
+- Update to 1.14
+  - Add support for QuoteNumericStrings global setting (PR/145)
+
 * Sun Oct 12 2014 Paul Howarth <paul at city-fan.org> - 1.13-1
 - Update to 1.13
   - Disable some warnings in YAML::Any (PR/140)
diff --git a/sources b/sources
index 73a794a..efe6112 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bda8716c873050c8238f45c276b6c37  YAML-1.13.tar.gz
+9e47c16c6d65487ef612b71f4b09ca47  YAML-1.14.tar.gz



More information about the perl-devel mailing list