From 07e9bb91097df3f377fb9c8ecaeffe9f073b5d79 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 May 2015 15:35:55 +0200 Subject: [PATCH] Depend on YAZ 5.12.0 with yaz_xml_get_prop --- 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 b40a776..85ef2db 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[5.7.0]) +YAZ_INIT([static icu],[5.12.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index c50b234..2ef845d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Adam Dickmeiss Build-Depends: debhelper (>= 7), autotools-dev, - libyaz5-dev (>= 5.7.0), + libyaz5-dev (>= 5.12.0), docbook-xsl Standards-Version: 3.7.2 diff --git a/pazpar2.spec b/pazpar2.spec index 1cdd1b5..8d34f23 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: libyaz5-devel >= 5.7.0 +BuildRequires: libyaz5-devel >= 5.12.0 Packager: Adam Dickmeiss URL: http://www.indexdata.com/pazpar2 Summary: pazpar2 daemon -Requires: libyaz5 >= 5.7.0 +Requires: libyaz5 >= 5.12.0 Requires: pazpar2-xsl %description -- 1.7.10.4