From d763442be21555b4da30fb3492a2b8edc0928119 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 6 Oct 2015 23:32:06 +0000 Subject: [PATCH] community/gdal to 2.0.1-2 --- community/gdal/PKGBUILD | 7 +++++-- community/gdal/gdal.changelog | 13 +++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index fc49c6565..e9e915d12 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -9,12 +9,12 @@ pkgname=gdal pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" license=('custom') -depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libspatialite' 'libtiff' 'netcdf' +depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs') makedepends=('perl' 'swig' 'chrpath' 'doxygen') optdepends=('postgresql: postgresql database support' @@ -71,6 +71,9 @@ package () { #FS15477 clean up junks rm -f "${pkgdir}"/usr/bin/*.dox rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1 +#FS#46581 no better way found yet + mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man + rm -rf "${pkgdir}"/usr/man # Remove RPATH chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/OSR/OSR.so diff --git a/community/gdal/gdal.changelog b/community/gdal/gdal.changelog index 01d190620..dc3b73bd2 100644 --- a/community/gdal/gdal.changelog +++ b/community/gdal/gdal.changelog @@ -1,8 +1,17 @@ +2015-10-06 Jaroslav Lichtblau + * gdal 2.0.1-2 FS#46581 fix + 2015-06-27 Jaroslav Lichtblau - * gdal 2.0.0 + * gdal 2.0.0-1 2015-03-01 Jaroslav Lichtblau - * gdal 1.11.2-2 poppler 0.31.0 rebuild + * gdal 1.11.2-2 poppler 0.31.0 rebuild + +2015-02-23 Jaroslav Lichtblau + * gdal 1.11.2-1 + +2015-01-29 Jaroslav Lichtblau + * gdal 1.11.1-6 poppler 0.30.0 rebuild 2014-12-22 Jaroslav Lichtblau * gdal 1.11.1-5 FS#43193 fix