1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

add a line in %changelog for releases Daniel

* libxml.spec.in configure.in: add a line in %changelog for releases
Daniel
This commit is contained in:
Daniel Veillard 2002-11-25 16:33:40 +00:00
parent 9bc53109b8
commit 9715c17b84
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
* libxml.spec.in configure.in: add a line in %changelog for releases
Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
* parser.c: patch from Marcus Clarke fixing a problem in entities

View File

@ -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

View File

@ -137,6 +137,9 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
* @RELDATE@ Daniel Veillard <veillard@redhat.com>
- upstream release @VERSION@ see http://xmlsoft.org/news.html
* Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>
- revamped the spec file, cleaned up some rpm building problems