Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2014-02-05 13:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2012-05-08 06:47:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2014-02-05 13:45:37.000000000 +0100 @@ -1,0 +2,25 @@ +Sat Feb 1 13:18:38 UTC 2014 - [email protected] + +- update to 0.88: + * Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing + 5.10-specific regex construct. -- hobbs++ +- changes from 0.87: + * Using latest Test::Builder tp fix: + https://rt.cpan.org/Public/Bug/Display.html?id=90847 +- changes from 0.86: + * Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817 +- changes from 0.85: + * Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where + synopsis in YAML::Dumper doesn't work as exptected. + * Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593 + * Upgrade to latest Mo +- changes from 0.84: + * Resolve distribution error that caused .git to be shipped in the .tar.gz +- changes from 0.83: + * Only call stat() and tell() on a filehandle if fileno existed + * Explicit tied() call on globs to avoid a 5.16 deprecation warning +- changes from 0.82: + * Test scalar @array rather than deprecated defined @array + (Sebastian Stumpf) + +------------------------------------------------------------------- Old: ---- YAML-0.81.tar.gz New: ---- YAML-0.88.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML.spec ++++++ --- /var/tmp/diff_new_pack.XKGtRE/_old 2014-02-05 13:45:37.000000000 +0100 +++ /var/tmp/diff_new_pack.XKGtRE/_new 2014-02-05 13:45:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,19 @@ Name: perl-YAML -Version: 0.81 +Version: 0.88 Release: 0 %define cpan_name YAML Summary: YAML Ain't Markup Language (tm) License: GPL-2.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/YAML/ -Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +#Source: http://www.cpan.org/authors/id/I/IN/INGY/YAML-%%{version}.tar.gz +Source0: %{cpan_name}-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %{perl_requires} %description @@ -57,10 +58,10 @@ %perl_gen_filelist %clean -%{?buildroot:%__rm -rf '%{buildroot}'} +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,755) +%defattr(-,root,root) %doc Changes LICENSE README %changelog ++++++ YAML-0.81.tar.gz -> YAML-0.88.tar.gz ++++++ ++++ 2168 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
