commit
d6c9a9e18d
@ -13,9 +13,9 @@ index c27b21c..ab03a75 100644
|
|||||||
size_t capacity;
|
size_t capacity;
|
||||||
} strbuf_t;
|
} strbuf_t;
|
||||||
|
|
||||||
-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 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
BIN
libconfig-1.7.3.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: libconfig
|
Name: libconfig
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: C/C++ Configuration File Library
|
Summary: C/C++ Configuration File Library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.hyperrealm.com/libconfig/libconfig.html
|
URL: http://www.hyperrealm.com/libconfig/libconfig.html
|
||||||
# This tarball comes from libconfig-1.7.2/docs/dist/libconfig-1.7.2.tar.gz
|
# 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)
|
# 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
|
Source1: libconfig.pdf
|
||||||
Patch9000: add-to-strbuf_append_string.patch
|
Patch9000: add-to-strbuf_append_string.patch
|
||||||
@ -63,6 +63,12 @@ make check
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7.2-10
|
||||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
|||||||
BIN
v1.7.2.tar.gz
BIN
v1.7.2.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user