Mailinglist Archive: opensuse-commit (938 mails)

< Previous Next >
commit compiz for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 06 Sep 2010 15:10:57 +0200
  • Message-id: <20100906131057.CCB6D202B1@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package compiz for openSUSE:Factory
checked in at Mon Sep 6 15:10:57 CEST 2010.



--------
--- compiz/compiz.changes 2010-08-25 23:43:43.000000000 +0200
+++ compiz/compiz.changes 2010-09-05 22:43:17.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Sep 5 20:41:09 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Add compiz-gdk_deprecated.patch: we currently rely on deprecated
+ gdkgc symbols. Porting to Cairo has not started yet.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
compiz-gdk_deprecated.patch

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

Other differences:
------------------
++++++ compiz.spec ++++++
--- /var/tmp/diff_new_pack.OADQIa/_old 2010-09-06 15:10:34.000000000 +0200
+++ /var/tmp/diff_new_pack.OADQIa/_new 2010-09-06 15:10:34.000000000 +0200
@@ -20,7 +20,7 @@

Name: compiz
Version: 0.9.0
-Release: 2
+Release: 3
License: GPLv2+ ; MIT License (or similar)
Summary: OpenGL window and compositing manager
Url: http://www.compiz.org
@@ -29,6 +29,8 @@
Source1: opensuse.png
Source2: sle.png
Patch0: 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch
+# PATCH-FIX-UPSTREAM compiz-gdk_deprecated.patch dimstar@xxxxxxxxxxxx -- We
still rely on deprecated gdkgc symbols.
+Patch1: compiz-gdk_deprecated.patch
BuildRequires: Mesa-devel
BuildRequires: boost-devel
BuildRequires: cairo-devel
@@ -160,6 +162,7 @@
%if 0%{?suse_version} > 1120
%patch0 -p1
%endif
+%patch1 -p1
mkdir build

%build

++++++ compiz-gdk_deprecated.patch ++++++
From 81ee83da6fcb42da933b0e62cff093e8411e704e Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@xxxxxxxxxxxx>
Date: Sun, 5 Sep 2010 22:14:53 +0200
Subject: [PATCH] Do not deprectae gdk symbols. We need them for now (gdk_gc_new)

---
gtk/window-decorator/gtk-window-decorator.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/gtk/window-decorator/gtk-window-decorator.h
b/gtk/window-decorator/gtk-window-decorator.h
index 808becc..3327cb1 100644
--- a/gtk/window-decorator/gtk-window-decorator.h
+++ b/gtk/window-decorator/gtk-window-decorator.h
@@ -12,10 +12,6 @@
#include <X11/extensions/Xrender.h>
#include <X11/Xregion.h>

-#ifndef GDK_DISABLE_DEPRECATED
-#define GDK_DISABLE_DEPRECATED
-#endif
-
#ifndef GTK_DISABLE_DEPRECATED
#define GTK_DISABLE_DEPRECATED
#endif
--
1.7.1

++++++ compiz.tar.bz2 ++++++
compiz/compiz.tar.bz2 compiz/compiz.tar.bz2 differ: char 11, line 1




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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread