From 7b5541d7399501f0d6f35cc754bfbdc899df7a81 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 28 Jan 2010 10:36:27 +0100 Subject: [PATCH] Bump version to 1.2.1. Depend on YAZ 4.0.1 --- NEWS | 4 ++++ configure.ac | 6 +++--- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3e45cd7..ff69a11 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.2.1 2010/01/28 + +Update dependency on newer because YAZ 4.0.1 has new functions. + --- 1.2.0 2010/01/20 Debian/Windows/RPM packages link with YAZ 4. diff --git a/configure.ac b/configure.ac index 4c2404f..30e9464 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -dnl YAZ++ Toolkit Index Data 1998-2009 +dnl YAZ++ Toolkit Index Data 1998-2010 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[3.0.47]) +YAZ_INIT([threads],[4.0.1]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 735bfa7..e59ff1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazpp (1.2.1-1indexdata) unstable; urgency=low + + * Depend on YAZ 4.0.1. + + -- Adam Dickmeiss Thu, 28 Jan 2010 10:30:26 +0100 + yazpp (1.2.0-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index f96030d..0c472be 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.1) Package: libyazpp4 Section: libs -- 1.7.10.4