From 4454178f3a48b5ebbcbb50d612b2ef84457758e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 21 Mar 2014 16:38:31 +0100 Subject: [PATCH] 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 --- debian/control | 2 +- metaproxy.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 1.7.10.4