Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgis for openSUSE:Factory checked 
in at 2023-08-10 15:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgis (Old)
 and      /work/SRC/openSUSE:Factory/.postgis.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgis"

Thu Aug 10 15:33:29 2023 rev:6 rq:1103214 version:3.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgis/postgis.changes  2023-07-27 
16:52:08.586266701 +0200
+++ /work/SRC/openSUSE:Factory/.postgis.new.11712/postgis.changes       
2023-08-10 15:33:49.880137904 +0200
@@ -1,0 +2,39 @@
+Wed Aug  2 07:51:07 UTC 2023 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- update to 3.3.4
+  * Bug Fixes and Enhancements *
+  - #5450, Fix macro expansion recursion on powerpc architectures.
+           (Bas Couwenberg)
+  - #5395, [postgis_topology] Allow unprivileged user dump
+           of database with topology enabled
+  - #5394, [postgis_topology] Improve robustness of finding
+           distinct vertices in topology edges (Sandro Santilli)
+  - #5403, [postgis_topology] Fix ValidateTopology(bbox) without
+           topology in search_path (Sandro Santilli)
+  - #5410, [postgis_raster] ST_Value bilinear resample,
+           don't throw an error if Band has no NODATA value
+           (Regina Obe)
+  - #5385, Postgres malloc assertion fail when
+           using pg_cancel_backend with ST_AsMVT
+           (Regina Obe, Paul Ramsey)
+  - #5452, Updated README.postgis for apt-based systems
+           (Jelte Fennema)
+  * Breaking Changes *
+    - #5385, Take out interruptability of ST_AsMVT
+             as it causes backend crash under intense conditions
+            (Regina Obe, Paul Ramsey)
+  PostGIS 3.3.3
+  * Bug Fixes and Enhancements *
+  - #5303, Don't try removing closed edges endpoint from
+           RemoveUnusedPrimitives (Sandro Santilli)
+  - #5289, Fix misleading message in RemoveUnusedPrimitives about
+           doubly connected edges healing (Sandro Santilli)
+  - #5298, Fix CopyTopology exception with hierarchical layers (Sandro 
Santilli)
+  - #5299, Corrections to address_standardizer_data_us lex (Regina Obe)
+  - #5332, Keep proj errors from percolating into PgSQL log (Paul Ramsey)
+
+ This is a higher version upgrade, see
+ https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.4/NEWS
+ for the full log since 3.2 release.
+
+-------------------------------------------------------------------
@@ -2027 +2065,0 @@
-

Old:
----
  postgis-3.2.5.tar.gz

New:
----
  postgis-3.3.4.tar.gz

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

Other differences:
------------------
++++++ postgis.spec ++++++
--- /var/tmp/diff_new_pack.MnkmEb/_old  2023-08-10 15:33:50.692142968 +0200
+++ /var/tmp/diff_new_pack.MnkmEb/_new  2023-08-10 15:33:50.696142993 +0200
@@ -19,10 +19,10 @@
 %define         pg_name  @BUILD_FLAVOR@%{nil}
 %define         ext_name postgis
 %{pg_version_from_name}
-%define         main_version 3.2
+%define         main_version 3.3
 
 Name:           %{pg_name}-%{ext_name}
-Version:        3.2.5
+Version:        3.3.4
 Release:        0
 Summary:        Geographic Information Systems Extensions to PostgreSQL
 License:        GPL-2.0-or-later
@@ -52,12 +52,11 @@
 # 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
+BuildRequires:  sfcgal-devel >= 1.4.1
 %endif
 BuildRequires:  update-alternatives
 %pg_server_requires
@@ -123,8 +122,6 @@
 # fix shebang and install utils
 sed -i 's,^#!/usr/bin/env perl,#!/usr/bin/perl,g' utils/*.pl regress/*.pl
 install -m 755 utils/*.pl %{buildroot}%{pg_config_bindir}
-# Wrong location (this is new on 2.2.x) automatically installed we already 
place it to pgbindir
-rm 
%{buildroot}%{pg_config_sharedir}/contrib/%{ext_name}-%{main_version}/postgis_restore.pl
 # remove .a and .la files
 rm -f %{buildroot}/%{_libdir}/*.la
 rm -f %{buildroot}/%{_libdir}/*.a
@@ -200,7 +197,10 @@
 %files utils
 %license COPYING
 %{pg_config_bindir}/create_undef.pl
-%{pg_config_bindir}/postgis_proc_upgrade.pl
+%{pg_config_bindir}/create_or_replace_to_create.pl
+%{pg_config_bindir}/create_upgrade.pl
+%{pg_config_bindir}/pgtopo_export
+%{pg_config_bindir}/pgtopo_import
 %{pg_config_bindir}/postgis_restore.pl
 %{pg_config_bindir}/profile_intersects.pl
 %{pg_config_bindir}/read_scripts_version.pl
@@ -208,7 +208,6 @@
 %{pg_config_bindir}/create_extension_unpackage.pl
 %{pg_config_bindir}/create_unpackaged.pl
 %{pg_config_bindir}/create_spatial_ref_sys_config_dump.pl
-%{pg_config_bindir}/postgis_proc_upgrade.pl
 %{pg_config_bindir}/test_estimation.pl
 %{pg_config_bindir}/test_joinestimation.pl
 %{pg_config_bindir}/test_geography_estimation.pl

++++++ postgis-3.2.5.tar.gz -> postgis-3.3.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/postgis/postgis-3.2.5.tar.gz 
/work/SRC/openSUSE:Factory/.postgis.new.11712/postgis-3.3.4.tar.gz differ: char 
13, line 1

Reply via email to