Hello community, here is the log from the commit of package xorg-x11-driver-input checked in at Fri Sep 21 15:54:18 CEST 2007. -------- --- xorg-x11-driver-input/xorg-x11-driver-input.changes 2007-09-11 11:59:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-input/xorg-x11-driver-input.changes 2007-09-21 00:01:38.658283000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 21 00:03:57 CEST 2007 - sndirsch@suse.de + +- xf86-input-calcomp.diff + * out of bounds warning (Bug #326967) + +------------------------------------------------------------------- New: ---- xf86-input-calcomp.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-input.spec ++++++ --- /var/tmp/diff_new_pack.p18334/_old 2007-09-21 15:54:04.000000000 +0200 +++ /var/tmp/diff_new_pack.p18334/_new 2007-09-21 15:54:04.000000000 +0200 @@ -15,7 +15,7 @@ BuildRequires: Mesa-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk Url: http://xorg.freedesktop.org/ Version: 7.2 -Release: 103 +Release: 108 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -58,7 +58,7 @@ Patch7: xf86-input-fpit-update1.diff Patch8: xf86-input-fpit-update2.diff Patch9: xf86-input-fpit-update3.diff - +Patch10: xf86-input-calcomp.diff %description This package contains X.Org input drivers. @@ -93,6 +93,9 @@ # disabled for now; see Bug #250146 #%patch9 -p1 popd +pushd xf86-input-calcomp-* +%patch10 +popd %build %ifarch %ix86 x86_64 @@ -130,8 +133,10 @@ %defattr(-,root,root) /usr/%{_lib}/xorg/modules/input/ %{_mandir}/man4/* - %changelog +* Fri Sep 21 2007 - sndirsch@suse.de +- xf86-input-calcomp.diff + * out of bounds warning (Bug #326967) * Tue Sep 11 2007 - sndirsch@suse.de - xf86-input-elo2300 1.1.1 * Compatibility release for inputproto 1.4 ++++++ xf86-input-calcomp.diff ++++++ --- src/xf86Calcomp.h.orig 2007-09-21 00:01:03.353750000 +0200 +++ src/xf86Calcomp.h 2007-09-21 00:01:18.617456000 +0200 @@ -35,7 +35,7 @@ * Definitions * structs, typedefs, #defines, enums *****************************************************************************/ -#define CALCOMP_PACKET_SIZE 5 +#define CALCOMP_PACKET_SIZE 6 #define CALCOMP_INIT_CHECKSUM 0 #define CALCOMP_BODY_LEN 6 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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