Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deepin-session-shell for
openSUSE:Factory checked in at 2022-03-22 19:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-session-shell (Old)
and /work/SRC/openSUSE:Factory/.deepin-session-shell.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-session-shell"
Tue Mar 22 19:40:57 2022 rev:4 rq:963979 version:5.5.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/deepin-session-shell/deepin-session-shell.changes
2022-01-31 22:57:19.305581636 +0100
+++
/work/SRC/openSUSE:Factory/.deepin-session-shell.new.25692/deepin-session-shell.changes
2022-03-22 19:41:02.919143312 +0100
@@ -1,0 +2,9 @@
+Thu Feb 17 03:21:39 UTC 2022 - Hillwood Yang <[email protected]>
+
+- Update version to 5.5.9
+ * Fix bugs
+ * Package development files
+ * Update translations
+- drop fix-crash-bug.patch, merged by upstream
+
+-------------------------------------------------------------------
Old:
----
dde-session-shell-5.4.112.tar.gz
fix-crash-bug.patch
New:
----
dde-session-shell-5.5.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-session-shell.spec ++++++
--- /var/tmp/diff_new_pack.zxZgEs/_old 2022-03-22 19:41:03.419143836 +0100
+++ /var/tmp/diff_new_pack.zxZgEs/_new 2022-03-22 19:41:03.423143840 +0100
@@ -19,16 +19,13 @@
%define _name dde-session-shell
Name: deepin-session-shell
-Version: 5.4.112
+Version: 5.5.9
Release: 0
Summary: Deepin desktop-environment - Session UI Shell
License: GPL-3.0+
URL: https://github.com/linuxdeepin/dde-session-shell
Source0:
https://github.com/linuxdeepin/dde-session-shell/archive/%{version}/%{_name}-%{version}.tar.gz
Source1:
https://github.com/linuxdeepin/startdde/raw/master/misc/lightdm.conf
-# PATCH-FIX-UPSTREAM fix-crash-bug.patch [email protected]
-# https://github.com/linuxdeepin/dde-session-shell/pull/38
-Patch0: fix-crash-bug.patch
Group: System/GUI/Other
BuildRequires: gtest
BuildRequires: update-desktop-files
@@ -36,7 +33,11 @@
BuildRequires: dtkcore
BuildRequires: libqt5-linguist
BuildRequires: pam-devel
-BuildRequires: pkgconfig(dtkwidget5.5) >= 5.5.0
+BuildRequires: lightdm
+%if 0%{?suse_version} <= 1500
+BuildRequires: lightdm-gtk-greeter
+%endif
+BuildRequires: pkgconfig(dtkwidget) >= 5.5.0
BuildRequires: libdframeworkdbus-devel >= 5.4.20
BuildRequires: pkgconfig(dde-dock)
BuildRequires: pkgconfig(gsettings-qt)
@@ -86,6 +87,14 @@
A LightDM greeter that uses the Deepin Desktop. This is the reference
implementation
of a LightDM greeter based on the Deepin Desktop.
+%package devel
+Summary: Development tools for deepin-session-shell
+Group: Development/Languages/C and C++
+
+%description devel
+The deepin-session-shell-devel package contains the header files and developer
+docs for deepin-session-shell-devel.
+
%lang_package
%prep
@@ -95,7 +104,7 @@
sed -i
's|backgrounds/default_background.jpg|wallpapers/openSUSEdefault/contents/images/1920x1080.jpg|g'
\
src/widgets/fullscreenbackground.cpp
sed -i
's|backgrounds/deepin/desktop.jpg|wallpapers/openSUSEdefault/contents/images/1920x1080.jpg|g'
\
-src/dde-shutdown/view/contentwidget.cpp
+src/session-widgets/lockcontent.cpp
cp %{_datadir}/icons/hicolor/scalable/apps/openSUSE-distributor-logo.svg
src/widgets/img/logo.svg
%build
@@ -121,17 +130,27 @@
%dir %{_datadir}/deepin-authentication/
%dir %{_datadir}/deepin-authentication/privileges
%{_datadir}/deepin-authentication/privileges/lightdm-deepin-greeter.conf
+%dir %{_datadir}/dsg
+%dir %{_datadir}/dsg/apps/
+%{_datadir}/dsg/apps/dde-lock
%files -n lightdm-deepin-greeter
%license LICENSE
+%dir %{_sysconfdir}/lightdm/deepin
+%config %{_sysconfdir}/lightdm/deepin/qt-theme.ini
%{_bindir}/lightdm-deepin-greeter
%{_sysconfdir}/deepin/greeters.d/lightdm-deepin-greeter
%{_sysconfdir}/deepin/greeters.d/10-cursor-theme
-%dir %{_datadir}/lightdm
-%dir %{_datadir}/lightdm/lightdm.conf.d
+# %dir %{_datadir}/lightdm
+# %dir %{_datadir}/lightdm/lightdm.conf.d
%{_datadir}/lightdm/lightdm.conf.d/60-deepin.conf
%dir %{_datadir}/xgreeters
%{_datadir}/xgreeters/lightdm-deepin-greeter.desktop
+%{_datadir}/dsg/apps/lightdm-deepin-greeter
+
+%files devel
+%{_includedir}/%{_name}
+%{_libdir}/cmake/DdeSessionShell
%files lang
%{_datadir}/%{_name}
++++++ dde-session-shell-5.4.112.tar.gz -> dde-session-shell-5.5.9.tar.gz ++++++
++++ 34045 lines of diff (skipped)