summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/svninfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-10 22:56:30 +0000
committerKarl Berry <karl@freefriends.org>2008-08-10 22:56:30 +0000
commit3acf03da5d969328e214de656073679e04d7ad0c (patch)
tree7dee5a178c3e7c0eccd822a239e9bfc4ab7155ee /Master/texmf-dist/source/latex/svninfo
parentfbdd21e3229d02e9f96bf3e4576a44ffe1d3ef98 (diff)
svininfo update (10aug08)
git-svn-id: svn://tug.org/texlive/trunk@10233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/svninfo')
-rw-r--r--Master/texmf-dist/source/latex/svninfo/Makefile4
-rw-r--r--Master/texmf-dist/source/latex/svninfo/svninfo.dtx20
-rw-r--r--Master/texmf-dist/source/latex/svninfo/svninfo.ins2
3 files changed, 15 insertions, 11 deletions
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{}