Hello community,

here is the log from the commit of package x11-input-mtrack for 
openSUSE:Factory checked in at 2012-05-08 12:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x11-input-mtrack (Old)
 and      /work/SRC/openSUSE:Factory/.x11-input-mtrack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x11-input-mtrack", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/x11-input-mtrack/x11-input-mtrack.changes        
2012-01-25 10:41:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.x11-input-mtrack.new/x11-input-mtrack.changes   
2012-05-08 12:01:12.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 20 15:45:42 UTC 2012 - dims...@opensuse.org
+
+- Add mtrack-xorg112.patch: Fix build with X.Org 1.12. Do not build
+  the tests that are anyway not installed.
+- Add %x11_abi_xinput_req to ensure we have a compatible X Server.
+
+-------------------------------------------------------------------

New:
----
  mtrack-xorg112.patch

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

Other differences:
------------------
++++++ x11-input-mtrack.spec ++++++
--- /var/tmp/diff_new_pack.hI08rk/_old  2012-05-08 12:01:13.000000000 +0200
+++ /var/tmp/diff_new_pack.hI08rk/_new  2012-05-08 12:01:13.000000000 +0200
@@ -29,10 +29,12 @@
 Source:         xf86-input-mtrack-0.2.0-1-g71abf32.tar.bz2
 Source1:        mtrack.conf
 Patch:          multitouch-missing-include.diff
+Patch1:         mtrack-xorg112.patch
 ExcludeArch:    s390 s390x
 Conflicts:      x11-input-multitouch
 Url:            http://github.com/BlueDragonX/xf86-input-mtrack
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%x11_abi_xinput_req
 
 %description
 An Xorg driver for multitouch trackpads. Supports any trackpad whose kernel 
driver uses the slotted multitouch protocol. For more information on the 
protocol see the kernel documentation.
@@ -42,11 +44,13 @@
 %prep
 %setup -q -n xf86-input-mtrack
 %patch -p1
+%patch1 -p1
 
 %build
+export CFLAGS="%{optflags} -lxf86config"
 autoreconf -fi
 %configure
-%{__make}
+%{__make} V=1
 
 %install
 %makeinstall

++++++ mtrack-xorg112.patch ++++++
Index: xf86-input-mtrack/Makefile.am
===================================================================
--- xf86-input-mtrack.orig/Makefile.am
+++ xf86-input-mtrack/Makefile.am
@@ -14,11 +14,6 @@ SOURCES_COMMON = \
        $(srcdir)/driver/mprops.c
 @DRIVER_NAME@_drv_ladir = @inputdir@
 
-noinst_PROGRAMS = mtrack-test
-mtrack_test_SOURCES = $(SOURCES_COMMON) \
-       $(srcdir)/tools/mtrack-test.c
-mtrack_test_CFLAGS = $(AM_CFLAGS)
-
 AM_CPPFLAGS = -I$(top_srcdir)/include/ \
        -I/usr/include/xorg \
        -I/usr/include/pixman-1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to