Accepting request 1110932 from Application:Geo
- update to 8.0.1 Many changes, see https://www.mapserver.org/development/changelog/changelog-8-0.html OBS-URL: https://build.opensuse.org/request/show/1110932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mapserver?expand=0&rev=5
This commit is contained in:
commit
09a7aa388c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb7ee625eb6fdce9bd9851f83664442845d70d041e449449e88ac855e97d773c
|
||||
size 2945524
|
3
mapserver-8.0.1.tar.gz
Normal file
3
mapserver-8.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79d23595ef95d61d3d728ae5e60850a3dbfbf58a46953b4fdc8e6e0ffe5748ba
|
||||
size 2950164
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 16:21:02 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update to 8.0.1 Many changes, see
|
||||
https://www.mapserver.org/development/changelog/changelog-8-0.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 22:40:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
@ -41,7 +47,6 @@ Wed Mar 9 12:06:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 16:38:03 UTC 2021 - Boris Manojlovic <boris@steki.net>
|
||||
|
||||
|
||||
- update to release 7.6.4
|
||||
* PostGIS: fix ST_Intersects() with collections with PostGIS < 2.5.
|
||||
Fixes https://github.com/MapServer/MapServer/pull/6355#issuecomment-877290417 (Even Rouault) : 3e42e35
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mapserver
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann (tigerfoot)
|
||||
# Copyright (c) 2015 Angelos Tzotsos (kalxas)
|
||||
#
|
||||
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
|
||||
Name: mapserver
|
||||
Version: 8.0.0
|
||||
Version: 8.0.1
|
||||
Release: 0
|
||||
Summary: Environment for building spatially-enabled internet applications
|
||||
License: MIT
|
||||
@ -75,7 +75,6 @@ BuildRequires: postgresql-server-devel >= 9.1
|
||||
BuildRequires: libprotobuf-c-devel
|
||||
BuildRequires: php8-devel
|
||||
BuildRequires: proj
|
||||
BuildRequires: protobuf-c
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: rpm
|
||||
%if 0%{with php}
|
||||
@ -104,12 +103,6 @@ Group: System/Libraries
|
||||
Mapserver library for mapserver or mapscript module. you need this lib to run mapserver
|
||||
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-mapscriptng
|
||||
Summary: PHP/MapscriptNG map making extensions to PHP
|
||||
Group: Development/Libraries/Other
|
||||
@ -121,6 +114,8 @@ BuildRequires: php-devel
|
||||
%endif
|
||||
Requires: php
|
||||
Requires: php-gd
|
||||
# We don't require apache2_mod-php8 users could have php5 running
|
||||
# with other modes (cgi, php-fpm, etc)
|
||||
|
||||
%description -n php-mapscriptng
|
||||
The PHP/Mapscript extension provides full map customization capabilities within the PHP scripting language.
|
||||
@ -339,10 +334,8 @@ mv -v "%buildroot/%python3_sitelib"/* "%buildroot/%python3_sitearch/"
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc README.rst HISTORY.TXT mapserver.conf
|
||||
%doc MIGRATION_GUIDE.txt
|
||||
%doc symbols tests
|
||||
%doc fonts
|
||||
%doc README.md HISTORY.md MIGRATION_GUIDE.md mapserver.conf
|
||||
%doc symbols tests fonts
|
||||
%{_bindir}/coshp
|
||||
%{_bindir}/map2img
|
||||
%{_bindir}/shptree
|
||||
|
Loading…
Reference in New Issue
Block a user