Require yazpp 1.3.1 due to new processEvent behavior
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Jul 2012 13:33:04 +0000 (15:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Jul 2012 13:33:04 +0000 (15:33 +0200)
configure.ac
debian/control
metaproxy.spec

index 1bd253d..ecbb476 100644 (file)
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([localtime_r])
 USEMARCON_INIT
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.3.0])
+YAZPP_INIT([threads],[1.3.1])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 1e9f450..21a9403 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 4),
        libyaz4-dev (>= 4.2.33),
-       libyazpp4-dev (>= 1.3.0),
+       libyazpp4-dev (>= 1.3.1),
        libxslt1-dev,
        libboost-dev,
        libboost-thread-dev,
index f4044e6..df43998 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.33, libyazpp4-devel >= 1.3.0
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.33, libyazpp4-devel >= 1.3.1
 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 libmetaproxy4
 Summary: Metaproxy library
 Group: Libraries
-Requires: libyazpp4 >= 1.3.0, libyaz4 >= 4.2.33
+Requires: libyazpp4 >= 1.3.1, libyaz4 >= 4.2.33
 
 %description -n libmetaproxy4
 The Metaproxy libraries.