]> git.pld-linux.org Git - packages/tk.git/commitdiff
- up to 8.6.7 auto/th/tk-8.6.7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 Oct 2017 10:27:41 +0000 (11:27 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 Oct 2017 10:27:41 +0000 (11:27 +0100)
tk-opt_flags_pass_fix.patch
tk.spec

index 1534f408c493a5cc4f0e1d1bf90828712c65e30a..60b04b01707d0964e7d00a1ec854a11ecaa96599 100644 (file)
            # egcs-2.91.66 on Redhat Linux 6.0 generates lots of warnings
            # when you inline the string and math operations.  Turn this off to
            # get rid of the warnings.
-@@ -1507,7 +1507,7 @@
-               CFLAGS_OPTIMIZE="-O0"
-               ;;
-           *)
--              CFLAGS_OPTIMIZE="-O2"
-+              CFLAGS_OPTIMIZE="${OPTFLAGS}"
-               ;;
-           esac
-           AS_IF([test "${TCL_THREADS}" = "1"], [
+
diff --git a/tk.spec b/tk.spec
index 5444205b2f7cb636532f84345bde97a3272ce3d3..b98539b41ac4e95a378504ba4bece94cd7a67729 100644 (file)
--- a/tk.spec
+++ b/tk.spec
@@ -7,13 +7,13 @@ Summary(tr.UTF-8):    Tk, Tcl için grafik kullanıcı arabirimi araç takımıdır
 Summary(uk.UTF-8):     Tk GUI toolkit для Tcl
 Name:          tk
 %define                major   8.6
-%define                minor   6
+%define                minor   7
 Version:       %{major}.%{minor}
 Release:       1
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5: dd7dbb3a6523c42d05f6ab6e86096e99
+# Source0-md5: 46ea9c0165c515d87393700f4891ab6f
 Patch0:                %{name}-manlnk.patch
 Patch1:                %{name}-opt_flags_pass_fix.patch
 Patch2:                %{name}-norpath.patch
This page took 0.111204 seconds and 4 git commands to generate.