From: Adam Dickmeiss Date: Tue, 3 Jul 2012 13:33:04 +0000 (+0200) Subject: Require yazpp 1.3.1 due to new processEvent behavior X-Git-Tag: v1.3.38~8 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=inline;h=d0e2b3b30cc34fb84b947d079a605cce2019539f;p=metaproxy-moved-to-github.git Require yazpp 1.3.1 due to new processEvent behavior --- diff --git a/configure.ac b/configure.ac index 1bd253d..ecbb476 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.3.0]) +YAZPP_INIT([threads],[1.3.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 1e9f450..21a9403 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), libyaz4-dev (>= 4.2.33), - libyazpp4-dev (>= 1.3.0), + libyazpp4-dev (>= 1.3.1), libxslt1-dev, libboost-dev, libboost-thread-dev, diff --git a/metaproxy.spec b/metaproxy.spec index f4044e6..df43998 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.0 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.33, libyazpp4-devel >= 1.3.1 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.0, libyaz4 >= 4.2.33 +Requires: libyazpp4 >= 1.3.1, libyaz4 >= 4.2.33 %description -n libmetaproxy4 The Metaproxy libraries.