Depend on YAZ 5.12.0 with yaz_xml_get_prop
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 May 2015 13:35:55 +0000 (15:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 May 2015 13:35:55 +0000 (15:35 +0200)
configure.ac
debian/control
pazpar2.spec

index b40a776..85ef2db 100644 (file)
@@ -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
index c50b234..2ef845d 100644 (file)
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Build-Depends: debhelper (>= 7),
        autotools-dev,
-       libyaz5-dev (>= 5.7.0),
+       libyaz5-dev (>= 5.12.0),
        docbook-xsl
 Standards-Version: 3.7.2
 
index 1cdd1b5..8d34f23 100644 (file)
@@ -8,11 +8,11 @@ Group: Applications/Internet
 Vendor: Index Data ApS <info@indexdata.dk>
 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 <adam@indexdata.dk>
 URL: http://www.indexdata.com/pazpar2
 Summary: pazpar2 daemon
-Requires: libyaz5 >= 5.7.0
+Requires: libyaz5 >= 5.12.0
 Requires: pazpar2-xsl
 
 %description