Require yazpp 1.4.1
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 May 2013 10:43:12 +0000 (12:43 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 May 2013 10:43:12 +0000 (12:43 +0200)
configure.ac
debian/control
metaproxy.spec

index 6acc96d..75858ed 100644 (file)
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r])
 USEMARCON_INIT
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.4.0])
+YAZPP_INIT([threads],[1.4.1])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 272de37..be118e0 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 5),
        libyaz4-dev (>= 4.2.50),
-       libyazpp5-dev (>= 1.4.0),
+       libyazpp5-dev (>= 1.4.1),
        libxslt1-dev,
        libboost-dev,
        libboost-system-dev,
index 677e060..5a7bf29 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.50, libyazpp5-devel >= 1.4.0
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.50, libyazpp5-devel >= 1.4.1
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>