]> git.pld-linux.org Git - packages/opendap-xml_data_handler.git/commitdiff
- updated to 1.0.4 auto/th/opendap-xml_data_handler-1.0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 May 2014 15:33:04 +0000 (17:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 May 2014 15:33:04 +0000 (17:33 +0200)
- added libdap patch

opendap-xml_data_handler-libdap.patch [new file with mode: 0644]
opendap-xml_data_handler.spec

diff --git a/opendap-xml_data_handler-libdap.patch b/opendap-xml_data_handler-libdap.patch
new file mode 100644 (file)
index 0000000..2cc9186
--- /dev/null
@@ -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);
+ }
index d776dad1da5ad3b4a9f401628bfaae83786b96aa..d0d82adbb2aaf722d87eaa7c1a8d23ed71516064 100644 (file)
@@ -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
This page took 0.08059 seconds and 4 git commands to generate.