This commit is contained in:
Jesse Keating 2009-02-27 05:00:07 +00:00
parent 5e9008623e
commit 2accb04cbc

View File

@ -1,6 +1,6 @@
Name: perl-YAML-Tiny
Version: 1.36
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL+ or Artistic
Group: Development/Libraries
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
- Update to 1.36.
- BR Test::More.