Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit x11-input-wacom
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 05 Jul 2008 02:06:09 +0200
- Message-id: <20080705000609.BCA12678176@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package x11-input-wacom
checked in at Sat Jul 5 02:06:09 CEST 2008.
--------
--- x11-input-wacom/x11-input-wacom.changes 2008-06-30 12:54:20.000000000
+0200
+++ x11-input-wacom/x11-input-wacom.changes 2008-07-03 17:31:19.235036000
+0200
@@ -1,0 +2,6 @@
+Thu Jul 3 17:30:30 CEST 2008 - sndirsch@xxxxxxx
+
+- xorg-server-1.5.diff:
+ * fixes build with xorg-server 1.5
+
+-------------------------------------------------------------------
New:
----
xorg-server-1.5.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ x11-input-wacom.spec ++++++
--- /var/tmp/diff_new_pack.D31398/_old 2008-07-05 02:05:46.000000000 +0200
+++ /var/tmp/diff_new_pack.D31398/_new 2008-07-05 02:05:46.000000000 +0200
@@ -21,7 +21,7 @@
Url: http://linuxwacom.sourceforge.net/
Group: System/X11/Utilities
Version: 0.7.9
-Release: 54
+Release: 56
Summary: X11 input module for wacom tablet
Provides: xorg-x11-server:/usr/X11R6/%{_lib}/modules/input/wacom_drv.o
Source: linuxwacom-%{version}-%{revision}.tar.bz2
@@ -33,6 +33,7 @@
Patch4: linuxwacom-debug.diff
Patch5: linuxwacom-fix-xsetwacom_find_devices.diff
Patch6: s390.diff
+Patch7: xorg-server-1.5.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -97,6 +98,7 @@
%ifarch s390 s390x
%patch6
%endif
+%patch7
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@@ -191,6 +193,9 @@
%endif
%changelog
+* Thu Jul 03 2008 sndirsch@xxxxxxx
+- xorg-server-1.5.diff:
+ * fixes build with xorg-server 1.5
* Mon Jun 30 2008 sndirsch@xxxxxxx
- added udev rule for creating /dev/input/wacom symlink (bnc #404847)
- fixed build on s390(x)
++++++ xorg-server-1.5.diff ++++++
--- src/xdrv/xf86Wacom.c.old 2008-07-03 15:22:39.000000000 +0000
+++ src/xdrv/xf86Wacom.c 2008-07-03 15:23:01.000000000 +0000
@@ -65,6 +65,10 @@
/****************************************************************************/
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+
#include "xf86Wacom.h"
#include "wcmFilter.h"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |