From e35c241a360c41190acad88ff1f50577d30bde7f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Feb 2012 21:07:38 +0100 Subject: [PATCH] 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. --- debian/control | 2 +- metaproxy.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4