Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: c29fcddc by Bas Couwenberg at 2020-03-01T07:04:43+01:00 Add upstream patch to fix FTBFS with PROJ 7. - - - - - e63bacec by Bas Couwenberg at 2020-03-01T07:28:00+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - + debian/patches/0001-regress_proj-Avoid-testing-with-points-out-of-the-sr.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,13 @@ -postgis (3.1.0~alpha1+dfsg-1~exp2) UNRELEASED; urgency=medium +postgis (3.1.0~alpha1+dfsg-1~exp2) experimental; urgency=medium + [ Christoph Berg ] * Bump minimum supported PostgreSQL version to 9.6. * Disable automatic updates of postgis_revision.h. - -- Christoph Berg <[email protected]> Mon, 03 Feb 2020 09:55:03 +0100 + [ Bas Couwenberg ] + * Add upstream patch to fix FTBFS with PROJ 7. + + -- Bas Couwenberg <[email protected]> Sun, 01 Mar 2020 07:27:46 +0100 postgis (3.1.0~alpha1+dfsg-1~exp1) experimental; urgency=medium ===================================== debian/patches/0001-regress_proj-Avoid-testing-with-points-out-of-the-sr.patch ===================================== @@ -0,0 +1,24 @@ +Description: regress_proj: Avoid testing with points out of the srs boundaries + The behaviour has changed in PROJ 7 and it now returns an error + (before it returned 'Infinity Infinity'). +Author: Raúl Marín <[email protected]> +Origin: https://trac.osgeo.org/postgis/changeset/3902e1442149f642ab2b6506388dc63ce73208f2/git +Bug: https://trac.osgeo.org/postgis/ticket/4642 + +--- a/regress/core/regress_proj.sql ++++ b/regress/core/regress_proj.sql +@@ -63,5 +63,5 @@ SELECT 13, count(*) FROM + ( + SELECT ST_Transform('SRID=4326; POINT(0 0)'::geometry, srid) AS g + FROM +- ( SELECT srid FROM spatial_ref_sys LIMIT 150 ) _a ++ ( Select srid from spatial_ref_sys where srid IN (3819, 3821, 3824, 3889, 3906, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4052, 4053, 4054, 4055, 4075, 4081, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4218, 4219, 4220, 4221)) _a + ) _b WHERE g IS NOT NULL; +--- a/regress/core/regress_proj_expected ++++ b/regress/core/regress_proj_expected +@@ -11,4 +11,4 @@ ERROR: ST_Transform: Input geometry has + 10|POINT(574600 5316780) + 11|SRID=100001;POINT(574600 5316780) + ERROR: could not parse proj string 'invalid projection' +-13|150 ++13|147 ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ relax-test-timing-constraints.patch chaikin +0001-regress_proj-Avoid-testing-with-points-out-of-the-sr.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/9c5fca46cce2ae984e1f5219b02143d96bf95d6f...e63bacec815606a4d4506d80b4130e181a099005 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/9c5fca46cce2ae984e1f5219b02143d96bf95d6f...e63bacec815606a4d4506d80b4130e181a099005 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
