Version 1.2.7 v1.2.7
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Aug 2011 08:19:57 +0000 (10:19 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Aug 2011 08:19:57 +0000 (10:19 +0200)
NEWS
configure.ac
debian/changelog
debian/control
yazpp.spec

diff --git a/NEWS b/NEWS
index 422a27e..4d2219c 100644 (file)
--- 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.
index 4e54173..42b00fe 100644 (file)
@@ -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
index 9044461..4fc2405 100644 (file)
@@ -1,3 +1,9 @@
+yazpp (1.2.7-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 12 Aug 2011 10:19:02 +0200
+
 yazpp (1.2.6-1indexdata) unstable; urgency=low
 
   * Upstream.
index 79d6824..6c3e979 100644 (file)
@@ -3,7 +3,9 @@ Section: devel
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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
index 207c144..0f9e025 100644 (file)
@@ -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 <info@indexdata.dk>
 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 <adam@indexdata.dk>
 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.