!8 update version to 5.3.1

From: @peijiankang 
Reviewed-by: @hua_yadong 
Signed-off-by: @hua_yadong
This commit is contained in:
openeuler-ci-bot 2023-08-14 03:43:34 +00:00 committed by Gitee
commit 0a513cfc2c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 7 deletions

Binary file not shown.

BIN
grantlee-5.3.1.tar.gz Normal file

Binary file not shown.

View File

@ -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<peijiankang@kylinos.cn> - 5.3.1-1
- 5.3.1
* Fri Feb 18 2022 tanyulong<tanyulong@kylinos.cn> - 5.2.0-1
- init for openEuler