From 42707a0ea5d9aa4822ac56a87a457d824ee7441844d0806683fc76acdf8a037b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 28 Dec 2015 19:56:27 +0000 Subject: [PATCH] Accepting request 350386 from home:tobijk:X11:XOrg - Update to version 1.7.6: One significant change here: libXi was using raw serial numbers in event cookies, the one read off the wire. All other events don't use that number but a Xlib-internal serial number which is similar but not always the same. This could cause events to look out of order. With this release, libXi is now using the same serial number for event cookies as it uses for all other events. OBS-URL: https://build.opensuse.org/request/show/350386 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXi?expand=0&rev=29 --- libXi-1.7.5.tar.bz2 | 3 --- libXi-1.7.6.tar.bz2 | 3 +++ libXi.changes | 11 +++++++++++ libXi.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 libXi-1.7.5.tar.bz2 create mode 100644 libXi-1.7.6.tar.bz2 diff --git a/libXi-1.7.5.tar.bz2 b/libXi-1.7.5.tar.bz2 deleted file mode 100644 index f622448..0000000 --- a/libXi-1.7.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 -size 464719 diff --git a/libXi-1.7.6.tar.bz2 b/libXi-1.7.6.tar.bz2 new file mode 100644 index 0000000..971b1af --- /dev/null +++ b/libXi-1.7.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac +size 484485 diff --git a/libXi.changes b/libXi.changes index 5d2b0b9..b970f3a 100644 --- a/libXi.changes +++ b/libXi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 22 17:34:13 UTC 2015 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.7.6: + One significant change here: libXi was using raw serial numbers in event + cookies, the one read off the wire. All other events don't use that number + but a Xlib-internal serial number which is similar but not always the same. + This could cause events to look out of order. With this release, libXi is + now using the same serial number for event cookies as it uses for all other + events. + ------------------------------------------------------------------- Fri Sep 11 12:09:30 UTC 2015 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXi.spec b/libXi.spec index d33fd1a..b546696 100644 --- a/libXi.spec +++ b/libXi.spec @@ -18,7 +18,7 @@ Name: libXi %define lname libXi6 -Version: 1.7.5 +Version: 1.7.6 Release: 0 Summary: X Input Extension library License: MIT