Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-start for openSUSE:Factory checked in at 2022-03-07 17:46:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-start (Old) and /work/SRC/openSUSE:Factory/.deepin-start.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-start" Mon Mar 7 17:46:20 2022 rev:5 rq:959470 version:5.9.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-start/deepin-start.changes 2022-01-31 22:57:22.161562405 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-start.new.1958/deepin-start.changes 2022-03-07 17:46:25.539128774 +0100 @@ -1,0 +2,19 @@ +Wed Feb 23 07:21:15 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Use last stable version of go to build + +------------------------------------------------------------------- +Sat Feb 19 03:16:58 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.9.9.1 + * Add some api for wayland + * Add custom-display-mode for wayland + * Update translations + * Fix bugs + +------------------------------------------------------------------- +Tue Feb 1 03:40:09 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Set deepin.desktop by xsessions default + +------------------------------------------------------------------- Old: ---- startdde-5.8.55.tar.gz New: ---- startdde-5.9.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-start.spec ++++++ --- /var/tmp/diff_new_pack.skXntb/_old 2022-03-07 17:46:26.903128381 +0100 +++ /var/tmp/diff_new_pack.skXntb/_new 2022-03-07 17:46:26.911128378 +0100 @@ -20,7 +20,7 @@ %define import_path pkg.deepin.io/dde/startdde Name: deepin-start -Version: 5.8.55 +Version: 5.9.9.1 Release: 0 Summary: Starter of deepin desktop License: GPL-3.0-only @@ -33,9 +33,6 @@ # Use gobuild macro instead of makefile to build go binaries Patch0: deepin-start-disable-gobuild-in-makefile.patch BuildRequires: fdupes -%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 -BuildRequires: golang(API) = 1.15 -%endif BuildRequires: golang-github-linuxdeepin-dde-api BuildRequires: golang-github-linuxdeepin-go-dbus-factory BuildRequires: golang-packaging @@ -52,6 +49,7 @@ BuildRequires: pkgconfig(libsecret-unstable) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) +Requires(post): update-alternatives Requires: deepin-daemon # Requires: libcgroup-tools Provides: startdde @@ -93,6 +91,7 @@ sed -i 's|/lib/systemd|/usr/lib/systemd|g' Makefile %build +export GO111MODULE=off %goprep %{import_path} %gobuild ... %make_build @@ -111,17 +110,28 @@ install -d %{buildroot}%{_sbindir} mv %{buildroot}%{_bindir}/fix-xauthority-perm %{buildroot}%{_sbindir}/deepin-fix-xauthority-perm install -d %{buildroot}%{_prefix}/lib/deepin-daemon/ -mv %{buildroot}%{_bindir}/greeter-display-daemon %{buildroot}%{_prefix}/lib/deepin-daemon/greeter-display-daemon +ln -sf %{_bindir}/greeter-display-daemon %{buildroot}%{_prefix}/lib/deepin-daemon/greeter-display-daemon rm -rf %{buildroot}%{_datadir}/lightdm/ %fdupes %{buildroot}%{_datadir} %find_lang startdde +%post +%{_sbindir}/update-alternatives --install %{_datadir}/xsessions/default.desktop \ + default-xsession.desktop %{_datadir}/xsessions/deepin.desktop 20 + +%postun +if [ ! -f %{_datadir}/xsessions/deepin.desktop ]; then + %{_sbindir}/update-alternatives --remove default-xsession.desktop \ + %{_datadir}/xsessions/deepin.desktop +fi + %files %doc README.md CHANGELOG.md %license LICENSE %{_bindir}/startdde %{_bindir}/wl_display_daemon +%{_bindir}/greeter-display-daemon %{_sbindir}/deepin-fix-xauthority-perm %{_datadir}/xsessions/deepin.desktop %dir %{_datadir}/startdde ++++++ deepin-start-disable-gobuild-in-makefile.patch ++++++ --- /var/tmp/diff_new_pack.skXntb/_old 2022-03-07 17:46:26.943128368 +0100 +++ /var/tmp/diff_new_pack.skXntb/_new 2022-03-07 17:46:26.947128367 +0100 @@ -1,7 +1,7 @@ -diff -Nur startdde-5.8.55/Makefile startdde-5.8.55-new/Makefile ---- startdde-5.8.55/Makefile 2021-10-15 16:02:17.000000000 +0800 -+++ startdde-5.8.55-new/Makefile 2021-12-16 20:08:59.186695438 +0800 -@@ -24,13 +24,13 @@ +diff -Nur startdde-5.9.9.1/Makefile startdde-5.9.9.1-new/Makefile +--- startdde-5.9.9.1/Makefile 2021-12-20 13:23:27.000000000 +0800 ++++ startdde-5.9.9.1-new/Makefile 2022-02-19 10:56:21.665007923 +0800 +@@ -22,10 +22,10 @@ jq . misc/config/auto_launch.json >/dev/null startdde: @@ -12,13 +12,9 @@ - env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o fix-xauthority-perm ${GOPKG_PREFIX}/cmd/fix-xauthority-perm +# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o fix-xauthority-perm ${GOPKG_PREFIX}/cmd/fix-xauthority-perm - greeter-display-daemon: -- env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o greeter-display-daemon ${GOPKG_PREFIX}/cmd/greeter-display-daemon -+# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o greeter-display-daemon ${GOPKG_PREFIX}/cmd/greeter-display-daemon - out/locale/%/LC_MESSAGES/startdde.mo: misc/po/%.po mkdir -p $(@D) -@@ -53,18 +53,18 @@ +@@ -48,19 +48,19 @@ GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" install: @@ -27,9 +23,10 @@ mkdir -p ${DESTDIR}${PREFIX}/share/xsessions @for i in $(shell ls misc/xsessions/ | grep -E '*.in$$' );do sed 's|@PREFIX@|$(PREFIX)|g' misc/xsessions/$$i > ${DESTDIR}${PREFIX}/share/xsessions/$${i%.in}; done - install -Dm755 fix-xauthority-perm ${DESTDIR}${PREFIX}/sbin/deepin-fix-xauthority-perm -- install -Dm755 greeter-display-daemon ${DESTDIR}${PREFIX}/lib/deepin-daemon/greeter-display-daemon +# install -Dm755 fix-xauthority-perm ${DESTDIR}${PREFIX}/sbin/deepin-fix-xauthority-perm -+# install -Dm755 greeter-display-daemon ${DESTDIR}${PREFIX}/lib/deepin-daemon/greeter-display-daemon + install -d -m755 ${DESTDIR}${PREFIX}/lib/deepin-daemon/ +- ln -sfv ../../bin/startdde ${DESTDIR}${PREFIX}/lib/deepin-daemon/greeter-display-daemon ++# ln -sfv ../../bin/startdde ${DESTDIR}${PREFIX}/lib/deepin-daemon/greeter-display-daemon install -Dm644 misc/lightdm.conf ${DESTDIR}${PREFIX}/share/lightdm/lightdm.conf.d/60-deepin.conf mkdir -p ${DESTDIR}${PREFIX}/share/startdde/ install -v -m0644 misc/config/* ${DESTDIR}${PREFIX}/share/startdde/ @@ -42,11 +39,4 @@ mkdir -p ${DESTDIR}/etc/profile.d/ install -v -m0644 misc/profile.d/* ${DESTDIR}/etc/profile.d/ mkdir -p $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas -@@ -85,4 +85,4 @@ - check_code_quality: prepare - env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" go vet ./... - --.PHONY: startdde -\ ???????????????????????? -+.PHONY: startdde ++++++ startdde-5.8.55.tar.gz -> startdde-5.9.9.1.tar.gz ++++++ ++++ 14731 lines of diff (skipped)