commit compizconfig-settings-manager for openSUSE:Factory
Hello community, here is the log from the commit of package compizconfig-settings-manager for openSUSE:Factory checked in at Fri Jan 30 00:10:08 CET 2009. -------- --- compizconfig-settings-manager/compizconfig-settings-manager.changes 2008-09-29 16:54:03.000000000 +0200 +++ compizconfig-settings-manager/compizconfig-settings-manager.changes 2009-01-29 14:58:14.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 29 14:57:07 CET 2009 - rodrigo@novell.com + +- Add compizconfig-settings-manager-profile-extensions.patch (bgo#458343) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- compizconfig-settings-manager-profile-extensions.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compizconfig-settings-manager.spec ++++++ --- /var/tmp/diff_new_pack.n26302/_old 2009-01-30 00:09:26.000000000 +0100 +++ /var/tmp/diff_new_pack.n26302/_new 2009-01-30 00:09:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package compizconfig-settings-manager (Version 0.7.8 ) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,13 +24,15 @@ Group: System/X11/Utilities PreReq: %fillup_prereq Version: 0.7.8 -Release: 1 +Release: 2 Requires: compiz python-compizconfig python-xml libcompizconfig Obsoletes: ccs-settings Summary: Settings Manager for Compiz (CCSM) BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 Source: ccsm-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM compizconfig-settings-manager-profile-extensions.patch bgo#458343 rodrigo@novell.com +Patch1: compizconfig-settings-manager-profile-extensions.patch %py_requires %description @@ -45,6 +47,7 @@ %prep %setup -q -n ccsm-%{version} +%patch1 -p0 %build ./setup.py install --root=%buildroot --prefix=/usr @@ -69,16 +72,18 @@ %{py_sitedir}/* %changelog +* Thu Jan 29 2009 rodrigo@novell.com +- Add compizconfig-settings-manager-profile-extensions.patch (bgo#458343) * Mon Sep 29 2008 rodrigo@novell.com - Review and merge changes from X11:Compiz -* Wed Sep 17 2008 cyberorg@opensuse.org +* Tue Sep 16 2008 cyberorg@opensuse.org - Release 0.7.8 - l10n updates - Add startup notification and optional dbus single-instance support - Make use of the new tooltip system introduced in GTK 2.12 * Tue Jul 01 2008 mhopf@suse.de - Update from buildservice. -* Sat May 31 2008 cyberorg@opensuse.org +* Fri May 30 2008 cyberorg@opensuse.org - update to 0.7.6 - Check if an action conflicts with another plugin when enabling a plugin @@ -90,7 +95,7 @@ - Internal code refactoring and bug fixes * Mon Apr 14 2008 mhopf@suse.de - Update from buildservice. -* Thu Apr 03 2008 cyberorg@cyberorg.info +* Wed Apr 02 2008 cyberorg@cyberorg.info - 0.7.4 release - Advance search rewrite - Add --version/-v command line switch @@ -111,22 +116,22 @@ - many GUI improvements - key binding improvements - file selection improvements -* Tue Oct 16 2007 cyberorg@cyberorg.info +* Mon Oct 15 2007 cyberorg@cyberorg.info - Update to release 0.6.0 - Translation updates - Key binding fixes and GUI improvements -* Sat Aug 25 2007 cyberorg@cyberorg.info +* Fri Aug 24 2007 cyberorg@cyberorg.info - EdgeSelector improvements - Key grabber fixes - Rework key actions handling - Made plugin tabs scrollable -* Fri Aug 24 2007 cyberorg@cyberorg.info +* Thu Aug 23 2007 cyberorg@cyberorg.info - Sync to the latest git. - new action settings rework - New GUI improvements -* Fri Aug 17 2007 cyberorg@cyberorg.info +* Thu Aug 16 2007 cyberorg@cyberorg.info - Symlink ccsm to compiz-config-settings-manager. -* Mon Aug 13 2007 cyberorg@cyberorg.info +* Sun Aug 12 2007 cyberorg@cyberorg.info - Update to 0.5.2 release. - Added missing icons - Profile page fixes ++++++ compizconfig-settings-manager-profile-extensions.patch ++++++ Index: ccm/Pages.py =================================================================== --- ccm/Pages.py.orig +++ ccm/Pages.py @@ -840,6 +840,8 @@ class ProfileBackendPage(object): dlg.set_markup(_("Do you want to skip default option values while exporting your profile?")) ret = dlg.run() dlg.destroy() + if not path.endswith(".profile"): + path = "%s.profile" % path self.Context.Export(path, ret == gtk.RESPONSE_YES) def ImportProfileDialog (self, main): ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de