update to 0.25

This commit is contained in:
zhangxingrong 2024-01-08 16:07:01 +08:00
parent fe93ba6e8f
commit 0f371ee5ab
4 changed files with 29 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,18 @@
diff -up signon-plugin-oauth2.git/common-project-config.pri.cxxflags signon-plugin-oauth2.git/common-project-config.pri
--- signon-plugin-oauth2.git/common-project-config.pri.cxxflags 2015-04-17 01:59:01.000000000 -0500
+++ signon-plugin-oauth2.git/common-project-config.pri 2020-11-08 11:49:40.752319952 -0600
@@ -15,10 +15,10 @@ UI_DIR = ui
From 2375fd06ab88e8ed52adbb977c9208a3b6a7d026 Mon Sep 17 00:00:00 2001
From: zhangxingrong <zhangxingrong@uniontech.com>
Date: Mon, 8 Jan 2024 16:02:59 +0800
Subject: [PATCH] signon-plugin-oauth2 cxxflags
---
common-project-config.pri | 6 +++---
tests/tests.pro | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/common-project-config.pri b/common-project-config.pri
index e149d90..7c797b4 100644
--- a/common-project-config.pri
+++ b/common-project-config.pri
@@ -17,10 +17,10 @@ UI_DIR = ui
UI_HEADERS_DIR = ui/include
UI_SOURCES_DIR = ui/src
@ -10,14 +21,15 @@ diff -up signon-plugin-oauth2.git/common-project-config.pri.cxxflags signon-plug
+#QMAKE_CXXFLAGS += -fno-exceptions \
+# -fno-rtti
# we don't like warnings...
-QMAKE_CXXFLAGS += -Werror
+#QMAKE_CXXFLAGS += -Werror
-unix:QMAKE_CXXFLAGS += -Werror
+#unix:QMAKE_CXXFLAGS += -Werror
TOP_SRC_DIR = $$PWD
diff -up signon-plugin-oauth2.git/tests/tests.pro.cxxflags signon-plugin-oauth2.git/tests/tests.pro
--- signon-plugin-oauth2.git/tests/tests.pro.cxxflags 2015-04-17 01:59:01.000000000 -0500
+++ signon-plugin-oauth2.git/tests/tests.pro 2020-11-08 12:25:41.647654996 -0600
diff --git a/tests/tests.pro b/tests/tests.pro
index bf33c47..5effdb6 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -6,6 +6,8 @@ QT += core \
testlib
QT -= gui
@ -27,3 +39,6 @@ diff -up signon-plugin-oauth2.git/tests/tests.pro.cxxflags signon-plugin-oauth2.
DEFINES -= SIGNON_TRACE
CONFIG += \
link_pkgconfig
--
2.33.0

View File

@ -1,7 +1,6 @@
%global git_commit 2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae
Name: signon-plugin-oauth2
Version: 0.24
Version: 0.25
Release: 1
Summary: OAuth2 plugin for the Accounts framework
@ -33,7 +32,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%autosetup -n %{name}-VERSION_%{version}-%{git_commit} -p1
%autosetup -n %{name}-VERSION_%{version} -p1
%build
@ -72,5 +71,8 @@ rm -rvf %{buildroot}/%{_sysconfdir}
%changelog
* Mon Jan 08 2024 zhangxingrong <zhangxingrong@uniontech.com> - 0.25-1
- upgrade to 0.25
* Tue Nov 08 2022 misaka00251 <liuxin@iscas.ac.cn> - 0.24-1
- Init package (Derived from federa project, thanks to fedora team)