Accepting request 435859 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/435859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2016-10-20 21:09:17 +00:00 committed by Git OBS Bridge
commit cb1701b033
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"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.9"
+# define LIBNAME "libproj.so.12"
#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>