Hello community,

here is the log from the commit of package xbacklight for openSUSE:Factory 
checked in at 2012-09-27 10:29:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xbacklight (Old)
 and      /work/SRC/openSUSE:Factory/.xbacklight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xbacklight", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xbacklight/xbacklight.changes    2012-09-17 
14:16:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xbacklight.new/xbacklight.changes       
2012-09-27 10:30:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 13 15:00:14 UTC 2012 - [email protected]
+
+- xcb-util-0_3_6.diff
+  * fixes build for openSUSE <= 12.1 
+
+-------------------------------------------------------------------

New:
----
  xcb-util-0_3_6.diff

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

Other differences:
------------------
++++++ xbacklight.spec ++++++
--- /var/tmp/diff_new_pack.j2zeH6/_old  2012-09-27 10:30:02.000000000 +0200
+++ /var/tmp/diff_new_pack.j2zeH6/_new  2012-09-27 10:30:02.000000000 +0200
@@ -24,11 +24,17 @@
 Group:          System/X11/Utilities
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE xcb-util-0_3_6.diff
+Patch0:         xcb-util-0_3_6.diff
 BuildRequires:  autoconf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
+%if 0%{?suse_version} > 1210
 BuildRequires:  pkgconfig(xcb-util)
+%else
+BuildRequires:  xcb-util-0_3_6-devel
+%endif
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xrandr) >= 1.2.0
 # This was part of the xorg-x11 package up to version 7.6
@@ -43,6 +49,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} < 1220
+%patch0 -p0
+%endif
 
 %build
 autoreconf -fi

++++++ xcb-util-0_3_6.diff ++++++
--- xbacklight.c.orig   2012-09-13 14:56:18.000000000 +0000
+++ xbacklight.c        2012-09-13 14:56:28.000000000 +0000
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 
 #include <xcb/xcb.h>
-#include <xcb/xcb_util.h>
+#include <xcb/xcb_aux.h>
 #include <xcb/xproto.h>
 #include <xcb/randr.h>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to