|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-YAML-Syck
|
|
|
|
|
Version: 1.25
|
|
|
|
|
Version: 1.27
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast, lightweight YAML loader and dumper
|
|
|
|
|
License: BSD and MIT
|
|
|
|
@ -8,8 +8,8 @@ URL: http://search.cpan.org/dist/YAML-Syck/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
|
|
|
|
|
Patch0: 0001-Recognize-all-wide-unicode-characters.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
|
# Keep bundled inc::Module::Install to break cycle perl-Modules-Install
|
|
|
|
|
# → perl-YAML-Tiny → perl-YAML-Syck.
|
|
|
|
|
# Keep bundled inc::Module::Install to break cycle
|
|
|
|
|
# perl-Module-Install → perl-YAML-Tiny → perl-YAML-Syck
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
@ -71,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/YAML::Syck.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 21 2013 Paul Howarth <paul@city-fan.org> 1.27-1
|
|
|
|
|
- Update to 1.27
|
|
|
|
|
- Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN RT#84882,
|
|
|
|
|
CPAN RT#84466)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2013 Paul Howarth <paul@city-fan.org> 1.25-1
|
|
|
|
|
- Update to 1.25
|
|
|
|
|
- Bump version number and release to fix a MANIFEST mistake in 1.24
|
|
|
|
|