Use libyazpp6 and YAZ-5
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Oct 2013 13:05:27 +0000 (15:05 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Oct 2013 13:05:27 +0000 (15:05 +0200)
NEWS
debian/control
win/makefile
yazproxy.spec

diff --git a/NEWS b/NEWS
index 7e4d466..1cb7721 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+--- 1.3.9 2013/10/16
+
 --- 1.3.8 2012/11/29
 
 Allow backendelementset to be given for syntax section of configuration.
index 7bbfab8..1d04f48 100644 (file)
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Standards-Version: 3.6.0
 Build-Depends: debhelper (>= 4.0.0),
-       libyazpp5-dev(>= 1.4.0)
+       libyazpp6-dev(>= 1.4.0)
 
 Package: yazproxy
 Section: utils
@@ -33,7 +33,7 @@ Package: libyazproxy2-dev
 Section: devel
 Architecture: any
 Depends: libyazproxy2 (= ${Source-Version}),
-       libyazpp5-dev
+       libyazpp6-dev
 Conflicts: libyazproxy-dev
 Provides: libyazproxy-dev
 Replaces: libyazproxy-dev
index b094e4e..bd9c675 100644 (file)
@@ -72,11 +72,11 @@ dll: $(YAZPROXY_DLL)
 proxy: $(YAZPROXY)
 
 !if $(DEBUG)
-YAZD=yaz4d
-YAZPPD=yazpp4d
+YAZD=yaz5d
+YAZPPD=yazpp6d
 !else
-YAZD=yaz4
-YAZPPD=yazpp4
+YAZD=yaz5
+YAZPPD=yazpp6
 !endif
 
 # YAZ includes & libs
index 4a854a6..0929eb1 100644 (file)
@@ -8,7 +8,7 @@ Group: Applications/Internet
 Vendor: Index Data ApS <info@indexdata.dk>
 Source: yazproxy-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libyazpp5-devel
+BuildRequires: libyazpp6-devel
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.com/yazproxy
 
@@ -18,7 +18,7 @@ YAZ Proxy application
 %package -n libyazproxy2
 Summary: YAZ Proxy libraries
 Group: Libraries
-Requires: libyazpp5
+Requires: libyazpp6
 
 %description -n libyazproxy2
 YAZ Proxy libraries
@@ -26,7 +26,7 @@ YAZ Proxy libraries
 %package -n libyazproxy2-devel
 Summary: YAZ Proxy development libraries
 Group: Development/Libraries
-Requires: libyazproxy2 = %{version}, libyazpp5-devel
+Requires: libyazproxy2 = %{version}, libyazpp6-devel
 
 %description -n libyazproxy2-devel
 Development libraries and include files for the YAZ proxy.