Hello community,

here is the log from the commit of package libXtst for openSUSE:Factory checked 
in at 2012-02-25 07:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXtst (Old)
 and      /work/SRC/openSUSE:Factory/.libXtst.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXtst", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXtst/libXtst.changes  2012-02-17 
12:05:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libXtst.new/libXtst.changes     2012-02-25 
07:30:38.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 24 11:29:37 UTC 2012 - [email protected]
+
+- Added missing "xi" requires to pkconfig file (bnc#748808)
+
+-------------------------------------------------------------------

New:
----
  u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libXtst.spec ++++++
--- /var/tmp/diff_new_pack.RPo1UV/_old  2012-02-25 07:30:38.000000000 +0100
+++ /var/tmp/diff_new_pack.RPo1UV/_new  2012-02-25 07:30:38.000000000 +0100
@@ -14,6 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+
 Name:           libXtst
 %define lname  libXtst6
 Version:        1.2.0
@@ -21,16 +24,17 @@
 Summary:        Xlib-based client API for the XTEST and RECORD extensions
 License:        MIT
 Group:          Development/Libraries/C and C++
-URL:            http://xorg.freedesktop.org/
+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
-BuildRoot:     %_tmppath/%name-%version-build
+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(xorg-macros) >= 1.10, pkgconfig(x11)
-BuildRequires: pkgconfig(xext) >= 1.0.99.4, pkgconfig(xi)
+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(inputproto)
@@ -76,6 +80,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --docdir=%_docdir/%name --disable-static

++++++ u_libXtst_Added-missing-xi-requires-to-pkconfig-file.patch ++++++
>From 403ec58c75054a3f0def6b94cf6bc4e83a58bec4 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <[email protected]>
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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to