Hello community, here is the log from the commit of package xtem checked in at Fri May 19 16:57:27 CEST 2006. -------- --- xtem/xtem.changes 2006-01-25 21:43:29.000000000 +0100 +++ xtem/xtem.changes 2006-05-19 16:45:17.000000000 +0200 @@ -1,0 +2,8 @@ +Fri May 19 16:40:08 CEST 2006 - lmichnovic@suse.cz + +- updated to version 8.26 [#173864] + - printing now allows for kprinter --> kprinter menu + - minor correction in tex.tcl concerning problems with leading + blank in filename at ETeX call + +------------------------------------------------------------------- Old: ---- xtem-8.10.dif xtem_texmenu.8.10.tar.bz2 New: ---- xtem-8.26.patch xtem_texmenu.8.26.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtem.spec ++++++ --- /var/tmp/diff_new_pack.Li1po4/_old 2006-05-19 16:56:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Li1po4/_new 2006-05-19 16:56:30.000000000 +0200 @@ -1,15 +1,14 @@ # -# spec file for package xtem (Version 8.10) +# spec file for package xtem (Version 8.26) # -# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm tcl tk Name: xtem BuildRequires: tk @@ -17,12 +16,12 @@ Group: Productivity/Publishing/TeX/Frontends Requires: tk Autoreqprov: on -Version: 8.10 -Release: 551 +Version: 8.26 +Release: 2 Summary: A TeX menu system for the X Window System -URL: http://www.iwd.uni-bremen.de/xtem/xtem_texmenu.html +URL: http://www.tug.org/tex-archive/support/xtem_texmenu/xtem/ Source: xtem_texmenu.%{version}.tar.bz2 -Patch: xtem-%{version}.dif +Patch: xtem-%{version}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,7 +47,6 @@ ./xteminstall basic %install -rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT/usr/X11R6/lib/ cp -a ../xtem-%{version} $RPM_BUILD_ROOT/usr/X11R6/lib/ (cd $RPM_BUILD_ROOT/usr/X11R6/lib && ln -sf xtem-%{version} xtem) @@ -87,7 +85,7 @@ %files %defattr(-,root,root) -%doc COPYING Changelog Installation.Reply Installation.tex README README.Tcl-version +%doc COPYING Changelog Installation.tex README README.Tcl-version %doc README.Upgrading README.hyphen_show SyntaxHelp_htx.tex /usr/X11R6/man/man1/* /usr/X11R6/bin/* @@ -95,6 +93,11 @@ /usr/X11R6/lib/xtem-%{version} %changelog -n xtem +* Fri May 19 2006 - lmichnovic@suse.cz +- updated to version 8.26 [#173864] +- printing now allows for kprinter --> kprinter menu +- minor correction in tex.tcl concerning problems with leading + blank in filename at ETeX call * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 11 2004 - adrian@suse.de ++++++ xtem-8.26.patch ++++++ --- xV.tcl +++ xV.tcl @@ -17,7 +17,7 @@ set NeedsMinimumTclOlderXtem 7.0 set NeedsMinimumTclThisXtem 8.0 set UpgradeRecommendedTclOlder 8.0 - set TestedUpToTcl 8.3.3 + set TestedUpToTcl 8.4 set SeemsToBeRunningTcl 8.9 set tclversion [info tclversion]; set patchlevel [info patchlevel]; # the "real version" --- xi1.tcl +++ xi1.tcl @@ -326,91 +326,91 @@ # installation of shell script xtem ---> $BINPATH -set cmpres [catch "exec cmp $BINPATH/xtem xtem" cmpmes] -if {[file exists "$BINPATH/xtem"]&&($cmpmes=="")} {# is up to date - XiProtokoll "\nShell script is up to date: $BINPATH/xtem" -} else {# must be updated - if [file writable $BINPATH] {# update can be done - XiProtokoll "\nInstallation of Shell script: $BINPATH/xtem" - XiUnlink $BINPATH/xtem; XiLinkSym $INSTPATH/xtem/xtem $BINPATH/xtem - } else {# needs update, but cannot be updated! - XiProtokollEnd4 "\n$BINPATH/xtem [XiNotInstalledText]" - XiProtokollEnd4 "\trm $BINPATH/xtem\n ln -s $INSTPATH/xtem/xtem $BINPATH/xtem" ; XiProtokoll "" - } -} +#set cmpres [catch "exec cmp $BINPATH/xtem xtem" cmpmes] +#if {[file exists "$BINPATH/xtem"]&&($cmpmes=="")} {# is up to date +# XiProtokoll "\nShell script is up to date: $BINPATH/xtem" +#} else {# must be updated +# if [file writable $BINPATH] {# update can be done +# XiProtokoll "\nInstallation of Shell script: $BINPATH/xtem" +# XiUnlink $BINPATH/xtem; XiLinkSym $INSTPATH/xtem/xtem $BINPATH/xtem +# } else {# needs update, but cannot be updated! +# XiProtokollEnd4 "\n$BINPATH/xtem [XiNotInstalledText]" +# XiProtokollEnd4 "\trm $BINPATH/xtem\n ln -s $INSTPATH/xtem/xtem $BINPATH/xtem" ; XiProtokoll "" +# } +#} # installation of program changecode ---> $BINPATH -if [file exists "changecode"] { - set cmpres [catch "exec cmp $BINPATH/changecode changecode" cmpmes] - if {[file exists "$BINPATH/changecode"]&&($cmpmes=="")} {# changecode is up to date - XiProtokoll "\nProgram is up to date: $BINPATH/changecode" - } else {# changecode must be updated - if [file writable $BINPATH] {# update can be done - XiProtokoll "\nInstallation of program: $BINPATH/changecode" - XiUnlink $BINPATH/changecode; XiLinkSym $INSTPATH/xtem/changecode $BINPATH/changecode - } else {# needs update, but cannot be updated! - XiProtokollEnd4 "\n$BINPATH/changecode [XiNotInstalledText]" - XiProtokollEnd4 "\trm $BINPATH/changecode\n ln -s $INSTPATH/xtem/changecode $BINPATH/changecode" - XiProtokoll "" - } - } -} else {# file changecode not found - XiProtokollEnd4 "\nFile not found: changecode"; XiProtokoll "" -} +#if [file exists "changecode"] { +# set cmpres [catch "exec cmp $BINPATH/changecode changecode" cmpmes] +# if {[file exists "$BINPATH/changecode"]&&($cmpmes=="")} {# changecode is up to date +# XiProtokoll "\nProgram is up to date: $BINPATH/changecode" +# } else {# changecode must be updated +# if [file writable $BINPATH] {# update can be done +# XiProtokoll "\nInstallation of program: $BINPATH/changecode" +# XiUnlink $BINPATH/changecode; XiLinkSym $INSTPATH/xtem/changecode $BINPATH/changecode +# } else {# needs update, but cannot be updated! +# XiProtokollEnd4 "\n$BINPATH/changecode [XiNotInstalledText]" +# XiProtokollEnd4 "\trm $BINPATH/changecode\n ln -s $INSTPATH/xtem/changecode $BINPATH/changecode" +# XiProtokoll "" +# } +# } +#} else {# file changecode not found +# XiProtokollEnd4 "\nFile not found: changecode"; XiProtokoll "" +#} # installation of program hyphen_show ---> $BINPATH -if [file exists "hyphen_show"] { - set cmpres [catch "exec cmp $BINPATH/hyphen_show hyphen_show" cmpmes] - if {[file exists "$BINPATH/hyphen_show"]&&($cmpmes=="")} {# hyphen_show is up to date - XiProtokoll "\nProgram is up to date: $BINPATH/hyphen_show" - } else {# hyphen_show must be updated - if [file writable $BINPATH] {# update can be done - XiProtokoll "\nInstallation of program: $BINPATH/hyphen_show" - XiUnlink $BINPATH/hyphen_show; XiLinkSym $INSTPATH/xtem/hyphen_show $BINPATH/hyphen_show - } else {# needs update, but cannot be updated! - XiProtokollEnd4 "\n$BINPATH/hyphen_show [XiNotInstalledText]" - XiProtokollEnd4 "\trm $BINPATH/hyphen_show\n ln -s $INSTPATH/xtem/hyphen_show $BINPATH/hyphen_show" - XiProtokoll "" - } - } -} else {# file hyphen_show not found - XiProtokollEnd4 "\nFile not found: hyphen_show"; XiProtokoll "" -} +#if [file exists "hyphen_show"] { +# set cmpres [catch "exec cmp $BINPATH/hyphen_show hyphen_show" cmpmes] +# if {[file exists "$BINPATH/hyphen_show"]&&($cmpmes=="")} {# hyphen_show is up to date +# XiProtokoll "\nProgram is up to date: $BINPATH/hyphen_show" +# } else {# hyphen_show must be updated +# if [file writable $BINPATH] {# update can be done +# XiProtokoll "\nInstallation of program: $BINPATH/hyphen_show" +# XiUnlink $BINPATH/hyphen_show; XiLinkSym $INSTPATH/xtem/hyphen_show $BINPATH/hyphen_show +# } else {# needs update, but cannot be updated! +# XiProtokollEnd4 "\n$BINPATH/hyphen_show [XiNotInstalledText]" +# XiProtokollEnd4 "\trm $BINPATH/hyphen_show\n ln -s $INSTPATH/xtem/hyphen_show $BINPATH/hyphen_show" +# XiProtokoll "" +# } +# } +#} else {# file hyphen_show not found +# XiProtokollEnd4 "\nFile not found: hyphen_show"; XiProtokoll "" +#} # man-page installation xtem.1 ---> $MANPATH -set cmpres [catch "exec cmp $MANPATH/xtem.1 xtem.1" cmpmes] -if {[file exists "$MANPATH/xtem.1"]&&($cmpmes=="")} {# is up to date - XiProtokoll "\nMan page is up to date: $MANPATH/xtem.1" -} else {# must be updated - if [file writable $MANPATH] {# update can be done - XiProtokoll "\nInstallation of man page: $MANPATH/xtem.1" - XiUnlink $MANPATH/xtem.1; XiLinkSym $INSTPATH/xtem/xtem.1 $MANPATH/xtem.1 - } else {# needs update, but cannot be updated! - XiProtokollEnd4 "\n$MANPATH/xtem.1 [XiNotInstalledText]" - XiProtokollEnd4 "\trm $MANPATH/xtem.1\n ln -s $INSTPATH/xtem/xtem.1 $MANPATH/xtem.1"; XiProtokoll "" - } -} +#set cmpres [catch "exec cmp $MANPATH/xtem.1 xtem.1" cmpmes] +#if {[file exists "$MANPATH/xtem.1"]&&($cmpmes=="")} {# is up to date +# XiProtokoll "\nMan page is up to date: $MANPATH/xtem.1" +#} else {# must be updated +# if [file writable $MANPATH] {# update can be done +# XiProtokoll "\nInstallation of man page: $MANPATH/xtem.1" +# XiUnlink $MANPATH/xtem.1; XiLinkSym $INSTPATH/xtem/xtem.1 $MANPATH/xtem.1 +# } else {# needs update, but cannot be updated! +# XiProtokollEnd4 "\n$MANPATH/xtem.1 [XiNotInstalledText]" +# XiProtokollEnd4 "\trm $MANPATH/xtem.1\n ln -s $INSTPATH/xtem/xtem.1 $MANPATH/xtem.1"; XiProtokoll "" +# } +#} # man-page installation hyphen_show.1 ---> $MANPATH -set cmpres [catch "exec cmp $MANPATH/hyphen_show.1 hyphen_show.1" cmpmes] -if {[file exists "$MANPATH/hyphen_show.1"]&&($cmpmes=="")} {# is up to date - XiProtokoll "\nMan page is up to date: $MANPATH/hyphen_show.1" -} else {# must be updated - if [file writable $MANPATH] {# update can be done - XiProtokoll "\nInstallation of man page: $MANPATH/hyphen_show.1" - XiUnlink $MANPATH/hyphen_show.1; XiLinkSym $INSTPATH/xtem/hyphen_show.1 $MANPATH/hyphen_show.1 - } else {# needs update, but cannot be updated! - XiProtokollEnd4 "\n$MANPATH/hyphen_show.1 [XiNotInstalledText]" - XiProtokollEnd4 "\trm $MANPATH/hyphen_show.1\n ln -s $INSTPATH/xtem/hyphen_show.1 $MANPATH/hyphen_show.1" - XiProtokoll "" - } -} +#set cmpres [catch "exec cmp $MANPATH/hyphen_show.1 hyphen_show.1" cmpmes] +#if {[file exists "$MANPATH/hyphen_show.1"]&&($cmpmes=="")} {# is up to date +# XiProtokoll "\nMan page is up to date: $MANPATH/hyphen_show.1" +#} else {# must be updated +# if [file writable $MANPATH] {# update can be done +# XiProtokoll "\nInstallation of man page: $MANPATH/hyphen_show.1" +# XiUnlink $MANPATH/hyphen_show.1; XiLinkSym $INSTPATH/xtem/hyphen_show.1 $MANPATH/hyphen_show.1 +# } else {# needs update, but cannot be updated! +# XiProtokollEnd4 "\n$MANPATH/hyphen_show.1 [XiNotInstalledText]" +# XiProtokollEnd4 "\trm $MANPATH/hyphen_show.1\n ln -s $INSTPATH/xtem/hyphen_show.1 $MANPATH/hyphen_show.1" +# XiProtokoll "" +# } +#} # installation of the setting files --- xteminstall +++ xteminstall @@ -26,11 +26,11 @@ # $INSTPATH/xtem-n.nn/xteminstall # (n.nn being the current version) -BINPATH="/usr/local/bin" ; # into this directory executeables and shell +BINPATH="/usr/X11R6/bin" ; # into this directory executeables and shell # scripts are copied; must be included in # search path variable $PATH -MANPATH="/usr/local/man/man1" ; # into this directory the man-page +MANPATH="/usr/X11R6/man/man1" ; # into this directory the man-page # is to be installed WISHCALL="/usr/bin/wish" ; # command to call wish @@ -39,7 +39,7 @@ TCLCALL="/usr/bin/tclsh" ; # command to call tclsh # (Tcl without Tk) -PRINTCOM="ABORT" ; # print command name list +PRINTCOM="lpr" ; # print command name list # (without options, separated by blanks), # the print commands must exist,if more than 1 element: # first element will become default printer when @@ -65,7 +65,7 @@ # each language is enclosed in braces and can # be followed by any number of synonyms -DEFLANGUAGE="german" ; # specifies the defaultlanguage +DEFLANGUAGE="english" ; # specifies the defaultlanguage CC="gcc" ; # C-compiler for translation of C Programs @@ -322,8 +322,8 @@ T=" "; echo "$T";echo "$T">>$L T=" retInstMenu=$retInstMenu "; echo "$T";echo "$T">>$L T=" "; echo "$T";echo "$T">>$L -fi -if [ "$retInstMenu" != "0" ]; then exit 1; fi + if [ "$retInstMenu" != "0" ]; then exit 1; fi +fi ################################################################################ ++++++ xtem_texmenu.8.10.tar.bz2 -> xtem_texmenu.8.26.tar.bz2 ++++++ ++++ 2256 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de