+Thu Mar 1 18:16:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3
+ * doc/xslt.html: updated
+
Wed Feb 28 19:24:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/extra.[ch] libxslt/transform.[ch] libxslt/xsltInternals.h:
AC_INIT(libxslt/xslt.c)
-VERSION=0.3.0
+VERSION=0.4.0
PACKAGE=libxslt
AM_CONFIG_HEADER(config.h)
dnl find libxml
dnl
XML_CONFIG="xml2-config"
-AC_MSG_CHECKING(for libxml libraries >= 2.3.2)
+AC_MSG_CHECKING(for libxml libraries >= 2.3.3)
if test "x$LIBXML_PREFIX" != "x"
then
if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1
if test "x$XML_CONFIG" != "x"
then
vers=`$XML_CONFIG --version | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
- if test "$vers" -ge 2003002
+ if test "$vers" -ge 2003003
then
LIBXML_LIBS="`$XML_CONFIG --libs`"
LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
AC_MSG_RESULT(found)
else
- AC_MSG_ERROR(You need at least libxml 2.3.2 for this version of libxslt)
+ AC_MSG_ERROR(You need at least libxml 2.3.3 for this version of libxslt)
fi
else
AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.)
href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
for a really accurate description</h3>
+<h3>0.4.0: Mar 1 2001</h3>
+<ul>
+ <li>fourth beta test, released at the same time of libxml2-2.3.3</li>
+ <li>bug fixes</li>
+ <li>some optimization</li>
+ <li>started implement extension support, not finished</li>
+ <li>implemented but not tested multiple file output</li>
+</ul>
+
<h3>0.3.0: Feb 24 2001</h3>
<ul>
<li>third beta test, released at the same time of libxml2-2.3.2</li>
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{ver}.tar.gz
BuildRoot: /var/tmp/libxslt-%{PACKAGE_VERSION}-root
-Requires: libxml2 >= 2.3.2
+Requires: libxml2 >= 2.3.3
-URL: http://xmlsoft.org/
+URL: http://xmlsoft.org/XSLT/
Docdir: %{prefix}/doc
%description
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.3.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
installed.
%package devel
%description devel
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.3.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
installed.
%changelog