diff --git a/libfastjson-0.99.9.tar.gz b/libfastjson-0.99.9.tar.gz deleted file mode 100644 index 045b0c3e958927843699dd7875e5da8f2ff2b501..0000000000000000000000000000000000000000 Binary files a/libfastjson-0.99.9.tar.gz and /dev/null differ diff --git a/libfastjson.spec b/libfastjson.spec index cbf8aaaf8fefeb26d835a013b55692bf505896b2..3c2dca6a53ed2b41684ff13d3efcf2e412596779 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,12 +1,12 @@ -%define anolis_release 4 +%define anolis_release 1 Name: libfastjson -Version: 0.99.9 +Version: 0.99.9.1 Release: %{anolis_release}%{?dist} Summary: A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson -Source0: http://download.rsyslog.com/libfastjson/libfastjson-%{version}.tar.gz +Source0: https://github.com/rsyslog/libfastjson/archive/refs/tags/v%{version}.tar.gz BuildRequires: gcc gcc-c++ autoconf automake libtool make @@ -51,18 +51,16 @@ export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %install %make_install -find %{buildroot} -name '*.la' -delete -print %generate_compatibility_deps %check -make check +%make_build check %files %dir %{abidir} %{_libdir}/libfastjson.so.* -%{!?_licensedir:%global license %%doc} %license COPYING %{abidir}/libfastjson.dump @@ -78,7 +76,10 @@ make check %changelog -* Thu Apr 13 2023 chen_yu_ao - 0.00.9-4 +* Wed May 31 2023 Funda Wang - 0.99.9.1-1 +- New version 0.99.9.1 + +* Thu Apr 13 2023 chen_yu_ao - 0.99.9-4 - change spec file formats * Wed Feb 15 2023 Ziyang Zhang - 0.99.9-3 diff --git a/v0.99.9.1.tar.gz b/v0.99.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..54192e73963f29894bd77698d513534533906807 Binary files /dev/null and b/v0.99.9.1.tar.gz differ