From e0e337fdc7a6660c5ea314a04616ca1a37956244 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 3 May 2013 12:43:12 +0200 Subject: [PATCH] Require yazpp 1.4.1 --- configure.ac | 2 +- debian/control | 2 +- metaproxy.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6acc96d..75858ed 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/control b/debian/control index 272de37..be118e0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss 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, diff --git a/metaproxy.spec b/metaproxy.spec index 677e060..5a7bf29 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -9,7 +9,7 @@ Vendor: Index Data ApS 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 -- 1.7.10.4