5e46839
%global ini_name 40-mapserver.ini
00230ca
%global project_owner MapServer
00230ca
%global project_name MapServer
22e80cc
# MapServer doesn't support PHP 7 yet. See:
22e80cc
# https://github.com/mapserver/mapserver/issues/5252
de0ccf7
%global php_mapscript 1
b18b04c
# MapServer should support Python 3 but still builds with Python 2.
b18b04c
# This should be investigated.
de0ccf7
%global python_mapscript 1
b18b04c
a929131
%ifarch %{java_arches}
a929131
%bcond_without java
a929131
%else
a929131
%bcond_with java
a929131
%endif
a929131
5e46839
5e46839
Name:           mapserver
d1d0d43
Version:        7.6.4
7487ca2
Release:        19%{?dist}
Balint Cristian 33c88d6
Summary:        Environment for building spatially-enabled internet applications
de0ccf7
%global dashver %(echo %version | sed 's|\\.|-|g')
47d9b57
Balint Cristian 33c88d6
License:        BSD
241f491
URL:            http://www.mapserver.org
346c8c8
de0ccf7
Source0:        https://github.com/%{project_owner}/%{project_name}/archive/rel-%{dashver}/%{project_name}-%{version}.tar.gz
083291d
# PHP8 compatibility
083291d
Patch0:         mapserver_php8.patch
47d9b57
Balint Cristian b30dabe
Requires:       httpd
47d9b57
Requires:       dejavu-sans-fonts
Balint Cristian 32f4867
b18b04c
BuildRequires:  autoconf
Igor Gnatenko 36f318b
BuildRequires:  gcc-c++
5e46839
BuildRequires:  cairo-devel
5e46839
BuildRequires:  cmake
5e46839
BuildRequires:  curl-devel
5e46839
BuildRequires:  fcgi-devel
5e46839
BuildRequires:  freetype-devel
5e46839
BuildRequires:  fribidi-devel
5e46839
BuildRequires:  gd-devel >= 2.0.16
5e46839
BuildRequires:  gdal-devel
9ab2bb6
BuildRequires:  geos-devel >= 3.7.1
5e46839
BuildRequires:  giflib-devel
5e46839
BuildRequires:  httpd-devel
5e46839
BuildRequires:  libjpeg-devel
5e46839
BuildRequires:  libpng-devel
5e46839
BuildRequires:  libtiff-devel
5e46839
BuildRequires:  libxml2-devel
5e46839
BuildRequires:  libXpm-devel
5e46839
BuildRequires:  libxslt-devel
e67a607
BuildRequires:  mariadb-connector-c-devel
e67a607
BuildRequires:  openssl-devel
5e46839
BuildRequires:  harfbuzz-devel
5e46839
BuildRequires:  pam-devel
5af6c13
BuildRequires:  perl-devel
9c1aea9
BuildRequires:  perl-generators
Balint Cristian 5b3ea03
BuildRequires:  perl(ExtUtils::MakeMaker)
b18b04c
BuildRequires:  protobuf-c-devel
1f62a0d
BuildRequires:  libpq-devel
9ab2bb6
BuildRequires:  proj-devel => 5.2.0
5e46839
BuildRequires:  readline-devel
5e46839
BuildRequires:  swig
5e46839
BuildRequires:  zlib-devel
de0ccf7
# See %%prep below
de0ccf7
BuildRequires:  /usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf
de0ccf7
BuildRequires:  /usr/share/fonts/dejavu-sans-fonts/DejaVuSans-Bold.ttf
Balint Cristian 33c88d6
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%description
Balint Cristian 33c88d6
Mapserver is an internet mapping program that converts GIS data to
5e46839
map images in real time. With appropriate interface pages,
5e46839
Mapserver can provide an interactive internet map based on
Balint Cristian 33c88d6
custom GIS data.
Balint Cristian 33c88d6
5e46839
5e46839
%package  libs
5e46839
Summary:  %{summary}
5e46839
5e46839
%description libs
5e46839
This package contains the libs for mapserver.
5e46839
5e46839
5e46839
%package  devel
5e46839
Summary:        Development files for mapserver
5e46839
Requires:       %{name} = %{version}
5e46839
5e46839
%description devel
5e46839
This package contains development files for mapserver.
5e46839
22e80cc
%if 0%{php_mapscript}
47d9b57
%package -n php-%{name}
Balint Cristian 33c88d6
Summary:        PHP/Mapscript map making extensions to PHP
Remi Collet 84460ba
BuildRequires:  php-devel
Remi Collet 84460ba
Requires:       php-gd%{?_isa}
Remi Collet 84460ba
Requires:       php(zend-abi) = %{php_zend_api}
Remi Collet 84460ba
Requires:       php(api) = %{php_core_api}
Balint Cristian 33c88d6
47d9b57
%description -n php-%{name}
Balint Cristian 33c88d6
The PHP/Mapscript extension provides full map customization capabilities within
Balint Cristian 33c88d6
the PHP scripting language.
de0ccf7
%endif
Balint Cristian 33c88d6
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%package perl
Balint Cristian 33c88d6
Summary:        Perl/Mapscript map making extensions to Perl
Balint Cristian 33c88d6
Requires:       %{name} = %{version}-%{release}
Balint Cristian b1df0f8
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%description perl
Balint Cristian 33c88d6
The Perl/Mapscript extension provides full map customization capabilities
Balint Cristian 33c88d6
within the Perl programming language.
Balint Cristian 33c88d6
8f832f0
%if 0%{python_mapscript}
b18b04c
%package -n python3-mapserver
b18b04c
%{?python_provide:%python_provide python3-mapserver}
7a123ca
# Remove before F30
ffcce1a
Provides: %{name}-python = %{version}-%{release}
7a123ca
Provides: %{name}-python%{?_isa} = %{version}-%{release}
7a123ca
Obsoletes: %{name}-python < %{version}-%{release}
Balint Cristian 33c88d6
Summary:        Python/Mapscript map making extensions to Python
b18b04c
BuildRequires:  python3-devel
cb9c330
BuildRequires:  python3-setuptools
Balint Cristian 33c88d6
Requires:       %{name} = %{version}-%{release}
b18b04c
Requires:       python3
Balint Cristian 33c88d6
b18b04c
%description -n python3-mapserver
Balint Cristian 33c88d6
The Python/Mapscript extension provides full map customization capabilities
Balint Cristian 33c88d6
within the Python programming language.
de0ccf7
%endif
Balint Cristian 33c88d6
a929131
%if %{with java}
b50a004
%package java
b50a004
Summary:        Java/Mapscript map making extensions to Java
5e46839
BuildRequires:  java-devel
b50a004
Requires:       %{name} = %{version}-%{release}
79853b3
Requires:       java-headless
b50a004
b50a004
%description java
b50a004
The Java/Mapscript extension provides full map customization capabilities
b50a004
within the Java programming language.
a929131
%endif
Balint Cristian 33c88d6
Balint Cristian 33c88d6
5e46839
%package ruby
5e46839
Summary:       Ruby/Mapscript map making extensions to Ruby
5e46839
BuildRequires: ruby-devel
5e46839
Requires:      %{name} = %{version}-%{release}
5e46839
5e46839
%description ruby
5e46839
The Ruby/Mapscript extension provides full map customization capabilities within
5e46839
the ruby programming language.
5e46839
5e46839
5e46839
%prep
de0ccf7
%autosetup -p1 -n %{project_owner}-rel-%{dashver}
Balint Cristian 32f4867
b50a004
# replace fonts for tests with symlinks
de0ccf7
ln -sf /usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf tests/vera/Vera.ttf
de0ccf7
ln -sf /usr/share/fonts/dejavu-sans-fonts/DejaVuSans-Bold.ttf tests/vera/VeraBd.ttf
Balint Cristian 32f4867
f61e618
# Force swig to regenerate the wrapper
f61e618
rm -rf mapscript/perl/mapscript_wrap.c
f61e618
Balint Cristian 33c88d6
5e46839
%build
5e46839
export CFLAGS="${CFLAGS} -ldl -fPIC -fno-strict-aliasing"
5e46839
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
5e46839
de0ccf7
%cmake -DINSTALL_LIB_DIR=%{_libdir} \
5e46839
      -DCMAKE_SKIP_RPATH=ON \
