diff --git a/jsoncpp-1.9.3.tar.gz b/jsoncpp-1.9.3.tar.gz deleted file mode 100644 index 6d1f823..0000000 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 0000000..c691279 Binary files /dev/null and b/jsoncpp-1.9.4.tar.gz differ diff --git a/jsoncpp.spec b/jsoncpp.spec index 0c29823..b8af957 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