diff --git a/libXi-1.7.1.tar.bz2 b/libXi-1.7.1.tar.bz2 new file mode 100644 index 0000000..401599d --- /dev/null +++ b/libXi-1.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5 +size 434569 diff --git a/libXi-1.7.tar.bz2 b/libXi-1.7.tar.bz2 deleted file mode 100644 index 1128322..0000000 --- a/libXi-1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc -size 433745 diff --git a/libXi.changes b/libXi.changes index 9ea8b53..43b3626 100644 --- a/libXi.changes +++ b/libXi.changes @@ -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 diff --git a/libXi.spec b/libXi.spec index be3f55a..42fde0b 100644 --- a/libXi.spec +++ b/libXi.spec @@ -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