diff --git a/.cvsignore b/.cvsignore index f31a6d9..26c8a26 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -YAML-Syck-1.05.tar.gz +YAML-Syck-1.07.tar.gz diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index 7082bb1..9f17f40 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -1,17 +1,19 @@ Name: perl-YAML-Syck -Version: 1.05 -Release: 3%{?dist} +Version: 1.07 +Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-Syck/ -Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Devel::Leak) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data @@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.07-1 +- auto-update to 1.07 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index ddb2031..c92767c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f74aaf6f275eb922bbf58cdb2cb02895 YAML-Syck-1.05.tar.gz +410ef7e24185de2a04390e0543876cad YAML-Syck-1.07.tar.gz