Require yazpp 1.5.2 due to new RecordCache::add
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Nov 2013 14:27:14 +0000 (15:27 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Nov 2013 14:27:14 +0000 (15:27 +0100)
configure.ac
debian/control
metaproxy.spec

index 376487b..a869be5 100644 (file)
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r])
 USEMARCON_INIT
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.4.1])
+YAZPP_INIT([threads],[1.5.2])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 2169bf4..9005771 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 7),
        libyaz5-dev (>= 4.2.69),
-       libyazpp6-dev (>= 1.4.1),
+       libyazpp6-dev (>= 1.5.2),
        libxslt1-dev,
        libboost-dev,
        libboost-system-dev,
@@ -57,7 +57,7 @@ Package: libmetaproxy5-dev
 Section: libdevel
 Architecture: any
 Depends: libmetaproxy5 (= ${Source-Version}),
-       libyazpp6-dev (>= 1.4.1),
+       libyazpp6-dev (>= 1.5.2),
        libxslt1-dev,
        libboost-dev,
        libboost-thread-dev,
index 19f20d2..cf97566 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, libyaz5-devel >= 5.0.0, libyazpp6-devel >= 1.4.1
+BuildRequires: pkgconfig, libyaz5-devel >= 5.0.0, libyazpp6-devel >= 1.5.2
 BuildRequires: libxslt-devel, boost-devel
 Conflicts: cf-engine <= 2.12.5
 Packager: Adam Dickmeiss <adam@indexdata.dk>
@@ -30,7 +30,7 @@ Metaproxy documentation.
 %package -n libmetaproxy5
 Summary: Metaproxy library
 Group: Libraries
-Requires: libyazpp6 >= 1.4.1, libyaz5 >= 5.0.0
+Requires: libyazpp6 >= 1.5.2, libyaz5 >= 5.0.0
 
 %description -n libmetaproxy5
 The Metaproxy libraries.