Require YAZ 4.2.33 due to new yaz_daemon_stop
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 May 2012 13:32:20 +0000 (15:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 May 2012 13:32:20 +0000 (15:32 +0200)
configure.ac
debian/control
metaproxy.spec

index 2401c67..1bd253d 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.32 or later])
+AC_MSG_CHECKING([if YAZ is version 4.2.33 or later])
 AC_COMPILE_IFELSE(
         [AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
                          [[
-#if YAZ_VERSIONL < 0x40220
+#if YAZ_VERSIONL < 0x40221
 #error too old
 #endif
 ]])],
index bca2cf3..1e9f450 100644 (file)
@@ -4,7 +4,7 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 4),
-       libyaz4-dev (>= 4.2.32),
+       libyaz4-dev (>= 4.2.33),
        libyazpp4-dev (>= 1.3.0),
        libxslt1-dev,
        libboost-dev,
index 4669416..f4044e6 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.32, libyazpp4-devel >= 1.3.0
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.33, libyazpp4-devel >= 1.3.0
 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: libyazpp4 >= 1.3.0, libyaz4 >= 4.2.32
+Requires: libyazpp4 >= 1.3.0, libyaz4 >= 4.2.33
 
 %description -n libmetaproxy4
 The Metaproxy libraries.