- Update to version 5.0.2

* Remove fallback for _XEatDataWords, require libX11 1.6 for it

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=13
This commit is contained in:
Stefan Dirsch 2016-05-30 13:17:43 +00:00 committed by Git OBS Bridge
parent 2a16368447
commit df68e3cc36
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767
size 291978

3
libXfixes-5.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea
size 305007

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 30 13:15:29 UTC 2016 - sndirsch@suse.com
- Update to version 5.0.2
* Remove fallback for _XEatDataWords, require libX11 1.6 for it
-------------------------------------------------------------------
Wed May 29 22:45:00 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libXfixes
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -18,7 +18,7 @@
Name: libXfixes
%define lname libXfixes3
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: X11 miscellaneous "fixes" extension library
License: MIT
@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fixesproto) >= 5.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(x11) >= 1.6
BuildRequires: pkgconfig(xextproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto)