From: Adam Dickmeiss Date: Fri, 8 May 2015 13:35:55 +0000 (+0200) Subject: Depend on YAZ 5.12.0 with yaz_xml_get_prop X-Git-Tag: v1.9.0~1^2~1 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=07e9bb91097df3f377fb9c8ecaeffe9f073b5d79 Depend on YAZ 5.12.0 with yaz_xml_get_prop --- 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