Requires YAZ 5.9.0 due to YAZ-818 YAZ-819 mp-485
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Feb 2015 11:03:56 +0000 (12:03 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Feb 2015 11:04:05 +0000 (12:04 +0100)
configure.ac
debian/control
metaproxy.spec

index 8f44b2b..0e83613 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 5.7.0 or later])
+AC_MSG_CHECKING([if YAZ is version 5.9.0 or later])
 AC_COMPILE_IFELSE(
         [AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
                          [[
-#if YAZ_VERSIONL < 0x50700
+#if YAZ_VERSIONL < 0x50900
 #error too old
 #endif
 ]])],
index 583cb56..189c3c0 100644 (file)
@@ -4,7 +4,7 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 7),
-       libyaz5-dev (>= 5.7.0),
+       libyaz5-dev (>= 5.9.0),
        libyazpp6-dev (>= 1.6.0),
        libxslt1-dev,
        libboost-dev,
index 2f973f9..a54ee8c 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, libyaz5-devel >= 5.7.0, libyazpp6-devel >= 1.6.0
+BuildRequires: pkgconfig, libyaz5-devel >= 5.9.0, libyazpp6-devel >= 1.6.0
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>
@@ -31,7 +31,7 @@ Metaproxy documentation.
 %package -n libmetaproxy6
 Summary: Metaproxy library
 Group: Libraries
-Requires: libyazpp6 >= 1.6.0, libyaz5 >= 5.7.0
+Requires: libyazpp6 >= 1.6.0, libyaz5 >= 5.9.0
 
 %description -n libmetaproxy6
 The Metaproxy libraries.