Build require yazpp 1.3.0
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2012 11:24:35 +0000 (13:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2012 11:24:35 +0000 (13:24 +0200)
configure.ac
debian/control
metaproxy.spec

index d0bc2ad..2401c67 100644 (file)
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r])
 USEMARCON_INIT
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.2.7])
+YAZPP_INIT([threads],[1.3.0])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 5ee6703..bca2cf3 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 4),
        libyaz4-dev (>= 4.2.32),
-       libyazpp4-dev (>= 1.2.7),
+       libyazpp4-dev (>= 1.3.0),
        libxslt1-dev,
        libboost-dev,
        libboost-thread-dev,
index 94d9bf0..33c4335 100644 (file)
@@ -9,7 +9,7 @@ Vendor: Index Data ApS <info@indexdata.dk>
 Source: metaproxy-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz4-devel >= 4.2.32, libyazpp4-devel >= 1.2.7
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.32, libyazpp4-devel >= 1.3.0
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>