Accepting request 177157 from X11:XOrg
update to version 1.2.2 (forwarded request 177142 from tobijk) OBS-URL: https://build.opensuse.org/request/show/177157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXtst?expand=0&rev=7
This commit is contained in:
commit
2f5a324c0f
@ -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
3
libXtst-1.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9
|
||||||
|
size 321784
|
@ -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
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
- Use more robust make install call
|
- Use more robust make install call
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXtst
|
Name: libXtst
|
||||||
%define lname libXtst6
|
%define lname libXtst6
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,7 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
|
||||||
#Git-Web: http://cgit.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
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -82,7 +82,6 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
|
@ -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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user