From: Adam Dickmeiss Date: Tue, 28 Feb 2012 20:07:38 +0000 (+0100) Subject: RPM/Deb: compile with 4.2.27 or later X-Git-Tag: v1.3.25~2^2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=e35c241a360c41190acad88ff1f50577d30bde7f;p=metaproxy-moved-to-github.git RPM/Deb: compile with 4.2.27 or later This is to ensure CCL_ERR_TRUNC_NOT_.. defines that appeared in YAZ 4.2.27 are checked. --- diff --git a/debian/control b/debian/control index cad2e8a..321c606 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), - libyaz4-dev (>= 4.2.22), + libyaz4-dev (>= 4.2.27), libyazpp4-dev (>= 1.2.7), libxslt1-dev, libboost-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 3bdccb3..3a2bc7f 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.22, libyazpp4-devel >= 1.2.7 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.27, libyazpp4-devel >= 1.2.7 BuildRequires: libxslt-devel, boost-devel Packager: Adam Dickmeiss URL: http://www.indexdata.com/metaproxy