Hello community, here is the log from the commit of package kdebase4-workspace for openSUSE:Factory checked in at 2013-01-08 14:31:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old) and /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-workspace", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes 2013-01-07 11:01:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes 2013-01-08 14:31:02.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Jan 7 14:30:26 UTC 2013 - [email protected] + +- Fix typo in kdm postinstall script + +------------------------------------------------------------------- +Sun Jan 6 17:04:04 UTC 2013 - [email protected] + +- Updated plymouth patch with the correct path (/usr/bin/plymouth) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-workspace.spec ++++++ --- /var/tmp/diff_new_pack.2vC2SR/_old 2013-01-08 14:31:05.000000000 +0100 +++ /var/tmp/diff_new_pack.2vC2SR/_new 2013-01-08 14:31:05.000000000 +0100 @@ -459,7 +459,7 @@ %post -n kdm %{_kde4_bindir}/genkdmconf %{remove_and_set -n displaymanager KDM_SHUTDOWN} -if test -n "$KDM_SHUTDOWlibsystemsettingsview.soN" -a "$KDM_SHUTDOWN" != "no"; then +if test -n "$KDM_SHUTDOWN" -a "$KDM_SHUTDOWN" != "no"; then if test "$KDM_SHUTDOWN" = "local" ; then KDM_SHUTDOWN=all fi ++++++ kdm_plymouth.patch ++++++ --- /var/tmp/diff_new_pack.2vC2SR/_old 2013-01-08 14:31:05.000000000 +0100 +++ /var/tmp/diff_new_pack.2vC2SR/_new 2013-01-08 14:31:05.000000000 +0100 @@ -27,7 +27,7 @@ +plymouth_is_running (void) +{ + int status; -+ status = system ("/bin/plymouth --ping"); ++ status = system ("/usr/bin/plymouth --ping"); + + return WIFEXITED (status) && WEXITSTATUS (status) == 0; +} @@ -36,7 +36,7 @@ +plymouth_has_active_vt (void) +{ + int status; -+ status = system ("/bin/plymouth --has-active-vt"); ++ status = system ("/usr/bin/plymouth --has-active-vt"); + + return WIFEXITED (status) && WEXITSTATUS (status) == 0; +} @@ -45,7 +45,7 @@ +plymouth_prepare_for_transition (void) +{ + int status; -+ status = system ("/bin/plymouth deactivate"); ++ status = system ("/usr/bin/plymouth deactivate"); + + return WIFEXITED (status) && WEXITSTATUS (status) == 0; +} @@ -54,7 +54,7 @@ +plymouth_quit_with_transition (void) +{ + int status; -+ status = system ("/bin/plymouth quit --retain-splash"); ++ status = system ("/usr/bin/plymouth quit --retain-splash"); + + return WIFEXITED (status) && WEXITSTATUS (status) == 0; +} @@ -63,7 +63,7 @@ +plymouth_quit_without_transition (void) +{ + int status; -+ status = system ("/bin/plymouth quit"); ++ status = system ("/usr/bin/plymouth quit"); + + return WIFEXITED (status) && WEXITSTATUS (status) == 0; +} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
