Accepting request 113249 from home:vuntz:branches:X11:XOrg

Update to 1.2.1

OBS-URL: https://build.opensuse.org/request/show/113249
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXtst?expand=0&rev=6
This commit is contained in:
Stefan Dirsch 2012-04-12 10:44:36 +00:00 committed by Git OBS Bridge
parent 0a60b3f03e
commit b17ec948c9
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a2e0912b521f6bd8c392189874ba4a3b8168b0bba4c2143e073de53d8e85408
size 281922

3
libXtst-1.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0
size 313147

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 11 15:23:43 UTC 2012 - vuntz@opensuse.org
- Update to version 1.2.1:
+ Fix for gcc warning
+ Improvements to documentation
+ Build configuration improvements
-------------------------------------------------------------------
Fri Feb 24 11:29:37 UTC 2012 - sndirsch@suse.com

View File

@ -16,10 +16,9 @@
#
Name: libXtst
%define lname libXtst6
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Xlib-based client API for the XTEST and RECORD extensions
License: MIT
@ -28,16 +27,19 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
Source: %name-%version.tar.bz2
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Patch0: u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: fdupes
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.10
BuildRequires: pkgconfig(xext) >= 1.0.99.4 pkgconfig(xi)
BuildRequires: pkgconfig(recordproto) >= 1.13.99.1
BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
BuildRequires: pkgconfig
BuildRequires: pkgconfig(inputproto)
BuildRequires: pkgconfig(recordproto) >= 1.13.99.1
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext) >= 1.0.99.4
BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xorg-macros) >= 1.12
%description
The XTEST extension is a minimal set of client and server extensions