From 8d44038586521aee665448fe55ab04666cc89dc4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 May 2011 14:37:12 +0200 Subject: [PATCH] Require YAZ 4.2.0 --- configure.ac | 2 +- debian/control | 2 +- pazpar2.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 42324bf..c86187f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.1.0]) +YAZ_INIT([static icu],[4.2.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 012da1a..94cdd50 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pazpar2 Section: net Priority: extra Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.1.0), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.2.0), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2 diff --git a/pazpar2.spec b/pazpar2.spec index 796c4eb..ea255bd 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -7,7 +7,7 @@ Group: Applications/Internet Vendor: Index Data ApS Source: pazpar2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libyaz4-devel +BuildRequires: libyaz4-devel >= 4.2.0 Packager: Adam Dickmeiss URL: http://www.indexdata.com/pazpar2 Summary: pazpar2 daemon -- 1.7.10.4