[arch-commits] Commit in gdal/trunk (3 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat May 18 16:43:31 UTC 2013


    Date: Saturday, May 18, 2013 @ 18:43:31
  Author: jlichtblau
Revision: 91068

upgpkg: gdal 1.10.0-1

Added:
  gdal/trunk/gdal-1.5.1-python-install.patch
Modified:
  gdal/trunk/gdal.changelog
Deleted:
  gdal/trunk/gdal-1.5.1-python-install.patch

---------------------------------+
 gdal-1.5.1-python-install.patch |   20 ++++++++++----------
 gdal.changelog                  |    3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

Deleted: gdal-1.5.1-python-install.patch
===================================================================
--- gdal-1.5.1-python-install.patch	2013-05-18 16:29:28 UTC (rev 91067)
+++ gdal-1.5.1-python-install.patch	2013-05-18 16:43:31 UTC (rev 91068)
@@ -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

Added: gdal-1.5.1-python-install.patch
===================================================================
--- gdal-1.5.1-python-install.patch	                        (rev 0)
+++ gdal-1.5.1-python-install.patch	2013-05-18 16:43:31 UTC (rev 91068)
@@ -0,0 +1,10 @@
+--- 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

Modified: gdal.changelog
===================================================================
--- gdal.changelog	2013-05-18 16:29:28 UTC (rev 91067)
+++ gdal.changelog	2013-05-18 16:43:31 UTC (rev 91068)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gdal 1.10.0-1
+
 2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* gdal 1.8.0-1
 




More information about the arch-commits mailing list