From 3acf03da5d969328e214de656073679e04d7ad0c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 10 Aug 2008 22:56:30 +0000 Subject: svininfo update (10aug08) git-svn-id: svn://tug.org/texlive/trunk@10233 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/svninfo/Makefile | 4 ++-- Master/texmf-dist/source/latex/svninfo/svninfo.dtx | 20 ++++++++++++-------- Master/texmf-dist/source/latex/svninfo/svninfo.ins | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/source/latex/svninfo') diff --git a/Master/texmf-dist/source/latex/svninfo/Makefile b/Master/texmf-dist/source/latex/svninfo/Makefile index 5fe8d69d04d..510e4ab2d6a 100644 --- a/Master/texmf-dist/source/latex/svninfo/Makefile +++ b/Master/texmf-dist/source/latex/svninfo/Makefile @@ -3,7 +3,7 @@ ## ## For configuration, update the following defines: ## -## $Id: Makefile 3842 2008-04-27 21:53:34Z brucker $ +## $Id: Makefile 3963 2008-08-08 21:42:56Z brucker $ ## ## This file ist part of the svninfo package. Please see the file ## svninfo.dtx for copyright information. @@ -24,7 +24,7 @@ TAR = tar ######################################################################## -REV = 0.7.2 +REV = 0.7.3 TAR_FILE = svninfo-$(REV).tar.gz TAR_DIR = svninfo-$(REV) SRC = svninfo.dtx svninfo.ins README Makefile diff --git a/Master/texmf-dist/source/latex/svninfo/svninfo.dtx b/Master/texmf-dist/source/latex/svninfo/svninfo.dtx index 7cdd103d74b..409013e9aee 100644 --- a/Master/texmf-dist/source/latex/svninfo/svninfo.dtx +++ b/Master/texmf-dist/source/latex/svninfo/svninfo.dtx @@ -70,6 +70,8 @@ % \newcommand{\Id}{\texttt{\$Id\$}} % \newcommand{\SvnInfoCmd}[1]{\texttt{$\backslash$svnInfo\blank\$Id#1\$\blank}} % +% \changes{v0.7.3}{2008/08/09}{Fixed bug resulting in wrong date for maximal +% revision} % \changes{v0.7.2}{2008/04/28}{Fixed documentation: the option for using % the \texttt{scrpage2} package is called \texttt{scrpage}. Fixed % support for \texttt{svk}.} @@ -102,7 +104,7 @@ % \author{Achim D.~Brucker\\ % {\footnotesize brucker@freiburg.linux.de}\\ % {\footnotesize http://www.brucker.ch/}} -% \date{April 17, 2007\\Version 0.7.1} +% \date{August 9, 2008\\Version 0.7.3} % % \maketitle % @@ -422,9 +424,9 @@ % % Further I want to thank all the people that reported bugs and ideas % for improvements, often including patches: Andreas Haller, Benjamin -% Hiller, Christophe Jacquet, Dries Kimpe, Jami Lawrence, Stefan Mann, -% Nigel Metheringham, Igor Nikolic, Michael Niedermair, Heiko -% Oberdiek, Bernd Raichle, Krzysztof Retel, J\"org, Sommer, Arnout +% Hiller, Christophe Jacquet, Dries Kimpe, Jami Lawrence, Henning Lenz, +% Stefan Mann, Nigel Metheringham, Igor Nikolic, Michael Niedermair, +% Heiko Oberdiek, Bernd Raichle, Krzysztof Retel, J\"org, Sommer, Arnout % Standaert, Daniel Tr\"umper, Thomas Weber, and Uwe Ziegenhagen. % % \section{Copyright and License} @@ -510,7 +512,7 @@ % \begin{macrocode} %<*package> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{svninfo}[2008/04/28 v0.7.2] +\ProvidesPackage{svninfo}[2008/08/09 v0.7.3] % \end{macrocode} % % Declare some local counters to store the \Svn\ date @@ -834,7 +836,8 @@ \@svnInfoDay =#3\relax \@svnInfoMonth=#2\relax \@svnInfoYear =#1\relax - \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\)}{% + \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\) + \OR \( \svnInfoMaxRevision < #5 \)}{% \def\svnInfoMaxYear{#1}% \def\svnInfoMaxMonth{#2}% \def\svnInfoMaxDay{#3}% @@ -845,7 +848,8 @@ \@svnInfoDay =#3\relax \@svnInfoMonth=#2\relax \@svnInfoYear =#1\relax - \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\)}{% + \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\) + \OR \( \svnInfoMaxRevision < #4 \)}{% \def\svnInfoMaxYear{#1}% \def\svnInfoMaxMonth{#2}% \def\svnInfoMaxDay{#3}% @@ -1332,7 +1336,7 @@ \Msg{} \Msg{***********************************************************} \Msg{** Hello to the installation of the `svninfo' package.} -\Msg{** Version 0.7.2, April 28, 2009} +\Msg{** Version 0.7.3, August 9, 2009} \Msg{***********************************************************} \Msg{} diff --git a/Master/texmf-dist/source/latex/svninfo/svninfo.ins b/Master/texmf-dist/source/latex/svninfo/svninfo.ins index d24657453cc..d518ab3ab56 100644 --- a/Master/texmf-dist/source/latex/svninfo/svninfo.ins +++ b/Master/texmf-dist/source/latex/svninfo/svninfo.ins @@ -63,7 +63,7 @@ \Msg{} \Msg{***********************************************************} \Msg{** Hello to the installation of the `svninfo' package.} -\Msg{** Version 0.7.2, April 28, 2008} +\Msg{** Version 0.7.3, August 9, 2008} \Msg{***********************************************************} \Msg{} -- cgit v1.2.3