From fc4687ed6264a31004631afd53c9228f656eb0ef Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 5 Aug 2016 12:44:29 +0000 Subject: [PATCH] community/gdal to 2.1.1-1 --- community/gdal/PKGBUILD | 8 +++----- community/gdal/gdal-python-install.patch | 10 ---------- community/gdal/gdal.changelog | 3 +++ 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 community/gdal/gdal-python-install.patch diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index f019fd170..6ddb12863 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -7,11 +7,9 @@ # - drop poppler, currently breaks build # - use uname in path in removing rpath in packaging -#delete obsolete .patch file from svn - pkgname=gdal -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" @@ -25,7 +23,7 @@ optdepends=('postgresql: postgresql database support' options=('!emptydirs') changelog=$pkgname.changelog source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03') +sha256sums=('87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92') prepare() { cd "${srcdir}"/$pkgname-$pkgver diff --git a/community/gdal/gdal-python-install.patch b/community/gdal/gdal-python-install.patch deleted file mode 100644 index 8ec414d37..000000000 --- a/community/gdal/gdal-python-install.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- swig/python/GNUmakefile.orig 2010-04-24 01:22:07.000000000 +0200 -+++ swig/python/GNUmakefile 2010-05-05 19:14:58.000000000 +0200 -@@ -72,5 +72,5 @@ - ifeq ($(PY_HAVE_SETUPTOOLS),1) -- $(PYTHON) setup.py install -+ $(PYTHON) setup.py install --root=$(DESTDIR) - else -- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) -+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) - endif diff --git a/community/gdal/gdal.changelog b/community/gdal/gdal.changelog index 11bd5415f..a8d90a036 100644 --- a/community/gdal/gdal.changelog +++ b/community/gdal/gdal.changelog @@ -1,3 +1,6 @@ +2016-08-02 Jaroslav Lichtblau + * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild + 2016-06-05 Jaroslav Lichtblau * gdal 2.1.0-2 cfitsio 3.390 rebuild