From 1d0a84970d854359e507df8d6be2568b1bb840ed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Sep 2012 14:10:46 +0200 Subject: [PATCH] Require YAZ 4.2.39 due to new function ccl_qual_fitem2. --- 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 62ab94b..1d0f439 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.2.20]) +YAZ_INIT([static icu],[4.2.39]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 9f04b67..5a88433 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.20), + libyaz4-dev (>= 4.2.39), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 diff --git a/pazpar2.spec b/pazpar2.spec index 4d29223..0d2d6c3 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.20 +BuildRequires: libyaz4-devel >= 4.2.39 Packager: Adam Dickmeiss URL: http://www.indexdata.com/pazpar2 Summary: pazpar2 daemon -Requires: libyaz4 >= 4.2.20 +Requires: libyaz4 >= 4.2.39 %description Pazpar2 is a high-performance, user interface-independent, data -- 1.7.10.4