Update to 1.7.3

This commit is contained in:
wangchen2020 2021-11-29 18:51:57 +08:00
parent e73c2e823d
commit 306280b750
4 changed files with 12 additions and 6 deletions

View File

@ -13,9 +13,9 @@ index c27b21c..ab03a75 100644
size_t capacity;
} strbuf_t;
-void strbuf_append_string(strbuf_t *buf, const char *s);
+__attribute__ ((visibility("hidden"))) void strbuf_append_string(strbuf_t *buf, const char *s);
-void libconfig_strbuf_append_string(strbuf_t *buf, const char *s);
+__attribute__ ((visibility("hidden"))) void libconfig_strbuf_append_string(strbuf_t *buf, const char *s);
void strbuf_append_char(strbuf_t *buf, char c);
void libconfig_strbuf_append_char(strbuf_t *buf, char c);

BIN
libconfig-1.7.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libconfig
Version: 1.7.2
Release: 9
Version: 1.7.3
Release: 1
Summary: C/C++ Configuration File Library
License: LGPLv2+
URL: http://www.hyperrealm.com/libconfig/libconfig.html
# This tarball comes from libconfig-1.7.2/docs/dist/libconfig-1.7.2.tar.gz
# in archive(https://github.com/hyperrealm/libconfig/archive/v1.7.2.tar.gz)
Source0: https://github.com/hyperrealm/libconfig/archive/v%{version}.tar.gz
Source0: https://github.com/hyperrealm/libconfig/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: libconfig.pdf
Patch9000: add-to-strbuf_append_string.patch
@ -63,6 +63,12 @@ make check
%{_libdir}/*.la
%changelog
* Mon Nov 29 2021 wangchen<wangchen137@huawei.com> - 1.7.3-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 1.7.3
* Tue Sep 8 2020 linwei<linwei54@huawei.com> - 1.7.2-9
- Type:enhancement
- ID:NA

Binary file not shown.