commit 3fd0455309aa83f76c856ed9314733f27c787342 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Dec 11 14:43:51 2014 +0100 1.28 bump .rpmlint | 2 ++ perl-YAML-Syck.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) --- diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..0743fc8 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* libsyck"); diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index fde04ed..c594d89 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -1,6 +1,6 @@ Name: perl-YAML-Syck -Version: 1.27 -Release: 5%{?dist} +Version: 1.28 +Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: BSD and MIT Group: Development/Libraries @@ -8,6 +8,7 @@ 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 # perl-Module-Install → perl-YAML-Tiny → perl-YAML-Syck BuildRequires: perl(Cwd) @@ -17,7 +18,10 @@ BuildRequires: perl(lib) BuildRequires: perl(ExtUtils::MakeMaker) # Run-time BuildRequires: perl(constant) +# DynaLoader not used if XSLoader is available BuildRequires: perl(Exporter) +BuildRequires: perl(strict) +BuildRequires: perl(vars) BuildRequires: perl(XSLoader) # Tests BuildRequires: perl(Data::Dumper) @@ -40,7 +44,7 @@ structures to YAML strings, and the other way around. %prep %setup -q -n YAML-Syck-%{version} -rm -rf inc/parent inc/PerlIO.pm inc/Test +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 @@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/YAML::Syck.3pm* %changelog +* Thu Dec 11 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1.28-1 +- 1.28 bump + * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.27-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index f638cf2..aa53bdd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8920091e68a078cfa9c42041e5759162 YAML-Syck-1.27.tar.gz +6943c7b64790b063a4c5b2634ac9a90e YAML-Syck-1.28.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