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
This commit is contained in:
parent
584172c066
commit
bf4cefcc50
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cffc2686618dc1803725636cd92b36342c512dc60a7a35cba34bf7192a42244
|
||||
size 458378
|
3
libXi-1.7.5.tar.bz2
Normal file
3
libXi-1.7.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229
|
||||
size 464719
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user