diff --git a/libfastjson-0.99.8.tar.gz b/libfastjson-0.99.8.tar.gz deleted file mode 100644 index 27d8adc..0000000 Binary files a/libfastjson-0.99.8.tar.gz and /dev/null differ diff --git a/libfastjson-0.99.9.tar.gz b/libfastjson-0.99.9.tar.gz new file mode 100644 index 0000000..045b0c3 Binary files /dev/null and b/libfastjson-0.99.9.tar.gz differ diff --git a/libfastjson.spec b/libfastjson.spec index 935f2dc..9988a40 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,6 +1,6 @@ Name: libfastjson -Version: 0.99.8 -Release: 4 +Version: 0.99.9 +Release: 1 Summary: JSON-C - A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson @@ -56,6 +56,9 @@ make V=1 check %{_libdir}/pkgconfig/libfastjson.pc %changelog +* Tue Nov 30 2021 panxiaohe - 0.99.9-1 +- update to 0.99.9 + * Wed Sep 9 2020 wangchen - 0.99.8-4 - modify the URL of Source0