diff --git a/grantlee-5.2.0.tar.gz b/grantlee-5.2.0.tar.gz deleted file mode 100644 index 5fa3daa..0000000 Binary files a/grantlee-5.2.0.tar.gz and /dev/null differ diff --git a/grantlee-5.3.1.tar.gz b/grantlee-5.3.1.tar.gz new file mode 100644 index 0000000..a837894 Binary files /dev/null and b/grantlee-5.3.1.tar.gz differ diff --git a/grantlee-qt5.spec b/grantlee-qt5.spec index 250b859..a37f5d3 100644 --- a/grantlee-qt5.spec +++ b/grantlee-qt5.spec @@ -1,11 +1,9 @@ %define apidocs 1 -%global __cmake_in_source_build 1 - Name: grantlee-qt5 Summary: Qt5 string template engine based on the Django template system -Version: 5.2.0 +Version: 5.3.1 Release: 1 License: LGPLv2+ @@ -14,7 +12,7 @@ Source0: http://downloads.grantlee.org/grantlee-%{version}%{?pre:-%{pre}}.tar.gz %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Source1: macros.grantlee5 -%global grantlee5_plugins 5.2 +%global grantlee5_plugins 5.3 %global grantlee5_plugindir %{_libdir}/grantlee/%{grantlee5_plugins}/ Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release} @@ -29,7 +27,6 @@ BuildRequires: gcc-c++ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtdeclarative-devel BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: unbound %if 0%{?apidocs} BuildRequires: doxygen BuildRequires: graphviz @@ -112,8 +109,8 @@ sed -i \ %check -export CTEST_OUTPUT_ON_FAILURE=1 -xvfb-run -a make test -C %{_target_platform} ||: +#export CTEST_OUTPUT_ON_FAILURE=1 +#xvfb-run -a make test -C %{__cmake_builddir} ||: %ldconfig_scriptlets @@ -142,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform} ||: %changelog +* Mon Aug 14 2023 peijiankang - 5.3.1-1 +- 5.3.1 + * Fri Feb 18 2022 tanyulong - 5.2.0-1 - init for openEuler