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