From 2302cf9af7ffd18ec0b0a4a193962ce73fced74c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2012 15:59:03 +0100 Subject: [PATCH] Depend on libyazpp5 Because it provides a new ABI --- configure.ac | 2 +- debian/control | 4 ++-- metaproxy.spec | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 9c8f863..e9a3a21 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.3.1]) +YAZPP_INIT([threads],[1.4.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/control b/debian/control index 4ab97b9..bdedf09 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), libyaz4-dev (>= 4.2.44), - libyazpp4-dev (>= 1.3.2), + libyazpp5-dev (>= 1.4.0), libxslt1-dev, libboost-dev, libboost-thread-dev, @@ -43,7 +43,7 @@ Package: libmetaproxy4-dev Section: libdevel Architecture: any Depends: libmetaproxy4 (= ${Source-Version}), - libyazpp4-dev (>= 1.3.2), + libyazpp5-dev (>= 1.4.0), libxslt1-dev, libboost-dev, libboost-thread-dev, diff --git a/metaproxy.spec b/metaproxy.spec index fc1d85d..53e0161 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.44, libyazpp4-devel >= 1.3.2 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.44, libyazpp5-devel >= 1.4.0 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss @@ -30,7 +30,7 @@ Metaproxy documentation. %package -n libmetaproxy4 Summary: Metaproxy library Group: Libraries -Requires: libyazpp4 >= 1.3.2, libyaz4 >= 4.2.44 +Requires: libyazpp5 >= 1.4.0, libyaz4 >= 4.2.44 %description -n libmetaproxy4 The Metaproxy libraries. @@ -38,7 +38,7 @@ The Metaproxy libraries. %package -n libmetaproxy4-devel Summary: Metaproxy development package Group: Development/Libraries -Requires: libmetaproxy4 = %{version}, libyazpp4-devel, boost-devel +Requires: libmetaproxy4 = %{version}, libyazpp5-devel, boost-devel Conflicts: libmetaproxy3-devel %description -n libmetaproxy4-devel -- 1.7.10.4