From 4698334c61293b61abb0a443ed3143ab67b5b3c03d780a9a767202aee7d8c555 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 1 Jun 2013 22:04:34 +0000 Subject: [PATCH] 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 --- libXtst-1.2.1.tar.bz2 | 3 --- libXtst-1.2.2.tar.bz2 | 3 +++ libXtst.changes | 9 +++++++ libXtst.spec | 5 ++-- ...missing-xi-requires-to-pkconfig-file.patch | 26 ------------------- 5 files changed, 14 insertions(+), 32 deletions(-) delete mode 100644 libXtst-1.2.1.tar.bz2 create mode 100644 libXtst-1.2.2.tar.bz2 delete mode 100644 u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch diff --git a/libXtst-1.2.1.tar.bz2 b/libXtst-1.2.1.tar.bz2 deleted file mode 100644 index 1d12281..0000000 --- a/libXtst-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0 -size 313147 diff --git a/libXtst-1.2.2.tar.bz2 b/libXtst-1.2.2.tar.bz2 new file mode 100644 index 0000000..a1d62d3 --- /dev/null +++ b/libXtst-1.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9 +size 321784 diff --git a/libXtst.changes b/libXtst.changes index 485aa0f..bdecfd0 100644 --- a/libXtst.changes +++ b/libXtst.changes @@ -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 diff --git a/libXtst.spec b/libXtst.spec index e614df5..c8c9096 100644 --- a/libXtst.spec +++ b/libXtst.spec @@ -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 diff --git a/u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch b/u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch deleted file mode 100644 index 2f8f97d..0000000 --- a/u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 403ec58c75054a3f0def6b94cf6bc4e83a58bec4 Mon Sep 17 00:00:00 2001 -From: Stefan Dirsch -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 -