Accepting request 795861 from home:polslinux:branches:devel:libraries:c_c++

- update to 0.2.4
 * Support %YAML 1.2 directives
 * Multiple fixes

OBS-URL: https://build.opensuse.org/request/show/795861
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=27
This commit is contained in:
Adam Majer 2020-04-20 20:21:33 +00:00 committed by Git OBS Bridge
parent 040a560372
commit 98475f40a1
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 20 14:45:18 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- update to 0.2.4
* Support %YAML 1.2 directives
* Multiple fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 31 16:12:22 CEST 2019 - Tina Müller <tina.mueller@suse.com> Wed Jul 31 16:12:22 CEST 2019 - Tina Müller <tina.mueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libyaml # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,22 +17,22 @@
Name: libyaml Name: libyaml
Version: 0.2.2 Version: 0.2.4
Release: 0 Release: 0
Summary: A YAML 1.1 parser and emitter written in C Summary: A YAML parser and emitter written in C
License: MIT License: MIT
Group: Development/Libraries/C and C++ 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 Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %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 %define lib_name libyaml-0-2
%package -n %{lib_name} %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 Group: System/Libraries
%description -n %{lib_name} %description -n %{lib_name}
@ -45,21 +45,21 @@ Requires: %{lib_name} = %{version}
%description devel %description devel
This package holds the development files for libyaml, 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 %prep
%setup -q -n yaml-%{version} %setup -q -n yaml-%{version}
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%check %check
make %{?_smp_mflags} check %make_build check
%post -n %{lib_name} -p /sbin/ldconfig %post -n %{lib_name} -p /sbin/ldconfig
%postun -n %{lib_name} -p /sbin/ldconfig %postun -n %{lib_name} -p /sbin/ldconfig

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9
size 609359

3
yaml-0.2.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557
size 608448