From 3cc7f0ffec107ec5f8f62691f571e9226b5ecd48 Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Fri, 2 Nov 2007 17:40:30 +0000 Subject: [PATCH] Upgrade to version 1.0.6.12 git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2162 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/configure | 2 +- src/configure.in | 2 +- src/misc/admin/admin.makefile | 6 +++--- src/misc/rpm/TeXmacs.spec | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/configure b/src/configure index 12d4d15d..08702ea7 100755 --- a/src/configure +++ b/src/configure @@ -1219,7 +1219,7 @@ ac_config_headers="$ac_config_headers src/System/config.h:src/System/config.in" PACKAGE="TeXmacs" -DEVEL_VERSION="1.0.6.11" +DEVEL_VERSION="1.0.6.12" DEVEL_RELEASE="1" STABLE_VERSION="1.0.6" STABLE_RELEASE="1" diff --git a/src/configure.in b/src/configure.in index 5ed2d47b..10a97226 100644 --- a/src/configure.in +++ b/src/configure.in @@ -16,7 +16,7 @@ AC_INIT AC_CONFIG_HEADERS([src/System/config.h:src/System/config.in]) PACKAGE="TeXmacs" -DEVEL_VERSION="1.0.6.11" +DEVEL_VERSION="1.0.6.12" DEVEL_RELEASE="1" STABLE_VERSION="1.0.6" STABLE_RELEASE="1" diff --git a/src/misc/admin/admin.makefile b/src/misc/admin/admin.makefile index 30765102..6c63dead 100644 --- a/src/misc/admin/admin.makefile +++ b/src/misc/admin/admin.makefile @@ -14,8 +14,8 @@ bindir = ${exec_prefix}/bin datadir = ${prefix}/share mandir = ${prefix}/man tmdir = TeXmacs -tmtgz = TeXmacs-1.0.6.11 -tmrpm = TeXmacs-1.0.6.11-1 +tmtgz = TeXmacs-1.0.6.12 +tmrpm = TeXmacs-1.0.6.12-1 tmorig = /home/vdhoeven/cvs/src tmsrc = /home/vdhoeven/cvs/src/TeXmacs tmbin = ${exec_prefix}/libexec/TeXmacs @@ -30,6 +30,6 @@ MV = mv -f LN = ln -f CHMOD = chmod -f GZIP = gzip -f -STRIP = true +STRIP = strip TOUCH = touch TAR = tar diff --git a/src/misc/rpm/TeXmacs.spec b/src/misc/rpm/TeXmacs.spec index d728513d..136da8a9 100644 --- a/src/misc/rpm/TeXmacs.spec +++ b/src/misc/rpm/TeXmacs.spec @@ -1,9 +1,9 @@ Summary: A structured wysiwyg scientific text editor Name: TeXmacs -Version: 1.0.6.11 +Version: 1.0.6.12 Release: 1 Url: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/TeXmacs-1.0.6.11-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/TeXmacs-1.0.6.12-src.tar.gz License: GNU GPL 2.0 Packager: Joris van der Hoeven Distribution: GNU/Linux @@ -11,7 +11,7 @@ Vendor: Jo the ripper software Group: Applications/Editors Requires: tetex Buildrequires: guile-devel -BuildRoot: %{_tmppath}/TeXmacs-1.0.6.11-root +BuildRoot: %{_tmppath}/TeXmacs-1.0.6.12-root %description @@ -36,7 +36,7 @@ saved in TeXmacs, Xml or Scheme format and printed as Postscript or Pdf files. Converters exist for TeX/LaTeX and Html/Mathml. %prep -%setup -q -n TeXmacs-1.0.6.11-src +%setup -q -n TeXmacs-1.0.6.12-src %build %configure -- 2.11.4.GIT