Accepting request 901317 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/901317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-06-25 13:00:40 +00:00 committed by Git OBS Bridge
commit 7371e00834
4 changed files with 18 additions and 9 deletions

View File

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

BIN
libconfig-1.7.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 20 07:51:20 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.7.3
* Fixed a heap corruption bug in config_clear()
* Added a Setting::isString() method
* Renamed all remaining internal methods that lacked a
"libconfig_" prefix.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 21 12:23:11 UTC 2018 - astieger@suse.com Fri Sep 21 12:23:11 UTC 2018 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libconfig # spec file for package libconfig
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 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
@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
%define _soversion 11 %define _soversion 11
Name: libconfig Name: libconfig
Version: 1.7.2 Version: 1.7.3
Release: 0 Release: 0
Summary: A library for manipulating structured configuration files Summary: A library for manipulating structured configuration files
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -93,13 +93,13 @@ string parsing in application code.
This package contains the C++ bindings development files. This package contains the C++ bindings development files.
%prep %prep
%setup -q %autosetup -p1
%build %build
%configure \ %configure \
--disable-silent-rules \ --disable-silent-rules \
--disable-static --disable-static
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
@ -107,7 +107,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%fdupes -s %{buildroot}%{_docdir} %fdupes -s %{buildroot}%{_docdir}
%check %check
make %{?_smp_mflags} check %make_build check
%post -n libconfig%{_soversion} -p /sbin/ldconfig %post -n libconfig%{_soversion} -p /sbin/ldconfig
%postun -n libconfig%{_soversion} -p /sbin/ldconfig %postun -n libconfig%{_soversion} -p /sbin/ldconfig