Hello community, here is the log from the commit of package libyaml for openSUSE:Factory checked in at 2020-04-25 20:11:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyaml (Old) and /work/SRC/openSUSE:Factory/.libyaml.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyaml" Sat Apr 25 20:11:23 2020 rev:18 rq:795907 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libyaml/libyaml.changes 2019-08-07 13:57:48.048855248 +0200 +++ /work/SRC/openSUSE:Factory/.libyaml.new.2738/libyaml.changes 2020-04-25 20:11:53.039988109 +0200 @@ -1,0 +2,7 @@ +Mon Apr 20 14:45:18 UTC 2020 - Paolo Stivanin <[email protected]> + +- update to 0.2.4 + * Support %YAML 1.2 directives + * Multiple fixes + +------------------------------------------------------------------- Old: ---- yaml-0.2.2.tar.gz New: ---- yaml-0.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyaml.spec ++++++ --- /var/tmp/diff_new_pack.lZzlCB/_old 2020-04-25 20:11:59.072000546 +0200 +++ /var/tmp/diff_new_pack.lZzlCB/_new 2020-04-25 20:11:59.076000554 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyaml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,22 @@ Name: libyaml -Version: 0.2.2 +Version: 0.2.4 Release: 0 -Summary: A YAML 1.1 parser and emitter written in C +Summary: A YAML parser and emitter written in C License: MIT Group: Development/Libraries/C and C++ -URL: http://pyyaml.org/wiki/LibYAML +URL: https://pyyaml.org/wiki/LibYAML Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz BuildRequires: pkgconfig %description -A YAML 1.1 parser and emitter written in C +A YAML parser and emitter written in C %define lib_name libyaml-0-2 %package -n %{lib_name} -Summary: A YAML 1.1 parser and emitter written in C +Summary: A YAML parser and emitter written in C Group: System/Libraries %description -n %{lib_name} @@ -45,21 +45,21 @@ %description devel This package holds the development files for libyaml, -a YAML 1.1 parser and emitter written in C. +a YAML parser and emitter written in C. %prep %setup -q -n yaml-%{version} %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check +%make_build check %post -n %{lib_name} -p /sbin/ldconfig %postun -n %{lib_name} -p /sbin/ldconfig ++++++ yaml-0.2.2.tar.gz -> yaml-0.2.4.tar.gz ++++++ ++++ 3126 lines of diff (skipped)
