Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2012-10-08 07:18:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tk (Old)
 and      /work/SRC/openSUSE:Factory/.tk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tk", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tk/tk.changes    2012-09-17 14:12:17.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes       2012-10-08 
07:18:09.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct  5 08:52:15 UTC 2012 - a...@suse.de
+
+- Fix configure xft detection (add patch tk-8.5.12-fix-xft.patch).
+- Replace build requires of xorg-x11-devel with those that are really
+  needed.
+
+-------------------------------------------------------------------

New:
----
  tk-8.5.12-fix-xft.patch

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

Other differences:
------------------
++++++ tk.spec ++++++
--- /var/tmp/diff_new_pack.StK3gg/_old  2012-10-08 07:18:11.000000000 +0200
+++ /var/tmp/diff_new_pack.StK3gg/_new  2012-10-08 07:18:11.000000000 +0200
@@ -17,8 +17,13 @@
 
 
 Name:           tk
+BuildRequires:  imake
+BuildRequires:  libX11-devel
+BuildRequires:  libXScrnSaver-devel
+BuildRequires:  libXft-devel
+BuildRequires:  libXt-devel
+BuildRequires:  pkg-config
 BuildRequires:  tcl-devel
-BuildRequires:  xorg-x11-devel
 Url:            http://www.tcl.tk
 Version:        8.5.12
 Release:        0
@@ -42,6 +47,7 @@
 Source1:        tk-rpmlintrc
 Source2:        baselibs.conf
 Patch0:         %name.patch
+Patch1:         tk-8.5.12-fix-xft.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -88,6 +94,7 @@
 %prep
 %setup -q -n %name%version
 %patch0
+%patch1 -p1
 
 %build
 cd unix

++++++ tk-8.5.12-fix-xft.patch ++++++
--- tk8.5.9/unix/configure.in.old       2010-09-02 20:12:14.000000000 +0200
+++ tk8.5.9/unix/configure.in   2011-02-17 13:32:22.719116636 +0100
@@ -530,8 +530,8 @@
        XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
        if test "$found_xft" = "no" ; then
            found_xft=yes
-           XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
-           XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
+           XFT_CFLAGS=`pkg-config --cflags xft freetype2 2>/dev/null` || 
found_xft="no"
+           XFT_LIBS=`pkg-config --libs xft freetype2 2>/dev/null` || 
found_xft="no"
        fi
        AC_MSG_RESULT([$found_xft])
        dnl make sure that compiling against Xft header file doesn't bomb
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to