update to 1.7.3

This commit is contained in:
wangchen2020 2021-12-30 14:31:26 +08:00
parent 436efde7e6
commit 865e394382
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: 10
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
* Thu Dec 30 2021 wangchen<wangchen137@huawei.com> - 1.7.3-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 1.7.3
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7.2-10
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git

Binary file not shown.