- auto-update to 1.07 (by cpan-spec-update 0.01)

This commit is contained in:
Chris Weyl 2009-09-27 04:33:46 +00:00
parent bf8ae1d4fe
commit 2dee4f289a
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
YAML-Syck-1.05.tar.gz YAML-Syck-1.07.tar.gz

View File

@ -1,17 +1,19 @@
Name: perl-YAML-Syck Name: perl-YAML-Syck
Version: 1.05 Version: 1.07
Release: 3%{?dist} Release: 1%{?dist}
Summary: Fast, lightweight YAML loader and dumper Summary: Fast, lightweight YAML loader and dumper
License: MIT License: MIT
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML-Syck/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Devel::Leak) BuildRequires: perl(Devel::Leak)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description %description
This module provides a Perl interface to the libsyck data serialization This module provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl data library. It exports the Dump and Load functions for converting Perl data
@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.07-1
- auto-update to 1.07 (by cpan-spec-update 0.01)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
f74aaf6f275eb922bbf58cdb2cb02895 YAML-Syck-1.05.tar.gz 410ef7e24185de2a04390e0543876cad YAML-Syck-1.07.tar.gz