+--- 1.2.6 2011/06/20
+
+Use config.h for configure defines.
+
+Depend on YAZ 4.2.3 because of YAZ provides new facilities and these
+are needed by Metaproxy.
+
--- 1.2.5 2011/05/06
Make packages for Debian wheezy, Ubuntu natty.
dnl This file is part of yazpp
dnl Copyright (C) 1998-2011 Index Data
AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.2.5],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.2.6],[adam@indexdata.dk])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR([config])
AC_HEADER_STDC
AM_PROG_LIBTOOL
-YAZ_INIT([threads],[4.0.8])
+YAZ_INIT([threads],[4.2.3])
if test -z "$YAZLIB"; then
AC_MSG_ERROR([YAZ development libraries missing])
fi
+yazpp (1.2.6-1indexdata) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Mon, 20 Jun 2011 10:22:02 +0200
+
yazpp (1.2.5-1indexdata) unstable; urgency=low
* Upstream.
Summary: YAZ++ package (main)
Name: yazpp
-Version: 1.2.5
+Version: 1.2.6
Release: 1indexdata
License: BSD
Group: Applications/Internet
Source: yazpp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}
-BuildRequires: pkgconfig, libyaz4-devel >= 4.1.0
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.3
Packager: Adam Dickmeiss <adam@indexdata.dk>
URL: http://www.indexdata.com/yazplusplus
%package -n libyazpp4
Summary: YAZ++ and ZOOM library
Group: Libraries
-Requires: libyaz4 >= 4.1.0
+Requires: libyaz4 >= 4.2.3
%description -n libyazpp4
Libraries for the YAZ++ package.