From d3f0298f4b77e61600537b7a8a3fd40ee795c42e77e4509788a00aeed5896924 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 7 Dec 2007 19:21:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/x11-tools?expand=0&rev=7 --- x11-tools.changes | 6 ++++++ x11-tools.spec | 5 ++++- xf86debug | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/x11-tools.changes b/x11-tools.changes index 40cbabc..2de78d9 100644 --- a/x11-tools.changes +++ b/x11-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 7 19:44:56 CET 2007 - sndirsch@suse.de + +- xf86debug: freetype2-debuginfo and xorg-x11-fontenc-debuginfo + should also be installed + ------------------------------------------------------------------- Wed Nov 28 12:57:10 CET 2007 - sndirsch@suse.de diff --git a/x11-tools.spec b/x11-tools.spec index 3ee4755..2df4eec 100644 --- a/x11-tools.spec +++ b/x11-tools.spec @@ -18,7 +18,7 @@ Provides: xf86tools Obsoletes: xf86tools AutoReqProv: on Version: 0.1 -Release: 109 +Release: 111 Summary: Tools for the X Window System Source2: xf86debug Source6: wmlist @@ -72,6 +72,9 @@ install -c -m0644 $RPM_SOURCE_DIR/sysconfig.language-%{name} $RPM_BUILD_ROOT/var /var/adm/fillup-templates/sysconfig.language-%{name} %changelog +* Fri Dec 07 2007 - sndirsch@suse.de +- xf86debug: freetype2-debuginfo and xorg-x11-fontenc-debuginfo + should also be installed * Wed Nov 28 2007 - sndirsch@suse.de - xf86debug: added 'cont' before 'quit' for a more graceful Xserver termination diff --git a/xf86debug b/xf86debug index b0ec0f3..b183c21 100644 --- a/xf86debug +++ b/xf86debug @@ -11,8 +11,10 @@ if ! test -x /usr/bin/gdb; then fi # It is recommended to also have installed the following debuginfo packages: +# freetype2-debuginfo # xorg-x11-libXau-debuginfo # xorg-x11-libXdmcp-debuginfo +# xorg-x11-fontenc-debuginfo # xorg-x11-libs-debuginfo # xorg-x11-driver-video-debuginfo # xorg-x11-driver-input-debuginfo