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 - 1.20-1 +- 1.20 bump + * Sat Jun 16 2012 Petr Pisar - 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