Accepting request 177142 from home:tobijk:X11:XOrg

update to version 1.2.2

OBS-URL: https://build.opensuse.org/request/show/177142
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXtst?expand=0&rev=10
This commit is contained in:
Stefan Dirsch 2013-06-01 22:04:34 +00:00 committed by Git OBS Bridge
parent 85b8c5a046
commit 4698334c61
5 changed files with 14 additions and 32 deletions

View File

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

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

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

View File

@ -1,4 +1,13 @@
-------------------------------------------------------------------
Sat Jun 1 20:11:00 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.2.2:
This release provides the fix for the recently announced security issue
CVE-2013-2063, along with a number of fixes to the build configuration.
- Packaging changes:
+ Remove Patch0: u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch
Superseded by another upstreamed version
-------------------------------------------------------------------
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
- Use more robust make install call

View File

@ -18,7 +18,7 @@
Name: libXtst
%define lname libXtst6
Version: 1.2.1
Version: 1.2.2
Release: 0
Summary: Xlib-based client API for the XTEST and RECORD extensions
License: MIT
@ -28,7 +28,7 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
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
@ -82,7 +82,6 @@ in %lname.
%prep
%setup -q
%patch0 -p1
%build
%configure --docdir=%_docdir/%name --disable-static

View File

@ -1,26 +0,0 @@
From 403ec58c75054a3f0def6b94cf6bc4e83a58bec4 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.de>
Date: Fri, 24 Feb 2012 12:38:13 +0100
Subject: [PATCH] Added missing "xi" requires to pkconfig file.
This time the right keyword. Not Requires.private, but Requires!
---
xtst.pc.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xtst.pc.in b/xtst.pc.in
index 8702044..d6f9fc1 100644
--- a/xtst.pc.in
+++ b/xtst.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: Xtst
Description: The Xtst Library
Version: @PACKAGE_VERSION@
-Requires: recordproto
+Requires: recordproto xi
Requires.private: x11 xext
Cflags: -I${includedir}
Libs: -L${libdir} -lXtst
--
1.7.3.4