From: Adam Dickmeiss Date: Sat, 19 Apr 2014 06:02:34 +0000 (+0200) Subject: Require YAZ 5.1.0 X-Git-Tag: v1.6.0~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=ba6cc0e7015b62b688209f5b71821051937b583a Require YAZ 5.1.0 --- diff --git a/configure.ac b/configure.ac index cf64d05..2f870d1 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[4.2.8]) +YAZ_INIT([threads],[5.1.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/control b/debian/control index 29fe27d..6c060ff 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Adam Dickmeiss Standards-Version: 3.6.2 Build-Depends: debhelper (>= 7), libxml2-dev, libxslt1-dev, - libyaz5-dev (>= 5.0.0) + libyaz5-dev (>= 5.1.0) Package: libyazpp6 Section: libs diff --git a/yazpp.spec b/yazpp.spec index f332644..102b961 100644 --- a/yazpp.spec +++ b/yazpp.spec @@ -9,7 +9,7 @@ Vendor: Index Data ApS Source: yazpp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} -BuildRequires: pkgconfig, libyaz5-devel >= 5.0.0 +BuildRequires: pkgconfig, libyaz5-devel >= 5.1.0 Packager: Adam Dickmeiss URL: http://www.indexdata.com/yazplusplus @@ -19,7 +19,7 @@ YAZ++ package. %package -n libyazpp6 Summary: YAZ++ and ZOOM library Group: Libraries -Requires: libyaz5 >= 5.0.0 +Requires: libyaz5 >= 5.1.0 %description -n libyazpp6 Libraries for the YAZ++ package.