Hello community,

here is the log from the commit of package perl-YAML-LibYAML for 
openSUSE:Factory checked in at 2018-08-27 12:57:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-LibYAML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-LibYAML"

Mon Aug 27 12:57:12 2018 rev:15 rq:631336 version:0.72

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes      
2015-03-27 09:38:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new/perl-YAML-LibYAML.changes 
2018-08-27 12:57:13.368676764 +0200
@@ -1,0 +2,38 @@
+Thu Aug 23 14:44:54 UTC 2018 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  YAML-LibYAML-0.59.tar.gz

New:
----
  YAML-LibYAML-0.72.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-YAML-LibYAML.spec ++++++
--- /var/tmp/diff_new_pack.QkPbXn/_old  2018-08-27 12:57:13.912677359 +0200
+++ /var/tmp/diff_new_pack.QkPbXn/_new  2018-08-27 12:57:13.916677364 +0200
@@ -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 @@
 #
 
 
+%define cpan_name YAML-LibYAML
 Name:           perl-YAML-LibYAML
-Version:        0.59
+Version:        0.72
 Release:        0
-%define cpan_name YAML-LibYAML
 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 @@
 %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 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 
 %changelog

++++++ YAML-LibYAML-0.59.tar.gz -> YAML-LibYAML-0.72.tar.gz ++++++
++++ 2867 lines of diff (skipped)


Reply via email to