5e46839
      -DCMAKE_SKIP_INSTALL_RPATH=ON \
5e46839
      -DWITH_CAIRO=TRUE \
5e46839
      -DWITH_CLIENT_WFS=TRUE \
5e46839
      -DWITH_CLIENT_WMS=TRUE \
5e46839
      -DWITH_CURL=TRUE \
5e46839
      -DWITH_FCGI=TRUE \
5e46839
      -DWITH_FRIBIDI=TRUE \
5e46839
      -DWITH_GD=TRUE \
5e46839
      -DWITH_GDAL=TRUE \
5e46839
      -DWITH_GEOS=TRUE \
5e46839
      -DWITH_GIF=TRUE \
5e46839
      -DWITH_ICONV=TRUE \
a929131
%if %{with java}
5e46839
      -DWITH_JAVA=TRUE \
a929131
%else
a929131
      -DWITH_JAVA=FALSE \
a929131
%endif
5e46839
      -DWITH_KML=TRUE \
5e46839
      -DWITH_LIBXML2=TRUE \
5e46839
      -DWITH_OGR=TRUE \
5e46839
      -DWITH_MYSQL=TRUE \
5e46839
      -DWITH_PERL=TRUE \
5e46839
      -DCUSTOM_PERL_SITE_ARCH_DIR="%{perl_vendorarch}" \
