[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Oct 6 20:47:35 UTC 2015


    Date: Tuesday, October 6, 2015 @ 22:47:35
  Author: jlichtblau
Revision: 143063

upgpkg: gdal 2.0.1-2 - FS#46581 fix

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

----------------+
 PKGBUILD       |    7 +++++--
 gdal.changelog |    5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-06 19:15:54 UTC (rev 143062)
+++ PKGBUILD	2015-10-06 20:47:35 UTC (rev 143063)
@@ -5,12 +5,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'
          'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
 makedepends=('perl' 'swig' 'chrpath' 'doxygen')
 optdepends=('postgresql: postgresql database support'
@@ -67,6 +67,9 @@
 #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/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so

Modified: gdal.changelog
===================================================================
--- gdal.changelog	2015-10-06 19:15:54 UTC (rev 143062)
+++ gdal.changelog	2015-10-06 20:47:35 UTC (rev 143063)
@@ -1,5 +1,8 @@
+2015-10-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gdal 2.0.1-2 FS#46581 fix
+
 2015-06-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* gdal 2.0.0
+	* gdal 2.0.0-1
 
 2015-03-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* gdal 1.11.2-2 poppler 0.31.0 rebuild



More information about the arch-commits mailing list