From 616b106aafc7f5cf6a838ab73dd8f6ddc4f14513 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Aug 2011 10:19:57 +0200 Subject: [PATCH] Version 1.2.7 --- NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/control | 4 +++- yazpp.spec | 6 +++--- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 422a27e..4d2219c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.2.7 2011/08/12 + +Force YAZ 4.2.8 because it provides new functionality. + --- 1.2.6 2011/06/20 Use config.h for configure defines. diff --git a/configure.ac b/configure.ac index 4e54173..42b00fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of yazpp dnl Copyright (C) 1998-2011 Index Data AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.6],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.7],[adam@indexdata.dk]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) @@ -13,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[4.2.3]) +YAZ_INIT([threads],[4.2.8]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 9044461..4fc2405 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazpp (1.2.7-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 12 Aug 2011 10:19:02 +0200 + yazpp (1.2.6-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index 79d6824..6c3e979 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,9 @@ 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.8) +Build-Depends: debhelper (>= 4.0.0), + libxml2-dev, libxslt1-dev, + libyaz4-dev (>= 4.2.8) Package: libyazpp4 Section: libs diff --git a/yazpp.spec b/yazpp.spec index 207c144..0f9e025 100644 --- a/yazpp.spec +++ b/yazpp.spec @@ -1,6 +1,6 @@ Summary: YAZ++ package (main) Name: yazpp -Version: 1.2.6 +Version: 1.2.7 Release: 1indexdata License: BSD Group: Applications/Internet @@ -8,7 +8,7 @@ Vendor: Index Data ApS Source: yazpp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} -BuildRequires: pkgconfig, libyaz4-devel >= 4.2.3 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.8 Packager: Adam Dickmeiss URL: http://www.indexdata.com/yazplusplus @@ -18,7 +18,7 @@ YAZ++ package. %package -n libyazpp4 Summary: YAZ++ and ZOOM library Group: Libraries -Requires: libyaz4 >= 4.2.3 +Requires: libyaz4 >= 4.2.8 %description -n libyazpp4 Libraries for the YAZ++ package. -- 1.7.10.4