Hello community, here is the log from the commit of package simple-ccsm checked in at Tue Oct 28 18:18:22 CET 2008. -------- --- simple-ccsm/simple-ccsm.changes 2008-10-13 12:42:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/simple-ccsm/simple-ccsm.changes 2008-10-28 14:11:45.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Oct 27 17:08:28 CEST 2008 - rodrigo@novell.com + +- Removed explicit library Requires: +- Add simple-ccsm-explicitly-disable-compiz.patch to create a + disable-compiz file in ~/.config/compiz to make sure compiz is + not started in gnome-session (bnc#436873) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- simple-ccsm-explicitly-disable-compiz.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simple-ccsm.spec ++++++ --- /var/tmp/diff_new_pack.X26563/_old 2008-10-28 18:17:43.000000000 +0100 +++ /var/tmp/diff_new_pack.X26563/_new 2008-10-28 18:17:43.000000000 +0100 @@ -24,18 +24,20 @@ Group: System/X11/Utilities PreReq: %fillup_prereq Version: 0.7.8 -Release: 4 -Requires: compiz python-compizconfig python-xml libcompizconfig compiz-manager compiz-fusion-plugins-main compizconfig-settings-manager +Release: 5 +Requires: compiz python-compizconfig python-xml compiz-manager compiz-fusion-plugins-main compizconfig-settings-manager Summary: Simple Settings Manager for Compiz BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 Source: simple-ccsm-%{version}.tar.bz2 Patch: simple-ccsm-compiz-manager-cmd.diff Patch1: simple-ccsm-kde-enable.patch -#include glx bnc #432301 +# PATCH-FEATURE-OPENSUSE simple-ccsm-default-plugins.patch bnc #432301 -- include glx Patch2: simple-ccsm-default-plugins.patch -#simple-ccsm.desktop patch for better menu integration +# PATCH-FIX-OPENSUSE simple-ccsm.desktop patch -- for better menu integration Patch3: simple-ccsm-desktop.patch +# PATCH-FIX-OPENSUSE simple-ccsm-explicitly-disable-compiz.patch +Patch4: simple-ccsm-explicitly-disable-compiz.patch %py_requires %description @@ -53,6 +55,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build ./setup.py install --root=%buildroot --prefix=/usr --enableDesktopEffects @@ -76,6 +79,11 @@ %{py_sitedir}/* %changelog +* Mon Oct 27 2008 rodrigo@novell.com +- Removed explicit library Requires: +- Add simple-ccsm-explicitly-disable-compiz.patch to create a + disable-compiz file in ~/.config/compiz to make sure compiz is + not started in gnome-session (bnc#436873) * Mon Oct 13 2008 rodrigo@novell.com - Review and merge changes from X11:Compiz * Sun Oct 12 2008 cyberorg@opensuse.org ++++++ simple-ccsm-explicitly-disable-compiz.patch ++++++ Only in simple-ccsm-0.7.8: setup.py~ diff -upr simple-ccsm-0.7.8-orig//simple-ccsm.in simple-ccsm-0.7.8/simple-ccsm.in --- simple-ccsm-0.7.8-orig//simple-ccsm.in 2008-09-22 02:40:29.000000000 +0200 +++ simple-ccsm-0.7.8/simple-ccsm.in 2008-10-27 17:05:47.000000000 +0100 @@ -1288,6 +1288,11 @@ class MainWin: cmd = "kwriteconfig --file ksmserverrc --group General --key windowManager kwin".split(" ") subprocess.Popen(cmd) + # Create a file that indicates compiz is explicitly disabled, so should not + # be started + patch = os.path.expanduser("~/.config/compiz/disable-compiz") + open(path, "w+").close() # touch replacement + # Remove old config files = ("~/.config/compiz/enable-compiz", "~/.config/compiz/compiz-manager") for file in files: Only in simple-ccsm-0.7.8: simple-ccsm.in~ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org