[perl-YAML] Update to 1.11

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 2 12:48:02 UTC 2014


commit ba7ae7ceada39f23499e26ba671e34adfbba0fb1
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 2 13:47:21 2014 +0100

    Update to 1.11
    
    - New upstream release 1.11
      - Apply PR/139:
        -  Remove die() that can't be called (regex always matches)

 perl-YAML.spec |    9 +++++++--
 sources        |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 176276c..5813d5d 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML
-Version:        1.10
+Version:        1.11
 Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
@@ -98,7 +98,12 @@ make test
 %{_mandir}/man3/YAML::Types.3pm*
 
 %changelog
-* Fri Aug 29 2014 Paul Howarth <paul at city-fan.org> 1.10-1
+* Tue Sep  2 2014 Paul Howarth <paul at city-fan.org> - 1.11-1
+- Update to 1.11
+  - Apply PR/139:
+    -  Remove die() that can't be called (regex always matches)
+
+* Fri Aug 29 2014 Paul Howarth <paul at city-fan.org> - 1.10-1
 - Update to 1.10
   - Apply PR/138:
     - Report an error message mentioning indentation when choking on non-space
diff --git a/sources b/sources
index f950e5e..d586c7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1e2f069555c29a982aef001d7fb2b70  YAML-1.10.tar.gz
+be1adf76064537fe4730f52aa9e02127  YAML-1.11.tar.gz



More information about the perl-devel mailing list