From 0acb9538604e3b637186ce844cb3fd0afd6bbd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 27 Jun 2011 13:52:58 +0200 Subject: [PATCH] New version Resolves: rhbz#716877 --- tcl-8.5.0-conf.patch => tcl-8.5.10-conf.patch | 2 +- tcl.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) rename tcl-8.5.0-conf.patch => tcl-8.5.10-conf.patch (97%) diff --git a/tcl-8.5.0-conf.patch b/tcl-8.5.10-conf.patch similarity index 97% rename from tcl-8.5.0-conf.patch rename to tcl-8.5.10-conf.patch index 24d9045..dd90b06 100644 --- a/tcl-8.5.0-conf.patch +++ b/tcl-8.5.10-conf.patch @@ -16,7 +16,7 @@ AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"]) AS_IF([test $do64bit = yes], [ @@ -1464,7 +1464,7 @@ dnl AC_CHECK_TOOL(AR, ar) - SHLIB_LD_LIBS='${LIBS}' + SHLIB_CFLAGS="-fPIC" SHLIB_SUFFIX=".so" - SHLIB_LD='${CC} -shared' diff --git a/tcl.spec b/tcl.spec index f58eea0..c2a8f54 100644 --- a/tcl.spec +++ b/tcl.spec @@ -1,11 +1,11 @@ %define majorver 8.5 -%define vers %{majorver}.9 +%define vers %{majorver}.10 %{!?sdt:%define sdt 1} Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 3%{?dist} +Release: 1%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -17,7 +17,7 @@ Provides: tcl(abi) = %{majorver} Obsoletes: tcl-tcldict <= %{vers} Provides: tcl-tcldict = %{vers} Patch0: tcl-8.5.1-autopath.patch -Patch1: tcl-8.5.0-conf.patch +Patch1: tcl-8.5.10-conf.patch Patch2: tcl-8.5.9-hidden.patch %if %sdt @@ -138,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}%{majorver}/tclAppInit.c %changelog +* Mon Jun 27 2011 Jaroslav Škarvada - 1:8.5.10-1 +- New version + Resolves: rhbz#716877 + * Thu May 05 2011 Jaroslav Škarvada - 1:8.5.9-3 - Packaged tclAppInit.c into devel subpackage (#702088) - Removed rpmlint warning - macro in comment