[perl-YAML-Syck] 1.20 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jun 20 06:47:38 UTC 2012


commit 0b76059654fdd4bfccdc1b47a90bbc2b4820507f
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 20 08:46:11 2012 +0200

    1.20 bump
    
    Could fix test in perl 5.16.0.

 .gitignore          |    1 +
 perl-YAML-Syck.spec |   10 ++++++----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac17710..a99aa50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 YAML-Syck-1.07.tar.gz
 /YAML-Syck-1.17.tar.gz
+/YAML-Syck-1.20.tar.gz
diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec
index e59f363..c4c91af 100644
--- a/perl-YAML-Syck.spec
+++ b/perl-YAML-Syck.spec
@@ -1,11 +1,11 @@
 Name:           perl-YAML-Syck
-Version:        1.17 
-Release:        5%{?dist}
+Version:        1.20 
+Release:        1%{?dist}
 Summary:        Fast, lightweight YAML loader and dumper
 License:        BSD and MIT
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML-Syck/
-Source0:        http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Keep bundled inc::Module::Install to break cycle perl-Modules-Install
 # → perl-YAML-Tiny → perl-YAML-Syck.
@@ -17,7 +17,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(XSLoader)
 # Tests
 BuildRequires:  perl(Data::Dumper)
@@ -71,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 1.20-1
+- 1.20 bump
+
 * Sat Jun 16 2012 Petr Pisar <ppisar at redhat.com> - 1.17-5
 - Perl 5.16 rebuild
 - Specify all dependencies
diff --git a/sources b/sources
index 5d41c86..e7e40a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f788529ad4b2c2fd037ccdfd5e7a88ab  YAML-Syck-1.17.tar.gz
+8f6d04ee5817b8479e1234264a8d458d  YAML-Syck-1.20.tar.gz



More information about the perl-devel mailing list