[perl-YAML] Update to 1.01

Paul Howarth pghmcfc at fedoraproject.org
Fri Aug 8 15:20:06 UTC 2014


commit 8745e7985233a8d47ce01d01104c1aec3b20435b
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Aug 8 16:19:34 2014 +0100

    Update to 1.01
    
    - New upstream release 1.01
      - Depend on patched Test::YAML

 perl-YAML.spec |    8 ++++++--
 sources        |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 6db6825..0148935 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML
-Version:        1.00
+Version:        1.01
 Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL+ or Artistic
@@ -21,7 +21,7 @@ BuildRequires:  perl(Test::More) >= 0.88
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Test::Pod) >= 1.41
 %endif
-BuildRequires:  perl(Test::YAML) >= 0.99
+BuildRequires:  perl(Test::YAML) >= 1.01
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
@@ -96,6 +96,10 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/YAML::Types.3pm*
 
 %changelog
+* Fri Aug  8 2014 Paul Howarth <paul at city-fan.org> - 1.01-1
+- Update to 1.01
+  - Depend on patched Test::YAML
+
 * Fri Aug  8 2014 Paul Howarth <paul at city-fan.org> - 1.00-1
 - Update to 1.00
   - Switch to external Test::Base
diff --git a/sources b/sources
index b9c7000..ff1cde2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ef2c69e81f2267450794dd38725db03  YAML-1.00.tar.gz
+274eb90f9d665dbef55219f4eea4d239  YAML-1.01.tar.gz



More information about the perl-devel mailing list