[packages/opendap-xml_data_handler] - updated to 1.0.5 - removed obsolete libdap patch

qboosh qboosh at pld-linux.org
Sat Dec 6 14:55:56 CET 2014


commit 63db84e09995df9a10c19ae5de511083375c21ac
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Dec 6 14:56:18 2014 +0100

    - updated to 1.0.5
    - removed obsolete libdap patch

 opendap-xml_data_handler-libdap.patch | 11 -----------
 opendap-xml_data_handler.spec         |  9 ++++-----
 2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/opendap-xml_data_handler.spec b/opendap-xml_data_handler.spec
index d0d82ad..4bddb33 100644
--- a/opendap-xml_data_handler.spec
+++ b/opendap-xml_data_handler.spec
@@ -5,13 +5,12 @@
 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.4
+Version:	1.0.5
 Release:	1
 License:	LGPL v2.1+
 Group:		Daemons
 Source0:	http://www.opendap.org/pub/source/xml_data_handler-%{version}.tar.gz
-# Source0-md5:	9762a8b761c6c21d3ebbacd23e37e9b1
-Patch0:		%{name}-libdap.patch
+# Source0-md5:	155dad437b69dcf2370d7908fe4a1a8a
 URL:		http://opendap.org/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake >= 1:1.10
@@ -43,7 +42,6 @@ wymagających danych w dokumentach XML.
 
 %prep
 %setup -q -n xml_data_handler-%{version}
-%patch0 -p1
 
 %build
 # rebuild autotools for -as-needed to work
@@ -52,7 +50,8 @@ wymagających danych w dokumentach XML.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 %{__make}
 
 %{?with_tests:%{__make} check}
diff --git a/opendap-xml_data_handler-libdap.patch b/opendap-xml_data_handler-libdap.patch
deleted file mode 100644
index 2cc9186..0000000
--- a/opendap-xml_data_handler-libdap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/63db84e09995df9a10c19ae5de511083375c21ac



More information about the pld-cvs-commit mailing list