SHA256
1
0
forked from pool/gdal

- Packaging changes

- Fixed gdal-libproj.patch to point to libproj.so.12

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=35
This commit is contained in:
Angelos Tzotsos 2016-10-17 18:04:17 +00:00 committed by Git OBS Bridge
parent 5ef032b9de
commit 67f7fd9ecb
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -rup a/ogr/ogrct.cpp b/ogr/ogrct.cpp
# define LIBNAME "libproj.dylib" # define LIBNAME "libproj.dylib"
#else #else
-# define LIBNAME "libproj.so" -# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.9" +# define LIBNAME "libproj.so.12"
#endif #endif
/************************************************************************/ /************************************************************************/

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 17 19:00:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>
- Packaging changes
- Fixed gdal-libproj.patch to point to libproj.so.12
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 30 16:00:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org> Fri Sep 30 16:00:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>