diff --git a/signon-8.60.tar.gz b/signon-8.60.tar.gz deleted file mode 100644 index dc28021..0000000 Binary files a/signon-8.60.tar.gz and /dev/null differ diff --git a/signon-8.61.tar.gz b/signon-8.61.tar.gz new file mode 100644 index 0000000..b58eabc Binary files /dev/null and b/signon-8.61.tar.gz differ diff --git a/signon.spec b/signon.spec index 3803182..0c037b1 100644 --- a/signon.spec +++ b/signon.spec @@ -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 - 8.61-1 +- upgrade to 8.61 + * Thu Jul 14 2022 misaka00251 - 8.60-1 - Init package