Rebuild (proj, gdal)

This commit is contained in:
Sandro Mani 2020-11-12 13:02:11 +01:00
parent d6488a25c9
commit 00230ca3e7

View File

@ -1,6 +1,6 @@
%global ini_name 40-mapserver.ini
%global project_owner mapserver
%global project_name mapserver
%global project_owner MapServer
%global project_name MapServer
# MapServer doesn't support PHP 7 yet. See:
# https://github.com/mapserver/mapserver/issues/5252
%global php_mapscript 1
@ -11,7 +11,7 @@
Name: mapserver
Version: 7.4.3
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Environment for building spatially-enabled internet applications
%global dashver %(echo %version | sed 's|\\.|-|g')
@ -303,6 +303,9 @@ fi
%changelog
* Wed Nov 11 12:47:11 CET 2020 Sandro Mani <manisandro@gmail.com> - 7.4.3-11
- Rebuild (proj, gdal)
* Thu Oct 01 2020 Petr Pisar <ppisar@redhat.com> - 7.4.3-10
- Adapt to new CMake (bug #1864110)