From c917f9be8298db10fd0beba48103f7e153725ddf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Sep 2011 12:42:34 +0200 Subject: [PATCH] Depend on YAZ 4.2.17 Because of new function nmem_strsplit_escape2. --- configure.ac | 2 +- debian/control | 6 +++++- pazpar2.spec | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 80ef5e8..500a801 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.2.16]) +YAZ_INIT([static icu],[4.2.17]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 94cdd50..1e8ef4a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,11 @@ Source: pazpar2 Section: net Priority: extra Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.2.0), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), + autotools-dev, + libyaz4-dev (>= 4.2.17), + docbook-xsl, + libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2 diff --git a/pazpar2.spec b/pazpar2.spec index 998df6b..ec20f87 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -7,11 +7,11 @@ Group: Applications/Internet Vendor: Index Data ApS Source: pazpar2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libyaz4-devel >= 4.2.0 +BuildRequires: libyaz4-devel >= 4.2.17 Packager: Adam Dickmeiss URL: http://www.indexdata.com/pazpar2 Summary: pazpar2 daemon -Requires: libyaz4 +Requires: libyaz4 >= 4.2.17 %description Pazpar2 is a high-performance, user interface-independent, data -- 1.7.10.4