From 6159ef4afe76f52de27d3d3f3e24a8a94f0ae618 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 19 May 2007 17:29:22 +0000 Subject: [PATCH] YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. --- .cvsignore | 2 +- perl-YAML-Tiny.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8102112..b5fa5c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -YAML-Tiny-1.04.tar.gz +YAML-Tiny-1.08.tar.gz diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index cfe3293..5ef3b4d 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-YAML-Tiny -Version: 1.04 +Version: 1.08 Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL or Artistic @@ -15,8 +15,9 @@ BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -YAML::Tiny is a perl class to read and write YAML-style files with as -little code as possible, reducing load time and memory overhead. +YAML::Tiny is a perl class for reading and writing YAML-style files, +written with as little code as possible, reducing load time and +memory overhead. %prep %setup -q -n YAML-Tiny-%{version} @@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 19 2007 Steven Pritchard 1.08-1 +- Update to 1.08. +- Update description. + * Tue Mar 13 2007 Steven Pritchard 1.04-1 - Specfile autogenerated by cpanspec 1.70. - Drop redundant perl build dependency. diff --git a/sources b/sources index 583ac88..fe24e73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edba36ca379be0c5f8176239b8f547d9 YAML-Tiny-1.04.tar.gz +d08daede7e1abb922c2bd04eaf7ec6ea YAML-Tiny-1.08.tar.gz