Accepting request 162864 from X11:XOrg
update to version 1.7.1 (forwarded request 162859 from tobijk) OBS-URL: https://build.opensuse.org/request/show/162864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXi?expand=0&rev=8
This commit is contained in:
commit
acde435140
3
libXi-1.7.1.tar.bz2
Normal file
3
libXi-1.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5
|
||||
size 434569
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc
|
||||
size 433745
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 13:51:01 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 1.7.1:
|
||||
Only a single fix: including the XFixes header to get the typedef for
|
||||
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
|
||||
XFixes.
|
||||
Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
|
||||
both XI and Xfixes headers, you will end up with a duplicate typedef.
|
||||
This is not an issue on gcc >= 4.6 since the two typedef's are the same.
|
||||
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
|
||||
will trigger the same error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 18:19:37 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXi
|
||||
%define lname libXi6
|
||||
Version: 1.7
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: X Input Extension library
|
||||
License: MIT
|
||||
@ -36,6 +36,7 @@ BuildRequires: pkgconfig(inputproto) >= 2.1.99.6
|
||||
BuildRequires: pkgconfig(x11) >= 1.4.99.1
|
||||
BuildRequires: pkgconfig(xext) >= 1.0.99.1
|
||||
BuildRequires: pkgconfig(xextproto) >= 7.0.3
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user