diff --git a/jsoncpp-1.9.3.tar.gz b/jsoncpp-1.9.3.tar.gz deleted file mode 100644 index 6d1f8231b7761c75ec6c090cd97e75f586a627b5..0000000000000000000000000000000000000000 Binary files a/jsoncpp-1.9.3.tar.gz and /dev/null differ diff --git a/jsoncpp-1.9.4.tar.gz b/jsoncpp-1.9.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c69127901c5cab017b8ea2878b846fe0d86df57a Binary files /dev/null and b/jsoncpp-1.9.4.tar.gz differ diff --git a/jsoncpp.spec b/jsoncpp.spec index 0c298237452760038afeec2a94fa158de980835f..b8af95796b93dbcf65611df26e5068ef9345d176 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,6 +1,6 @@ Name: jsoncpp -Version: 1.9.3 -Release: 2 +Version: 1.9.4 +Release: 1 Summary: JSON C++ library License: Public Domain or MIT URL: https://github.com/open-source-parsers/jsoncpp @@ -39,6 +39,7 @@ sed -i -e 's!^DOT_FONTNAME.*=.*!DOT_FONTNAME =!g' doc/doxyfile.in install -d %{_vpath_builddir} cd %{_vpath_builddir} %cmake -DBUILD_STATIC_LIBS=OFF -DJSONCPP_WITH_WARNING_AS_ERROR=OFF \ + -DBUILD_OBJECT_LIBS:BOOL=OFF \ -DJSONCPP_WITH_PKGCONFIG_SUPPORT=ON -DJSONCPP_WITH_CMAKE_PACKAGE=ON \ -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF -DPYTHON_EXECUTABLE="%{__python3}" \ .. @@ -87,6 +88,9 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name} %changelog +* Wed Feb 3 2021 liudabo - 1.9.4-1 +- upgrade version to 1.9.4 + * Sat Aug 08 2020 lingsheng - 1.9.3-2 - Remove old version so