packages: libdap/libdap.spec, libdap/libdap-curl.patch (NEW) - added curl p...
qboosh
qboosh at pld-linux.org
Mon Jan 16 18:39:07 CET 2012
Author: qboosh Date: Mon Jan 16 17:39:07 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- added curl patch to kill warning on headers compilation (which could break gdal build)
- release 2
---- Files affected:
packages/libdap:
libdap.spec (1.15 -> 1.16) , libdap-curl.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libdap/libdap.spec
diff -u packages/libdap/libdap.spec:1.15 packages/libdap/libdap.spec:1.16
--- packages/libdap/libdap.spec:1.15 Fri Apr 29 20:05:20 2011
+++ packages/libdap/libdap.spec Mon Jan 16 18:39:01 2012
@@ -7,11 +7,12 @@
Summary(pl.UTF-8): OPeNDAP - implementacja w C++ protokołu DAP (Data Access Protocol)
Name: libdap
Version: 3.11.1
-Release: 1
+Release: 2
License: LGPL v2.1+
Group: Libraries
Source0: http://www.opendap.org/pub/source/%{name}-%{version}.tar.gz
# Source0-md5: 097f1890085bbcb78779b55f04042479
+Patch0: %{name}-curl.patch
URL: http://opendap.org/
BuildRequires: autoconf >= 2.61
BuildRequires: automake
@@ -82,6 +83,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -147,6 +149,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2012/01/16 17:39:01 qboosh
+- added curl patch to kill warning on headers compilation (which could break gdal build)
+- release 2
+
Revision 1.15 2011/04/29 18:05:20 qboosh
- updated to 3.11.1
================================================================
Index: packages/libdap/libdap-curl.patch
diff -u /dev/null packages/libdap/libdap-curl.patch:1.1
--- /dev/null Mon Jan 16 18:39:07 2012
+++ packages/libdap/libdap-curl.patch Mon Jan 16 18:39:01 2012
@@ -0,0 +1,10 @@
+--- libdap-3.11.1/HTTPConnect.h.orig 2011-04-22 17:00:53.000000000 +0200
++++ libdap-3.11.1/HTTPConnect.h 2012-01-16 18:33:50.523523366 +0100
+@@ -30,7 +30,6 @@
+ #include <string>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #ifndef _rc_reader_h_
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdap/libdap.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list