From 0fa85baf722efb9ef0e09f882cccfab94ea8e2b27d10bd51d4610f7b3b7a07c7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 28 Jul 2014 07:49:53 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=10 --- YAML-LibYAML-0.38.tar.gz | 3 --- YAML-LibYAML-0.44.tar.gz | 3 +++ perl-YAML-LibYAML.changes | 25 +++++++++++++++++++++++++ perl-YAML-LibYAML.spec | 25 ++++++++----------------- 4 files changed, 36 insertions(+), 20 deletions(-) delete mode 100644 YAML-LibYAML-0.38.tar.gz create mode 100644 YAML-LibYAML-0.44.tar.gz diff --git a/YAML-LibYAML-0.38.tar.gz b/YAML-LibYAML-0.38.tar.gz deleted file mode 100644 index eea0b24..0000000 --- a/YAML-LibYAML-0.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb98f304d14f6557b07adfa24da16e00cfa54a9d9484b6e898e35f919c5eb7ba -size 176599 diff --git a/YAML-LibYAML-0.44.tar.gz b/YAML-LibYAML-0.44.tar.gz new file mode 100644 index 0000000..821fd91 --- /dev/null +++ b/YAML-LibYAML-0.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027726648e78363c1a958c142b2a792c2235014bc3036499522d798ce9cd89a2 +size 153853 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index 20b8eaf..b9b61d0 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 28 05:30:44 UTC 2014 - coolo@suse.com + +- updated to 0.44 + - Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this. + + 0.43 Sat Jul 12 10:04:07 PDT 2014 + - Test::Base tests needed 'inc' in @INC + + 0.42 Fri Jul 11 14:45:58 PDT 2014 + - Switch to Zilla::Dist + - No longer dep on Test::Base, Spiffy, and Filter::Util::Call + - Remove test/changes.t + + 0.41 Wed Mar 13 10:34:55 PDT 2013 + - Removed another C++ // style comment. jdb++ + + 0.40 Tue Mar 12 11:05:34 PDT 2013 + - Removed C++ // style comments, for better portability. jdb++ + + 0.39 Mon Feb 11 18:08:04 PST 2013 + - Using the latest libyaml codebase + - https://github.com/yaml/libyaml/tree/perl-yaml-xs + - Changes have been made to start moving libyaml to 1.2 + ------------------------------------------------------------------- Wed May 30 07:57:03 UTC 2012 - coolo@suse.com diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 13e3ccc..ba02c52 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# 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,34 +17,25 @@ Name: perl-YAML-LibYAML -Version: 0.38 +Version: 0.44 Release: 0 %define cpan_name YAML-LibYAML -Summary: YAML::LibYAML Perl module -License: GPL-1.0+ or Artistic-1.0 +Summary: Perl YAML Serialization using XS and libyaml +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/YAML-LibYAML/ Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz -Patch1: CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} %description -Kirill Siminov's libyaml is arguably the best YAML implementation. The C -library is written precisely to the YAML 1.1 specification. It was originally -bound to Python and was later bound to Ruby. - -This module is a Perl XS binding to libyaml which offers Perl the best YAML -support to date. - -This module exports the functions Dump and Load. These functions are intended -to work exactly like YAML.pm's corresponding functions. +Perl YAML Serialization using XS and libyaml %prep %setup -q -n %{cpan_name}-%{version} -%patch1 -p1 +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -59,7 +50,7 @@ to work exactly like YAML.pm's corresponding functions. %perl_gen_filelist %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog