24 Commits

Author SHA256 Message Date
Martin Pluskal
33ddbf044d - Update to version 7.0.1:
* Database: update to EPSG v9.8.9
  * Make tests independent of proj-datumgrid
  * Add missing projection property tables
  * Avoid crash when running against SQLite3 binary built with -DSQLITE_OMIT_AUTOINIT
  * createOperations(): fix wrong pipeline generation with CRS that has +nadgrids= and +pm=
  * Fix bad copy&replace pattern on HEALPix and rHEALPix projection names
  * createUnitOfMeasure(): use full double resolution for the conversion factor
  * Update README with info on PROJ-data
  * utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0
  * data/Makefile.am: remove bashism
  * ProjectedCRS::identify(): tune it to better work with ESRI WKT representation of EPSG:2193
  * Fix build with gcc 4.8.5
  * Autotools/pkg-conf: Define datarootdir
  * cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax
  * CMake: fix bug with find_package(PROJ) with macOS
  * ESRI WKT import / identification: special case for NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit
  * EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis
  * Use jtsk03-jtsk horizontal grid from CDN
  * CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR
  * Fix wrong grids file name in esri.sql
  * Fix identification of projected CRS whose name is close but not strictly equal to a ESRI alias
  * Fix working of Helmert transform between the horizontal part of 2 compoundCRS
  * Database: fix registration of custom entries of grid_transformation_custom.sql for geoid grids
  * ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when possible
  * Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geographic CRS as 3D
  * createOperations(): improve results of compoundCRS to compoundCRS case
  * hgridshift/vgridshift: defer grid opening when grid has already been opened
  * Resolve a few shadowed declaration warnings
  * ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC_2SP

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=50
2020-06-14 06:33:12 +00:00
Martin Pluskal
eac195d75c Accepting request 790042 from Application:Geo:Staging
lets wait for staging to rebuild before accepting this

OBS-URL: https://build.opensuse.org/request/show/790042
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=48
2020-03-31 09:35:11 +00:00
Martin Pluskal
db9e6b6ab3 Accepting request 783208 from home:Guillaume_G:branches:Application:Geo
Update to 6.3.1

OBS-URL: https://build.opensuse.org/request/show/783208
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=46
2020-03-10 09:12:48 +00:00
Martin Pluskal
8c10a8114a Accepting request 745525 from Application:Geo:Staging
- Update to version 6.2.1:
  * Update the EPSG database to version 9.8.2
  * Fixed erroneous spelling of "Potsdam" ()
  * Calculate y-coordinate correctly in bertin1953 in all cases ()
  * proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* ()
  * PROJStringParser::createFromPROJString(): avoid potential infinite recursion ()
  * Avoid core dump when setting ctx==NULL in functions proj_coordoperation_is_instantiable and
  * proj_coordoperation_has_ballpark_transformation ()
  * createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-kosher options and +towgs84/+nadgrids ()
  * proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value is passed to the function ()
  * Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only only allowing +o_proj=longlat ()
  * Improve backwards compatibility of vertical transforms ()
  * Improve emulation of deprecated +init style initialization ()
  * cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D ()
  * Avoid divisions by zero in odd situations ()
  * Avoid compile error on Solaris ()
  * proj_create_crs_to_crs(): fix when there are only transformations with ballpark steps ()
  * PROJ string CRS ingester: recognize more unit-less parameters, and handling of +key=string_value parameters ()
  * Only call pkg-config in configure when necessary ()
  * aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin ()
  * proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases ()
  * createOperations(): allow transforming from a compoundCRS of a bound verticalCRS to a 2D CRS ()
  * Avoid segfaults in case of out-of-memory situations ()
  * createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit ()
  * importFromWkt(): fix axis orientation for non-standard ESRI WKT ()

OBS-URL: https://build.opensuse.org/request/show/745525
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=44
2019-11-06 16:34:14 +00:00
Angelos Tzotsos
092f0b7ee0 Accepting request 743890 from Application:Geo:Staging
- Fix Leap build target

OBS-URL: https://build.opensuse.org/request/show/743890
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=42
2019-10-29 22:16:10 +00:00
Martin Pluskal
9219c5095e - Update to version 6.2.0:
* Introduced PROJJSON, a JSON encoding of WKT2 ()
  * Support CRS instantiation of OGC URN's ()
  * Expose scope and remarks of database objects ()
  * EPSG Database updated to version 9.7.0 ()
  * Added C API function proj_grid_get_info_from_database() ()
  * Added C API function
    proj_operation_factory_context_set_discard_superseded() ()
  * Added C API function proj_context_set_autoclose_database() ()
  * Added C API function proj_create_crs_to_crs_from_pj() ()
  * Added C API function proj_cleanup() ()
  * Fixed build failure on Solaris systems ()

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=40
2019-09-27 13:44:35 +00:00
Martin Pluskal
9c920f2be8 - Update to version 6.1.0:
* See provided NEWS for list of all changes

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=38
2019-06-12 14:05:56 +00:00
f7865abc0f Accepting request 690491 from home:dg0yt:staging
- Fix datumgrid packaging

OBS-URL: https://build.opensuse.org/request/show/690491
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=36
2019-04-03 17:44:23 +00:00
Martin Pluskal
7068f9f625 - Enable tests
- Fix previous changelog entry
- Update to version 6.0.0 and datumgrid 1.7

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=33
2019-03-25 09:00:13 +00:00
Martin Pluskal
099e01bb82 - Update to version 5.2.0 and datumgrid 1.7
* See provided NEWS for list of all changes

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=31
2019-03-11 13:53:40 +00:00
Martin Pluskal
ac663dce3d Accepting request 636626 from home:pluskalm:branches:Application:Geo
- Update to version 5.2.0 and datumgrid 1.7
  * See provided NEWS for list of all changes

OBS-URL: https://build.opensuse.org/request/show/636626
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=29
2018-09-19 11:14:21 +00:00
Martin Pluskal
4e672cbba4 - Update to version 5.1.0 and datumgrid 1.7
* See provided NEWS for list of all changes

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=27
2018-07-12 09:00:00 +00:00
Martin Pluskal
1c3d005bf4 Accepting request 432433 from Application:Geo:Staging
OBS-URL: https://build.opensuse.org/request/show/432433
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=25
2016-10-02 11:21:01 +00:00
Angelos Tzotsos
2de7f78913 - Switch download link to OSGeo server
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=24
2016-09-30 20:18:24 +00:00
Martin Pluskal
9bfc62ed98 Accepting request 406433 from Application:Geo:Staging
- Update project and download url
- Small spec file cleanups

OBS-URL: https://build.opensuse.org/request/show/406433
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=22
2016-07-04 14:09:30 +00:00
Martin Pluskal
8b1fc796d9 Accepting request 334102 from home:pluskalm:branches:Application:Geo
- Update to 4.9.2
   o proj_def.dat was missing from source distribution
     see https://github.com/OSGeo/proj.4/issues/274 for more detail
   o Update Geodesic library from GeographicLib
   o Remove setlocale() use in pj_init_ctx()
   o Renamed PVALUE in pj_param.c to prevent clash with Windows

OBS-URL: https://build.opensuse.org/request/show/334102
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=20
2015-09-27 14:58:51 +00:00
Martin Pluskal
612580fb4a Accepting request 306062 from home:pluskalm:branches:Application:Geo
- Update to 4.9.1

OBS-URL: https://build.opensuse.org/request/show/306062
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=19
2015-05-09 08:50:23 +00:00
Martin Pluskal
e869bfadf7 Accepting request 289857 from home:pluskalm:branches:Application:Geo
- Cleanup spec file with spec-cleaner
- Cleanup dependecies
- Use url for source
- Update url

OBS-URL: https://build.opensuse.org/request/show/289857
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=17
2015-03-08 20:27:30 +00:00
Angelos Tzotsos
1b0564637d Accepting request 114882 from home:tzotsos:Application:Geo
minor update to devel package

OBS-URL: https://build.opensuse.org/request/show/114882
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=15
2012-04-20 17:15:56 +00:00
Otto Dassau
2aae58a2f6 update changes file
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=12
2012-03-14 09:19:10 +00:00
Otto Dassau
9f55ccdf2c update to version 4.8.0
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=10
2012-03-14 09:04:29 +00:00
Ismail Dönmez
79726cd2ee - Remove wrong -static-devel package
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=6
2011-08-18 11:26:00 +00:00
Otto Dassau
88dd393370 added static devel package to support GRASS and QGIS build again
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=5
2011-08-18 11:18:29 +00:00
Ismail Dönmez
81c202e420 Accepting request 78855 from home:namtrac:bugfix
New proj package to replace libproj4 package

OBS-URL: https://build.opensuse.org/request/show/78855
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=1
2011-08-15 08:48:55 +00:00