This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 98a8d90e594fa89c8271509b6e9096faaf6c4412
Author: Jérémy Lal <kapo...@melix.org>
Date:   Mon Aug 11 14:19:38 2014 +0200

    Add postgres-9.4-fixes.patch
---
 debian/patches/postgres-9.4-fixes.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/patches/postgres-9.4-fixes.patch 
b/debian/patches/postgres-9.4-fixes.patch
new file mode 100644
index 0000000..d8a1782
--- /dev/null
+++ b/debian/patches/postgres-9.4-fixes.patch
@@ -0,0 +1,24 @@
+Description: backports of upstream 2.2 commits for pg 9.4 compatibility
+Last-Update: 2014-08-11
+Forwarded: not-needed
+Origin: upstream, http://trac.osgeo.org/postgis/ticket/2685
+--- a/regress/run_test.pl
++++ b/regress/run_test.pl
+@@ -572,7 +572,7 @@
+ 
+       # Strip the lines we don't care about
+       @lines = grep(!/^\$/, @lines);
+-      @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT)/, @lines);
++      @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY)/, @lines);
+       @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
+       @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines);
+       @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);
+--- a/regress/binary_expected
++++ b/regress/binary_expected
+@@ -1,6 +1,2 @@
+-COPY 114
+-COPY 114
+ geometry|106
+-COPY 56
+-COPY 56
+ geometry|48

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to