diff --git a/libyaml.changes b/libyaml.changes index aaf0e9e..13e8bc6 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 20 14:45:18 UTC 2020 - Paolo Stivanin + +- update to 0.2.4 + * Support %YAML 1.2 directives + * Multiple fixes + ------------------------------------------------------------------- Wed Jul 31 16:12:22 CEST 2019 - Tina Müller diff --git a/libyaml.spec b/libyaml.spec index f86411e..dadcc19 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -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 @@ Requires: %{lib_name} = %{version} %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 diff --git a/yaml-0.2.2.tar.gz b/yaml-0.2.2.tar.gz deleted file mode 100644 index 3c6ef6c..0000000 --- a/yaml-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9 -size 609359 diff --git a/yaml-0.2.4.tar.gz b/yaml-0.2.4.tar.gz new file mode 100644 index 0000000..f0b0b03 --- /dev/null +++ b/yaml-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557 +size 608448