Accepting request 115364 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXtst?expand=0&rev=3
This commit is contained in:
commit
a7c8097d3f
@ -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
3
libXtst-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0
|
||||
size 313147
|
@ -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
|
||||
|
||||
|
16
libXtst.spec
16
libXtst.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user