From 62370d1b03ab4460d54c81687ef650bda69e41d6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 11 Jun 2013 11:41:17 +0200 Subject: [PATCH] Require YAZ 4.2.58 due new functions icu_iter_get_org_info and icu_chain_get_org_info. --- configure.ac | 2 +- debian/control | 2 +- pazpar2.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index f37b77c..ae8cf20 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.2.40]) +YAZ_INIT([static icu],[4.2.58]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index c03642a..f87fee0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Adam Dickmeiss Build-Depends: debhelper (>= 5), autotools-dev, - libyaz4-dev (>= 4.2.40), + libyaz4-dev (>= 4.2.58), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 diff --git a/pazpar2.spec b/pazpar2.spec index 13b578f..689e27f 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -8,11 +8,11 @@ Group: Applications/Internet Vendor: Index Data ApS Source: pazpar2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libyaz4-devel >= 4.2.40 +BuildRequires: libyaz4-devel >= 4.2.58 Packager: Adam Dickmeiss URL: http://www.indexdata.com/pazpar2 Summary: pazpar2 daemon -Requires: libyaz4 >= 4.2.40 +Requires: libyaz4 >= 4.2.58 %description Pazpar2 is a high-performance, user interface-independent, data -- 1.7.10.4