Require YAZ 4.2.67 due to yaz_facet_list_to_wrbuf
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Sep 2013 12:48:39 +0000 (14:48 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Sep 2013 12:48:39 +0000 (14:48 +0200)
configure.ac
debian/control
metaproxy.spec

index 4f35669..f82017b 100644 (file)
@@ -45,11 +45,11 @@ if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
 CPPFLAGS="$YAZPPINC $CPPFLAGS"
-AC_MSG_CHECKING([if YAZ is version 4.2.62 or later])
+AC_MSG_CHECKING([if YAZ is version 4.2.67 or later])
 AC_COMPILE_IFELSE(
         [AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
                          [[
-#if YAZ_VERSIONL < 0x4023E
+#if YAZ_VERSIONL < 0x40243
 #error too old
 #endif
 ]])],
index b2727a1..16c91e0 100644 (file)
@@ -4,7 +4,7 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 5),
-       libyaz4-dev (>= 4.2.62),
+       libyaz4-dev (>= 4.2.67),
        libyazpp5-dev (>= 1.4.1),
        libxslt1-dev,
        libboost-dev,
index f3afed4..7651a1d 100644 (file)
@@ -9,7 +9,7 @@ Vendor: Index Data ApS <info@indexdata.dk>
 Source: metaproxy-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz4-devel >= 4.2.62, libyazpp5-devel >= 1.4.1
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.67, libyazpp5-devel >= 1.4.1
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>
@@ -30,7 +30,7 @@ Metaproxy documentation.
 %package -n libmetaproxy4
 Summary: Metaproxy library
 Group: Libraries
-Requires: libyazpp5 >= 1.4.0, libyaz4 >= 4.2.62
+Requires: libyazpp5 >= 1.4.0, libyaz4 >= 4.2.67
 
 %description -n libmetaproxy4
 The Metaproxy libraries.