22e80cc
%if 0%{php_mapscript}
5e46839
      -DWITH_PHP=TRUE \
de0ccf7
%endif
5e46839
      -DWITH_POSTGIS=TRUE \
5e46839
      -DWITH_PROJ=TRUE \
8f832f0
%if 0%{python_mapscript}
5e46839
      -DWITH_PYTHON=TRUE \
de0ccf7
%endif
5e46839
      -DWITH_RUBY=TRUE \
5e46839
      -DWITH_V8=FALSE \
5e46839
      -DWITH_SOS=TRUE \
5e46839
      -DWITH_THREAD_SAFETY=TRUE \
5e46839
      -DWITH_WCS=TRUE \
5e46839
      -DWITH_WMS=TRUE \
5e46839
      -DWITH_WFS=TRUE \
5e46839
      -DWITH_XMLMAPFILE=TRUE \
5e46839
      -DWITH_POINT_Z_M=TRUE \
5e46839
      -DWITH_APACHE_MODULE=FALSE \
5e46839
      -DWITH_SVGCAIRO=FALSE \
5e46839
      -DWITH_CSHARP=FALSE \
5e46839
      -DWITH_ORACLESPATIAL=FALSE \
5e46839
      -DWITH_ORACLE_PLUGIN=FALSE \
5e46839
      -DWITH_MSSQL2008=FALSE \
5e46839
      -DWITH_SDE=FALSE \
5e46839
      -DWITH_SDE_PLUGIN=FALSE \
5e46839
      -DWITH_EXEMPI=FALSE \
d6488a2
      -Wno-dev
