From: Adam Dickmeiss Date: Fri, 21 Mar 2014 15:38:31 +0000 (+0100) Subject: Ensure Metaproxy is using YAZ 5.0.21 or later X-Git-Tag: v1.4.6~1 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=4454178f3a48b5ebbcbb50d612b2ef84457758e6;p=metaproxy-moved-to-github.git Ensure Metaproxy is using YAZ 5.0.21 or later This is because YAZ 5.0.21 offers a new function zget_AttributeList_use_string --- diff --git a/debian/control b/debian/control index c69a319..e8361f8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 7), - libyaz5-dev (>= 4.2.69), + libyaz5-dev (>= 5.0.21), libyazpp6-dev (>= 1.5.2), libxslt1-dev, libboost-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 61590fc..9d95f58 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, libyaz5-devel >= 5.0.0, libyazpp6-devel >= 1.5.2 +BuildRequires: pkgconfig, libyaz5-devel >= 5.0.21, libyazpp6-devel >= 1.5.2 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss @@ -31,7 +31,7 @@ Metaproxy documentation. %package -n libmetaproxy6 Summary: Metaproxy library Group: Libraries -Requires: libyazpp6 >= 1.5.2, libyaz5 >= 5.0.0 +Requires: libyazpp6 >= 1.5.2, libyaz5 >= 5.0.21 %description -n libmetaproxy6 The Metaproxy libraries.