[perl-YAML] Update to 1.10

Paul Howarth pghmcfc at fedoraproject.org
Fri Aug 29 13:19:15 UTC 2014


commit a2f2ffe63cefa655f5115d062d5246d73d7805c3
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Aug 29 14:16:48 2014 +0100

    Update to 1.10
    
    - New upstream release 1.10
      - Apply PR/138:
        - Report an error message mentioning indentation when choking on non-space
          indentation
        - die() should be called as a method of $self

 perl-YAML.spec |   13 ++++++++++---
 sources        |    2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 8f43bbe..176276c 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,6 +1,6 @@
 Name:           perl-YAML
-Version:        1.09
-Release:        2%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -51,7 +51,7 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 
 %check
-# Avoid circular build deps Test::YAML > Test::Base > YAML when bootstrapping
+# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
 %if !%{defined perl_bootstrap}
 make test
 %endif
@@ -98,6 +98,13 @@ make test
 %{_mandir}/man3/YAML::Types.3pm*
 
 %changelog
+* 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
+      indentation
+    - die() should be called as a method of $self
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.09-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c63e82e..f950e5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-209824b23b55da5a272b1b3fb1a30d21  YAML-1.09.tar.gz
+d1e2f069555c29a982aef001d7fb2b70  YAML-1.10.tar.gz


More information about the scm-commits mailing list