Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-daemon for openSUSE:Factory checked in at 2022-03-07 17:46:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-daemon (Old) and /work/SRC/openSUSE:Factory/.deepin-daemon.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-daemon" Mon Mar 7 17:46:05 2022 rev:8 rq:959458 version:5.14.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-daemon/deepin-daemon.changes 2022-01-31 22:57:01.933698603 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-daemon.new.1958/deepin-daemon.changes 2022-03-07 17:46:10.299133176 +0100 @@ -1,0 +2,12 @@ +Wed Feb 23 07:17:20 UTC 2022 - Hillwood Yang <[email protected]> + +- Use last stable version of go to build + +------------------------------------------------------------------- +Fri Feb 18 12:26:55 UTC 2022 - Hillwood Yang <[email protected]> + +- Update version to 5.14.11.1 + * Add new features for network, accounts, lastore and bluetooth + * Fix bugs + +------------------------------------------------------------------- Old: ---- dde-daemon-5.13.97.tar.gz New: ---- dde-daemon-5.14.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-daemon.spec ++++++ --- /var/tmp/diff_new_pack.31z1ed/_old 2022-03-07 17:46:11.727132763 +0100 +++ /var/tmp/diff_new_pack.31z1ed/_new 2022-03-07 17:46:11.731132762 +0100 @@ -19,7 +19,7 @@ %define import_path pkg.deepin.io/dde/daemon Name: deepin-daemon -Version: 5.13.97 +Version: 5.14.11.1 Release: 0 Summary: Daemon handling the DDE session settings License: GPL-3.0+ @@ -43,9 +43,6 @@ Patch3: fix-login_defs-path.patch Patch4: harden_deepin-accounts-daemon.service.patch Group: System/GUI/Other -%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 -BuildRequires: golang(API) = 1.15 -%endif BuildRequires: lightdm BuildRequires: lightdm-gtk-greeter BuildRequires: golang-packaging @@ -200,6 +197,7 @@ sed -i 's|qdbus|qdbus-qt5|g' network/examples/set_wired_static_ip.sh misc/etc/acpi/powerbtn.sh %build +export GO111MODULE=off %goprep %{import_path} %gobuild ... %make_build @@ -312,6 +310,8 @@ %dir %{_sysconfdir}/acpi/events %{_sysconfdir}/acpi/actions/deepin_lid.sh %config %{_sysconfdir}/acpi/events/deepin_lid +%dir %{_sysconfdir}/deepin +%config %{_sysconfdir}/deepin/grub2_edit_auth.conf %{_prefix}/lib/systemd/logind.conf.d/10-%{name}.conf %{_prefix}/lib/udev/rules.d/80-deepin-fprintd.rules %{_datadir}/dbus-1/services/*.service @@ -320,6 +320,11 @@ %exclude %{_datadir}/%{_name}/*.tar.gz %{_datadir}/dde/ %{_datadir}/icons/hicolor/*/status/* +%dir %{_datadir}/dsg +%dir %{_datadir}/dsg/apps +%dir %{_datadir}/dsg/apps/dde-session-daemon +%dir %{_datadir}/dsg/apps/dde-session-daemon/configs +%{_datadir}/dsg/apps/dde-session-daemon/configs/gesture.json %{_unitdir}/deepin-accounts-daemon.service %{_sbindir}/rcdeepin-accounts-daemon %{_sbindir}/rchwclock_stop ++++++ dde-daemon-5.13.97.tar.gz -> dde-daemon-5.14.11.1.tar.gz ++++++ ++++ 53449 lines of diff (skipped) ++++++ disable-gobuild-in-makefile.patch ++++++ --- /var/tmp/diff_new_pack.31z1ed/_old 2022-03-07 17:46:12.467132550 +0100 +++ /var/tmp/diff_new_pack.31z1ed/_new 2022-03-07 17:46:12.471132548 +0100 @@ -1,8 +1,8 @@ -diff -Nur dde-daemon-5.13.49/Makefile dde-daemon-5.13.49-new/Makefile ---- dde-daemon-5.13.49/Makefile 2021-07-28 13:24:41.000000000 +0800 -+++ dde-daemon-5.13.49-new/Makefile 2021-09-19 21:34:31.739930665 +0800 -@@ -4,8 +4,8 @@ - GOBUILD = go build $(GO_BUILD_FLAGS) +diff -Nur dde-daemon-5.14.11.1/Makefile dde-daemon-5.14.11.1-new/Makefile +--- dde-daemon-5.14.11.1/Makefile 2022-01-20 09:58:02.000000000 +0800 ++++ dde-daemon-5.14.11.1-new/Makefile 2022-02-17 22:45:53.224122130 +0800 +@@ -5,8 +5,8 @@ + export GO111MODULE=off BINARIES = \ - dde-session-daemon \ @@ -12,7 +12,7 @@ grub2 \ search \ theme-thumb-tool \ -@@ -14,7 +14,7 @@ +@@ -15,7 +15,7 @@ soundeffect \ dde-lockservice \ dde-authority \ @@ -21,16 +21,16 @@ dde-greeter-setter LANGUAGES = $(basename $(notdir $(wildcard misc/po/*.po))) -@@ -29,7 +29,7 @@ - fi +@@ -28,7 +28,7 @@ + @ln -snf ../../../.. ${GOPATH_DIR}/src/${GOPKG_PREFIX}; out/bin/%: prepare -- env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/bin/${@F} -+# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/bin/${@F} +- env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS} ${GOPKG_PREFIX}/bin/${@F} ++# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS} ${GOPKG_PREFIX}/bin/${@F} out/bin/default-file-manager: bin/default-file-manager/main.c gcc $^ $(shell pkg-config --cflags --libs gio-unix-2.0) -o $@ -@@ -57,7 +57,7 @@ +@@ -56,7 +56,7 @@ deepin-policy-ts-convert ts2policy misc/polkit-action/com.deepin.daemon.$$i.policy.in misc/ts/com.deepin.daemon.$$i.policy misc/polkit-action/com.deepin.daemon.$$i.policy; \ done
