SHA256
1
0
forked from pool/gdal

Accepting request 316017 from Application:Geo

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/316017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2015-07-14 15:44:08 +00:00 committed by Git OBS Bridge
commit ae7ece33a3
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# define LIBNAME "libproj.dylib"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.0"
+# define LIBNAME "libproj.so.9"
#endif
/************************************************************************/

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 4 11:32:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org>
- Fix build to use libproj9
-------------------------------------------------------------------
Fri May 29 08:37:19 UTC 2015 - guillaume@opensuse.org