diff --git a/0001-Copy-the-sequence-number-into-the-target-event-too-6.patch b/0001-Copy-the-sequence-number-into-the-target-event-too-6.patch index 61988bd..aa41fc7 100644 --- a/0001-Copy-the-sequence-number-into-the-target-event-too-6.patch +++ b/0001-Copy-the-sequence-number-into-the-target-event-too-6.patch @@ -15,14 +15,6 @@ diff --git a/src/XExtInt.c b/src/XExtInt.c index 507573b..2139c6a 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c -@@ -915,6 +915,7 @@ static void xge_copy_to_cookie(xGenericEvent* ev, - cookie->type = ev->type; - cookie->evtype = ev->evtype; - cookie->extension = ev->extension; -+ cookie->serial = ev->sequenceNumber; - } - - static Bool @@ -1521,6 +1522,7 @@ wireToDeviceEvent(xXIDeviceEvent *in, XGenericEventCookie* cookie) out = next_block(&ptr_lib, sizeof(XIDeviceEvent)); out->display = cookie->display; diff --git a/libXi.spec b/libXi.spec index c57a396..0fb1d66 100644 --- a/libXi.spec +++ b/libXi.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXi runtime library Name: libXi Version: 1.7.1 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue May 21 2013 Peter Hutterer 1.7.1-3 +- fix sequence number copy - the cookie already had (a potentially + different) sequence number copied (#965347) + * Fri May 17 2013 Peter Hutterer 1.7.1-2 - copy the sequence number into XI2 events