From bf4cefcc50f7716d8cbd5c1a878a2042bd9b085d2965d87ba8e6593b8fe16706 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 14 Sep 2015 07:30:04 +0000 Subject: [PATCH] Accepting request 330496 from home:tobijk:X11:XOrg - Update to version 1.7.5: A couple of important bugfixes that have accumulated over the last year. + Fix version check in _XIAllowEvents + Advance the request buffer by the right amount in XIChangeHierarchy + Fix double unlock when _XiCheckExtInit return -1. + XIChangeHierarchy: Add missing unlock. + Do not return NoSuchExtension casted to pointer as an error. + XIGetClientPointer: Return False on error. + Fix logic in _XIAllowEvents and prevent double unlock. + Refactor XGetExtensionVersion. + XIGrabDevice: Unlock display in error path. OBS-URL: https://build.opensuse.org/request/show/330496 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXi?expand=0&rev=27 --- libXi-1.7.4.tar.bz2 | 3 --- libXi-1.7.5.tar.bz2 | 3 +++ libXi.changes | 16 ++++++++++++++++ libXi.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 libXi-1.7.4.tar.bz2 create mode 100644 libXi-1.7.5.tar.bz2 diff --git a/libXi-1.7.4.tar.bz2 b/libXi-1.7.4.tar.bz2 deleted file mode 100644 index de9861e..0000000 --- a/libXi-1.7.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cffc2686618dc1803725636cd92b36342c512dc60a7a35cba34bf7192a42244 -size 458378 diff --git a/libXi-1.7.5.tar.bz2 b/libXi-1.7.5.tar.bz2 new file mode 100644 index 0000000..f622448 --- /dev/null +++ b/libXi-1.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 +size 464719 diff --git a/libXi.changes b/libXi.changes index 140a062..5d2b0b9 100644 --- a/libXi.changes +++ b/libXi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 11 12:09:30 UTC 2015 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.7.5: + A couple of important bugfixes that have accumulated over the last + year. + + Fix version check in _XIAllowEvents + + Advance the request buffer by the right amount in XIChangeHierarchy + + Fix double unlock when _XiCheckExtInit return -1. + + XIChangeHierarchy: Add missing unlock. + + Do not return NoSuchExtension casted to pointer as an error. + + XIGetClientPointer: Return False on error. + + Fix logic in _XIAllowEvents and prevent double unlock. + + Refactor XGetExtensionVersion. + + XIGrabDevice: Unlock display in error path. + ------------------------------------------------------------------- Fri Jul 18 11:53:44 UTC 2014 - sndirsch@suse.com diff --git a/libXi.spec b/libXi.spec index d6c845c..d33fd1a 100644 --- a/libXi.spec +++ b/libXi.spec @@ -1,7 +1,7 @@ # # spec file for package libXi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: libXi -%define lname libXi6 -Version: 1.7.4 +%define lname libXi6 +Version: 1.7.5 Release: 0 Summary: X Input Extension library License: MIT