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 2023-06-30 20:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-start (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-start.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-start"

Fri Jun 30 20:00:01 2023 rev:10 rq:1096140 version:5.9.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-start/deepin-start.changes        
2022-10-28 19:30:30.482925513 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-start.new.13546/deepin-start.changes     
2023-06-30 20:00:29.470221215 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 13:15:08 UTC 2023 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update workaround-dde-kwin-crash.patch, use deepin-kwin 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deepin-start.spec ++++++
--- /var/tmp/diff_new_pack.b8QrYO/_old  2023-06-30 20:00:30.742228781 +0200
+++ /var/tmp/diff_new_pack.b8QrYO/_new  2023-06-30 20:00:30.746228805 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-start
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ workaround-dde-kwin-crash.patch ++++++
--- /var/tmp/diff_new_pack.b8QrYO/_old  2023-06-30 20:00:30.810229185 +0200
+++ /var/tmp/diff_new_pack.b8QrYO/_new  2023-06-30 20:00:30.818229233 +0200
@@ -6,13 +6,13 @@
  
  func shouldUseDDEKWin() bool {
 -      _, err := os.Stat("/usr/bin/kwin_no_scale")
-+      _, err := os.Stat("/usr/bin/kwin_x11")
++      _, err := os.Stat("/usr/bin/deepin-kwin_x11")
        return err == nil
  }
  
  const (
 -      cmdKWin                = "/usr/bin/kwin_no_scale"
-+      cmdKWin                = "/usr/bin/kwin_x11"
++      cmdKWin                = "/usr/bin/deepin-kwin_x11"
        cmdDdeSessionDaemon    = "/usr/lib/deepin-daemon/dde-session-daemon"
        cmdDdeDock             = "/usr/bin/dde-dock"
        cmdDdeDesktop          = "/usr/bin/dde-desktop"
@@ -24,7 +24,7 @@
        t.Run("Test is should use DDE KWin", func(t *testing.T) {
                should := shouldUseDDEKWin()
 -              exist := Exist("/usr/bin/kwin_no_scale")
-+              exist := Exist("/usr/bin/kwin_x11")
++              exist := Exist("/usr/bin/deepin-kwin_x11")
                assert.Equal(t, exist, should)
        })
  }
@@ -36,7 +36,7 @@
  const (
        kWinServiceName = "org.kde.KWin"
 -      ddeKWinCommand  = "kwin_no_scale"
-+      ddeKWinCommand  = "kwin_x11"
++      ddeKWinCommand  = "deepin-kwin_x11"
  )
  
  func isDdeKWinRunning() (bool, error) {
@@ -48,7 +48,7 @@
  
  func isUseKwin() bool {
 -      _, err := os.Stat("/usr/bin/kwin_no_scale")
-+      _, err := os.Stat("/usr/bin/kwin_x11")
++      _, err := os.Stat("/usr/bin/deepin-kwin_x11")
        return err == nil
  }
  

Reply via email to