diff --git a/.gitignore b/.gitignore index 0016a7e..2bd9484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -YAML-0.71.tar.gz -/YAML-0.72.tar.gz -/YAML-0.73.tar.gz -/YAML-0.81.tar.gz -/YAML-0.84.tar.gz +/YAML-[0-9.]*.tar.gz diff --git a/perl-YAML.spec b/perl-YAML.spec index 17439d2..87d4c86 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,20 +1,22 @@ Name: perl-YAML -Version: 0.84 -Release: 7%{?dist} +Version: 0.89 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/YAML-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exporter) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(File::Path) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(lib) +BuildRequires: perl(overload) +BuildRequires: perl(strict) +BuildRequires: perl(Test::Pod) >= 1.41 +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(Data::Dumper) @@ -36,7 +38,7 @@ specification. %setup -q -n YAML-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor < /dev/null +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -51,14 +53,36 @@ rm -f %{buildroot}%{perl_vendorlib}/Test/YAML* \ %{buildroot}%{_mandir}/man3/Test::YAML*.3* %check -make test +make test RELEASE_TESTING=1 %files -%doc Changes README LICENSE -%{perl_vendorlib}/YAML* -%{_mandir}/man3/YAML*.3* +%doc Changes LICENSE README +%{perl_vendorlib}/YAML/ +%{perl_vendorlib}/YAML.pm +%{_mandir}/man3/YAML.3pm* +%{_mandir}/man3/YAML::Any.3pm* +%{_mandir}/man3/YAML::Dumper.3pm* +%{_mandir}/man3/YAML::Dumper::Base.3pm* +%{_mandir}/man3/YAML::Error.3pm* +%{_mandir}/man3/YAML::Loader.3pm* +%{_mandir}/man3/YAML::Loader::Base.3pm* +%{_mandir}/man3/YAML::Marshall.3pm* +%{_mandir}/man3/YAML::Node.3pm* +%{_mandir}/man3/YAML::Tag.3pm* +%{_mandir}/man3/YAML::Types.3pm* %changelog +* Mon Feb 10 2014 Paul Howarth - 0.89-1 +- Update to 0.89 + - Synopsis in YAML::Dumper didn't work as expected (CPAN RT#19838) + - Address complex regular subexpression recursion limit (CPAN RT#90593) + - Use latest Test::Builder (CPAN RT#90847) + - Fixed tests to work under parallel testing + - Switched to dzil release process +- This release by INGY -> update source URL +- Make %%files list more explicit +- Specify all dependencies + * Sun Aug 04 2013 Fedora Release Engineering - 0.84-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -69,7 +93,7 @@ make test - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Aug 28 2012 Jitka Plesnikova - 0.84-4 -- Specify all dependencies. +- Specify all dependencies * Fri Jul 20 2012 Fedora Release Engineering - 0.84-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild @@ -88,7 +112,7 @@ make test - Drop previously added patch (included in 0.82) * Fri Jun 22 2012 Jitka Plesnikova 0.81-4 -- apply patch to for YAML::Any RT#74226 +- Apply patch to for YAML::Any RT#74226 * Wed Jun 06 2012 Petr Pisar - 0.81-3 - Perl 5.16 rebuild @@ -195,7 +219,7 @@ make test * Thu Apr 14 2005 Ville Skyttä - 0.39-2 - 0.39. -* Fri Apr 7 2005 Michael Schwendt +* Wed Apr 6 2005 Michael Schwendt - rebuilt * Sat May 15 2004 Jose Pedro Oliveira - 0:0.35-0.fdr.5 diff --git a/sources b/sources index 5a5d025..ea23f02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3644f03e3da5d99158963c6613f5ff92 YAML-0.84.tar.gz +c04a71d6fbeb7bd67b6beeb096a9f1db YAML-0.89.tar.gz