Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deepin-control-center for
openSUSE:Factory checked in at 2022-04-22 21:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-control-center (Old)
and /work/SRC/openSUSE:Factory/.deepin-control-center.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-control-center"
Fri Apr 22 21:54:07 2022 rev:4 rq:971814 version:5.5.16.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/deepin-control-center/deepin-control-center.changes
2022-03-07 17:46:07.683133931 +0100
+++
/work/SRC/openSUSE:Factory/.deepin-control-center.new.1538/deepin-control-center.changes
2022-04-22 21:55:00.574857637 +0200
@@ -1,0 +2,14 @@
+Tue Apr 5 09:02:35 UTC 2022 - Hillwood Yang <[email protected]>
+
+- Update version to 5.5.16.2
+ * Add sound device manager
+ * Update manaul document
+ * Add computer name in system info
+ * Add hotspot button config
+ * Update translations
+ * Fix bugs
+- Drop fix-return-type.patch, fixed by upstream
+- Drop fix-qDBusRegisterMetaType-error.patch, merged by upstream
+- Add remove-auth.patch
+
+-------------------------------------------------------------------
Old:
----
dde-control-center-5.4.109.tar.gz
fix-qDBusRegisterMetaType-error.patch
fix-return-type.patch
New:
----
dde-control-center-5.5.16.2.tar.gz
remove-auth.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-control-center.spec ++++++
--- /var/tmp/diff_new_pack.XOB4fu/_old 2022-04-22 21:55:01.662858877 +0200
+++ /var/tmp/diff_new_pack.XOB4fu/_new 2022-04-22 21:55:01.666858881 +0200
@@ -24,7 +24,7 @@
%endif
Name: deepin-control-center
-Version: 5.4.109
+Version: 5.5.16.2
Release: 0
Summary: New control center for Linux Deepin
License: LGPL-3.0-or-later
@@ -35,15 +35,15 @@
Patch0: %{name}-no-user-experience.patch
# PATCH-FOR-OPENSUSE systeminfo-deepin-icon.patch [email protected] - Use
deepin icons instead of UOS
Patch1: systeminfo-deepin-icon.patch
-# PATCH-FOR-UPSTEAM fix-qDBusRegisterMetaType-error.patch [email protected]
-Patch2: fix-qDBusRegisterMetaType-error.patch
-# PATCH-FOR-UPSTRAM fix-return-type.patch [email protected]
-Patch3: fix-return-type.patch
+# PATCH-FOR-OPENSUSE remove-auth.patch
+Patch3: remove-auth.patch
Group: System/GUI/Other
BuildRequires: cmake
BuildRequires: deepin-desktop-base
+# BuildRequires: deepin-dock-devel > 5.5.9
BuildRequires: deepin-pw-check-devel
BuildRequires: desktop-file-utils
+BuildRequires: dtkcommon >= 5.5.20
BuildRequires: dtkcore
BuildRequires: fdupes
BuildRequires: gtest
@@ -73,10 +73,10 @@
Requires: deepin-api
Requires: deepin-daemon
Requires: deepin-start
+Requires: libdeepin_pw_check1
Requires: libqt5-qdbus
Requires: qt5integration
Requires: redshift
-Requires: libdeepin_pw_check1
Recommends: %{name}-data
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -146,9 +146,15 @@
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/dbus-1/services/*.service
%{_libdir}/libdccwidgets.so
+%dir %{_prefix}/lib/dde-grand-search-daemon
+%dir %{_prefix}/lib/dde-grand-search-daemon/plugins
+%{_prefix}/lib/dde-grand-search-daemon/plugins/searcher
%dir %{_datadir}/%{_name}/
%{_datadir}/%{_name}/%{_name}.conf
%{_datadir}/glib-2.0/schemas/com.deepin.dde.control-center.gschema.xml
+%dir %{_datadir}/dsg
+%dir %{_datadir}/dsg/apps
+%{_datadir}/dsg/apps/dde-control-center
# %{_datadir}/polkit-1/actions/com.deepin.controlcenter.develop.policy
%files data
++++++ dde-control-center-5.4.109.tar.gz -> dde-control-center-5.5.16.2.tar.gz
++++++
/work/SRC/openSUSE:Factory/deepin-control-center/dde-control-center-5.4.109.tar.gz
/work/SRC/openSUSE:Factory/.deepin-control-center.new.1538/dde-control-center-5.5.16.2.tar.gz
differ: char 12, line 1
++++++ deepin-control-center-no-user-experience.patch ++++++
--- /var/tmp/diff_new_pack.XOB4fu/_old 2022-04-22 21:55:01.746858972 +0200
+++ /var/tmp/diff_new_pack.XOB4fu/_new 2022-04-22 21:55:01.750858977 +0200
@@ -1,7 +1,7 @@
-diff -Nur
dde-control-center-5.4.109/src/frame/window/modules/commoninfo/commoninfowidget.cpp
dde-control-center-5.4.109-new/src/frame/window/modules/commoninfo/commoninfowidget.cpp
----
dde-control-center-5.4.109/src/frame/window/modules/commoninfo/commoninfowidget.cpp
2021-10-27 09:42:21.000000000 +0800
-+++
dde-control-center-5.4.109-new/src/frame/window/modules/commoninfo/commoninfowidget.cpp
2022-01-29 14:07:26.585575887 +0800
-@@ -104,8 +104,6 @@
+diff -Nur
dde-control-center-5.5.16.2/src/frame/window/modules/commoninfo/commoninfowidget.cpp
dde-control-center-5.5.16.2-new/src/frame/window/modules/commoninfo/commoninfowidget.cpp
+---
dde-control-center-5.5.16.2/src/frame/window/modules/commoninfo/commoninfowidget.cpp
2022-03-03 15:52:44.000000000 +0800
++++
dde-control-center-5.5.16.2-new/src/frame/window/modules/commoninfo/commoninfowidget.cpp
2022-04-05 15:58:47.026961958 +0800
+@@ -109,8 +109,6 @@
m_itemList.append({"dcc_developer_mode", tr("Developer Mode"),
QMetaMethod::fromSignal(&CommonInfoWidget::requestShowDeveloperModeWidget),
nullptr, "developerMode"});
}
++++++ remove-auth.patch ++++++
diff -Nrup deepin-control-center-git.orig/src/frame/CMakeLists.txt
deepin-control-center-git/src/frame/CMakeLists.txt
--- deepin-control-center-git.orig/src/frame/CMakeLists.txt 2022-02-24
14:28:52.000000000 +0800
+++ deepin-control-center-git/src/frame/CMakeLists.txt 2022-02-24
14:30:05.000000000 +0800
@@ -257,35 +257,6 @@ set(WIDGETS_FILES
set(MODULE_FILES
)
-# load authentatication
-set(AUTHENTICATION_FILES
- modules/authentication/fingermodel.cpp
- modules/authentication/fingerworker.cpp
- modules/authentication/charamangermodel.cpp
- modules/authentication/charamangerworker.cpp
- modules/authentication/widgets/fingeritem.cpp
- modules/authentication/widgets/disclaimersitem.cpp
- modules/authentication/widgets/disclaimersdialog.cpp
- modules/authentication/widgets/fingerwidget.cpp
- modules/authentication/widgets/faceinfowidget.cpp
- window/modules/authentication/loginoptionsmodule.cpp
- window/modules/authentication/loginoptionswidget.cpp
- window/modules/authentication/fingerwidget.cpp
- window/modules/authentication/fingerdetailwidget.cpp
- window/modules/authentication/addfingedialog.cpp
- window/modules/authentication/faceiddetailwidget.cpp
- window/modules/authentication/facewidget.cpp
- window/modules/authentication/authenticationinfoitem.cpp
- window/modules/authentication/addfaceinfodialog.cpp
- window/modules/authentication/faceinfodialog.cpp
- # IRIS
- window/modules/authentication/irisdetailwidget.cpp
- window/modules/authentication/iriswidget.cpp
- window/modules/authentication/addirisinfodialog.cpp
- modules/authentication/widgets/irisinfowidget.cpp
- window/modules/authentication/fingedisclaimer.cpp
-)
-
# load accounts
set(ACCOUNTS_FILES
modules/accounts/creationresult.cpp
@@ -514,7 +485,6 @@ set(SRCS
${FRAME_FILES}
${WINDOW_FILES}
${INTERFACES_FILES}
- ${AUTHENTICATION_FILES}
${ACCOUNTS_FILES}
${BLUETOOTH_FILES}
${DATETIME_FILES}
@@ -541,7 +511,6 @@ set(QRC
modules/datetime/timezone_dialog.qrc
modules/power/power.qrc
modules/systeminfo/systeminfo.qrc
- modules/authentication/authentication.qrc
modules/accounts/accounts.qrc
modules/bluetooth/bluetooth.qrc
modules/defapp/defapp.qrc
@@ -597,7 +566,6 @@ file(GLOB DCONFIG_FILES "../../configs/d
dconfig_meta_files(APPID dde-control-center BASE ../../configs FILES
${DCONFIG_FILES})
set(DEEPIN_PW_CHECK libdeepin_pw_check.so)
-set(SHMN_VIDEO libdareader.so)
function(add_build_macro macro)
string(TOUPPER ${macro} macro)
diff -Nrup deepin-control-center-git.orig/src/frame/window/mainwindow.cpp
deepin-control-center-git/src/frame/window/mainwindow.cpp
--- deepin-control-center-git.orig/src/frame/window/mainwindow.cpp
2022-02-24 14:28:51.000000000 +0800
+++ deepin-control-center-git/src/frame/window/mainwindow.cpp 2022-02-24
14:30:05.000000000 +0800
@@ -18,7 +18,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "modules/authentication/loginoptionsmodule.h"
#include "modules/accounts/accountsmodule.h"
#include "modules/bluetooth/bluetoothmodule.h"
#include "modules/commoninfo/commoninfomodule.h"
@@ -312,7 +311,6 @@ void MainWindow::initAllModule(const QSt
return;
m_bInit = true;
- using namespace authentication;
using namespace sync;
using namespace datetime;
using namespace defapp;
@@ -332,7 +330,6 @@ void MainWindow::initAllModule(const QSt
using namespace notification;
m_modules = {
- { new LoginOptionsModule(this), tr("Biometric Authentication")},
{ new AccountsModule(this), tr("Accounts")},
//~ contents_path /cloudsync/Cloud Sync
{ new SyncModule(this), DSysInfo::isCommunityEdition() ? "Deepin ID" :
"Union ID"},