5e46839
d6488a2
%cmake_build
Balint Cristian 33c88d6
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%install
d6488a2
%cmake_install
47d9b57
de0ccf7
mkdir -p %{buildroot}%{_datadir}/%{name}
47d9b57
install -p -m 644 xmlmapfile/mapfile.xsd %{buildroot}%{_datadir}/%{name}
47d9b57
install -p -m 644 xmlmapfile/mapfile.xsl %{buildroot}%{_datadir}/%{name}
47d9b57
a929131
%if %{with java}
b50a004
# install java
b50a004
mkdir -p %{buildroot}%{_javadir}
d6488a2
install -p -m 644 %{_vpath_builddir}/mapscript/java/mapscript.jar %{buildroot}%{_javadir}/
a929131
%endif
5e46839
22e80cc
%if 0%{php_mapscript}
Balint Cristian 33c88d6
# install php config file
417e693
mkdir -p %{buildroot}%{php_inidir}
417e693
cat > %{buildroot}%{php_inidir}/%{ini_name} <
Balint Cristian 33c88d6
; Enable %{name} extension module
5e46839
extension=php_mapscript.so
Balint Cristian 33c88d6
EOF
de0ccf7
%endif
de0ccf7
Balint Cristian 33c88d6
0d10f76
%ldconfig_scriptlets libs
417e693
417e693
Balint Cristian 33c88d6
%files
b18b04c
%doc README.rst
5e46839
%{_bindir}/legend
5e46839
%{_bindir}/mapserv
5e46839
%{_bindir}/msencrypt
5e46839
%{_bindir}/scalebar
5e46839
%{_bindir}/shp2img
5e46839
%{_bindir}/shptree
5e46839
%{_bindir}/shptreetst
5e46839
%{_bindir}/shptreevis
5e46839
%{_bindir}/sortshp
5e46839
%{_bindir}/tile4ms
5e46839
%{_datadir}/%{name}/
5e46839
5e46839
%files libs
b18b04c
%doc README.rst
5e46839
%{_libdir}/libmapserver.so.%{version}
5e46839
%{_libdir}/libmapserver.so.2
5e46839
5e46839
%files devel
b18b04c
%doc README.rst
5e46839
%{_libdir}/libmapserver.so
5e46839
%{_includedir}/%{name}/
47d9b57
22e80cc
%if 0%{php_mapscript}
47d9b57
%files -n php-%{name}
b8f86d5
%doc mapscript/php/README
b8f86d5
%doc mapscript/php/examples
417e693
%config(noreplace) %{php_inidir}/%{ini_name}
5e46839
%{php_extdir}/php_mapscript.so*
de0ccf7
%endif
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%files perl
b18b04c
%doc README.rst
Balint Cristian 33c88d6
%doc mapscript/perl/examples
5e46839
%dir %{perl_vendorarch}/auto/mapscript
5e46839
%{perl_vendorarch}/auto/mapscript/*
5e46839
%{perl_vendorarch}/mapscript.pm
Balint Cristian 33c88d6
8f832f0
%if 0%{python_mapscript}
b18b04c
%files -n python3-mapserver
de0ccf7
%doc mapscript/python/README.rst
Balint Cristian 33c88d6
%doc mapscript/python/examples
Balint Cristian 33c88d6
%doc mapscript/python/tests
b18b04c
%{python3_sitearch}/*mapscript*
de0ccf7
%endif
Balint Cristian 33c88d6
a929131
%if %{with java}
b50a004
%files java
b50a004
%doc mapscript/java/README
b50a004
%doc mapscript/java/examples
b50a004
%doc mapscript/java/tests
b50a004
%{_javadir}/*.jar
5e46839
%{_libdir}/libjavamapscript.so
a929131
%endif
5e46839
5e46839
%files ruby
5e46839
%doc mapscript/ruby/README
5e46839
%doc mapscript/ruby/examples
5e46839
%{ruby_sitearchdir}/mapscript.so
5e46839
Balint Cristian 33c88d6
Balint Cristian 33c88d6
%changelog
7487ca2
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.4-19
7487ca2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7487ca2
a929131
* Tue Jul 05 2022 Sandro Mani <manisandro@gmail.com> - 7.6.4-18
a929131
- Limit -java subpackage to %%java_arches
a929131
ad79c6a
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 7.6.4-17
ad79c6a
- Rebuilt for Python 3.11
ad79c6a
0578991
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 7.6.4-16
0578991
- Perl 5.36 rebuild
0578991
204e86c
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 7.6.4-15
204e86c
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
204e86c
24987b5
* Tue Mar 22 2022 Sandro Mani <manisandro@gmail.com> - 7.6.4-14
24987b5
- It's no longer needed to move Python bindings with setuptools >= 60.x
24987b5
0df95bc
* Thu Mar 10 2022 Sandro Mani <manisandro@gmail.com> - 7.6.4-13
0df95bc
- Rebuild for proj-9.0.0
0df95bc
971e092
* Mon Mar 07 2022 Karolina Surma <ksurma@redhat.com> - 7.6.4-12
971e092
- It's no longer needed to move Python bindings with setuptools >= 60.x
971e092
bcede7d
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 7.6.4-11
bcede7d
- Rebuilt for java-17-openjdk as system jdk
bcede7d
5814183
* Thu Jan 27 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 7.6.4-10
5814183
- F-36: rebuild against ruby31
5814183
5da0655
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.4-9
5da0655
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
5da0655
94b4ce7
* Tue Nov 23 2021 Sandro Mani <manisandro@gmail.com> - 7.6.4-8
94b4ce7
- Adapt mapserver_php8.patch to drop TSRMLS_FETCH_FROM_CTX call
94b4ce7
4aee8bf
* Thu Nov 11 2021 Sandro Mani <manisandro@gmail.com> - 7.6.4-7
4aee8bf
- Rebuild (gdal)
4aee8bf
0701d70
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 7.6.4-6
0701d70
- Rebuilt for protobuf 3.19.0
0701d70
e992d7c
* Thu Oct 28 2021 Remi Collet <remi@remirepo.net> - 7.6.4-5
e992d7c
- rebuild for https://fedoraproject.org/wiki/Changes/php81
e992d7c
6b90fd1
* Tue Oct 26 2021 Adrian Reber <adrian@lisas.de> - 7.6.4-4
6b90fd1
- Rebuilt for protobuf 3.18.1
6b90fd1
862f038
* Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 7.6.4-3
862f038
- Rebuild (geos)
862f038
c1861d1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.4-2
c1861d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
c1861d1
d1d0d43
* Tue Jul 13 2021 Sandro Mani <manisandro@gmail.com> - 7.6.4-1
d1d0d43
- Update to 7.6.4
d1d0d43
cb9dc49
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 7.6.3-3
cb9dc49
- Rebuilt for Python 3.10
cb9dc49
bd27f63
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 7.6.3-2
bd27f63
- Perl 5.34 re-rebuild updated packages
bd27f63
467e818
* Sat May 22 2021 Sandro Mani <manisandro@gmail.co;> - 7.6.3-1
467e818
- Update to 7.6.3
467e818
14ebb48
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 7.6.2-12
14ebb48
- Perl 5.34 rebuild
14ebb48
9089840
* Fri May 07 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-11
9089840
- Rebuild (gdal)
9089840
ca3aa4c
* Mon Mar 29 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-10
ca3aa4c
- Rebuild (proj)
ca3aa4c
5a1db25
* Tue Mar 23 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-9
5a1db25
- Bump
5a1db25
7eea76f
* Sun Mar 07 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-8
7eea76f
- Rebuild (proj)
7eea76f
867b1bd
* Fri Mar 05 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-7
867b1bd
- Rebuild (php)
867b1bd
e68455b
* Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 7.6.2-6
e68455b
- Rebuild (geos)
e68455b
3b1d1b9
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 7.6.2-5
3b1d1b9
- rebuild for libpq ABI fix rhbz#1908268
3b1d1b9
fa74069
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.2-4
fa74069
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
fa74069
9836ca6
* Wed Jan 13 09:47:12 CET 2021 Adrian Reber <adrian@lisas.de> - 7.6.2-3
9836ca6
- Rebuilt for protobuf 3.14
9836ca6
a3846cd
* Thu Jan  7 2021 Vít Ondruch <vondruch@redhat.com> - 7.6.2-2
a3846cd
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.0
a3846cd
7158512
* Thu Dec 10 2020 Sandro Mani <manisandro@gmail.com> - 7.6.2-1
7158512
- Update to 7.6.2
7158512
68bcedc
* Fri Nov 13 2020 Sandro Mani <manisandro@gmail.com> - 7.6.1-1
68bcedc
- Update to 7.6.1
68bcedc
00230ca
* Wed Nov 11 12:47:11 CET 2020 Sandro Mani <manisandro@gmail.com> - 7.4.3-11
00230ca
- Rebuild (proj, gdal)
00230ca
d6488a2
* Thu Oct 01 2020 Petr Pisar <ppisar@redhat.com> - 7.4.3-10
d6488a2
- Adapt to new CMake (bug #1864110)
d6488a2
e1da790
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 7.4.3-9
e1da790
- Rebuilt for protobuf 3.13
e1da790
25f33e1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.3-8
25f33e1
- Second attempt - Rebuilt for
25f33e1
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
25f33e1
d892d48
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.3-7
d892d48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d892d48
5750536
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 7.4.3-6
5750536
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
5750536
f4d75d8
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 7.4.3-5
f4d75d8
- Perl 5.32 rebuild
f4d75d8
0b7c3b5
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 7.4.3-4
0b7c3b5
- Rebuilt for protobuf 3.12
0b7c3b5
891aff4
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 7.4.3-3
891aff4
- Rebuilt for Python 3.9
891aff4
48da48b
* Thu May 21 2020 Sandro Mani <manisandro@gmail.com> - 7.4.3-2
48da48b
- Rebuild (gdal)
48da48b
de0ccf7
* Wed Mar 04 2020 Sandro Mani <manisandro@gmail.com> - 7.4.3-1
de0ccf7
- Update to 7.4.3
de0ccf7
3f2267c
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 7.2.2-5.git7fe9b2b
3f2267c
- Rebuild (gdal)
3f2267c
7d48a7a
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.2-4.git7fe9b2b
7d48a7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7d48a7a
00a92fb
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.2-3.git7fe9b2b
00a92fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
00a92fb
2672e7c
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 7.2.2-2.git7fe9b2b
2672e7c
- Perl 5.30 rebuild
2672e7c
b18b04c
* Sun Feb 24 2019 Julien Enselme <jujens@jujens.eu> - 7.2.2-1.git7fe9b2b
b18b04c
- Update to 7.2.2
b18b04c
9ab2bb6
* Mon Feb 04 2019 Devrim Gündüs <devrim@gunduz.org> - 7.0.5-16.git208bb3a
9ab2bb6
- Rebuild for new GeOS and Proj
9ab2bb6
38269b9
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-15.git208bb3a
38269b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
38269b9
8f832f0
* Fri Jul 20 2018 Julien Enselme <jujens@jujens.eu> - 7.0.5-14.git208bb3a
8f832f0
- Remove Python 2 mapscript support
8f832f0
78a4a32
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-13.git208bb3a
78a4a32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
78a4a32
169e91a
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 7.0.5-12.git208bb3a
169e91a
- Perl 5.28 rebuild
169e91a
55edf9e
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 7.0.5-11.git208bb3a
55edf9e
- Rebuild with new redhat-rpm-config/perl build flags
5af6c13
- Add "BuildRequires: perl-devel"
55edf9e
6e5ba28
* Tue Feb 13 2018 Sandro Mani <manisandro@gmail.com> - 7.0.5-10.git208bb3a
6e5ba28
- Rebuild (giflib)
6e5ba28
30bcd54
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-9.git208bb3a
30bcd54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
30bcd54
e67a607
* Thu Oct 05 2017 Julien Enselme <jujens@jujens.eu> - 7.0.5-8.git208bb3a
e67a607
- Use mariadb-connector-c-devel openssl-devel (#1494098)
e67a607
ffcce1a
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.0.5-7.git208bb3a
ffcce1a
- Add Provides for the old name without %%_isa
ffcce1a
7a123ca
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.0.5-6.git208bb3a
7a123ca
- Python 2 binary package renamed to python2-mapserver
7a123ca
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
7a123ca
a928652
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-5.git208bb3a
a928652
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a928652
add3077
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-4.git208bb3a
add3077
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
add3077
cacb65d
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 7.0.5-3.git208bb3a
cacb65d
- Perl 5.26 rebuild
cacb65d
ce44161
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.5-2.git208bb3a
ce44161
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
ce44161
25cd163
* Mon May 15 2017 Julien Enselme <jujens@jujens.eu> - 7.0.5-1.git208bb3a
25cd163
- Update to 7.0.5
25cd163
d58aadc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.4-3.gitb4bc015
d58aadc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d58aadc
0a74d20
* Tue Jan 24 2017 Devrim Gündüz <devrim@gunduz.org> - 7.0.4-2.gitb4bc015
0a74d20
- Rebuilt for Proj 4.9.3
0a74d20
a169bdd
* Thu Jan 19 2017 Julien Enselme <jujens@jujens.eu> - 7.0.4-1.gitb4bc015
a169bdd
- Update to 7.0.4
a169bdd
291c32a
* Fri Jan 13 2017 Vít Ondruch <vondruch@redhat.com> - 7.0.3-2.git0f9ece8
291c32a
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
291c32a
4e99753
* Mon Dec 12 2016 Julien Enselme <jujens@jujens.eu> - 7.0.3-1.git0f9ece8
4e99753
- Update to 7.0.3
4e99753
a76b3bb
* Wed Sep 21 2016 Julien Enselme <jujens@jujens.eu> - 7.0.2-1.git4ea78eb
a76b3bb
- Update to 7.0.2
a76b3bb
b04719c
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.1-4.git6ae2bc6
b04719c
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
b04719c
22e80cc
* Tue Jun 28 2016 Julien Enselme <jujens@jujens.eu> - 7.0.1-3.git6ae2bc6
22e80cc
- Disable PHP support.
22e80cc
c24ce69
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 7.0.1-2.git6ae2bc6
c24ce69
- Perl 5.24 rebuild
c24ce69
5e46839
* Thu  Feb 25 2016 Julien Enselme <jujens@jujens.eu> - 7.0.1-1.git6ae2bc6
5e46839
- Update to 7.0.1
5e46839
56524af
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.2-8
56524af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
56524af
715eb62
* Sun Aug 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 6.2.2-7
715eb62
- Rebuild again for GDAL 2.0
715eb62
69394ac
* Sun Aug 2 2015 Devrim Gündüz <devrim@gunduz.org> - 6.2.2-6
69394ac
- Rebuilt for new gdal
69394ac
3fb9b75
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.2-5
3fb9b75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3fb9b75
7001067
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 6.2.2-4
7001067
- Perl 5.22 rebuild
7001067
aa78c29
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 6.2.2-3
aa78c29
- Rebuilt for GCC 5 C++11 ABI change
aa78c29
6e4c976
* Wed Mar 11 2015 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.2.2-2
6e4c976
- Rebuilt for Proj 4.9.1
e2c3ebd
- Add patch for GCC5 build, also add -fPIC to CFLAGS
e2c3ebd
- Add a patch for swig 3.0.5
6e4c976
099a3e6
* Tue Dec 23 2014 Pavel Lisý <pali@fedoraproject.org> - 6.2.2-1
099a3e6
- Update to latest 6.2 release
099a3e6
- BZ 1048689 - CVE-2013-7262 mapserver: SQL injections with postgis TIME filters
099a3e6
- BZ 747409 - MapServer uses internal AGG and does not depend on agg-devel
099a3e6
97a6fc3
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.2.1-10
97a6fc3
- Perl 5.20 rebuild
f61e618
- Regenerated the wrapper to work with new Perl
97a6fc3
dce56ee
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.1-9
dce56ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
dce56ee
79853b3
* Sat Aug 09 2014 Mat Booth <mat.booth@redhat.com> - 6.2.1-8
79853b3
- Drop dep on gcj.
79853b3
4ee0f4c
* Fri Jun 20 2014 Remi Collet <rcollet@redhat.com> - 6.2.1-7
4ee0f4c
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
4ee0f4c
- add numerical prefix to extension configuration file
417e693
- add minimal PHP extension load test
417e693
- add upstream patch for PHP 5.6 (fix #1111478)
4ee0f4c
fcf0a39
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.1-6
fcf0a39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fcf0a39
c14d316
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 6.2.1-5
c14d316
- Rebuild for gdal 1.10.0
c14d316
35ceb43
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.1-4
35ceb43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
35ceb43
a156ad4
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 6.2.1-3
a156ad4
- Perl 5.18 rebuild
a156ad4
8c637b2
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 6.2.1-2
8c637b2
- rebuild for new GD 2.1.0
8c637b2
b50a004
* Tue May 21 2013 Pavel Lisý <pali@fedoraproject.org> - 6.2.1-1
b50a004
- Update to latest stable release
b50a004
- BZ 910689 - dependency on bitstream-vera-sans-fonts changed to dejavu-sans-fonts
b50a004
- BZ 960856 - Missing dependency: bitstream-vera-sans-fonts
b50a004
- BZ 747421 - Move CGI executable from /usr/sbin to /usr/libexec
b50a004
- BZ 796344 - Not compatible with JDK7
b50a004
- BZ 846543 - mapserver-java is incorrectly packaged (missing required native library)
2cd6402
- trim of changelog
b50a004
b50a004
* Tue Apr 09 2013 Pavel Lisý <pali@fedoraproject.org> - 6.2.0-2
b50a004
- changed MS_REL from 6x to 62
b50a004
1b9dfd8
* Thu Apr 04 2013 Pavel Lisý <pali@fedoraproject.org> - 6.2.0-1
b50a004
- Update to latest stable release
b50a004
- dependency on bitstream-vera-sans-fonts replaced to dejavu-sans-fonts
b50a004
91799d8
* Mon Mar 25 2013 Oliver Falk <oliver@linux-kernel.at> - 6.0.3-10.1
0ccec57
- Rebuild - fix changelog (bogus date)
91799d8
1b7a108
* Sat Mar 23 2013 Remi Collet <rcollet@redhat.com> - 6.0.3-10
1b7a108
- rebuild for http://fedoraproject.org/wiki/Features/Php55
1b7a108
cb71bab
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-9
cb71bab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cb71bab
Adam Tkac ee25f60
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 6.0.3-8
Adam Tkac ee25f60
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac ee25f60
Remi Collet 84460ba
* Fri Oct 26 2012 Remi Collet <remi@fedoraproject.org> - 6.0.3-7
Remi Collet 84460ba
- conform to PHP Guidelines (#828161)
Remi Collet 84460ba
- add minimal load test for php extension
47d9b57
346c8c8
* Tue Oct 16 2012 Pavel Lisý <pali@fedoraproject.org> - 6.0.3-6
346c8c8
- temporary removed mapserver-java (mapscript) due to build problem
346c8c8
  with jdk7
346c8c8
346c8c8
* Fri Oct 12 2012 Pavel Lisý <pali@fedoraproject.org> - 6.0.3-5
346c8c8
- Merged from 6.0.3-4
346c8c8
- fix of build for php4 and swig > 2.0.4
346c8c8
19e8a09
* Tue Aug 14 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.0.3-4
5a7d4cf
- Rebuilt for new perl.
5a7d4cf
3910acc
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-3
3910acc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3910acc
cbb5fe0
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 6.0.3-2
cbb5fe0
- Perl 5.16 rebuild
cbb5fe0
241f491
* Sat Jun 30 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.0.3-1
241f491
- Update to 6.0.3, for various fixes described at:
241f491
  https://github.com/mapserver/mapserver/blob/rel-6-0-3-0/HISTORY.TXT
241f491
- Update URL, per bz #835426
241f491
19c2b83
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 6.0.2-2
19c2b83
- Perl 5.16 rebuild
19c2b83
1e853ba
* Mon Apr 16 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.0.2-1
1e853ba
- Update to 6.0.2, for various fixes described at:
1e853ba
  http://trac.osgeo.org/mapserver/browser/tags/rel-6-0-2/mapserver/HISTORY.TXT
1e853ba
8faf49f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.1-5
8faf49f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8faf49f
5fb039d
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 6.0.1-4
5fb039d
- Rebuild for new libpng
5fb039d
Petr Sabata 819d1e6
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 6.0.1-3
Petr Sabata 819d1e6
- Perl mass rebuild
Petr Sabata 819d1e6
Petr Sabata ed16473
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 6.0.1-2
Petr Sabata ed16473
- Perl mass rebuild
Petr Sabata ed16473
c33b976
* Mon Jul 18 2011 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.0.1-1
c33b976
- Update to 6.0.1, for various fixes described at:
c33b976
  http://trac.osgeo.org/mapserver/browser/tags/rel-6-0-1/mapserver/HISTORY.TXT
c33b976
- Fixes bz #722545
b8f86d5
- Apply changes to spec file for new major version.
5e46839