commit libcompizconfig for openSUSE:Factory
Hello community, here is the log from the commit of package libcompizconfig for openSUSE:Factory checked in at Tue Feb 3 22:50:45 CET 2009. -------- --- libcompizconfig/libcompizconfig.changes 2008-09-29 16:55:13.000000000 +0200 +++ libcompizconfig/libcompizconfig.changes 2009-01-30 17:10:18.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 30 17:09:08 CET 2009 - rodrigo@novell.com + +- Add libcompizconfig-config-dir.patch for bnc#438081 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libcompizconfig-config-dir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcompizconfig.spec ++++++ --- /var/tmp/diff_new_pack.z18530/_old 2009-02-03 22:49:26.000000000 +0100 +++ /var/tmp/diff_new_pack.z18530/_new 2009-02-03 22:49:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcompizconfig (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 @@ -25,7 +25,7 @@ PreReq: %fillup_prereq Requires: compiz Version: 0.7.8 -Release: 1 +Release: 3 Provides: ccs-lib = %{version} Obsoletes: ccs-lib <= %{version} Summary: CompizConfig plugin(ccp) required for compizconfig-settings-manager(ccsm) @@ -33,7 +33,10 @@ ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 Source: %name-%version.tar.bz2 Source1: libcompizconfig-rpmlintrc +# PATCH-FEATURE-UPSTREAM libcompizconfig-NOMAD.diff dreveman@novell.com Patch: libcompizconfig-NOMAD.diff +# PATCH-FIX-UPSTREAM libcompizconfig-config-dir.patch bnc#438081 rodrigo@novell.com +Patch2: libcompizconfig-config-dir.patch %description CompizConfig plugin(ccp) required for @@ -67,6 +70,7 @@ %prep %setup -q -n libcompizconfig-%{version} %patch -p1 +%patch2 -p1 %build # @@ -103,22 +107,24 @@ %{_libdir}/libcompizconfig*.so %changelog +* Fri Jan 30 2009 rodrigo@novell.com +- Add libcompizconfig-config-dir.patch for bnc#438081 * Mon Sep 29 2008 rodrigo@novell.com - Review and merge changes from X11:Compiz -* Wed Sep 24 2008 cyberorg@opensuse.org +* Tue Sep 23 2008 cyberorg@opensuse.org - Fix .changes order -* Wed Sep 17 2008 cyberorg@opensuse.org +* Tue Sep 16 2008 cyberorg@opensuse.org - Release 0.7.8 - l10n updates - Fix many mem leaks - Added kde4 session support -* Wed Sep 10 2008 davidr@novell.com +* Tue Sep 09 2008 davidr@novell.com - Track changes to compiz package by adding wm and glx to the default set of plugins. - Add dmx to the default set of plugins. * 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 version 0.7.6 - New "internal" tag in action metadata. The tag can be used to indicate that a binding is not a global binding. @@ -127,7 +133,7 @@ section * 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 - Add overlapping output handling option to display settings - Fix setting context from option changes (e.g. via dbus) @@ -144,19 +150,19 @@ - Fix potential bufferoverflows. * Tue Dec 04 2007 cyberorg@cyberorg.info - sync to latest git -* Tue Oct 16 2007 cyberorg@cyberorg.info +* Mon Oct 15 2007 cyberorg@cyberorg.info - Update to release 0.6.0 * Sat Aug 25 2007 mrueckert@suse.de - fixed filelist - minimized buildrequires - fixed rpmlint warnings -* Fri Aug 24 2007 cyberorg@cyberorg.info +* Thu Aug 23 2007 cyberorg@cyberorg.info - Add %%post and %%postun to run ldconfig- shut rpmlint up - Sync to the latest git. - new action settings rework * Tue Aug 21 2007 ro@suse.de - update to git-HEAD to fix build -* Mon Aug 13 2007 cyberorg@cyberorg.info +* Sun Aug 12 2007 cyberorg@cyberorg.info - Update to 0.5.2 release. - Tons of bug fixes. - Handle plugin requirement as after rule. ++++++ libcompizconfig-config-dir.patch ++++++ diff -ur ../libcompizconfig-0.7.8/src/config.c ./src/config.c --- ../libcompizconfig-0.7.8/src/config.c 2008-09-17 08:33:06.000000000 -0400 +++ ./src/config.c 2008-12-04 16:04:50.000000000 -0500 @@ -27,7 +27,7 @@ #include "ccs-private.h" -#define SETTINGPATH "compiz/compizconfig" +#define SETTINGPATH "compiz/compizconfig-1" static char* getConfigFileName (void) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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