From 87791d72e5257bce5e602ba7479f941665fdd26f335863c5a355e5b27b6f8439 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sat, 4 Jul 2015 11:48:39 +0000 Subject: [PATCH] - Fix build to use libproj9 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=14 --- gdal-libproj.patch | 2 +- gdal.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdal-libproj.patch b/gdal-libproj.patch index 7b21d14..38a288d 100644 --- a/gdal-libproj.patch +++ b/gdal-libproj.patch @@ -5,7 +5,7 @@ # define LIBNAME "libproj.dylib" #else -# define LIBNAME "libproj.so" -+# define LIBNAME "libproj.so.0" ++# define LIBNAME "libproj.so.9" #endif /************************************************************************/ diff --git a/gdal.changes b/gdal.changes index 364cb0b..8f6935e 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 4 11:32:00 UTC 2015 - Angelos Tzotsos + +- Fix build to use libproj9 + ------------------------------------------------------------------- Fri May 29 08:37:19 UTC 2015 - guillaume@opensuse.org