Hello community, here is the log from the commit of package tk for openSUSE:Factory checked in at 2014-04-23 17:28:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tk (Old) and /work/SRC/openSUSE:Factory/.tk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tk" Changes: -------- --- /work/SRC/openSUSE:Factory/tk/tk.changes 2013-10-23 10:15:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes 2014-04-23 17:28:12.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Mar 31 02:35:59 UTC 2014 - badshah400@gmail.com + +- Add tk-fix-pkgconfig-file.patch to fix undefined linker flag + (@TK_LIBS@) in tk.pc pkgconfig file; patch sent upstream, see + https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7 . + +------------------------------------------------------------------- New: ---- tk-fix-pkgconfig-file.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tk.spec ++++++ --- /var/tmp/diff_new_pack.ve4eCZ/_old 2014-04-23 17:28:13.000000000 +0200 +++ /var/tmp/diff_new_pack.ve4eCZ/_new 2014-04-23 17:28:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package tk # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,6 +52,8 @@ Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl Patch0: %name.patch Patch1: tk-8.5.12-fix-xft.patch +# PATCH-FIX-UPSTREAM tk-fix-pkgconfig-file.patch badshah400@gmail.com -- Fix undefined token (@TK_LIBS@) in linker flag in pkgconfig file; patch sent upstream +Patch2: tk-fix-pkgconfig-file.patch %description Tk is a graphical user interface toolkit that takes developing desktop @@ -99,6 +101,7 @@ %setup -q -n %name%version %patch0 %patch1 -p1 +%patch2 -p1 %build cd unix ++++++ tk-fix-pkgconfig-file.patch ++++++ https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7 Index: tk8.6.1/unix/tk.pc.in =================================================================== --- tk8.6.1.orig/unix/tk.pc.in +++ tk8.6.1/unix/tk.pc.in @@ -11,5 +11,5 @@ URL: http://www.tcl.tk/ Version: @TK_VERSION@ Requires: Conflicts: -Libs: -L${libdir} @TK_LIBS@ +Libs: -L${libdir} @TK_LIB_FLAG@ Cflags: -I${includedir} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de