diff --git a/yyjson-0.10.0.tar.gz b/yyjson-0.10.0.tar.gz deleted file mode 100644 index 5989f52ef9ca6b09b6cacd5e9a6aec753e4052e7..0000000000000000000000000000000000000000 Binary files a/yyjson-0.10.0.tar.gz and /dev/null differ diff --git a/yyjson-0.11.1.tar.gz b/yyjson-0.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..79c1210272711a46ba31d9b8c880d13eb0f9a137 Binary files /dev/null and b/yyjson-0.11.1.tar.gz differ diff --git a/yyjson.spec b/yyjson.spec index 33f3bc31e655088a46d96ac2bb77742f65a6d777..3890f68238bff0edd7e23d52a7fb77e2c3d2f709 100644 --- a/yyjson.spec +++ b/yyjson.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/ibireme/yyjson %global __cmake_in_source_build 1 -Version: 0.10.0 +Version: 0.11.1 %global tag %{version} %forgemeta @@ -71,5 +71,13 @@ sed -i '/-Werror/d' CMakeLists.txt %{_libdir}/pkgconfig/yyjson.pc %changelog +* Mon Sep 01 2025 dongqi 0.11.1-1 +- Update package version to 0.11.1 +- Modify the spec file to enable compilation when macro definitions are missing +- Add YYJSON_READ_ALLOW_BOM flag to allow UTF-8 BOM +- Add YYJSON_WRITE_FP_TO_FLOAT flag to write real numbers using single-precison +- Add YYJSON_WRITE_FP_TO_FIXED(prec) flag to write real numbers using fix-point notation +- Add set_fp_to_float() and set_fp_to_fixed() functions to control the output format of a specific number + * Thu Jan 9 2025 lichaoran - 0.10.0-1 - Init package