Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgis for openSUSE:Factory checked 
in at 2022-08-08 08:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgis (Old)
 and      /work/SRC/openSUSE:Factory/.postgis.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgis"

Mon Aug  8 08:45:10 2022 rev:3 rq:993630 version:3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgis/postgis.changes  2022-06-29 
16:02:36.588722661 +0200
+++ /work/SRC/openSUSE:Factory/.postgis.new.1521/postgis.changes        
2022-08-08 08:45:24.902491630 +0200
@@ -1,0 +2,29 @@
+Wed Aug  3 11:41:54 UTC 2022 - Bruno Friedmann <[email protected]>
+
+- Update to bugfix version 3.2.2
+  - #5182, Fix loading topology.sql in new database
+  - #4835, Occasional distance errors in polar area
+  - #5124, GRANT USAGE on topology schema to PUBLIC
+  - #5120, Fix not-null result from ST_EstimatedExtent against
+           truncated tables with spatial index 
+  - #5115, Allow dropping topologies with pending constraints
+  - #5105, Fix false invalidity report from ValidateTopology
+  - #5039, postgis_tiger_geocoder: Support for TIGER 2021 (Regina Obe)
+  - #5097, Ensure spatial index is used during topology population
+           at the getClosestEdge step
+  - #5091, Fix --without-protobuf builds
+  - #5100, Don't use pg_atoi (removed in PG15)
+  - #5114, Crash with long column names pgsql2shp
+  - #5123, Support for PG15 (JSON funcs exposed)
+  - #5125, Fix search path function
+  - #5150, Change signature of AddToSearchPath
+  - #5151, ST_SetPoint with empty geometries
+  - #5152, Fix infinite loop with ST_Split
+  - #5173, Crash creating flatgeobuf on row without geometry
+  - #4541, ST_ConcaveHull returns a "geometrycollection" type
+           instead of the expected "polygon"
+  - #5154, raster ST_Value is undercosted
+- Disable sfcgal for ix86 arch (sfcgal can't be build for those)
+  Please try to uninstall sfcgal before doing extension upgrade.
+
+-------------------------------------------------------------------

Old:
----
  postgis-3.2.1.tar.gz
  postgis-3.2.1.tar.gz.md5

New:
----
  postgis-3.2.2.tar.gz
  postgis-3.2.2.tar.gz.md5

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgis.spec ++++++
--- /var/tmp/diff_new_pack.c2pUli/_old  2022-08-08 08:45:25.674493901 +0200
+++ /var/tmp/diff_new_pack.c2pUli/_new  2022-08-08 08:45:25.678493913 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package postgis
+# spec file
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define         pg_name  @BUILD_FLAVOR@%{nil}
 %define         ext_name postgis
 %{pg_version_from_name}
 %define         main_version 3.2
 
 Name:           %{pg_name}-%{ext_name}
-Version:        3.2.1
+Version:        3.2.2
 Release:        0
 Summary:        Geographic Information Systems Extensions to PostgreSQL
 License:        GPL-2.0-or-later
@@ -30,8 +31,8 @@
 Source0:        
https://download.osgeo.org/postgis/source/%{ext_name}-%{version}.tar.gz
 Source1:        
https://download.osgeo.org/postgis/source/%{ext_name}-%{version}.tar.gz.md5
 Patch0:         patch-tests-results.patch
-BuildRequires:  %{pg_name}-server-devel
 BuildRequires:  %{pg_name}-llvmjit-devel
+BuildRequires:  %{pg_name}-server-devel
 BuildRequires:  cgal-devel
 BuildRequires:  cunit-devel
 BuildRequires:  fdupes
@@ -39,20 +40,25 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gdal-devel >= 3.0
 BuildRequires:  gtk2-devel
-BuildRequires:  libprotobuf-c-devel
 BuildRequires:  libgeos-devel >= 3.7.0
 BuildRequires:  libjson-c-devel
 BuildRequires:  libproj-devel >= 6.0.0
+BuildRequires:  libprotobuf-c-devel
 # proj.db is required for ST_ functions and tests boo#1188129
 BuildRequires:  proj
-BuildRequires:  libxml2-devel
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxml2-devel
 BuildRequires:  libxml2-tools
 # building doc but would add 350 texlive packages
 # BuildRequires:  dblatex
 # BuildRequires:  ImageMagick
 BuildRequires:  protobuf-c >= 1.1.0
+%ifarch %{ix86}
+%define with_sfcgal 0
+%else
+%define with_sfcgal 1
 BuildRequires:  sfcgal-devel > 1.3.1
+%endif
 BuildRequires:  update-alternatives
 %pg_server_requires
 %if "%{pg_name}" == ""
@@ -62,7 +68,7 @@
 # proj.db is required for ST_ functions and tests boo#1188129
 Requires:       proj
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Conflicts:      postgis2
 Provides:       postgis
 Conflicts:      %{pg_name}-address_standardizer
@@ -95,7 +101,9 @@
     --with-topology \
     --with-gui \
     --with-json \
+%if %{with_sfcgal}
     --with-sfcgal=%{_bindir}/sfcgal-config \
+%endif
     --disable-rpath \
     --disable-gtktest \
     --with-interrupt-tests \
@@ -189,7 +197,6 @@
 %{pg_config_sharedir}/extension/postgis*
 %{pg_config_sharedir}/extension/address_standardizer*
 
-
 %files utils
 %defattr(755,root,root)
 %{pg_config_bindir}/create_undef.pl

++++++ postgis-3.2.1.tar.gz -> postgis-3.2.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/postgis/postgis-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.postgis.new.1521/postgis-3.2.2.tar.gz differ: char 
12, line 1

++++++ postgis-3.2.1.tar.gz.md5 -> postgis-3.2.2.tar.gz.md5 ++++++
--- /work/SRC/openSUSE:Factory/postgis/postgis-3.2.1.tar.gz.md5 2022-03-15 
19:05:38.868977725 +0100
+++ /work/SRC/openSUSE:Factory/.postgis.new.1521/postgis-3.2.2.tar.gz.md5       
2022-08-08 08:45:24.890491595 +0200
@@ -1 +1 @@
-c14c6582f72518257bb65198b3fe4dda  postgis-3.2.1.tar.gz
+3fa8bfdc791f53147aab7e1fa8d2ae49  postgis-3.2.2.tar.gz

Reply via email to