[packages/opendap-xml_data_handler] - updated to 1.0.4 - added libdap patch

qboosh qboosh at pld-linux.org
Thu May 15 17:30:22 CEST 2014


commit 6aafff77153284d844ee1870efc1bc0c85da43d7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 15 17:33:04 2014 +0200

    - updated to 1.0.4
    - added libdap patch

 opendap-xml_data_handler-libdap.patch | 11 +++++++++++
 opendap-xml_data_handler.spec         | 16 +++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/opendap-xml_data_handler.spec b/opendap-xml_data_handler.spec
index d776dad..d0d82ad 100644
--- a/opendap-xml_data_handler.spec
+++ b/opendap-xml_data_handler.spec
@@ -5,24 +5,25 @@
 Summary:	Basic request handling the OPeNDAP data server
 Summary(pl.UTF-8):	Obsługa podstawowych zapytań dla serwera danych OPeNDAP
 Name:		opendap-xml_data_handler
-Version:	1.0.3
+Version:	1.0.4
 Release:	1
 License:	LGPL v2.1+
 Group:		Daemons
 Source0:	http://www.opendap.org/pub/source/xml_data_handler-%{version}.tar.gz
-# Source0-md5:	7dbe4a9c2a8644b06c11110f5620b82a
+# Source0-md5:	9762a8b761c6c21d3ebbacd23e37e9b1
+Patch0:		%{name}-libdap.patch
 URL:		http://opendap.org/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake >= 1:1.10
-%{?with_tests:BuildRequires:	bes >= 3.9.0}
-BuildRequires:	bes-devel >= 3.9.0
+%{?with_tests:BuildRequires:	bes >= 3.13.0}
+BuildRequires:	bes-devel >= 3.13.0
 %{?with_tests:BuildRequires:	cppunit-devel >= 1.12.0}
-BuildRequires:	libdap-devel >= 3.11.0
+BuildRequires:	libdap-devel >= 3.13.0
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:2
 BuildRequires:	pkgconfig
-Requires:	bes >= 3.9.0
-Requires:	libdap >= 3.11.0
+Requires:	bes >= 3.13.0
+Requires:	libdap >= 3.13.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,6 +43,7 @@ wymagających danych w dokumentach XML.
 
 %prep
 %setup -q -n xml_data_handler-%{version}
+%patch0 -p1
 
 %build
 # rebuild autotools for -as-needed to work
diff --git a/opendap-xml_data_handler-libdap.patch b/opendap-xml_data_handler-libdap.patch
new file mode 100644
index 0000000..2cc9186
--- /dev/null
+++ b/opendap-xml_data_handler-libdap.patch
@@ -0,0 +1,11 @@
+--- xml_data_handler-1.0.4/get_xml_data.h.orig	2014-04-24 19:12:36.000000000 +0200
++++ xml_data_handler-1.0.4/get_xml_data.h	2014-05-15 17:24:27.982275257 +0200
+@@ -34,7 +34,7 @@
+ }
+ 
+ namespace xml_data {
+-    void get_data_values_as_xml(libdap::DataDDS *dds, XMLWriter *writer);
++    void get_data_values_as_xml(libdap::DataDDS *dds, libdap::XMLWriter *writer);
+     libdap::DataDDS *datadds_to_xd_datadds(libdap::DataDDS *dds);
+     libdap::BaseType *basetype_to_xd(libdap::BaseType *bt);
+ }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opendap-xml_data_handler.git/commitdiff/6aafff77153284d844ee1870efc1bc0c85da43d7



More information about the pld-cvs-commit mailing list