Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mapserver for openSUSE:Factory checked in at 2022-10-10 18:47:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mapserver (Old) and /work/SRC/openSUSE:Factory/.mapserver.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mapserver" Mon Oct 10 18:47:19 2022 rev:3 rq:1009075 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mapserver/mapserver.changes 2022-07-28 20:58:24.043528035 +0200 +++ /work/SRC/openSUSE:Factory/.mapserver.new.2275/mapserver.changes 2022-10-10 18:48:01.151316851 +0200 @@ -1,0 +2,20 @@ +Sat Oct 8 20:50:04 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 8 + * MapServer now requires a config file. To get back mapserver7 + behavior, copy /usr/share/doc/packages/mapserver/mapserver.conf + to mapserver.conf once. + * The shp2img utility has been renamed to map2img + * FlatGeobuf is now supported natively + * Initial OGC API support + * PHP native MapScript has been removed, in place of PHPNG + (SWIG) MapScript, and PHP unit tests have been re-enabled + * New labeling centerline GEOMTRANSFORM method for polygons + * Numerical validation of mapfile entries + * Removed various deprecated mapfile parameters + * New coshp utility to sort shapefile contents as well as sort + the associated qix spatial index. +- Drop mapserver-7.6.1-fix_python_install_path.patch + (no longer applicable) + +------------------------------------------------------------------- Old: ---- mapserver-7.6.1-fix_python_install_path.patch mapserver-7.6.4.tar.gz New: ---- mapserver-8.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mapserver.spec ++++++ --- /var/tmp/diff_new_pack.ujrA67/_old 2022-10-10 18:48:01.619317869 +0200 +++ /var/tmp/diff_new_pack.ujrA67/_new 2022-10-10 18:48:01.623317878 +0200 @@ -30,7 +30,7 @@ %endif Name: mapserver -Version: 7.6.4 +Version: 8.0.0 Release: 0 Summary: Environment for building spatially-enabled internet applications License: MIT @@ -39,10 +39,7 @@ Source: https://download.osgeo.org/mapserver/%{name}-%{version}.tar.gz Source9: %{name}-rpmlintrc # Known issues: -# - /usr/share/cmake/Modules/FindPostgreSQL.cmake is silly -# (the postgresql version list is manual), so no postgresql # - swig 4.0 can't do php8, gotta wait for 4.1 so no php -Patch0: mapserver-7.6.1-fix_python_install_path.patch BuildRequires: FastCGI-devel BuildRequires: apache2-devel BuildRequires: autoconf @@ -103,7 +100,6 @@ or any of the mapscript module (php, java, python, ruby) - # We don't require apache2_mod-php8 users could have php5 running # with other modes (cgi, php-fpm, etc) %package -n php-mapscript @@ -315,17 +311,31 @@ %{buildroot}%{_docdir}/%{name}-%{version}/tests/vera chmod a+x "%{buildroot}/%{_libdir}/libjavamapscript.so" +rm -fv "%buildroot/%_sysconfdir/mapserver-sample.conf" +echo >"mapserver.conf" <<-EOF + CONFIG + ENV + MS_MAP_PATTERN "^" + END + END +EOF + +%if 0%{?suse_version} < 1550 +mkdir -pv "%buildroot/%python3_sitearch" +mv -v "%buildroot/%python3_sitelib"/* "%buildroot/%python3_sitearch/" +%endif %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -%doc README.rst HISTORY.TXT +%doc README.rst HISTORY.TXT mapserver.conf %doc MIGRATION_GUIDE.txt %doc symbols tests %doc fonts -%{_bindir}/shp2img +%{_bindir}/coshp +%{_bindir}/map2img %{_bindir}/shptree %{_bindir}/sortshp %{_bindir}/tile4ms ++++++ mapserver-7.6.4.tar.gz -> mapserver-8.0.0.tar.gz ++++++ ++++ 186257 lines of diff (skipped)