Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2019-04-02 09:23:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-session.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-session"

Tue Apr  2 09:23:35 2019 rev:80 rq:690424 version:4.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes      
2018-10-25 09:12:56.558268241 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new.25356/xfce4-session.changes   
2019-04-02 09:23:39.564764420 +0200
@@ -1,0 +2,9 @@
+Sat Mar 30 21:20:52 UTC 2019 - o...@aepfle.de
+
+- Remove a hunk from xinitrd. Upstream already sets
+  XDG_CURRENT_DESKTOP with commit 4daf68eb
+  xfce4-session-adapt-session-scripts.patch
+- Use autosetup for simpler quilt setup
+  refresh add-light-locker-support.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xfce4-session.spec ++++++
--- /var/tmp/diff_new_pack.XPkzOk/_old  2019-04-02 09:23:40.124764796 +0200
+++ /var/tmp/diff_new_pack.XPkzOk/_new  2019-04-02 09:23:40.128764798 +0200
@@ -116,12 +116,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
+%autosetup -p1
 
 %build
 xdt-autogen

++++++ add-light-locker-support.patch ++++++
--- /var/tmp/diff_new_pack.XPkzOk/_old  2019-04-02 09:23:40.148764811 +0200
+++ /var/tmp/diff_new_pack.XPkzOk/_new  2019-04-02 09:23:40.148764811 +0200
@@ -1,7 +1,5 @@
-Index: scripts/xflock4
-===================================================================
---- scripts/xflock4.orig
-+++ scripts/xflock4
+--- a/scripts/xflock4
++++ b/scripts/xflock4
 @@ -27,7 +27,8 @@ export PATH
  # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
  for lock_cmd in \

++++++ xfce4-session-adapt-session-scripts.patch ++++++
--- /var/tmp/diff_new_pack.XPkzOk/_old  2019-04-02 09:23:40.160764819 +0200
+++ /var/tmp/diff_new_pack.XPkzOk/_new  2019-04-02 09:23:40.160764819 +0200
@@ -1,26 +1,6 @@
-Index: xfce4-session-4.12.1/scripts/xinitrc.in
-===================================================================
---- xfce4-session-4.12.1.orig/scripts/xinitrc.in
-+++ xfce4-session-4.12.1/scripts/xinitrc.in
-@@ -16,11 +16,16 @@ if test "x$XDG_MENU_PREFIX" = "x"; then
-   export XDG_MENU_PREFIX
- fi
- 
--# set DESKTOP_SESSION so that one can detect easily if an Xfce session is 
running
-+# set DESKTOP_SESSION and XDG_CURRENT_DESKTOP so that one can detect easily if
-+# an Xfce session is running
- if test "x$DESKTOP_SESSION" = "x"; then
-   DESKTOP_SESSION="xfce"
-   export DESKTOP_SESSION
- fi
-+if test "x$XDG_CURRENT_DESKTOP" = "x"; then
-+  XDG_CURRENT_DESKTOP="XFCE"
-+  export XDG_CURRENT_DESKTOP
-+fi
- 
- # set XDG_CURRENT_DESKTOP so that Qt 5 applications can identify user set 
Xfce theme
- if test "x$XDG_CURRENT_DESKTOP" = "x"; then
-@@ -44,12 +49,6 @@ if test "x$XDG_CACHE_HOME" = "x" ; then
+--- a/scripts/xinitrc.in
++++ b/scripts/xinitrc.in
+@@ -44,12 +44,6 @@ if test "x$XDG_CACHE_HOME" = "x" ; then
  fi
  [ -d "$XDG_CACHE_HOME" ] || mkdir "$XDG_CACHE_HOME"
  
@@ -33,7 +13,7 @@
  # Modify libglade and glade environment variables so that
  # it will find the files installed by Xfce
  GLADE_CATALOG_PATH="$GLADE_CATALOG_PATH:"
-@@ -87,112 +86,17 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
+@@ -87,112 +81,17 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
  # load local modmap
  test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
  
@@ -158,29 +138,9 @@
 -esac
 -
 -xsetroot -bg white -fg red  -solid black -cursor_name watch
-Index: xfce4-session-4.12.1/scripts/xinitrc.in.in
-===================================================================
---- xfce4-session-4.12.1.orig/scripts/xinitrc.in.in
-+++ xfce4-session-4.12.1/scripts/xinitrc.in.in
-@@ -16,11 +16,16 @@ if test "x$XDG_MENU_PREFIX" = "x"; then
-   export XDG_MENU_PREFIX
- fi
- 
--# set DESKTOP_SESSION so that one can detect easily if an Xfce session is 
running
-+# set DESKTOP_SESSION and XDG_CURRENT_DESKTOP so that one can detect easily if
-+# an Xfce session is running
- if test "x$DESKTOP_SESSION" = "x"; then
-   DESKTOP_SESSION="xfce"
-   export DESKTOP_SESSION
- fi
-+if test "x$XDG_CURRENT_DESKTOP" = "x"; then
-+  XDG_CURRENT_DESKTOP="XFCE"
-+  export XDG_CURRENT_DESKTOP
-+fi
- 
- # set XDG_CURRENT_DESKTOP so that Qt 5 applications can identify user set 
Xfce theme
- if test "x$XDG_CURRENT_DESKTOP" = "x"; then
-@@ -44,12 +49,6 @@ if test "x$XDG_CACHE_HOME" = "x" ; then
+--- a/scripts/xinitrc.in.in
++++ b/scripts/xinitrc.in.in
+@@ -44,12 +44,6 @@ if test "x$XDG_CACHE_HOME" = "x" ; then
  fi
  [ -d "$XDG_CACHE_HOME" ] || mkdir "$XDG_CACHE_HOME"
  
@@ -193,7 +153,7 @@
  # Modify libglade and glade environment variables so that
  # it will find the files installed by Xfce
  GLADE_CATALOG_PATH="$GLADE_CATALOG_PATH:@XFCE_GLADE_CATALOG_PATH@"
-@@ -87,112 +86,17 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
+@@ -87,112 +81,17 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
  # load local modmap
  test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
  
@@ -318,10 +278,8 @@
 -esac
 -
 -xsetroot -bg white -fg red  -solid black -cursor_name watch
-Index: xfce4-session-4.12.1/scripts/startxfce4.in
-===================================================================
---- xfce4-session-4.12.1.orig/scripts/startxfce4.in
-+++ xfce4-session-4.12.1/scripts/startxfce4.in
+--- a/scripts/startxfce4.in
++++ b/scripts/startxfce4.in
 @@ -66,13 +66,22 @@ fi
  
  if test "x$XDG_DATA_DIRS" = "x"


Reply via email to