The following commit has been merged in the master branch:
commit 8f9631aaf245d7c5c8d902cb0b26e9675c88490e
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Wed Sep 25 22:34:26 2013 +0200

    Add minor-r11979-correction patch to account for some new WARNINGs, that
    didn't appear, before.

diff --git a/debian/changelog b/debian/changelog
index b268d8a..0f17409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 postgis (2.1.0-3) UNRELEASED; urgency=low
 
   * Update patch upstream-r11934 to cover rev 11979, instead. It seems to
-    be a more thorough fix.
+    be a more thorough fix. Add minor-r11979-correction patch to account
+    for some new WARNINGs, that didn't appear, before.
 
  -- Markus Wanner <mar...@bluegap.ch>  Wed, 25 Sep 2013 20:19:09 +0200
 
diff --git a/debian/patches/minor-r11979-correction 
b/debian/patches/minor-r11979-correction
new file mode 100644
index 0000000..dc48696
--- /dev/null
+++ b/debian/patches/minor-r11979-correction
@@ -0,0 +1,26 @@
+Description: pass big-endian online regression tests - adjust expectations
+ For some reason, these additional WARNINGs now appear, which r11979 doesn't
+ take into account.
+Author: Markus Wanner <mar...@bluegap.ch>
+Last-Update: 2013-09-25
+
+--- a/regress/regress_expected
++++ b/regress/regress_expected
+@@ -147,12 +147,17 @@
+ 142|SRID=5;MULTILINESTRING((2 2,3 3))
+ 143|SRID=6;MULTIPOLYGON(((0 0,1 0,1 1,0 1,0 0)))
+ 143c1|MULTICURVE(CIRCULARSTRING(0 0,1 1,2 2))
++WARNING:  ST_Force_3dm signature was deprecated in 2.1.0. Please use 
ST_Force3DM
+ 144|POINTM(1 2 0)
++WARNING:  ST_Force_3dz signature was deprecated in 2.1.0. Please use 
ST_Force3DZ
+ 145|POINT(1 2 0)
++WARNING:  ST_Force_4d signature was deprecated in 2.1.0. Please use ST_Force4D
+ 146|POINT(1 2 0 3)
++WARNING:  ST_Force_4d signature was deprecated in 2.1.0. Please use ST_Force4D
+ 147|POINT(1 2 3 0)
+ 148|LINESTRING(0 0,5 0,10 0)
+ 149|GEOMETRYCOLLECTION EMPTY
++WARNING:  ST_Force_Collection signature was deprecated in 2.1.0. Please use 
ST_ForceCollection
+ 150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0)))
+ 
151|01030000000100000005000000000000000000000000000000000000000000000000000000000000000000f03f000000000000f03f000000000000f03f000000000000f03f000000000000000000000000000000000000000000000000
+ 152|4326
diff --git a/debian/patches/series b/debian/patches/series
index bc1742b..014a780 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 upstream-r11979
+minor-r11979-correction
 debian-versions
 java-version-fix
 fixmakedoc

-- 
PostGIS for PostgreSQL

_______________________________________________
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