!2 upgrade version to 8.61

From: @zhangxingrong 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
zhangxingrong 2024-01-08 03:41:34 +00:00 committed by openeuler-ci-bot
parent da2c34ff19
commit ddda79a2bf
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
signon-8.61.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,7 @@
%global commit0 4d195e4dc7a47ff5cb51e36a83d4d05808c5befe
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global tag0 VERSION_%{version}
Name: signon
Version: 8.60
Version: 8.61
Release: 1
Summary: Accounts framework for Linux and POSIX based platforms
@ -12,7 +10,7 @@ URL: https://gitlab.com/accounts-sso/signond
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{tag0}#/%{name}-%{version}.tar.gz
Patch1: signon-8.57-no_static.patch
Patch2: signond-cxxflags.patch
#Patch2: signond-cxxflags.patch
BuildRequires: make
BuildRequires: dbus-x11
@ -56,9 +54,9 @@ The %{name}-doc package contains documentation for %{name}.
%prep
%setup -q -n signond-%{tag0}-%{commit0}
%setup -q -n signond-%{tag0}
%patch1 -p1 -b .no_static
%patch2 -p1 -b .cxxflags
#%patch2 -p1 -b .cxxflags
%build
@ -122,5 +120,8 @@ make check ||:
%changelog
* Thu Jan 04 2024 zhangxingrong <zhangxingrong@uniontech.com> - 8.61-1
- upgrade to 8.61
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 8.60-1
- Init package