From 455cbbcdc36733d8a8f75ca07914b649b9c4b9a9 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 1 Jun 2001 09:32:02 +0000 Subject: [PATCH] - configure.in libxslt.spec.in: released 0.11.0 Daniel --- ChangeLog | 4 ++++ configure.in | 8 ++++---- libxslt.spec.in | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2da96c0..5e4677b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 1 11:30:49 CEST 2001 Daniel Veillard + + * configure.in libxslt.spec.in: released 0.11.0 + Mon May 28 12:54:45 CEST 2001 Daniel Veillard * libxslt/transform.c: William M. Brack found a small bug diff --git a/configure.in b/configure.in index 7235993..f254c15 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(libxslt/xslt.c) LIBXSLT_MAJOR_VERSION=0 -LIBXSLT_MINOR_VERSION=10 +LIBXSLT_MINOR_VERSION=11 LIBXSLT_MICRO_VERSION=0 PACKAGE=libxslt @@ -126,7 +126,7 @@ dnl dnl find libxml dnl XML_CONFIG="xml2-config" -AC_MSG_CHECKING(for libxml libraries >= 2.3.8) +AC_MSG_CHECKING(for libxml libraries >= 2.3.10) if test "x$LIBXML_PREFIX" != "x" then if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1 @@ -143,13 +143,13 @@ dnl 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 2003008 + if test "$vers" -ge 2003010 then LIBXML_LIBS="`$XML_CONFIG --libs`" LIBXML_CFLAGS="`$XML_CONFIG --cflags`" AC_MSG_RESULT(found) else - AC_MSG_ERROR(You need at least libxml2 2.3.8 for this version of libxslt) + AC_MSG_ERROR(You need at least libxml2 2.3.10 for this version of libxslt) fi else AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.) diff --git a/libxslt.spec.in b/libxslt.spec.in index 158fa0a..03b63dd 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -10,7 +10,7 @@ Copyright: LGPL Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{ver}.tar.gz BuildRoot: /var/tmp/libxslt-%{PACKAGE_VERSION}-root -Requires: libxml2 >= 2.3.8 +Requires: libxml2 >= 2.3.10 URL: http://xmlsoft.org/XSLT/ Docdir: %{prefix}/doc @@ -25,7 +25,7 @@ installed. Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2-devel >= 2.3.8 +Requires: libxml2-devel >= 2.3.10 %description devel This C library allows to transform XML files into other XML files -- 2.7.4