diff --git a/libconfig.spec b/libconfig.spec index 0b07bbc..2b81816 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -1,12 +1,12 @@ Name: libconfig Version: 1.7.2 -Release: 8 +Release: 9 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/%{name}-%{version}.tar.gz +Source0: https://github.com/hyperrealm/libconfig/archive/v%{version}.tar.gz Source1: libconfig.pdf Patch9000: add-to-strbuf_append_string.patch @@ -63,6 +63,12 @@ make check %{_libdir}/*.la %changelog +* Tue Sep 8 2020 linwei - 1.7.2-9 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the URL of Source + * Tue Sep 24 2019 shenyangyang - 1.7.2-8 - Type:enhancement - ID:NA diff --git a/libconfig-1.7.2.tar.gz b/v1.7.2.tar.gz similarity index 100% rename from libconfig-1.7.2.tar.gz rename to v1.7.2.tar.gz