From: Adam Dickmeiss Date: Wed, 25 Apr 2012 11:24:35 +0000 (+0200) Subject: Build require yazpp 1.3.0 X-Git-Tag: v1.3.34~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=978cd9da915a5ef599997b71e5b2576201edbb5a;p=metaproxy-moved-to-github.git Build require yazpp 1.3.0 --- diff --git a/configure.ac b/configure.ac index d0bc2ad..2401c67 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.2.7]) +YAZPP_INIT([threads],[1.3.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 5ee6703..bca2cf3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), libyaz4-dev (>= 4.2.32), - libyazpp4-dev (>= 1.2.7), + libyazpp4-dev (>= 1.3.0), libxslt1-dev, libboost-dev, libboost-thread-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 94d9bf0..33c4335 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.32, libyazpp4-devel >= 1.2.7 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.32, libyazpp4-devel >= 1.3.0 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss