[arch-commits] Commit in gdal/trunk (3 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue Aug 2 17:21:05 UTC 2016
Date: Tuesday, August 2, 2016 @ 17:21:05
Author: jlichtblau
Revision: 184871
upgpkg: gdal 2.1.1-1 - new upstream release
glew 2.0.0 / poppler 0.46.0 rebuild
Modified:
gdal/trunk/PKGBUILD
gdal/trunk/gdal.changelog
Deleted:
gdal/trunk/gdal-python-install.patch
---------------------------+
PKGBUILD | 8 +++-----
gdal-python-install.patch | 10 ----------
gdal.changelog | 3 +++
3 files changed, 6 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-02 17:19:19 UTC (rev 184870)
+++ PKGBUILD 2016-08-02 17:21:05 UTC (rev 184871)
@@ -3,11 +3,9 @@
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly at gmail.com>
-#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/"
@@ -21,7 +19,7 @@
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
Deleted: gdal-python-install.patch
===================================================================
--- gdal-python-install.patch 2016-08-02 17:19:19 UTC (rev 184870)
+++ gdal-python-install.patch 2016-08-02 17:21:05 UTC (rev 184871)
@@ -1,10 +0,0 @@
---- swig/python/GNUmakefile.orig 2015-06-14 21:06:33.000000000 +0200
-+++ swig/python/GNUmakefile 2015-06-27 22:02:07.805035411 +0200
-@@ -70,5 +70,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
Modified: gdal.changelog
===================================================================
--- gdal.changelog 2016-08-02 17:19:19 UTC (rev 184870)
+++ gdal.changelog 2016-08-02 17:21:05 UTC (rev 184871)
@@ -1,3 +1,6 @@
+2016-08-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
+
2016-06-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* gdal 2.1.0-2 cfitsio 3.390 rebuild
More information about the arch-commits
mailing list