From: Adam Dickmeiss Date: Wed, 16 Oct 2013 13:05:27 +0000 (+0200) Subject: Use libyazpp6 and YAZ-5 X-Git-Tag: v1.3.9~1 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=537088510b181d438eb4fcc102d4e4a80ecff966 Use libyazpp6 and YAZ-5 --- diff --git a/NEWS b/NEWS index 7e4d466..1cb7721 100644 --- 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. diff --git a/debian/control b/debian/control index 7bbfab8..1d04f48 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Adam Dickmeiss 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 diff --git a/win/makefile b/win/makefile index b094e4e..bd9c675 100644 --- a/win/makefile +++ b/win/makefile @@ -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 diff --git a/yazproxy.spec b/yazproxy.spec index 4a854a6..0929eb1 100644 --- a/yazproxy.spec +++ b/yazproxy.spec @@ -8,7 +8,7 @@ Group: Applications/Internet Vendor: Index Data ApS Source: yazproxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libyazpp5-devel +BuildRequires: libyazpp6-devel Packager: Adam Dickmeiss 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.