From d51fd044c744045c0b3375e66f12e2b15878d0aedb6a2a5aa6e596c940e56f4e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 6 Dec 2018 13:59:52 +0000 Subject: [PATCH] Accepting request 653782 from home:mimi_vx:branches:devel:libraries:c_c++ - update to 0.2.1 * Fixed most compiler warnings -Wall -Wextra * Support static and dynamic libraries * Add support for `make test` * Apply old fix for `\/` that is not in master. * Port bug fix from Perl binding * Removed trailing-whitespaces * Fix -Wformat compilation errors in tests * Added missing Cflags path in pkg-config file * Forbid escaped singlequote in doublequotes OBS-URL: https://build.opensuse.org/request/show/653782 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=19 --- libyaml.changes | 14 ++++++++++++++ libyaml.spec | 8 ++++---- yaml-0.1.7.tar.gz | 3 --- yaml-0.2.1.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 yaml-0.1.7.tar.gz create mode 100644 yaml-0.2.1.tar.gz diff --git a/libyaml.changes b/libyaml.changes index ff0c994..2dde611 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 4 08:48:50 UTC 2018 - Ondřej Súkup + +- update to 0.2.1 + * Fixed most compiler warnings -Wall -Wextra + * Support static and dynamic libraries + * Add support for `make test` + * Apply old fix for `\/` that is not in master. + * Port bug fix from Perl binding + * Removed trailing-whitespaces + * Fix -Wformat compilation errors in tests + * Added missing Cflags path in pkg-config file + * Forbid escaped singlequote in doublequotes + ------------------------------------------------------------------- Sun Dec 31 22:20:11 UTC 2017 - avindra@opensuse.org diff --git a/libyaml.spec b/libyaml.spec index 4cc2dfd..37d14bf 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,7 +1,7 @@ # # spec file for package libyaml # -# Copyright (c) 2017 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 @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libyaml -Version: 0.1.7 +Version: 0.2.1 Release: 0 Summary: A YAML 1.1 parser and emitter written in C License: MIT Group: Development/Libraries/C and C++ -Url: http://pyyaml.org/wiki/LibYAML +URL: http://pyyaml.org/wiki/LibYAML Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz BuildRequires: pkgconfig diff --git a/yaml-0.1.7.tar.gz b/yaml-0.1.7.tar.gz deleted file mode 100644 index 7e6467c..0000000 --- a/yaml-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729 -size 527518 diff --git a/yaml-0.2.1.tar.gz b/yaml-0.2.1.tar.gz new file mode 100644 index 0000000..64fef99 --- /dev/null +++ b/yaml-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd +size 599727