From 9715c17b84b449d5134e0a671c7abe573166779b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 25 Nov 2002 16:33:40 +0000 Subject: [PATCH] add a line in %changelog for releases Daniel * libxml.spec.in configure.in: add a line in %changelog for releases Daniel --- ChangeLog | 4 ++++ configure.in | 4 ++++ libxml.spec.in | 3 +++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f4248886..63a571b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 25 17:28:53 CET 2002 Daniel Veillard + + * libxml.spec.in configure.in: add a line in %changelog for releases + Mon Nov 25 14:18:27 CET 2002 Daniel Veillard * parser.c: patch from Marcus Clarke fixing a problem in entities diff --git a/configure.in b/configure.in index d6493264..d318f703 100644 --- a/configure.in +++ b/configure.in @@ -643,6 +643,10 @@ AC_SUBST(PYTHON_SITE_PACKAGES) AC_SUBST(M_LIBS) AC_SUBST(RDL_LIBS) +dnl for the spec file +RELDATE=`date +'%a %b %e %Y'` +AC_SUBST(RELDATE) + rm -f rm COPYING.LIB COPYING ln -s Copyright COPYING diff --git a/libxml.spec.in b/libxml.spec.in index e826e687..b33664d0 100644 --- a/libxml.spec.in +++ b/libxml.spec.in @@ -137,6 +137,9 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* @RELDATE@ Daniel Veillard +- upstream release @VERSION@ see http://xmlsoft.org/news.html + * Wed Oct 23 2002 Daniel Veillard - revamped the spec file, cleaned up some rpm building problems