Version 1.2.6 v1.2.6
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Jun 2011 08:23:20 +0000 (10:23 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Jun 2011 08:23:20 +0000 (10:23 +0200)
NEWS
configure.ac
debian/changelog
yazpp.spec

diff --git a/NEWS b/NEWS
index 432a4a1..422a27e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+--- 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.
index 47669f3..4e54173 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.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])
@@ -13,7 +13,7 @@ AC_PROG_CXX
 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
index 8e27cf0..9044461 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 85e99c2..207c144 100644 (file)
@@ -1,6 +1,6 @@
 Summary: YAZ++ package (main)
 Name: yazpp
-Version: 1.2.5
+Version: 1.2.6
 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.1.0
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.3
 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.1.0
+Requires: libyaz4 >= 4.2.3
 
 %description -n libyazpp4
 Libraries for the YAZ++ package.