From 0c74b7f98152ebded5f69661125659b4eb815e9a78762a5fcb8e154f41e9ba0d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 24 Aug 2018 11:16:58 +0000 Subject: [PATCH] Accepting request 631130 from home:jbaier_cz:branches:devel:languages:perl Update to 0.72 OBS-URL: https://build.opensuse.org/request/show/631130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=20 --- YAML-LibYAML-0.59.tar.gz | 3 --- YAML-LibYAML-0.72.tar.gz | 3 +++ perl-YAML-LibYAML.changes | 38 ++++++++++++++++++++++++++++++++++++++ perl-YAML-LibYAML.spec | 26 +++++++++++++------------- 4 files changed, 54 insertions(+), 16 deletions(-) delete mode 100644 YAML-LibYAML-0.59.tar.gz create mode 100644 YAML-LibYAML-0.72.tar.gz diff --git a/YAML-LibYAML-0.59.tar.gz b/YAML-LibYAML-0.59.tar.gz deleted file mode 100644 index 64c4825..0000000 --- a/YAML-LibYAML-0.59.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9df424ef5e968054042cacafa2f44354a662329df974d178dffce7529fc99f54 -size 140949 diff --git a/YAML-LibYAML-0.72.tar.gz b/YAML-LibYAML-0.72.tar.gz new file mode 100644 index 0000000..53a8ff0 --- /dev/null +++ b/YAML-LibYAML-0.72.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f34a9c7cac99075311723bc83fc007a029f440da02cca1e89ca4babf205c536 +size 147901 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index c602ca9..1ad805f 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Aug 23 14:44:54 UTC 2018 - jbaier@suse.cz + +- update to 0.72 +- update download source on metacpan +- upstream changelog: + * Update to libyaml 0.2.1 (tinita) It's forbidden now to escape single + * quotes inside double quotes + * When disabling $LoadBlessed, return scalars not refs (tinita) + * Save anchors also for blessed scalars (tinita) + * Fix format specifier/argument mismatch PR#79 @a3f++ + * Travis CI: Test on Perl 5.26 PR#80 @a3f++ + * Fix a C90-compatibility issue PR#81 @stphnlyd++ + * Security fix Add $LoadBlessed option to turn on/off loading objects + * PR#73 PR#74 TINITA++ + * Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++) + * Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++) + * Support standard tags !!str, !!map and !!seq instead of dying. PR#67 + * (TINITA++) + * Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean. PR#66 + * (TINITA++) Thanks also to Björn Höhrmann for SvPV_nolen() + * Apply PR#55 (@vti++) + * Dump() was modifying original data, adding a PV to numbers + * Added a test for this (TINITA++) + * Prevent warning about unused variables (see issue#59) + * Clarify documentation about exported functions + * use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets + * removed from @INC. Fixes issue#54 TINITA++ + * Use the latest libyaml sources. + * Lazy load B::Deparse for faster startup time. Applied PR/53 by + * @perlpunk++ (submitted by @carnil++ from a Debian issue as GitHub + * issue#52) + * Apply PR/48 by @perlpunk++ + * Fixes memory leaks + * Apply PR/42 @perlpunk++ (fix for detecting filehandles) + * Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++) + * Apply PR/33. @andygrundman++. Solaris fixes. + ------------------------------------------------------------------- Mon Mar 23 16:30:00 UTC 2015 - bjh21@cam.ac.uk diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index fb8756a..9092275 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,18 @@ # -Name: perl-YAML-LibYAML -Version: 0.59 -Release: 0 %define cpan_name YAML-LibYAML +Name: perl-YAML-LibYAML +Version: 0.72 +Release: 0 Summary: Perl YAML Serialization using XS and libyaml -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: http://search.cpan.org/dist/YAML-LibYAML/ +Source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz +Patch0: %{name}-no-plan.patch BuildRequires: perl BuildRequires: perl-macros -Patch0: %{name}-no-plan.patch %{perl_requires} %description @@ -44,11 +43,11 @@ find . -type f -print0 | xargs -0 chmod 644 %endif %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make %{?_smp_mflags} test %install %perl_make_install @@ -57,6 +56,7 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %changelog