]> git.pld-linux.org Git - packages/postgis.git/commitdiff
- up to 2.1.4; fixed undefined symbol in liblwgeom auto/th/postgis-2.1.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Nov 2014 08:29:34 +0000 (09:29 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Nov 2014 08:29:34 +0000 (09:29 +0100)
json-c-0.12.patch [deleted file]
postgis.spec

diff --git a/json-c-0.12.patch b/json-c-0.12.patch
deleted file mode 100644 (file)
index 64b6cc8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- postgis-2.1.3/liblwgeom/lwin_geojson.c~    2014-04-03 23:53:20.000000000 +0200
-+++ postgis-2.1.3/liblwgeom/lwin_geojson.c     2014-11-24 00:33:07.024233277 +0100
-@@ -17,8 +17,8 @@
- #ifdef HAVE_LIBJSON
--#include <json/json.h>
--#include <json/json_object_private.h>
-+#include <json-c/json.h>
-+#include <json-c/json_object_private.h>
- #include <string.h>
- static void geojson_lwerror(char *msg, int error_code)
-@@ -510,7 +510,7 @@
-       if( jstok->err != json_tokener_success)
-       {
-               char err[256];
--              snprintf(err, 256, "%s (at offset %d)", json_tokener_errors[jstok->err], jstok->char_offset);
-+              snprintf(err, 256, "%s (at offset %d)", json_tokener_error_desc(jstok->err), jstok->char_offset);
-               json_tokener_free(jstok);
-     json_object_put(poObj);
-               geojson_lwerror(err, 1);
index 3f794033292d544d477c9a81c1aa30e62e4891c6..b28c5f3fd0c7c3ab2ca6e2cf025fc5e8d7a9dc62 100644 (file)
@@ -9,13 +9,12 @@
 Summary:       Geographic Information Systems Extensions to PostgreSQL
 Summary(pl.UTF-8):     Rozszerzenie do PostgreSQL wspomagające Geograficzne Systemy Informacyjne
 Name:          postgis
-Version:       2.1.3
-Release:       4
+Version:       2.1.4
+Release:       1
 License:       GPL v2+
 Group:         Applications/Databases
 Source0:       http://download.osgeo.org/postgis/source/%{name}-%{version}%{beta}.tar.gz
-# Source0-md5: 104e4468429ea0882259fc268c62d6c7
-Patch0:                json-c-0.12.patch
+# Source0-md5: 6f7bacc0205859dafdfe545db1b892ca
 URL:           http://postgis.refractions.net/
 %{?with_raster:BuildRequires:  gdal-devel >= 1.6.0}
 BuildRequires: gdal-devel
@@ -110,7 +109,6 @@ Statyczna biblioteka lwgeom.
 
 %prep
 %setup -q -n %{name}-%{version}%{beta}
-%patch0 -p1
 
 %build
 %configure \
This page took 0.161603 seconds and 4 git commands to generate.