2020-05-20 20:54:35 +00:00
|
|
|
%global run_tests 1
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2018-02-14 07:33:26 +00:00
|
|
|
%global bashcompletiondir %(pkg-config --variable=compatdir bash-completion)
|
2017-09-11 18:45:41 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# We have multilib triage
|
|
|
|
%if "%{_lib}" == "lib"
|
|
|
|
%global cpuarch 32
|
|
|
|
%else
|
|
|
|
%global cpuarch 64
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2017-09-11 18:45:41 +00:00
|
|
|
%if 0%{?bootstrap}
|
|
|
|
%global with_mysql 0
|
|
|
|
%global mysql --without-mysql
|
|
|
|
%global with_poppler 0
|
|
|
|
%global poppler --without-poppler
|
|
|
|
%global with_spatialite 0
|
2017-12-14 14:49:41 +00:00
|
|
|
%global spatialite --without-spatialite
|
2017-09-11 18:45:41 +00:00
|
|
|
%else
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1490492
|
|
|
|
%global with_mysql 1
|
|
|
|
%global mysql --with-mysql
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1490492
|
|
|
|
%global with_poppler 1
|
|
|
|
%global poppler --with-poppler
|
2014-05-15 06:49:14 +00:00
|
|
|
%global with_spatialite 1
|
2012-02-26 08:55:08 +00:00
|
|
|
%global spatialite "--with-spatialite"
|
2017-09-11 18:45:41 +00:00
|
|
|
%endif
|
2014-05-15 06:49:14 +00:00
|
|
|
|
2018-08-22 07:38:49 +00:00
|
|
|
%bcond_without python3
|
2022-05-20 20:56:49 +00:00
|
|
|
# No complete java yet in EL8
|
|
|
|
%if 0%{?rhel} >= 8
|
|
|
|
%bcond_with java
|
|
|
|
%else
|
2022-07-06 11:22:17 +00:00
|
|
|
%ifarch %{java_arches}
|
2022-05-20 20:56:49 +00:00
|
|
|
%bcond_without java
|
2022-07-06 11:22:17 +00:00
|
|
|
%else
|
|
|
|
%bcond_with java
|
|
|
|
%endif
|
2012-02-26 08:55:08 +00:00
|
|
|
%endif
|
|
|
|
|
2022-07-06 11:22:17 +00:00
|
|
|
#global pre rc1
|
2022-05-20 20:56:49 +00:00
|
|
|
|
|
|
|
|
2020-03-03 14:20:35 +00:00
|
|
|
Name: gdal
|
2022-09-13 07:27:50 +00:00
|
|
|
Version: 3.5.2
|
|
|
|
Release: 1%{?dist}
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: GIS file format library
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.gdal.org
|
2015-07-26 19:35:51 +00:00
|
|
|
# Source0: http://download.osgeo.org/gdal/%%{version}/gdal-%%{version}.tar.xz
|
2012-05-24 06:32:48 +00:00
|
|
|
# See PROVENANCE.TXT-fedora and the cleaner script for details!
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
Source0: %{name}-%{version}%{?pre:%pre}-fedora.tar.xz
|
|
|
|
Source1: http://download.osgeo.org/%{name}/%{version}/%{name}autotest-%{version}%{?pre:%pre}.tar.gz
|
|
|
|
# Multilib compatible cpl-config.h header
|
|
|
|
Source2: cpl-config.h
|
|
|
|
# Multilib compatible gdal-config script
|
|
|
|
Source3: gdal-config
|
|
|
|
Source4: PROVENANCE.TXT-fedora
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2012-05-24 06:32:48 +00:00
|
|
|
# Cleaner script for the tarball
|
2022-05-20 20:56:49 +00:00
|
|
|
Source5: %{name}-cleaner.sh
|
|
|
|
|
|
|
|
# Add some utils to the default install target
|
|
|
|
Patch0: gdal_utils.patch
|
2012-05-24 06:32:48 +00:00
|
|
|
|
2013-03-11 03:23:48 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: cmake
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: gcc-c++
|
2022-05-20 20:56:49 +00:00
|
|
|
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: armadillo-devel
|
|
|
|
BuildRequires: cfitsio-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: CharLS-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: curl-devel
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
BuildRequires: freexl-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: geos-devel
|
|
|
|
BuildRequires: giflib-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: hdf-devel
|
|
|
|
BuildRequires: hdf5-devel
|
|
|
|
BuildRequires: json-c-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: libdap-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: libgeotiff-devel
|
|
|
|
BuildRequires: libgta-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libkml-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: liblerc-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libpq-devel
|
|
|
|
BuildRequires: librx-devel
|
2014-05-15 06:49:14 +00:00
|
|
|
%if %{with_spatialite}
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: libspatialite-devel
|
2012-02-26 08:55:08 +00:00
|
|
|
%endif
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: libtiff-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: libtirpc-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: libwebp-devel
|
2017-09-11 18:45:41 +00:00
|
|
|
%if 0%{?with_mysql}
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: mariadb-connector-c-devel
|
2017-09-11 18:45:41 +00:00
|
|
|
%endif
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: netcdf-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: ogdi-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: openexr-devel
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: openjpeg2-devel
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: pcre2-devel
|
2017-09-11 18:45:41 +00:00
|
|
|
%if 0%{?with_poppler}
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: poppler-devel
|
2017-09-11 18:45:41 +00:00
|
|
|
%endif
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: proj-devel >= 5.2.0
|
2022-05-20 20:56:49 +00:00
|
|
|
BuildRequires: qhull-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: unixODBC-devel
|
|
|
|
BuildRequires: xerces-c-devel
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 102
|
|
|
|
BuildRequires: mingw32-gcc-c++
|
|
|
|
BuildRequires: mingw32-cfitsio
|
|
|
|
BuildRequires: mingw32-curl
|
|
|
|
BuildRequires: mingw32-expat
|
|
|
|
BuildRequires: mingw32-freexl
|
|
|
|
BuildRequires: mingw32-geos
|
|
|
|
BuildRequires: mingw32-giflib
|
|
|
|
BuildRequires: mingw32-libgeotiff
|
|
|
|
BuildRequires: mingw32-libgta
|
|
|
|
BuildRequires: mingw32-libjpeg-turbo
|
|
|
|
BuildRequires: mingw32-libkml
|
|
|
|
BuildRequires: mingw32-liblerc
|
|
|
|
BuildRequires: mingw32-libpng
|
|
|
|
BuildRequires: mingw32-libspatialite
|
|
|
|
BuildRequires: mingw32-libtiff
|
|
|
|
BuildRequires: mingw32-libwebp
|
|
|
|
BuildRequires: mingw32-openexr
|
|
|
|
BuildRequires: mingw32-openjpeg2
|
|
|
|
BuildRequires: mingw32-pcre
|
|
|
|
BuildRequires: mingw32-poppler
|
|
|
|
BuildRequires: mingw32-postgresql
|
|
|
|
BuildRequires: mingw32-proj
|
|
|
|
BuildRequires: mingw32-sqlite
|
|
|
|
BuildRequires: mingw32-xerces-c
|
|
|
|
BuildRequires: mingw32-xz-libs
|
|
|
|
BuildRequires: mingw32-zlib
|
|
|
|
|
|
|
|
BuildRequires: mingw64-filesystem >= 102
|
|
|
|
BuildRequires: mingw64-gcc-c++
|
|
|
|
BuildRequires: mingw64-cfitsio
|
|
|
|
BuildRequires: mingw64-curl
|
|
|
|
BuildRequires: mingw64-expat
|
|
|
|
BuildRequires: mingw64-freexl
|
|
|
|
BuildRequires: mingw64-geos
|
|
|
|
BuildRequires: mingw64-giflib
|
|
|
|
BuildRequires: mingw64-libgeotiff
|
|
|
|
BuildRequires: mingw64-libgta
|
|
|
|
BuildRequires: mingw64-libjpeg-turbo
|
|
|
|
BuildRequires: mingw64-libkml
|
|
|
|
BuildRequires: mingw64-liblerc
|
|
|
|
BuildRequires: mingw64-libpng
|
|
|
|
BuildRequires: mingw64-libspatialite
|
|
|
|
BuildRequires: mingw64-libtiff
|
|
|
|
BuildRequires: mingw64-libwebp
|
|
|
|
BuildRequires: mingw64-openexr
|
|
|
|
BuildRequires: mingw64-openjpeg2
|
|
|
|
BuildRequires: mingw64-pcre
|
|
|
|
BuildRequires: mingw64-poppler
|
|
|
|
BuildRequires: mingw64-postgresql
|
|
|
|
BuildRequires: mingw64-proj
|
|
|
|
BuildRequires: mingw64-sqlite
|
|
|
|
BuildRequires: mingw64-xerces-c
|
|
|
|
BuildRequires: mingw64-xz-libs
|
|
|
|
BuildRequires: mingw64-zlib
|
|
|
|
|
|
|
|
# Python
|
2018-08-22 07:38:49 +00:00
|
|
|
%if %{with python3}
|
2020-03-03 14:20:35 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-numpy
|
2020-06-29 12:10:59 +00:00
|
|
|
BuildRequires: python3-setuptools
|
2021-02-07 00:42:01 +00:00
|
|
|
BuildRequires: python3dist(pytest) >= 3.6
|
|
|
|
BuildRequires: python3dist(lxml) >= 4.5.1
|
2022-05-20 20:56:49 +00:00
|
|
|
|
|
|
|
BuildRequires: mingw32-python3
|
|
|
|
BuildRequires: mingw32-python3-numpy
|
|
|
|
BuildRequires: mingw32-python3-setuptools
|
|
|
|
|
|
|
|
BuildRequires: mingw64-python3
|
|
|
|
BuildRequires: mingw64-python3-numpy
|
|
|
|
BuildRequires: mingw64-python3-setuptools
|
2018-08-22 07:38:49 +00:00
|
|
|
%endif
|
2020-03-03 14:20:35 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# Java
|
|
|
|
%if %{with java}
|
|
|
|
# For 'mvn_artifact' and 'mvn_install'
|
|
|
|
BuildRequires: ant
|
|
|
|
BuildRequires: java-devel >= 1:1.6.0
|
|
|
|
BuildRequires: javapackages-local
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
%endif
|
2012-02-26 08:55:08 +00:00
|
|
|
|
|
|
|
# Run time dependency for gpsbabel driver
|
2020-03-03 14:20:35 +00:00
|
|
|
Requires: gpsbabel
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2008-05-27 10:50:46 +00:00
|
|
|
|
2007-03-13 09:15:39 +00:00
|
|
|
%description
|
2012-02-26 08:55:08 +00:00
|
|
|
Geospatial Data Abstraction Library (GDAL/OGR) is a cross platform
|
|
|
|
C++ translator library for raster and vector geospatial data formats.
|
|
|
|
As a library, it presents a single abstract data model to the calling
|
2012-07-27 14:35:04 +00:00
|
|
|
application for all supported formats. It also comes with a variety of
|
2012-02-26 08:55:08 +00:00
|
|
|
useful commandline utilities for data translation and processing.
|
|
|
|
|
|
|
|
It provides the primary data access engine for many applications.
|
|
|
|
GDAL/OGR is the most widely used geospatial data access library.
|
|
|
|
|
2007-03-13 09:15:39 +00:00
|
|
|
|
|
|
|
%package devel
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: Development files for the GDAL file format library
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2007-03-13 09:15:39 +00:00
|
|
|
|
|
|
|
%description devel
|
2012-02-26 08:55:08 +00:00
|
|
|
This package contains development files for GDAL.
|
2007-03-13 09:15:39 +00:00
|
|
|
|
2008-10-24 11:46:22 +00:00
|
|
|
|
2012-02-26 08:55:08 +00:00
|
|
|
%package libs
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: GDAL file format library
|
|
|
|
# See frmts/grib/degrib/README.TXT
|
|
|
|
Provides: bundled(g2lib) = 1.6.0
|
|
|
|
Provides: bundled(degrib) = 2.14
|
2008-10-24 11:46:22 +00:00
|
|
|
|
2012-02-26 08:55:08 +00:00
|
|
|
%description libs
|
|
|
|
This package contains the GDAL file format library.
|
2007-03-13 09:15:39 +00:00
|
|
|
|
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%package -n mingw32-%{name}
|
|
|
|
Summary: MinGW Windows GDAL library
|
|
|
|
# GDAL bundles a modified copy of g2clib and degrib
|
|
|
|
# See frmts/grib/degrib/README.TXT
|
|
|
|
Provides: bundled(g2lib) = 1.6.0
|
|
|
|
Provides: bundled(degrib) = 2.14
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n mingw32-%{name}
|
|
|
|
MinGW Windows GDAL library.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw32-%{name}-tools
|
|
|
|
Summary: MinGW Windows GDAL library tools
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n mingw32-%{name}-tools
|
|
|
|
MinGW Windows GDAL library tools.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw64-%{name}
|
|
|
|
Summary: MinGW Windows GDAL library
|
|
|
|
# GDAL bundles a modified copy of g2clib and degrib
|
|
|
|
# See frmts/grib/degrib/README.TXT
|
|
|
|
Provides: bundled(g2lib) = 1.6.0
|
|
|
|
Provides: bundled(degrib) = 2.14
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n mingw64-%{name}
|
|
|
|
MinGW Windows GDAL library.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw64-%{name}-tools
|
|
|
|
Summary: MinGW Windows GDAL library tools
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n mingw64-%{name}-tools
|
|
|
|
MinGW Windows GDAL library tools.
|
|
|
|
|
|
|
|
|
2020-05-16 21:13:41 +00:00
|
|
|
# No complete java yet in EL8
|
2022-05-20 20:56:49 +00:00
|
|
|
%if %{with java}
|
2008-05-25 23:27:24 +00:00
|
|
|
%package java
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: Java modules for the GDAL file format library
|
|
|
|
Requires: jpackage-utils
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2008-05-25 23:27:24 +00:00
|
|
|
|
|
|
|
%description java
|
2012-02-26 08:55:08 +00:00
|
|
|
The GDAL Java modules provide support to handle multiple GIS file formats.
|
|
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: Javadocs for %{name}
|
|
|
|
Requires: jpackage-utils
|
|
|
|
BuildArch: noarch
|
2012-02-26 08:55:08 +00:00
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains the API documentation for %{name}.
|
2020-05-16 21:13:41 +00:00
|
|
|
%endif
|
2012-02-26 08:55:08 +00:00
|
|
|
|
|
|
|
|
2018-08-22 07:38:49 +00:00
|
|
|
%if %{with python3}
|
2018-08-20 12:02:19 +00:00
|
|
|
%package -n python3-gdal
|
|
|
|
%{?python_provide:%python_provide python3-gdal}
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: Python modules for the GDAL file format library
|
|
|
|
Requires: python3-numpy
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2016-02-21 09:51:35 +00:00
|
|
|
|
2018-08-20 12:02:19 +00:00
|
|
|
%description -n python3-gdal
|
2016-02-21 09:51:35 +00:00
|
|
|
The GDAL Python 3 modules provide support to handle multiple GIS file formats.
|
2018-08-22 07:38:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package python-tools
|
2020-03-03 14:20:35 +00:00
|
|
|
Summary: Python tools for the GDAL file format library
|
2021-05-06 08:01:35 +00:00
|
|
|
Requires: python3-gdal
|
2018-08-22 07:38:49 +00:00
|
|
|
|
|
|
|
%description python-tools
|
|
|
|
The GDAL Python package provides number of tools for programming and
|
|
|
|
manipulating GDAL file format library
|
2016-02-21 09:51:35 +00:00
|
|
|
|
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%package -n mingw32-python3-%{name}
|
|
|
|
Summary: MinGW Windows Python3 GDAL bindings
|
|
|
|
|
|
|
|
%description -n mingw32-python3-%{name}
|
|
|
|
MinGW Windows Python3 GDAL bindings.
|
|
|
|
|
2010-11-22 07:18:00 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%package -n mingw64-python3-%{name}
|
|
|
|
Summary: MinGW Windows Python3 GDAL bindings
|
|
|
|
|
|
|
|
%description -n mingw64-python3-%{name}
|
|
|
|
MinGW Windows Python3 GDAL bindings.
|
2010-11-22 07:18:00 +00:00
|
|
|
|
2020-11-13 11:23:01 +00:00
|
|
|
|
2012-05-09 23:30:41 +00:00
|
|
|
# We don't want to provide private Python extension libs
|
2020-03-03 14:20:35 +00:00
|
|
|
%global __provides_exclude_from ^%{python3_sitearch}/.*\.so$
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%{?mingw_debug_package}
|
|
|
|
|
|
|
|
|
2007-03-13 09:15:39 +00:00
|
|
|
%prep
|
2022-05-20 20:56:49 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{version}-fedora
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2012-01-10 05:51:23 +00:00
|
|
|
# Delete bundled libraries
|
|
|
|
rm -rf frmts/zlib
|
|
|
|
rm -rf frmts/png/libpng
|
|
|
|
rm -rf frmts/gif/giflib
|
2020-03-03 14:20:35 +00:00
|
|
|
rm -rf frmts/jpeg/libjpeg
|
|
|
|
rm -rf frmts/jpeg/libjpeg12
|
|
|
|
rm -rf frmts/gtiff/libgeotiff
|
|
|
|
rm -rf frmts/gtiff/libtiff
|
2022-05-20 20:56:49 +00:00
|
|
|
rm -rf mrf/LERCV1
|
|
|
|
rm -rf third_party/LercLib
|
2007-03-13 09:15:39 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# Setup autotest directory
|
|
|
|
tar xf %{SOURCE1}
|
|
|
|
mv %{name}autotest-%{version} autotest
|
2013-03-11 03:23:48 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# Copy in PROVENANCE.TXT-fedora
|
|
|
|
cp -a %{SOURCE4} .
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2016-02-04 18:16:48 +00:00
|
|
|
|
2012-02-26 08:55:08 +00:00
|
|
|
%build
|
2022-05-20 20:56:49 +00:00
|
|
|
%cmake \
|
|
|
|
-DCMAKE_INSTALL_INCLUDEDIR=include/gdal \
|
|
|
|
-DGDAL_JAVA_INSTALL_DIR=%{_jnidir}/%{name} \
|
|
|
|
-DGDAL_USE_JPEG12_INTERNAL=OFF
|
|
|
|
%cmake_build
|
2020-05-20 20:54:35 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%mingw_cmake \
|
|
|
|
-DCMAKE_INSTALL_INCLUDEDIR=include/gdal \
|
|
|
|
-DGDAL_USE_JPEG12_INTERNAL=OFF
|
|
|
|
%mingw_make_build
|
2016-02-21 09:51:35 +00:00
|
|
|
|
2012-01-10 05:51:23 +00:00
|
|
|
|
2007-03-13 09:15:39 +00:00
|
|
|
%install
|
2022-05-20 20:56:49 +00:00
|
|
|
%cmake_install
|
|
|
|
%mingw_make_install
|
|
|
|
|
|
|
|
# List of manpages for python scripts
|
|
|
|
for file in %{buildroot}%{_bindir}/*.py; do
|
|
|
|
if [ -f %{buildroot}%{_mandir}/man1/`basename ${file/.py/.1*}` ]; then
|
|
|
|
echo "%{_mandir}/man1/`basename ${file/.py/.1*}`" >> gdal_python_manpages.txt
|
|
|
|
echo "%exclude %{_mandir}/man1/`basename ${file/.py/.1*}`" >> gdal_python_manpages_excludes.txt
|
|
|
|
fi
|
|
|
|
done
|
2018-08-22 07:38:49 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# Multilib
|
|
|
|
# - cpl_config.h is arch-dependent (contains various SIZEOF defines)
|
|
|
|
# - gdal-config stores arch-specific information
|
|
|
|
mv %{buildroot}%{_includedir}/%{name}/cpl_config.h %{buildroot}%{_includedir}/%{name}/cpl_config-%{cpuarch}.h
|
|
|
|
cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{name}/cpl_config.h
|
|
|
|
mv %{buildroot}%{_bindir}/%{name}-config %{buildroot}%{_bindir}/%{name}-config-%{cpuarch}
|
|
|
|
cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config
|
2008-05-25 23:27:24 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
# Delete data from cross packages
|
|
|
|
rm -r %{buildroot}%{mingw32_datadir}
|
|
|
|
rm -r %{buildroot}%{mingw64_datadir}
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2007-07-25 11:20:08 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%mingw_debug_install_post
|
2007-07-25 11:20:08 +00:00
|
|
|
|
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%if 0%{run_tests}
|
2012-02-26 08:55:08 +00:00
|
|
|
%check
|
2022-05-20 20:56:49 +00:00
|
|
|
%ctest || :
|
2020-01-18 15:31:33 +00:00
|
|
|
%endif
|
2010-11-22 07:18:00 +00:00
|
|
|
|
2012-01-10 05:51:23 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%files -f gdal_python_manpages_excludes.txt
|
|
|
|
%{_bindir}/8211*
|
2007-03-13 09:15:39 +00:00
|
|
|
%{_bindir}/gdal_contour
|
2020-11-11 23:14:03 +00:00
|
|
|
%{_bindir}/gdal_create
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/gdal_grid
|
2007-03-13 09:15:39 +00:00
|
|
|
%{_bindir}/gdal_rasterize
|
|
|
|
%{_bindir}/gdal_translate
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/gdal_viewshed
|
2007-03-13 09:15:39 +00:00
|
|
|
%{_bindir}/gdaladdo
|
2009-07-30 10:14:24 +00:00
|
|
|
%{_bindir}/gdalbuildvrt
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/gdaldem
|
2008-01-09 23:04:31 +00:00
|
|
|
%{_bindir}/gdalenhance
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/gdalinfo
|
|
|
|
%{_bindir}/gdallocationinfo
|
2008-01-09 23:04:31 +00:00
|
|
|
%{_bindir}/gdalmanage
|
2020-05-20 20:54:35 +00:00
|
|
|
%{_bindir}/gdalmdiminfo
|
|
|
|
%{_bindir}/gdalmdimtranslate
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/gdalsrsinfo
|
|
|
|
%{_bindir}/gdaltindex
|
|
|
|
%{_bindir}/gdaltransform
|
|
|
|
%{_bindir}/gdalwarp
|
2017-09-26 21:14:48 +00:00
|
|
|
%{_bindir}/gnmanalyse
|
|
|
|
%{_bindir}/gnmmanage
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_bindir}/nearblack
|
|
|
|
%{_bindir}/ogr2ogr
|
|
|
|
%{_bindir}/ogrinfo
|
|
|
|
%{_bindir}/ogrlineref
|
|
|
|
%{_bindir}/ogrtindex
|
|
|
|
%{_bindir}/s57dump
|
2020-05-20 20:54:35 +00:00
|
|
|
%{_datadir}/bash-completion/completions/*
|
2022-05-20 20:56:49 +00:00
|
|
|
%exclude %{_datadir}/bash-completion/completions/*.py
|
|
|
|
%{_mandir}/man1/*
|
2012-02-26 08:55:08 +00:00
|
|
|
%exclude %{_mandir}/man1/gdal-config.1*
|
2022-05-20 20:56:49 +00:00
|
|
|
# Python manpages excluded in -f gdal_python_manpages_excludes.txt
|
2012-02-26 08:55:08 +00:00
|
|
|
|
|
|
|
%files libs
|
2020-11-13 11:23:01 +00:00
|
|
|
%license LICENSE.TXT
|
2021-11-11 09:16:34 +00:00
|
|
|
%doc NEWS.md PROVENANCE.TXT COMMITTERS PROVENANCE.TXT-fedora
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_libdir}/libgdal.so.31
|
|
|
|
%{_libdir}/libgdal.so.31.*
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
%{_libdir}/gdalplugins/
|
2007-03-13 09:15:39 +00:00
|
|
|
|
|
|
|
%files devel
|
2008-05-27 20:48:07 +00:00
|
|
|
%{_bindir}/%{name}-config
|
2008-05-27 10:50:46 +00:00
|
|
|
%{_bindir}/%{name}-config-%{cpuarch}
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/cmake/gdal/
|
2007-03-15 14:30:56 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2022-05-20 20:56:49 +00:00
|
|
|
%{_mandir}/man1/gdal-config.1*
|
2007-03-13 09:15:39 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%files -n mingw32-%{name}
|
|
|
|
%license LICENSE.TXT
|
|
|
|
%{mingw32_bindir}/libgdal-31.dll
|
|
|
|
%{mingw32_bindir}/gdal-config
|
|
|
|
%{mingw32_libdir}/libgdal.dll.a
|
|
|
|
%{mingw32_libdir}/cmake/gdal/
|
|
|
|
%{mingw32_libdir}/pkgconfig/gdal.pc
|
|
|
|
%{mingw32_libdir}/gdalplugins/
|
|
|
|
%{mingw32_includedir}/%{name}/
|
|
|
|
|
|
|
|
%files -n mingw32-%{name}-tools
|
|
|
|
%{mingw32_bindir}/*.exe
|
|
|
|
|
|
|
|
%files -n mingw64-%{name}
|
|
|
|
%license LICENSE.TXT
|
|
|
|
%{mingw64_bindir}/libgdal-31.dll
|
|
|
|
%{mingw64_bindir}/gdal-config
|
|
|
|
%{mingw64_libdir}/libgdal.dll.a
|
|
|
|
%{mingw64_libdir}/cmake/gdal/
|
|
|
|
%{mingw64_libdir}/pkgconfig/gdal.pc
|
|
|
|
%{mingw64_libdir}/gdalplugins/
|
|
|
|
%{mingw64_includedir}/%{name}/
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%files -n mingw64-%{name}-tools
|
|
|
|
%{mingw64_bindir}/*.exe
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2018-08-22 07:38:49 +00:00
|
|
|
%if %{with python3}
|
2018-08-20 12:02:19 +00:00
|
|
|
%files -n python3-gdal
|
2020-03-03 14:20:35 +00:00
|
|
|
%doc swig/python/README.rst
|
2020-11-11 23:14:03 +00:00
|
|
|
%{python3_sitearch}/GDAL-%{version}-py*.egg-info/
|
2021-05-06 08:01:35 +00:00
|
|
|
%{python3_sitearch}/osgeo/
|
|
|
|
%{python3_sitearch}/osgeo_utils/
|
2018-08-22 07:38:49 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%files python-tools -f gdal_python_manpages.txt
|
|
|
|
%{_bindir}/gdal_calc.py
|
|
|
|
%{_bindir}/gdal_edit.py
|
|
|
|
%{_bindir}/gdal_fillnodata.py
|
|
|
|
%{_bindir}/gdal_merge.py
|
|
|
|
%{_bindir}/gdal_pansharpen.py
|
|
|
|
%{_bindir}/gdal_polygonize.py
|
|
|
|
%{_bindir}/gdal_proximity.py
|
|
|
|
%{_bindir}/gdal_retile.py
|
|
|
|
%{_bindir}/gdal_sieve.py
|
|
|
|
%{_bindir}/gdal2tiles.py
|
|
|
|
%{_bindir}/gdal2xyz.py
|
|
|
|
%{_bindir}/gdalattachpct.py
|
|
|
|
%{_bindir}/gdalcompare.py
|
|
|
|
%{_bindir}/gdalmove.py
|
|
|
|
%{_bindir}/ogrmerge.py
|
|
|
|
%{_bindir}/pct2rgb.py
|
|
|
|
%{_bindir}/rgb2pct.py
|
|
|
|
%{_datadir}/bash-completion/completions/*.py
|
|
|
|
|
|
|
|
%files -n mingw32-python3-%{name}
|
|
|
|
%{mingw32_bindir}/*.py
|
|
|
|
%{mingw32_python3_sitearch}/GDAL-%{version}-py%{mingw32_python3_version}.egg-info/
|
|
|
|
%{mingw32_python3_sitearch}/osgeo/
|
|
|
|
%{mingw32_python3_sitearch}/osgeo_utils/
|
|
|
|
|
|
|
|
%files -n mingw64-python3-%{name}
|
|
|
|
%{mingw64_bindir}/*.py
|
|
|
|
%{mingw64_python3_sitearch}/GDAL-%{version}-py%{mingw32_python3_version}.egg-info/
|
|
|
|
%{mingw64_python3_sitearch}/osgeo/
|
|
|
|
%{mingw64_python3_sitearch}/osgeo_utils/
|
2018-08-22 07:38:49 +00:00
|
|
|
%endif
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
%if %{with java}
|
|
|
|
%files java
|
|
|
|
%{_jnidir}/%{name}/gdal-%{version}-sources.jar
|
|
|
|
%{_jnidir}/%{name}/gdal-%{version}.jar
|
|
|
|
%{_jnidir}/%{name}/gdal-%{version}.pom
|
|
|
|
%{_jnidir}/%{name}/libgdalalljni.so
|
|
|
|
|
|
|
|
%files javadoc
|
2022-07-06 11:22:17 +00:00
|
|
|
%{_jnidir}/%{name}/gdal-%{version}-javadoc.jar
|
2022-05-20 20:56:49 +00:00
|
|
|
%endif
|
2012-02-26 08:55:08 +00:00
|
|
|
|
2010-11-22 07:18:00 +00:00
|
|
|
|
2007-03-13 09:15:39 +00:00
|
|
|
%changelog
|
2022-09-13 07:27:50 +00:00
|
|
|
* Tue Sep 13 2022 Sandro Mani <manisandro@gmail.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2022-09-04 17:50:03 +00:00
|
|
|
* Sun Sep 04 2022 Sandro Mani <manisandro@gmail.com> - 3.5.1-6
|
|
|
|
- Rebuild (proj)
|
|
|
|
|
2022-08-03 14:31:45 +00:00
|
|
|
* Tue Aug 02 2022 Sandro Mani <manisandro@gmail.com> - 3.5.1-5
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2022-07-27 12:03:22 +00:00
|
|
|
* Wed Jul 27 2022 Sandro Mani <manisandro@gmail.com> - 3.5.1-4
|
|
|
|
- Rebuild (liblerc)
|
|
|
|
|
2022-07-21 11:58:47 +00:00
|
|
|
* Thu Jul 21 2022 Sandro Mani <manisandro@gmail.com> - 3.5.1-3
|
|
|
|
- Rebuild (liblerc)
|
|
|
|
|
2022-07-21 04:14:16 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-06 11:22:17 +00:00
|
|
|
* Wed Jul 06 2022 Sandro Mani <manisandro@gmail.com> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
- Limit -java subpackage to %%java_arches
|
|
|
|
|
2022-06-13 20:00:33 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.5.0-5
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-05-30 17:40:01 +00:00
|
|
|
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.5.0-4
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
2022-05-21 08:39:56 +00:00
|
|
|
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 3.5.0-3
|
|
|
|
- Fix gdal-config take two
|
|
|
|
|
2022-05-20 22:55:49 +00:00
|
|
|
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 3.5.0-2
|
|
|
|
- Fix gdal-config
|
|
|
|
|
2022-05-20 20:56:49 +00:00
|
|
|
* Fri May 13 2022 Sandro Mani <manisandro@gmail.com> - 3.5.0-1
|
|
|
|
- Update to 3.5.0
|
|
|
|
|
2022-05-04 14:04:47 +00:00
|
|
|
* Wed May 04 2022 Sandro Mani <manisandro@gmail.com> - 3.4.3-1
|
|
|
|
- Update to 3.4.3
|
|
|
|
|
2022-03-14 22:51:48 +00:00
|
|
|
* Mon Mar 14 2022 Sandro Mani <manisandro@gmail.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2022-03-09 23:03:08 +00:00
|
|
|
* Thu Mar 10 2022 Sandro Mani <manisandro@gmail.com> - 3.4.1-6
|
|
|
|
- Rebuild for proj-9.0.0
|
|
|
|
|
2022-02-13 12:45:45 +00:00
|
|
|
* Sun Feb 13 2022 Josef Ridky <jridky@redhat.com> - 3.4.1-5
|
|
|
|
- Rebuilt for libjasper.so.6
|
|
|
|
|
2022-02-05 19:45:08 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.4.1-4
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-20 04:01:56 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-13 15:41:10 +00:00
|
|
|
* Thu Jan 13 2022 Sandro Mani <manisandro@gmail.com> - 3.4.1-2
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2022-01-04 15:38:20 +00:00
|
|
|
* Tue Jan 04 2022 Sandro Mani <manisandro@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2021-11-21 04:43:12 +00:00
|
|
|
* Sun Nov 21 2021 Orion Poplawski <orion@nwra.com> - 3.4.0-2
|
|
|
|
- Rebuild for hdf5 1.12.1
|
|
|
|
|
2021-11-11 09:16:34 +00:00
|
|
|
* Mon Nov 08 2021 Sandro Mani <manisandro@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2021-10-29 16:35:40 +00:00
|
|
|
* Fri Oct 29 2021 Sandro Mani <manisandro@gmail.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2021-10-21 09:19:24 +00:00
|
|
|
* Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 3.3.2-3
|
|
|
|
- Rebuild (geos)
|
|
|
|
|
2021-09-14 17:02:09 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.3.2-2
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-09-07 11:26:19 +00:00
|
|
|
* Tue Sep 07 2021 Sandro Mani <manisandro@gmail.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
|
|
|
|
2021-08-10 02:01:20 +00:00
|
|
|
* Tue Aug 10 2021 Orion Poplawski <orion@nwra.com> - 3.3.1-5
|
|
|
|
- Rebuild for hdf5 1.10.7/netcdf 4.8.0
|
|
|
|
|
2021-08-02 12:41:21 +00:00
|
|
|
* Mon Aug 02 2021 Sandro Mani <manisandro@gmail.com> - 3.3.1-4
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2021-07-21 23:53:41 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-10 09:53:14 +00:00
|
|
|
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 3.3.1-2
|
|
|
|
- Rebuild for versioned symbols in json-c
|
|
|
|
|
2021-07-05 21:07:34 +00:00
|
|
|
* Mon Jul 05 2021 Sandro Mani <manisandro@gmail.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
2021-06-04 18:04:54 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.3.0-7
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-05-24 14:19:56 +00:00
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.0-6
|
|
|
|
- Perl 5.34 re-rebuild updated packages
|
|
|
|
|
2021-05-21 13:08:22 +00:00
|
|
|
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 3.3.0-5
|
|
|
|
- Rebuild (libgta)
|
|
|
|
|
2021-05-21 10:22:30 +00:00
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.0-4
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-05-20 12:08:27 +00:00
|
|
|
* Thu May 20 2021 Richard Shaw <hobbes1069@gmail.com> - 3.3.0-3
|
|
|
|
- Rebuilding for libgta 1.2.1.
|
|
|
|
|
2021-05-07 10:11:23 +00:00
|
|
|
* Fri May 07 2021 Sandro Mani <manisandro@gmail.com> - 3.3.0-2
|
|
|
|
- Rebuild (gdal)
|
|
|
|
|
2021-05-06 08:01:35 +00:00
|
|
|
* Mon May 03 2021 Sandro Mani <manisandro@gmail.com> - 3.3.0-1
|
|
|
|
- Update to 3.3.0
|
|
|
|
|
2021-03-24 22:33:25 +00:00
|
|
|
* Wed Mar 24 2021 Sandro Mani <manisandro@gmail.com> - 3.2.2-1
|
|
|
|
- Update to 3.2.2
|
|
|
|
|
2021-03-07 10:11:52 +00:00
|
|
|
* Sun Mar 07 2021 Sandro Mani <manisandro@gmail.com> - 3.2.1-10
|
|
|
|
- Rebuild (proj)
|
|
|
|
|
2021-02-23 05:34:43 +00:00
|
|
|
* Tue Feb 23 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.1-9
|
|
|
|
- Fix compile against GEOS on s390x
|
|
|
|
|
2021-02-13 17:24:54 +00:00
|
|
|
* Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 3.2.1-8
|
|
|
|
- Rebuild (geos)
|
|
|
|
|
2021-02-13 17:24:24 +00:00
|
|
|
* Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 3.2.1-7
|
|
|
|
- Rebuild (geos)
|
|
|
|
|
2021-02-08 08:26:35 +00:00
|
|
|
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 3.2.1-6
|
|
|
|
- rebuild for libpq ABI fix rhbz#1908268
|
|
|
|
|
2021-02-01 19:48:43 +00:00
|
|
|
* Mon Feb 01 2021 Orion Poplawski <orion@nwra.com> - 3.2.1-5
|
|
|
|
- Rebuild for cfitsio 3.490
|
|
|
|
|
2021-01-26 06:27:14 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-15 10:52:05 +00:00
|
|
|
* Fri Jan 15 11:51:40 CET 2021 Sandro Mani <manisandro@gmail.com> - 3.2.1-3
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2021-01-05 18:08:40 +00:00
|
|
|
* Tue Jan 5 18:08:07 WET 2021 José Matos <jamatos@fedoraproject.org> - 3.2.1-2
|
|
|
|
- rebuild for armadillo 10
|
|
|
|
|
2021-01-05 09:40:29 +00:00
|
|
|
* Mon Jan 04 2021 Sandro Mani <manisandro@gmail.coM> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2020-11-11 23:14:03 +00:00
|
|
|
* Thu Nov 05 2020 Sandro Mani <manisandro@gmail.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2020-11-02 11:32:58 +00:00
|
|
|
* Mon Nov 02 2020 Sandro Mani <manisandro@gmail.com> - 3.1.4-1
|
|
|
|
- Update to 3.1.4
|
|
|
|
|
|
|
|
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 3.1.3-3
|
2020-10-27 22:11:13 +00:00
|
|
|
- Fix missing #include for gcc-11
|
|
|
|
|
2020-10-16 19:53:03 +00:00
|
|
|
* Fri Oct 16 21:25:24 CEST 2020 Sandro Mani <manisandro@gmail.com> - 3.1.3-2
|
|
|
|
- Rebuild (jasper)
|
|
|
|
|
2020-09-07 14:08:23 +00:00
|
|
|
* Mon Sep 07 2020 Sandro Mani <manisandro@gmail.com> - 3.1.3-1
|
|
|
|
- Update to 3.1.3
|
|
|
|
|
2020-07-27 18:21:57 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-22 09:49:06 +00:00
|
|
|
* Wed Jul 22 09:48:50 GMT 2020 Sandro Mani <manisandro@gmail.com> - 3.1.2-5
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2020-07-16 14:29:25 +00:00
|
|
|
* Thu Jul 16 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.2-4
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-07-16 07:59:04 +00:00
|
|
|
* Wed Jul 15 15:55:55 GMT 2020 Sandro Mani <manisandro@gmail.com> - 3.1.2-3
|
|
|
|
- Rebuild (poppler)
|
|
|
|
|
2020-07-10 17:44:00 +00:00
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.2-2
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-07-09 08:21:28 +00:00
|
|
|
* Tue Jul 07 2020 Sandro Mani <manisandro@gmail.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
|
|
|
|
2020-06-30 09:53:07 +00:00
|
|
|
* Tue Jun 30 2020 Sandro Mani <manisandro@gmail.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
2020-06-27 04:57:28 +00:00
|
|
|
* Sat Jun 27 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.1.0-5
|
|
|
|
- Perl 5.32 re-rebuild updated packages
|
|
|
|
|
2020-06-26 01:47:24 +00:00
|
|
|
* Fri Jun 26 2020 Orion Poplawski <orion@nwra.com> - 3.1.0-4
|
|
|
|
- Rebuild for hdf5 1.10.6
|
|
|
|
|
2020-06-25 12:51:30 +00:00
|
|
|
* Thu Jun 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.1.0-3
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-05-26 00:46:05 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.1.0-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-05-20 20:54:35 +00:00
|
|
|
* Tue May 12 2020 Sandro Mani <manisandro@gmail.com> - 3.1.0-1
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
2020-05-16 21:13:41 +00:00
|
|
|
* Sat May 09 2020 Markus Neteler <neteler@mundialis.de> - 3.0.4-5
|
|
|
|
* disabled JAVA and LaTeX support for EPEL8, due to (yet) missing dependencies
|
|
|
|
|
2020-04-22 01:11:30 +00:00
|
|
|
* Wed Apr 22 2020 Björn Esser <besser82@fedoraproject.org> - 3.0.4-4
|
|
|
|
- Re-enable annobin
|
|
|
|
|
2020-04-21 22:01:47 +00:00
|
|
|
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 3.0.4-3
|
|
|
|
- Rebuild (json-c)
|
2020-04-22 01:09:35 +00:00
|
|
|
- Temporarily disable annobin, as it is broken
|
2020-04-21 22:01:47 +00:00
|
|
|
|
2020-03-03 22:31:20 +00:00
|
|
|
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 3.0.4-2
|
|
|
|
- Fix libtool wrappers installed for gdal utilities instead of actual binaries
|
|
|
|
|
2020-03-03 14:20:35 +00:00
|
|
|
* Wed Feb 05 2020 Sandro Mani <manisandro@gmail.com> - 3.0.4-1
|
|
|
|
- Update to 3.0.4
|
|
|
|
|
2020-01-28 19:42:07 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-18 15:31:33 +00:00
|
|
|
* Sat Jan 18 2020 Rich Mattes <richmattes@gmail.com> - 2.3.2-15
|
|
|
|
- Patch out include that was removed in newer poppler
|
|
|
|
- Remove comment following an endif in the specfile
|
|
|
|
|
2020-01-18 06:59:24 +00:00
|
|
|
* Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.2-15
|
|
|
|
- F-32: rebuild against new poppler
|
|
|
|
|
2019-09-09 06:59:48 +00:00
|
|
|
* Tue Sep 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.2-14
|
|
|
|
- Fix linkage against Proj
|
|
|
|
|
2019-09-16 11:57:04 +00:00
|
|
|
* Mon Sep 16 2019 Sandro Mani <manisandro@gmail.com> - 2.3.2-13
|
|
|
|
- Bump proj_somaj for proj 6
|
|
|
|
|
2019-09-04 14:55:22 +00:00
|
|
|
* Wed Sep 4 2019 Devrim Gündüz <devrim@gunduzorg> - 2.3.2-12
|
|
|
|
- Rebuild for new Proj
|
|
|
|
|
2019-08-19 08:14:25 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-11
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 01:36:23 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-01 18:21:53 +00:00
|
|
|
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.2-9
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-03-16 14:57:24 +00:00
|
|
|
* Sat Mar 16 2019 Orion Poplawski <orion@nwra.com>
|
|
|
|
- Rebuild for hdf5 1.10.5
|
|
|
|
|
2019-02-01 23:03:58 +00:00
|
|
|
* Tue Feb 05 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.2-7
|
|
|
|
- Drop Python 2 subpackage for mass Python 2 packages removal
|
|
|
|
|
2019-02-05 07:52:01 +00:00
|
|
|
* Mon Feb 04 2019 Pavel Raiskup <praiskup@redhat.com> - 2.3.2-6
|
|
|
|
- modernize java packaging (PR#9)
|
|
|
|
|
2019-02-04 18:20:00 +00:00
|
|
|
* Mon Feb 04 2019 Devrim Gündüz <devrim@gunduzorg> - 2.3.2-6
|
|
|
|
- Rebuild for new GeOS and Proj
|
|
|
|
|
2019-01-31 20:41:11 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-26 01:42:44 +00:00
|
|
|
* Sat Jan 26 2019 Marek Kasik <mkasik@redhat.com> - 2.3.2-4
|
|
|
|
- Additional fixes for the rebuild
|
|
|
|
|
2019-01-25 18:48:12 +00:00
|
|
|
* Fri Jan 25 2019 Marek Kasik <mkasik@redhat.com> - 2.3.2-3
|
|
|
|
- Rebuild for poppler-0.73.0
|
|
|
|
|
2018-08-22 07:38:49 +00:00
|
|
|
* Thu Oct 04 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.2-2
|
|
|
|
- Python 3 is the default Python now
|
|
|
|
|
2018-10-02 22:37:00 +00:00
|
|
|
* Mon Oct 1 2018 Volker Fröhlich <volker27@gmx.at> - 2.3.2-1
|
|
|
|
- New upstream release
|
|
|
|
|
2018-08-27 10:42:15 +00:00
|
|
|
* Mon Aug 27 2018 José Abílio Matos <jamatos@fc.up.pt> - 2.3.1-3
|
|
|
|
- rebuild for armadillo soname bump (take 2)
|
|
|
|
|
2018-08-17 16:18:01 +00:00
|
|
|
* Fri Aug 17 2018 José Abílio Matos <jamatos@fc.up.pt> - 2.3.1-2
|
|
|
|
- rebuild for armadillo soname bump
|
|
|
|
|
2018-08-14 21:57:00 +00:00
|
|
|
* Tue Aug 14 2018 Volker Fröhlich <volker27@gmx.at> - 2.3.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2018-08-14 00:30:55 +00:00
|
|
|
* Tue Aug 14 2018 Marek Kasik <mkasik@redhat.com> - 2.2.4-10
|
|
|
|
- Rebuild for poppler-0.67.0
|
|
|
|
|
2018-07-25 08:21:56 +00:00
|
|
|
* Wed Jul 25 2018 Devrim Gündüz <devrim@gunduz.org> - 2.2.4-9
|
|
|
|
- Fix #1606875
|
|
|
|
|
2018-07-13 01:12:27 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-03 11:02:52 +00:00
|
|
|
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 2.2.4-7
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-06-29 20:04:02 +00:00
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.2.4-6
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-06-23 04:15:50 +00:00
|
|
|
* Fri Jun 22 2018 Orion Poplawski <orion@nwra.com> - 2.2.4-5
|
|
|
|
- Rebuild for libdap 3.19.1
|
|
|
|
|
2018-06-19 08:43:30 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.4-4
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-26 08:49:14 +00:00
|
|
|
* Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 2.2.4-3
|
|
|
|
- rebuilt for cfitsio 3.450
|
|
|
|
|
2018-03-27 08:24:36 +00:00
|
|
|
* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 2.2.4-2
|
|
|
|
- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28
|
|
|
|
|
2018-03-26 18:22:34 +00:00
|
|
|
* Mon Mar 26 2018 Volker Fröhlich <volker27@gmx.at> - 2.2.4-1
|
2018-03-26 18:16:33 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2018-03-23 23:36:06 +00:00
|
|
|
* Fri Mar 23 2018 Adam Williamson <awilliam@redhat.com> - 2.2.3-14
|
|
|
|
- Rebuild for poppler 0.63.0
|
|
|
|
|
2018-03-06 14:15:11 +00:00
|
|
|
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 2.2.3-13
|
|
|
|
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
|
|
|
|
|
2018-02-23 17:16:20 +00:00
|
|
|
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 2.2.3-12
|
|
|
|
- rebuilt for cfitsio 3.420 (so version bump)
|
|
|
|
|
2018-02-14 17:31:49 +00:00
|
|
|
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 2.2.3-11
|
|
|
|
- rebuild for poppler 0.62.0
|
|
|
|
|
2018-02-14 07:33:26 +00:00
|
|
|
* Wed Feb 14 2018 Volker Fröhlich <volker27@gmx.at> - 2.2.3-10
|
|
|
|
- Don't own /etc/bash_completion.d (BZ#1545012)
|
|
|
|
|
2018-02-13 16:49:41 +00:00
|
|
|
* Tue Feb 13 2018 Pavel Raiskup <praiskup@redhat.com> - 2.2.3-9
|
|
|
|
- silence some rpmlint warnings
|
|
|
|
|
2018-01-24 11:00:15 +00:00
|
|
|
* Tue Feb 13 2018 Tom Hughes <tom@compton.nu> - 2.2.3-8
|
|
|
|
- Add patch for bug by node-gdal tests and fixed upstream
|
|
|
|
|
2018-01-24 10:58:58 +00:00
|
|
|
* Tue Feb 13 2018 Tom Hughes <tom@compton.nu> - 2.2.3-7
|
|
|
|
- Use libtirpc for RPC routines
|
|
|
|
|
2018-02-07 10:43:28 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-27 10:15:15 +00:00
|
|
|
* Sat Jan 27 2018 Than Ngo <than@redhat.com> - - 2.2.3-6
|
|
|
|
- cleanup condition
|
|
|
|
|
2017-12-14 18:53:09 +00:00
|
|
|
* Thu Dec 14 2017 Merlin Mathesius <mmathesi@redhat.com> - 2.2.3-5
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-12-14 14:49:41 +00:00
|
|
|
* Thu Dec 14 2017 Pavel Raiskup <praiskup@redhat.com> - 2.2.3-4
|
|
|
|
- drop bootstrap mode
|
2017-12-14 14:52:38 +00:00
|
|
|
- build-require mariadb-connector-c-devel (rhbz#1494096)
|
2017-12-14 14:49:41 +00:00
|
|
|
|
2017-12-11 17:18:26 +00:00
|
|
|
* Mon Dec 11 2017 Björn Esser <besser82@fedoraproject.org> - 2.2.3-3.1.bootstrap
|
|
|
|
- Add patch to cleanly build against json-c v0.13
|
|
|
|
|
2017-12-10 19:50:34 +00:00
|
|
|
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.2.3-2.1.bootstrap
|
|
|
|
- Rebuilt for libjson-c.so.3
|
|
|
|
|
2017-12-04 19:58:15 +00:00
|
|
|
* Mon Dec 04 2017 Volker Froehlich <volker27@gmx.at> - 2.2.3-1
|
|
|
|
- New upstream release
|
|
|
|
|
2017-11-30 17:43:16 +00:00
|
|
|
* Wed Nov 29 2017 Volker Froehlich <volker27@gmx.at> - 2.2.2-2
|
|
|
|
- Re-enable bsb format (BZ#1432330)
|
|
|
|
|
2017-09-26 21:14:48 +00:00
|
|
|
* Fri Sep 22 2017 Volker Froehlich <volker27@gmx.at> - 2.2.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add new entries to the files sections
|
|
|
|
|
2017-09-17 21:33:22 +00:00
|
|
|
* Sun Sep 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.4-11
|
|
|
|
- rebuild (armadillo)
|
|
|
|
|
2017-09-11 16:22:10 +00:00
|
|
|
* Mon Sep 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.1.4-10
|
2017-09-11 18:45:41 +00:00
|
|
|
- support %%bootstrap mode, enable for rawhide (#1490492)
|
2017-09-11 16:22:10 +00:00
|
|
|
- segment POPPLER_OPTS, makes buildable on f25
|
|
|
|
|
2017-09-08 08:12:23 +00:00
|
|
|
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 2.1.4-9
|
|
|
|
- rebuild for poppler 0.59.0
|
|
|
|
|
2017-08-20 14:45:54 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1.4-8
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-19 15:49:26 +00:00
|
|
|
* Sat Aug 19 2017 Orion Poplawski <orion@cora.nwra.com> - 2.1.4-7
|
|
|
|
- Handle new g2clib name in Fedora 27+
|
|
|
|
|
2017-08-19 13:38:19 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1.4-6
|
|
|
|
- Python 2 binary package renamed to python2-gdal
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-03 10:40:46 +00:00
|
|
|
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 2.1.4-5
|
|
|
|
- rebuild for poppler 0.57.0
|
|
|
|
|
2017-08-02 21:00:07 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:10:37 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 21:37:49 +00:00
|
|
|
* Wed Jul 19 2017 Adam Williamson <awilliam@redhat.com> - 2.1.4-2
|
|
|
|
- Rebuild against MariaDB 10.2
|
|
|
|
- BuildRequires: javapackages-local, for a macro that got moved there
|
|
|
|
|
2017-07-01 14:56:50 +00:00
|
|
|
* Sat Jul 01 2017 Volker Froehlich <volker27@gmx.at> - 2.1.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
2017-06-04 06:31:01 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.1.3-4
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-03-28 13:31:26 +00:00
|
|
|
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 2.1.3-3
|
|
|
|
- rebuild for poppler 0.53.0
|
|
|
|
|
2017-02-01 18:21:54 +00:00
|
|
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 2.1.3-2
|
|
|
|
- Rebuild (libwebp)
|
|
|
|
|
2017-01-28 09:07:44 +00:00
|
|
|
* Fri Jan 27 2017 Volker Froehlich <volker27@gmx.at> - 2.1.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Don't run tests by default (BZ #1260151)
|
|
|
|
|
2017-01-24 08:00:11 +00:00
|
|
|
* Tue Jan 24 2017 Devrim Gündüz <devrim@gunduz.org> - 2.1.2-6
|
|
|
|
- Rebuilt for proj 4.9.3
|
|
|
|
- Fix many rpmlint warnings/errors.
|
2017-01-24 13:33:28 +00:00
|
|
|
- Add a workaround for the pkg-config change in rawhide.
|
2017-01-24 08:00:11 +00:00
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.1.2-5
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-16 14:34:44 +00:00
|
|
|
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 2.1.2-4
|
|
|
|
- rebuild for poppler 0.50.0
|
|
|
|
|
2016-12-01 15:28:51 +00:00
|
|
|
* Thu Dec 01 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1.2-3
|
|
|
|
- Rebuild for jasper 2.0
|
2016-12-01 16:47:05 +00:00
|
|
|
- Add patch to fix build with jasper 2.0
|
2016-12-01 15:28:51 +00:00
|
|
|
|
2016-11-23 14:38:24 +00:00
|
|
|
* Wed Nov 23 2016 David Tardon <dtardon@redhat.com> - 2.1.2-2
|
|
|
|
- rebuild for poppler 0.49.0
|
|
|
|
|
2016-10-30 23:07:55 +00:00
|
|
|
* Sun Oct 30 2016 Volker Froehlich <volker27@gmx.at> - 2.1.2-1
|
|
|
|
- New upstream release
|
|
|
|
|
2016-10-22 15:14:07 +00:00
|
|
|
* Sat Oct 22 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1.1-2
|
|
|
|
- Use system libjson-c
|
|
|
|
|
2016-10-21 11:09:35 +00:00
|
|
|
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 2.1.1-2
|
|
|
|
- Rebuild for poppler-0.48.0
|
|
|
|
|
2016-08-12 17:44:01 +00:00
|
|
|
* Fri Aug 12 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1.1-1
|
|
|
|
- Update to 2.1.1
|
|
|
|
- Add patch to fix bash-completion installation and install it (bug #1337143)
|
|
|
|
|
2016-07-19 07:09:29 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-8
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-07-18 11:39:14 +00:00
|
|
|
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 2.1.0-7
|
|
|
|
- Rebuild for poppler-0.45.0
|
|
|
|
|
2016-05-17 01:34:55 +00:00
|
|
|
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.1.0-6
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-05-09 14:11:02 +00:00
|
|
|
* Mon May 09 2016 Volker Froehlich <volker27@gmx.at> - 2.1.0-5
|
|
|
|
- Add missing BR for libkml
|
|
|
|
|
2016-05-06 12:02:10 +00:00
|
|
|
* Fri May 06 2016 Sandro Mani <manisandro@gmail.com>- 2.1.0-4
|
|
|
|
- Enable libKML support
|
|
|
|
Resolves: #1332008
|
|
|
|
|
2016-05-03 20:38:41 +00:00
|
|
|
* Tue May 03 2016 Adam Williamson <awilliam@redhat.com> - 2.1.0-3
|
|
|
|
- rebuild for updated poppler
|
|
|
|
|
2016-05-03 12:17:29 +00:00
|
|
|
* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 2.1.0-2
|
|
|
|
- Rebuild for poppler-0.43.0
|
|
|
|
|
2016-05-03 06:44:14 +00:00
|
|
|
* Mon May 02 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 2.1.0-1
|
|
|
|
- New upstream release
|
|
|
|
|
2016-04-19 06:13:33 +00:00
|
|
|
* Mon Apr 18 2016 Tom Hughes <tom@compton.nu> - 2.0.2-5
|
|
|
|
- Rebuild for libdap change Resoloves: #1328104
|
2016-04-18 13:32:06 +00:00
|
|
|
|
2016-02-21 09:51:35 +00:00
|
|
|
* Tue Feb 16 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.2-4
|
|
|
|
- Add Python 3 support
|
|
|
|
|
2016-02-14 00:05:35 +00:00
|
|
|
* Sun Feb 14 2016 Volker Froehlich <volker27@gmx.at> - 2.0.2-3
|
|
|
|
- Add patch for GDAL issue #6360
|
|
|
|
|
2016-02-08 21:36:07 +00:00
|
|
|
* Mon Feb 08 2016 Volker Froehlich <volker27@gmx.at> - 2.0.2-2
|
|
|
|
- Rebuild for armadillo 6
|
|
|
|
|
2016-02-04 18:16:48 +00:00
|
|
|
* Thu Feb 04 2016 Volker Froehlich <volker27@gmx.at> - 2.0.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Fix geos support (BZ #1284714)
|
|
|
|
|
2016-02-03 21:05:49 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-22 14:13:07 +00:00
|
|
|
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> 2.0.1-5
|
|
|
|
- Rebuild for poppler-0.40.0
|
|
|
|
|
2016-01-15 18:59:50 +00:00
|
|
|
* Fri Jan 15 2016 Adam Jackson <ajax@redhat.com> 2.0.1-4
|
|
|
|
- Rebuild for libdap soname bump
|
|
|
|
|
2015-12-28 14:34:05 +00:00
|
|
|
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.1-3
|
|
|
|
- Rebuilt for libwebp soname bump
|
|
|
|
|
2015-10-19 22:38:57 +00:00
|
|
|
* Sun Oct 18 2015 Volker Froehlich <volker27@gmx.at> - 2.0.1-2
|
|
|
|
- Solve BZ #1271906 (Build iso8211 and s57 utilities)
|
|
|
|
|
2015-09-25 06:59:57 +00:00
|
|
|
* Thu Sep 24 2015 Volker Froehlich <volker27@gmx.at> - 2.0.1-1
|
|
|
|
- Updated for 2.0.1; Add Perl module manpage
|
|
|
|
|
2015-09-23 17:40:30 +00:00
|
|
|
* Wed Sep 23 2015 Orion Poplawski <orion@cora.nwra.com> - 2.0.0-5
|
|
|
|
- Rebuild for libdap 3.15.1
|
|
|
|
|
2015-09-20 16:57:51 +00:00
|
|
|
* Sun Sep 20 2015 Volker Froehlich <volker27@gmx.at> - 2.0.0-4
|
|
|
|
- Support openjpeg2
|
|
|
|
|
2015-08-27 20:34:54 +00:00
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 2.0.0-3
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
2015-08-09 08:11:56 +00:00
|
|
|
* Sun Aug 09 2015 Jonathan Wakely <jwakely@redhat.com> 2.0.0-2
|
|
|
|
- Patch to set _XOPEN_SOURCE correctly (bug #1249703)
|
|
|
|
|
2015-07-26 19:35:51 +00:00
|
|
|
* Sun Jul 26 2015 Volker Froehlich <volker27@gmx.at> - 2.0.0-1
|
|
|
|
- Disable charls support due to build issues
|
|
|
|
- Solve a string formatting and comment errors in the Perl swig template
|
|
|
|
|
2015-07-22 14:26:23 +00:00
|
|
|
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 1.11.2-12
|
|
|
|
- Rebuild (poppler-0.34.0)
|
|
|
|
|
2015-07-03 08:51:49 +00:00
|
|
|
* Fri Jul 3 2015 José Matos <jamatos@fedoraproject.org> - 1.11.2-11
|
|
|
|
- Rebuild for armadillo 5(.xxx.y)
|
|
|
|
|
2015-06-17 07:05:46 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-12 21:22:38 +00:00
|
|
|
* Fri Jun 12 2015 Volker Fröhlich <volker27@gmx.at> - 1.11.2-9
|
|
|
|
- Rebuild for Perl's dropped module_compat_5.20.*
|
|
|
|
|
2015-06-09 20:07:19 +00:00
|
|
|
* Tue Jun 09 2015 Dan Horák <dan[at]danny.cz> - 1.11.2-8
|
|
|
|
- add upstream patch for poppler >= 31
|
|
|
|
|
2015-06-06 16:17:28 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.11.2-7
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-05-21 09:51:31 +00:00
|
|
|
* Thu May 21 2015 Devrim Gündüz <devrim@gunduz.org> - 1.11.2-6
|
2015-05-21 09:54:35 +00:00
|
|
|
- Fix proj soname in ogr/ogrct.cpp. Patch from Sandro Mani
|
|
|
|
<manisandro @ gmail.com> Fixes #1212215.
|
2015-05-21 09:50:31 +00:00
|
|
|
|
2015-05-17 22:16:27 +00:00
|
|
|
* Sun May 17 2015 Orion Poplawski <orion@cora.nwra.com> - 1.11.2-5
|
|
|
|
- Rebuild for hdf5 1.8.15
|
|
|
|
|
2015-04-18 03:30:22 +00:00
|
|
|
* Sat Apr 18 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.11.2-4
|
|
|
|
- Rebuild for gcc-5.0.1 ABI changes.
|
|
|
|
|
2015-03-31 22:39:35 +00:00
|
|
|
* Tue Mar 31 2015 Orion Poplawski <orion@cora.nwra.com> - 1.11.2-3
|
|
|
|
- Rebuild for g2clib fix
|
|
|
|
|
2015-03-11 17:03:36 +00:00
|
|
|
* Wed Mar 11 2015 Devrim Gündüz <devrim@gunduz.org> - 1.11.2-2
|
|
|
|
- Rebuilt for proj 4.9.1
|
|
|
|
|
2015-02-24 08:27:45 +00:00
|
|
|
* Tue Feb 17 2015 Volker Fröhlich <volker27@gmx.at> - 1.11.2-1
|
|
|
|
- New release
|
2015-02-24 08:39:11 +00:00
|
|
|
- Remove obsolete sqlite patch
|
2015-02-24 08:27:45 +00:00
|
|
|
|
2015-01-23 10:49:49 +00:00
|
|
|
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 1.11.1-6
|
|
|
|
- Rebuild (poppler-0.30.0)
|
|
|
|
|
2015-01-07 18:22:22 +00:00
|
|
|
* Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 1.11.1-5
|
|
|
|
- Rebuild for hdf5 1.8.4
|
|
|
|
|
2014-12-06 02:28:35 +00:00
|
|
|
* Sat Dec 6 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.1-4
|
|
|
|
- Apply upstream changeset 27949 to prevent a crash when using sqlite 3.8.7
|
|
|
|
|
2014-12-02 18:15:00 +00:00
|
|
|
* Tue Dec 2 2014 Jerry James <loganjerry@gmail.com> - 1.11.1-3
|
|
|
|
- Don't try to install perllocal.pod (bz 1161231)
|
|
|
|
|
2014-11-27 14:47:17 +00:00
|
|
|
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 1.11.1-3
|
|
|
|
- Rebuild (poppler-0.28.1)
|
|
|
|
|
2014-11-14 11:19:15 +00:00
|
|
|
* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 1.11.1-2
|
|
|
|
- update gdal-config for ppc64le
|
|
|
|
|
2014-10-02 08:35:28 +00:00
|
|
|
* Thu Oct 2 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.1-1
|
|
|
|
- New release
|
|
|
|
- Correct test suite source URL
|
|
|
|
|
2014-08-28 19:12:00 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11.0-9
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-25 12:42:21 +00:00
|
|
|
* Mon Aug 25 2014 Devrim Gündüz <devrim@gunduz.org> - 1.11.0-7
|
2015-07-03 08:51:49 +00:00
|
|
|
- Rebuilt for libgeotiff
|
2014-08-25 12:42:21 +00:00
|
|
|
|
2014-08-16 13:54:03 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-14 07:31:59 +00:00
|
|
|
* Thu Aug 14 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.0-6
|
|
|
|
- Add aarch64 to gdal-config script (BZ#1129295)
|
|
|
|
|
2014-07-25 12:38:41 +00:00
|
|
|
* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.11.0-5
|
|
|
|
- rebuild (libspatialite)
|
|
|
|
|
2014-07-14 16:24:28 +00:00
|
|
|
* Mon Jul 14 2014 Orion Poplawski <orion@cora.nwra.com> - 1.11.0-4
|
|
|
|
- Rebuild for libgeotiff 1.4.0
|
|
|
|
|
2014-07-11 18:23:13 +00:00
|
|
|
* Fri Jul 11 2014 Orion Poplawski <orion@cora.nwra.com> - 1.11.0-3
|
|
|
|
- Rebuild for libdap 3.13.1
|
|
|
|
|
2014-06-07 13:33:35 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-15 06:49:14 +00:00
|
|
|
* Fri Apr 25 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Remove libgcj as BR, as it no longer exists in F21
|
|
|
|
- Re-enable ogdi and spatialite where possible
|
|
|
|
- Adapt Python-BR to python2-devel
|
|
|
|
- Obsolete Ruby bindings, due to the suggestion of Even Rouault
|
|
|
|
- Preserve timestamp of Fedora README file
|
|
|
|
- Explicitly create HTML documentation with Doxygen
|
|
|
|
- Make test execution conditional
|
|
|
|
- Truncate changelog
|
|
|
|
|
2014-04-24 07:55:38 +00:00
|
|
|
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 1.10.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
2014-03-28 16:08:59 +00:00
|
|
|
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.10.1-6
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2014-01-10 15:57:42 +00:00
|
|
|
* Fri Jan 10 2014 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-5
|
|
|
|
- Rebuild for armadillo soname bump
|
|
|
|
|
2014-01-08 16:51:03 +00:00
|
|
|
* Wed Jan 08 2014 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-4
|
|
|
|
- Rebuild for cfitsio 3.360
|
|
|
|
|
2014-01-02 04:42:54 +00:00
|
|
|
* Thu Jan 02 2014 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-3
|
|
|
|
- Rebuild for libwebp soname bump
|
|
|
|
|
2013-09-22 05:01:46 +00:00
|
|
|
* Sat Sep 21 2013 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-2
|
|
|
|
- Rebuild to pick up atlas 3.10 changes
|
|
|
|
|
2013-09-08 23:43:30 +00:00
|
|
|
* Sun Sep 8 2013 Volker Fröhlich <volker27@gmx.at> - 1.10.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-08-23 18:29:48 +00:00
|
|
|
* Fri Aug 23 2013 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
- Enable PCRE support
|
|
|
|
- Drop man patch applied upstream
|
|
|
|
- Drop dods patch fixed upstream
|
|
|
|
- Add more tex BRs to handle changes in texlive packaging
|
|
|
|
- Fix man page install location
|
|
|
|
|
2013-08-19 15:16:55 +00:00
|
|
|
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.9.2-12
|
|
|
|
- Rebuild (poppler-0.24.0)
|
|
|
|
|
2013-08-03 12:36:59 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 19:58:46 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.9.2-10
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-12 03:51:45 +00:00
|
|
|
* Thu Jul 11 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-9
|
|
|
|
- Rebuild for cfitsio 3.350
|
|
|
|
|
2013-06-24 21:11:21 +00:00
|
|
|
* Mon Jun 24 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.2-8
|
|
|
|
- Rebuild for poppler 0.22.5
|
|
|
|
|
2013-06-12 21:10:44 +00:00
|
|
|
* Wed Jun 12 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-7
|
|
|
|
- Update Java/JNI for new guidelines, also fixes bug #908065
|
|
|
|
|
2013-05-16 18:07:33 +00:00
|
|
|
* Thu May 16 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-6
|
|
|
|
- Rebuild for hdf5 1.8.11
|
|
|
|
|
2014-05-15 06:49:14 +00:00
|
|
|
* Mon Apr 29 2013 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.2-5
|
2013-04-29 11:14:19 +00:00
|
|
|
- Rebuild for ARM libspatialite issue
|
|
|
|
|
2013-03-26 12:32:35 +00:00
|
|
|
* Tue Mar 26 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.2-4
|
|
|
|
- Rebuild for cfitsio 3.340
|
|
|
|
|
2014-05-15 06:49:14 +00:00
|
|
|
* Sun Mar 24 2013 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.2-3
|
2013-03-24 14:24:36 +00:00
|
|
|
- rebuild (libcfitsio)
|
|
|
|
|
2013-03-13 09:46:36 +00:00
|
|
|
* Wed Mar 13 2013 Vít Ondruch <vondruch@redhat.com> - 1.9.2-2
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
2013-03-11 02:45:30 +00:00
|
|
|
* Sun Mar 10 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
- Drop poppler and java-swig patches applied upstream
|
|
|
|
|
2013-01-25 18:23:21 +00:00
|
|
|
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.9.1-18
|
|
|
|
- Rebuild with geos 3.3.7.
|
|
|
|
|
2013-01-21 13:56:03 +00:00
|
|
|
* Mon Jan 21 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.1-17
|
|
|
|
- Rebuild due to libpoppler 0.22
|
|
|
|
|
2013-01-18 16:34:06 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.9.1-16
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-12-28 17:33:26 +00:00
|
|
|
* Fri Dec 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.9.1-15
|
|
|
|
- Rebuild, see
|
|
|
|
http://lists.fedoraproject.org/pipermail/devel/2012-December/175685.html
|
|
|
|
|
2014-05-15 06:49:14 +00:00
|
|
|
* Thu Dec 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.1-14
|
2012-12-13 19:04:53 +00:00
|
|
|
- Tweak -fpic CFLAGS to fix FTBFS on ARM
|
|
|
|
|
2012-12-03 20:50:03 +00:00
|
|
|
* Mon Dec 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.9.1-13
|
|
|
|
- Rebuild for hdf5 1.8.10
|
|
|
|
|
2012-12-02 15:34:05 +00:00
|
|
|
* Sun Dec 2 2012 Bruno Wolff III <bruno@wolff.to> - 1.9.1-12
|
|
|
|
- Rebuild for libspatialite soname bump
|
|
|
|
|
2012-08-09 21:38:11 +00:00
|
|
|
* Thu Aug 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-11
|
|
|
|
- Correct and extend conditionals for ppc andd ppc64, considering libspatialite
|
|
|
|
Related to BZ #846301
|
|
|
|
|
2012-07-29 22:01:02 +00:00
|
|
|
* Sun Jul 29 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-10
|
|
|
|
- Use the correct shell idiom "if true" instead of "if 1"
|
|
|
|
|
2012-07-29 19:28:36 +00:00
|
|
|
* Sun Jul 29 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-9
|
2012-07-29 21:17:00 +00:00
|
|
|
- Ignore for the moment the test for armadillo (to be removed after gcc 4.7.2 release)
|
2012-07-29 19:28:36 +00:00
|
|
|
|
2012-07-27 14:35:04 +00:00
|
|
|
* Fri Jul 27 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-8
|
|
|
|
- Rebuild for new armadillo
|
|
|
|
|
2012-07-20 14:22:51 +00:00
|
|
|
* Fri Jul 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.1-7
|
|
|
|
- Build with PIC
|
|
|
|
|
2012-07-19 04:07:43 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 08:30:25 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-5
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-07-07 07:03:26 +00:00
|
|
|
* Sat Jul 7 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-4
|
|
|
|
- Delete unnecessary manpage, that seems to be created with
|
|
|
|
new Doxygen (1.8.1 or 1.8.1.1)
|
|
|
|
|
2012-07-02 12:48:41 +00:00
|
|
|
* Mon Jul 2 2012 Marek Kasik <mkasik@redhat.com> - 1.9.1-3
|
|
|
|
- Rebuild (poppler-0.20.1)
|
|
|
|
|
2012-06-11 09:32:48 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-05-24 06:32:48 +00:00
|
|
|
* Wed May 23 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Update poppler patch
|
|
|
|
- Add cleaner script
|
|
|
|
|
2012-05-20 14:51:33 +00:00
|
|
|
* Sun May 20 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-5
|
|
|
|
- Patches for libpoppler 0.20, libdap 3.11.3 and swig 2.0.6
|
|
|
|
|
|
|
|
* Thu May 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-4
|
2012-05-09 23:30:41 +00:00
|
|
|
- Correct provides-filtering as of https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Usage
|
|
|
|
- Support webp
|
2012-03-12 23:30:13 +00:00
|
|
|
- Remove bogus libjpeg-turbo conditional
|
|
|
|
- Update Ruby ABI version to 1.9.1
|
|
|
|
- Install Ruby bindings to vendorarchdir on F17 and later
|
|
|
|
- Conditionals for Ruby specific elements for versions prior F17 and for EPEL
|
|
|
|
- Correct quotes for CFLAGS and Ruby
|
2012-05-20 14:51:33 +00:00
|
|
|
- Disable ogdi, until BZ#816282 is resolved
|
2012-03-12 23:30:13 +00:00
|
|
|
|
2012-05-09 23:30:41 +00:00
|
|
|
* Wed Apr 25 2012 Orion Poplawski <orion@cora.nwra.com> - 1.9.0-2
|
|
|
|
- Rebuild for cfitsio 3.300
|
|
|
|
|
2012-02-26 08:55:08 +00:00
|
|
|
* Sun Feb 26 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-1
|
|
|
|
- Completely re-work the original spec-file
|
|
|
|
The major changes are:
|
|
|
|
- Add a libs sub-package
|
|
|
|
- Move Python scripts to python sub-package
|
|
|
|
- Install the documentation in a better way and with less slack
|
|
|
|
- jar's filename is versionless
|
|
|
|
- Update the version in the Maven pom automatically
|
|
|
|
- Add a plugins directory
|
|
|
|
- Add javadoc package and make the man sub-package noarch
|
|
|
|
- Support many additional formats
|
|
|
|
- Drop static sub-package as no other package uses it as BR
|
|
|
|
- Delete included libs before building
|
|
|
|
- Drop all patches, switch to a patch for the manpages, patch for JAVA path
|
|
|
|
- Harmonize the use of buildroot and RPM_BUILD_ROOT
|
|
|
|
- Introduce testversion macro
|
|
|
|
|
2013-08-23 18:40:19 +00:00
|
|
|
* Sun Feb 19 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-14
|
2012-02-26 08:55:08 +00:00
|
|
|
- Require Ruby abi
|
|
|
|
- Add patch for Ruby 1.9 include dir, back-ported from GDAL 1.9
|
|
|
|
- Change version string for gdal-config from <version>-fedora to
|
|
|
|
<version>
|
|
|
|
- Revert installation path for Ruby modules, as it proofed wrong
|
|
|
|
- Use libjpeg-turbo
|
|
|
|
|
2012-02-09 22:30:27 +00:00
|
|
|
* Thu Feb 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-13
|
|
|
|
- Rebuild for Ruby 1.9
|
|
|
|
http://lists.fedoraproject.org/pipermail/ruby-sig/2012-January/000805.html
|
|
|
|
|
2012-01-10 05:51:23 +00:00
|
|
|
* Tue Jan 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-12
|
|
|
|
- Remove FC10 specific patch0
|
|
|
|
- Versioned MODULE_COMPAT_ Requires for Perl (BZ 768265)
|
|
|
|
- Add isa macro to base package Requires
|
|
|
|
- Remove conditional for xerces_c in EL6, as EL6 has xerces_c
|
2012-07-27 14:35:04 +00:00
|
|
|
even for ppc64 via EPEL
|
2012-01-10 05:51:23 +00:00
|
|
|
- Remove EL4 conditionals
|
|
|
|
- Replace the python_lib macro definition and install Python bindings
|
|
|
|
to sitearch directory, where they belong
|
|
|
|
- Use correct dap library names for linking
|
|
|
|
- Correct Ruby installation path in the Makefile instead of moving it later
|
2012-07-27 14:35:04 +00:00
|
|
|
- Use libdir variable in ppc64 Python path
|
2012-01-10 05:51:23 +00:00
|
|
|
- Delete obsolete chmod for Python libraries
|
|
|
|
- Move correction for Doxygen footer to prep section
|
|
|
|
- Delete bundled libraries before building
|
|
|
|
- Build without bsb and remove it from the tarball
|
|
|
|
- Use mavenpomdir macro and be a bit more precise on manpages in
|
|
|
|
the files section
|
|
|
|
- Remove elements for grass support --> Will be replaced by plug-in
|
|
|
|
- Remove unnecessary defattr
|
|
|
|
- Correct version number in POM
|
2012-01-10 09:37:47 +00:00
|
|
|
- Allow for libpng 1.5
|
2012-07-27 14:35:04 +00:00
|
|
|
|
2011-12-06 04:12:59 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.7.3-11
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-05-18 03:38:30 +00:00
|
|
|
* Tue May 17 2011 Orion Poplawski <orion@cora.nwra.com> - 1.7.3-10
|
|
|
|
- Rebuild for hdf5 1.8.7
|
|
|
|
|
2011-04-22 17:32:02 +00:00
|
|
|
* Fri Apr 22 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-9
|
|
|
|
- Patched spaces problem for Mapinfo files (mif)
|
|
|
|
(http://trac.osgeo.org/gdal/ticket/3694)
|
|
|
|
- Replaced all define macros with global
|
|
|
|
- Corrected ruby_sitelib to ruby_sitearch
|
|
|
|
- Use python_lib and ruby_sitearch instead of generating lists
|
|
|
|
- Added man-pages for binaries
|
|
|
|
- Replaced mkdir and install macros
|
2012-02-26 08:55:08 +00:00
|
|
|
- Removed Python files from main package files section, that
|
2011-04-22 17:32:02 +00:00
|
|
|
effectively already belonged to the Python sub-package
|
|
|
|
|
2013-08-23 18:40:19 +00:00
|
|
|
* Mon Apr 11 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-8
|
2011-04-11 00:09:47 +00:00
|
|
|
- Solved image path problem with Latex
|
|
|
|
- Removed with-tiff and updated with-sqlite to with-sqlite3
|
|
|
|
- Add more refman documents
|
|
|
|
- Adapted refman loop to actual directories
|
|
|
|
- Harmonized buildroot macro use
|
|
|
|
|
2011-03-31 19:22:37 +00:00
|
|
|
* Thu Mar 31 2011 Orion Poplawski <orion@cora.nwra.com> - 1.7.3-7
|
|
|
|
- Rebuild for netcdf 4.1.2
|
|
|
|
|
2011-03-23 18:16:35 +00:00
|
|
|
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.7.3-6
|
|
|
|
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
|
|
|
|
|
2014-05-15 06:49:14 +00:00
|
|
|
* Sun Mar 20 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-5
|
2011-03-21 00:23:05 +00:00
|
|
|
- Dropped unnecessary encoding conversion for Russian refman
|
|
|
|
- Install Russian refman
|
|
|
|
- Don't try to install refman for sdts and dgn, as they fail to compile
|
|
|
|
- Added -p to post and postun
|
|
|
|
- Remove private-shared-object-provides for Python and Perl
|
|
|
|
- Remove installdox scripts
|
2012-02-26 08:55:08 +00:00
|
|
|
- gcc 4.6 doesn't accept -Xcompiler
|
2011-03-21 00:23:05 +00:00
|
|
|
|
2011-03-10 10:58:48 +00:00
|
|
|
* Thu Mar 10 2011 Kalev Lember <kalev@smartlink.ee> - 1.7.3-4
|
|
|
|
- Rebuilt with xerces-c 3.1
|
|
|
|
|
2011-02-08 23:23:58 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-22 07:18:00 +00:00
|
|
|
* Sun Nov 21 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 1.7.3-2
|
|
|
|
- Install all the generated pdf documentation.
|
|
|
|
- Build documentation as a separate package.
|
|
|
|
- Spec cleanup
|
|
|
|
|
|
|
|
* Fri Nov 19 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 1.7.3-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Added jnis
|
|
|
|
- Patches updated with proper version info
|
|
|
|
- Added suggestions from Ralph Apel <r.apel@r-apel.de>
|
2019-02-05 08:09:36 +00:00
|
|
|
+ Versionless symlink for gdal.jar
|
|
|
|
+ Maven2 pom
|
|
|
|
+ JPP-style depmap
|
|
|
|
+ Use -f XX.files for ruby and python
|