From 5c451a8e094060c0fb8105a876aec62dc5a3341f Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sat, 3 Dec 2016 21:24:11 +0000
Subject: Update to 1.20
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 1.20
 - Allow quoted map keys in arrays (GH#146)
 - B::Deparse is loaded at runtime now
 - New feature $YAML::Preserve (GH#9)
- This release by INGY → update source URL
---
 perl-YAML.spec | 15 ++++++++++++---
 sources        |  2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/perl-YAML.spec b/perl-YAML.spec
index ea5daa3..a6d491e 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,11 +1,11 @@
 Name:           perl-YAML
-Version:        1.19
+Version:        1.20
 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://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
+Source0:        
http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
 BuildRequires:  coreutils
@@ -14,6 +14,8 @@ BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) > 6.75
 # Module Runtime
+BuildRequires:  perl(B)
+BuildRequires:  perl(B::Deparse)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
@@ -23,7 +25,6 @@ BuildRequires:  perl(warnings)
 # Test Suite
 # Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
 %if !%{defined perl_bootstrap}
-BuildRequires:  perl(B::Deparse)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(lib)
@@ -34,6 +35,7 @@ BuildRequires:  perl(utf8)
 %endif
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(B::Deparse)
 Requires:       perl(Carp)
 
 # Filter private provides:
@@ -107,6 +109,13 @@ make test
 %{_mandir}/man3/YAML::Types.3*
 
 %changelog
+* Sat Dec  3 2016 Paul Howarth <p...@city-fan.org> - 1.20-1
+- Update to 1.20
+ - Allow quoted map keys in arrays (GH#146)
+ - B::Deparse is loaded at runtime now
+ - New feature $YAML::Preserve (GH#9)
+- This release by INGY → update source URL
+
 * Sat Nov 19 2016 Paul Howarth <p...@city-fan.org> - 1.19-1
 - Update to 1.19
   - Add pod link to YAML::Shell (GH#164)
diff --git a/sources b/sources
index 4c75848..6ec39ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ec2e51cca7cef07fb1a2d96521888fd  YAML-1.19.tar.gz
+f4fa57c10f62fd9aea813d273b2202fd  YAML-1.20.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-YAML.git/commit/?h=perl-YAML-1.20-1.fc26&id=5c451a8e094060c0fb8105a876aec62dc5a3341f
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to