Ensure Metaproxy is using YAZ 5.0.21 or later
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Mar 2014 15:38:31 +0000 (16:38 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Mar 2014 15:38:31 +0000 (16:38 +0100)
This is because YAZ 5.0.21 offers a new function
zget_AttributeList_use_string

debian/control
metaproxy.spec

index c69a319..e8361f8 100644 (file)
@@ -4,7 +4,7 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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,
index 61590fc..9d95f58 100644 (file)
@@ -9,7 +9,7 @@ Vendor: Index Data ApS <info@indexdata.dk>
 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 <adam@indexdata.dk>
@@ -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.