Update to 1.25
- New upstream release 1.25 - Bump version number and release to fix a MANIFEST mistake in 1.24
This commit is contained in:
parent
eac058c253
commit
fb95d72a53
@ -1,12 +1,12 @@
|
||||
Name: perl-YAML-Syck
|
||||
Version: 1.24
|
||||
Release: 2%{?dist}
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, lightweight YAML loader and dumper
|
||||
License: BSD and MIT
|
||||
Group: Development/Libraries
|
||||
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
|
||||
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.
|
||||
@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/YAML::Syck.3pm*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sun Mar 10 2013 Paul Howarth <paul@city-fan.org> 1.24-2
|
||||
- Work around test failures on PPC and ARM (#919806, CPAN RT#83825)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user