From: Adam Dickmeiss Date: Fri, 26 Oct 2012 12:27:27 +0000 (+0200) Subject: Require YAZ 4.2.44 X-Git-Tag: v1.3.50~15 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=0627418ae05d1f79ec21f5579db0dbaf3c5ac286 Require YAZ 4.2.44 --- diff --git a/configure.ac b/configure.ac index ecbb476..9c8f863 100644 --- a/configure.ac +++ b/configure.ac @@ -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.33 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.44 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40221 +#if YAZ_VERSIONL < 0x4022C #error too old #endif ]])], diff --git a/debian/control b/debian/control index e323828..4ab97b9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), - libyaz4-dev (>= 4.2.33), + libyaz4-dev (>= 4.2.44), libyazpp4-dev (>= 1.3.2), libxslt1-dev, libboost-dev, @@ -29,7 +29,7 @@ Description: Z39.50/SRU router (main executable) Package: libmetaproxy4 Section: libs Architecture: any -Depends: ${shlibs:Depends}, libyaz4 (>= 4.2.22) +Depends: ${shlibs:Depends} Description: Z39.50/SRU router (runtime) This is a universal router, proxy and encapsulated metasearcher for information retrieval protocols. It accepts, processes, interprets diff --git a/metaproxy.spec b/metaproxy.spec index 7ef55d1..fc1d85d 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -9,7 +9,7 @@ Vendor: Index Data ApS Source: metaproxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} /etc/metaproxy -BuildRequires: pkgconfig, libyaz4-devel >= 4.2.33, libyazpp4-devel >= 1.3.2 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.44, libyazpp4-devel >= 1.3.2 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss @@ -30,7 +30,7 @@ Metaproxy documentation. %package -n libmetaproxy4 Summary: Metaproxy library Group: Libraries -Requires: libyazpp4 >= 1.3.2, libyaz4 >= 4.2.33 +Requires: libyazpp4 >= 1.3.2, libyaz4 >= 4.2.44 %description -n libmetaproxy4 The Metaproxy libraries.