diff --git a/mapserver.spec b/mapserver.spec index 56fe543..9320fe1 100644 --- a/mapserver.spec +++ b/mapserver.spec @@ -9,7 +9,7 @@ Name: mapserver Version: 7.0.5 -Release: 7.git%{shortcommit}%{?dist} +Release: 8.git%{shortcommit}%{?dist} Summary: Environment for building spatially-enabled internet applications Group: Development/Tools @@ -38,7 +38,8 @@ BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: libXpm-devel BuildRequires: libxslt-devel -BuildRequires: mysql-devel +BuildRequires: mariadb-connector-c-devel +BuildRequires: openssl-devel BuildRequires: harfbuzz-devel BuildRequires: pam-devel BuildRequires: perl-generators @@ -200,7 +201,6 @@ cmake -DINSTALL_LIB_DIR=%{_libdir} \ -DWITH_POINT_Z_M=TRUE \ -DWITH_APACHE_MODULE=FALSE \ -DWITH_SVGCAIRO=FALSE \ - -DWITH_MYSQL=FALSE \ -DWITH_CSHARP=FALSE \ -DWITH_ORACLESPATIAL=FALSE \ -DWITH_ORACLE_PLUGIN=FALSE \ @@ -313,6 +313,9 @@ EOF %changelog +* Thu Oct 05 2017 Julien Enselme - 7.0.5-8.git208bb3a +- Use mariadb-connector-c-devel openssl-devel (#1494098) + * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 7.0.5-7.git208bb3a - Add Provides for the old name without %%_isa