commit e8dc7939a8c68246da8ede25d0d1aafb52b919df Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Dec 16 18:11:16 2014 +0000 Update to 1.29 - New upstream release 1.29 - Upstreamed fix for test failures on PPC and ARM (CPAN RT#83825) - Fix crash in syck_emit on platforms with long long pointers - Use %license 0001-Recognize-all-wide-unicode-characters.patch | 94 ---------------------- perl-YAML-Syck.spec | 19 +++-- sources | 2 +- 3 files changed, 12 insertions(+), 103 deletions(-) --- diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index 9037f51..82b52e2 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -1,12 +1,11 @@ Name: perl-YAML-Syck -Version: 1.28 +Version: 1.29 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRequires: perl # Keep bundled inc::Module::Install to break cycle @@ -46,9 +45,6 @@ structures to YAML strings, and the other way around. %setup -q -n YAML-Syck-%{version} rm -rf inc/parent.pm inc/PerlIO.pm inc/Scalar/Util.pm -# Work around test failures on PPC and ARM (#919806, CPAN RT#83825) -%patch0 -p1 - %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -67,14 +63,21 @@ make test rm -rf $RPM_BUILD_ROOT %files -%doc Changes COMPATIBILITY COPYING README +%license COPYING +%doc Changes COMPATIBILITY README %{perl_vendorarch}/auto/YAML/ %{perl_vendorarch}/YAML/ %{perl_vendorarch}/JSON/ -%{_mandir}/man3/JSON::Syck.3pm* -%{_mandir}/man3/YAML::Syck.3pm* +%{_mandir}/man3/JSON::Syck.3* +%{_mandir}/man3/YAML::Syck.3* %changelog +* Tue Dec 16 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.29-1 +- Update to 1.29 + - Upstreamed fix for test failures on PPC and ARM (CPAN RT#83825) + - Fix crash in syck_emit on platforms with long long pointers +- Use %%license + * Thu Dec 11 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1.28-1 - 1.28 bump diff --git a/sources b/sources index aa53bdd..ab494d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6943c7b64790b063a4c5b2634ac9a90e YAML-Syck-1.28.tar.gz +0f906ae8b3747039b26c29c481cda607 YAML-Syck-1.29.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel