Commit Graph

35 Commits

Author SHA256 Message Date
Dirk Stoecker
7ce3ca16d6 Accepting request 930016 from Application:Geo:Staging
- Update to version 8.1.1 (data version: 1.7)
  * EPSG Database updated to version 10.028 (#2773)
  * Include algorithm header file to avoid build errors on Alpine Linux (#2769)
  * CMake: fix installation of executables on iOS (#2766)
  * Associate extents to transformations of CRS's that include GEOIDMODEL (#2769)
  * Logging: avoid some overhead when logging is not enabled (#2775)
  * ortho: remove useless and invalid log trace (#2777)
  * CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target (#2781)
  * reateOperations(): fix SourceTargetCRSExtentUse::NONE mode (#2783)
  * GeoTIFF grid reading: perf improvements (#2788)
  * Conversion::createUTM(): avoid integer overflow (#2796)
  * Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN
    when appropriates (#2801)
  * Make sure that proj_crs_promote_to_3D returns a derived CRS (#2806)
  * createOperations(): fix missing deg<-->rad conversion when transforming with a
    CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a
    GeographicCRS (#2808)
  * WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (#2812)
  * BoundCRS: accept importing/exporting in WKT2 and PROJJSON the
    scope/area/extent/id attributes (#2815)
  * ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when
    inverse map projection is involved in non-final step (#2819)
- Update to version 8.1.0 (data version: 1.7)
  * Version 8.1.0
    - Update to EPSG v10.027 (#2751)
    - Decrease DB size by using WITHOUT ROWID tables (#2730) (#2647)
    - Add a ANALYZE step during proj.db creation allowing for
      faster lookups (#2729)
    - Added a PROJ.VERSION metadata entry (#2646)
    - Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based
      transformation (#2554)
    - Additions to the norwegian NKG2020 transformation (#2548)
    - ESRI projection database updated to version 12.8 (#2717)
    - Added proj_get_geoid_models_from_database() function that returns a list of
      geoid models available for a given CRS (#2681)
    - Added proj_get_celestial_body_list_from_database that returns a list
      of celestial bodies in the PROJ database (#2667)
    - Added proj_get_celestial_body_name() (#2662)
    - proj_trans/cs2cs: If two operations have the same accuracy,
      use the one that is contained within a larger one (#2750)
    - Share SQLite database handle among all contexts (#2738)
    - Add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex (#2736)
    - projsync: make it filter out files not intended for the current version (#2725)
    - Improvements related to DerivedVerticalCRS using Change Unit and
      Height/Depth reversal methods (#2696)
    - Update internal nlohmann/json to 3.9.1, and add a CMake option to
      be able to use external nlohmann/json (#2686)
    - createFromUserInput(): change name of CRS built from URN combined references to match
      the convention of EPSG projected CRS (#2677)
    - Parse compound id with two authorities, like ESRI:103668+EPSG:5703 (#2669)
    - Added projinfo option --list-crs (supports --area) (#2663)
    - Added support for hyperbolic Cassini-Soldner (#2637)
    - Added capability to get SQL statements to add custom CRS in the database (#2577)
    - Fix 'Please include winsock2.h before windows.h' warning with msys (#2692)
    - Minor changes to address lint in geodesic.c (#2752)
    - BoundCRS::identify(): avoid incompatible transformation for
      WKT1 / TOWGS84 export (#2747)
    - proj_create(): do not open proj.db if string is a PROJ string,
      even if proj_context_set_autoclose_database() has been set (#2735)
    - Fix export of transformation to PROJ string in a particular situation
      where CompoundCRS are involved (#2721)
  * Version 8.0.1
    - Database: update to EPSG v10.018 (#2636)
    - Add transformations for CHGeo2004, Swiss geoid model (#2604)
    - Additions to the norwegian NKG2020 transformation (#2600)
    - pj_vlog(): fix buffer overflow in case of super lengthy error message (#2693)
    - Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION
      if area is specified" (#2679)
    - UTM: error out when value of +zone= is not an integer (#2672)
    - getCRSInfoList(): make result order deterministic (by increasing auth_name,
      code) (#2661)
    - createOperation(): make sure no to discard deprecated operations if the
      replacement uses an unknow grid (#2623)
    - Fix build on Solaris 11.4 (#2621)
    - Add mapping of ESRI Equal_Area projection method to EPSG (#2612)
    - Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation (#2599)
    - fix wrong capitalization of CHENyx06_ETRS.gsb (#2597)
    - createOperations(): improve handling of vertical transforms when
      when compound CRSs are used (#2592)
    - CRS::promoteTo3D(): propagate the extent from the 2D CRS (#2589)
    - createFromCRSCodesWithIntermediates(): improve performance when there is
      no match (#2583)
    - Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that
      can be returned by proj_create_crs_to_crs() (#2582)
    - add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER,
      PROJ_AT_LEAST_VERSION macros (#2581)
    - Make proj_lp_dist() and proj_geod() work on a PJ* CRS object (#2570)
    - Fix gcc 11 -Wnonnull compilation warnings (#2559)
    - Fix use of uninitialized memory in gie tests (#2558)
    - createOperations(): fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (#2555)
  * Version 8.0.0
    - With the release of PROJ 8 the proj_api.h API is finally removed.
    - Several improvements has been made to the command line utilities.
    - Public header file proj_api.h removed (#837)
    - Improved accuracy of the Mercator projection (#2397)
    - Copyright statement wording updated (#2417)
    - Allow cct to instantiate operations via object codes or names (#2419)
    - Allow @filename syntax in cct (#2420)
    - Added geocentric->topocentric conversion (+proj=topocentric) (#2444)
    - Update GeographicLib to version 1.51 (#2445)
    - Added option to allow export of Geographic/Projected 3D CRS
      in WKT1_GDAL (#2450)
    - Added --area and --bbox options in cs2cs to restrict candidate
      coordinate operations (#2466)
    - Added build time option to make PROJ_LIB env var tested last (#2476)
    - Added --authority switch in cs2cs to control where coordinate operations
      are looked for. C API function proj_create_crs_to_crs_from_pj() updated
      accordingly (#2477)
    - Error codes revised and exposed in the public API (#2487)
    - Added --accuracy options to projinfo. C API function
      proj_create_crs_to_crs_from_pj() updated accordingly (#2488)
    - Added proj_crs_is_derived() function to C API (#2496)
    - Enabled linking against static cURL on Windows (#2514)
    - Updated ESRI CRS database to 12.7 (10.8.1/2.6) (#2519)
    - Allow a WKT BoundCRS to use a PROJ string transformation (#2521)
    - Update to EPSG v10.015 (#2539)
    - Default log level set to PJ_LOG_ERROR (#2542)
    - CMake installs a pkg-config file proj.pc, where supported (#2547)
    - Do not restrict longitude to [-90;90] range in spherical transverse Mercator
      forward projection (#2471)
    - createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ellipsoidal height (#2500)
    - Avoid error messages to be emitted log level is set to PJ_LOG_NONE (#2527)
    - Close database connection when autoclose set to True (#2532)

OBS-URL: https://build.opensuse.org/request/show/930016
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=60
2021-11-09 10:45:09 +00:00
Martin Pluskal
9fba3356ff Accepting request 866550 from home:LPechacek:pyproj30
- Replace proj-datumgridwith proj-data. Proj-datumgrid is no 
  longer maintained and the stale data make pyproj self-tests fail
  https://github.com/pyproj4/pyproj/issues/769. Proj-data is 
  distributed in per-location subpackages.

OBS-URL: https://build.opensuse.org/request/show/866550
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=58
2021-01-26 10:26:59 +00:00
Martin Pluskal
9a0adb33a8 - Update to version 7.2.1
* Add metadata with the version number of the database layout (#2474)
  * Split coordinateoperation.cpp and test_operation.cpp in several parts (#2484)
  * Update to EPSG v10.008 (#2490)
  * Added the NKG 2008 and 2020 transformations in proj.db (#2495)
  * And several bugfixes - see provided NEWS for details

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=56
2021-01-07 08:30:03 +00:00
Angelos Tzotsos
efc9dbff64 Accepting request 845970 from home:LPechacek:proj720
FTR, the self-test failure on PPC is not new.

- Update to version 7.2.0:
  * Command line tools
    - Add multi-line PROJ string export capability, and use it by
      default in projinfo (unless --single-line is specified)
      (#2381)
  * Coordinate operations
    - +proj=col_urban projection, implementing a EPSG projection
      method used by a number of projected CRS in Colombia
      (#2395)
    - +proj=tinshift for triangulation-based transformations
      (#2344)
    - Added ellipsoidal formulation of +proj=ortho (#2361)
  * Database
    - Update to EPSG 10.003 and make code base robust to dealing
      with WKT CRS with DatumEnsemble (#2370)
    - Added Finland tinshift operations (#2392)
    - Added transformation from JGD2011 Geographic 3D to JGD2011
      height using GSIGEO2011 (#2393)
    - Improve CompoundCRS identification and name morphing in
      VerticalCRS with ESRI WKT1 (#2386)
    - Added OGC:CRS27 and OGC:CRS83 CRS entries for NAD27 and
      NAD83 in longitude, latitude order (#2350)
  * API
    - Added temporal, engineering, and parametric datum
      PJ_TYPE enumerations (#2274)
    - Various improvements to context handling (#2329, #2331)
    - proj_create_vertical_crs_ex(): add a ACCURACY option to
      provide an explicit accuracy, or derive it from the grid
      name if it is known (#2342)
    - proj_crs_create_bound_crs_to_WGS84(): make it work on
      verticalCRS/compoundCRS such as EPSG:4326+5773 and
      EPSG:4326+3855 (#2365)
    - promoteTo3D(): add a remark with the original CRS
      identifier (#2369)
    - Added proj_context_clone (#2383)
  * Bug fixes
    - Avoid core dumps when copying contexts in certain scenarios
      (#2324)
    - proj_trans(): reset errno before attemptying a retry with a
      new coordinate operation (#2353)
    - PROJJSON schema corrected to allow prime meridians values
      with explicitly stating a unit (degrees assumed) (#2354)
    - Adjust createBoundCRSToWGS84IfPossible() and operation
      filtering (for POSGAR 2007 to WGS84 issues) (#2357)
    - createOperations(): several fixes affecting NAD83 ->
      NAD83(2011) (#2364)
    - WKT2:2019 import/export: handle DATUM (at top level object)
      with PRIMEM
    - WKT1_ESRI: fix import and export of CompoundCRS (#2389)

OBS-URL: https://build.opensuse.org/request/show/845970
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=54
2020-11-04 12:34:25 +00:00
Martin Pluskal
7e6f26a83f Accepting request 834722 from home:LPechacek:proj-update
- Update to version 7.1.1:
  * Updates
    - Added various Brazillian grids to the database #2277
    - Added geoid file for Canary Islands to the database #2312
    - Updated EPSG database to version 9.8.15 #2310
  * Bug fixes
    - WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS
      whose TIMEUNIT is at the CS level, and not inside #2281
    - Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a
      Projected3D CRS and not a compound CRS with a unknown datum #2289
    - C API: Avoid crashing due to missing SANITIZE_CTX() in entry points
      #2293
    - CMake build: Check "target_clones" before use #2297
    - PROJ string export of +proj=krovak +czech: make sure we export
      +czech... #2301
    - Helmert 2D: do not require a useless +convention= parameter #2305
    - Fix a few spelling errors ("vgridshit" vs. "vgridshift") #2307
    - Fix ability to identify EPSG:2154 as a candidate for
      'RGF93_Lambert_93' #2316
    - WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' #2322
    - Revert compiler generated Fused Multiply Addition optimized routines
      #2328
- Changelog for 7.1.0
  * New projections:
    - Add square conformal projections from libproject:
        Adams Hemisphere in a Square
        Adams World in a Square I
        Adams World in a Square II
        Guyou
        Pierce Quincuncial
        (#2148)
    - Adams Square II: map ESRI WKT to PROJ string, and implement iterative
      inverse method (#2157)
    - Added IGH Oceanic View projection (#2226)
    - Add wink2 inverse by generic inversion of forward method (#2243)
  * Database:
    - Update to EPSG 9.8.12, ESRI 10.8.1 and import scope and remarks for
      c-nversion (#2238) (#2267)
    - Map the Behrman projection to cae when converting ESRI CRSes (#1986)
    - Support conversion of Flat_Polar_Quartic projection method (#1987)
    - Register 4 new Austrian height grids (see OSGeo/PROJ-data#13) and
      handle 'Vertical Offset by Grid Interp-lation (BEV AT)' method
      (#1989)
    - Add ESRI projection method mappings for Mercator_Variant_A,
      Mercator_Variant_B and Transverse_Cylindrical_Equal_Area and vari-us
      grid mappings (#2020) (#2195)
    - Map ESRI Transverse_Mercator_Complex to Transverse Mercator (#2040)
    - Register grids for New Caledonia (see OSGeo/PROJ-data#16) (#2051)
      (#2239)
    - Register NZGD2000 -> ITRF96 transformation for NZGD2000 database
      (#2248)
    - Register geoid file for UK added
      (see https://github.c-m/OSGeo//PROJ-data/pull/25() (#2250)
    - Register Slovakian geoid transformations with needed code changes
      (#2259)
    - Register Spanish SPED2ETV2 grid for ED50->ETRS89 (#2261)
  * API:
    - Add API function proj_get_units_from_database() (#2065)
    - Add API function proj_get_suggested_operation() (#2068)
    - Add API functions proj_degree_input() and proj_degree_output() (#2144)
    - Moved proj_context_get_url_endpoint &
      proj_context_get_user_writable_directory fr-m proj_experimental.h to
      proj.h (#2162)
    - createFromUserInput(): allow compound CRS with the 2 parts given by
      names, e.g. 'WGS 84 + EGM96 height' (#2126)
    - createOperations(): when converting CompoundCRS<-->Geographic3DCrs,
      do not use discard change -f ellipsoidal height if a Helmert
      transformation is involved (#2227)
    - proj_list_units() deprecated, superceeded by
      proj_get_units_from_database()
    - proj_list_angular_units() deprecated, superceeded by
      proj_get_units_from_database()
  * Optimizations:
    - tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter
      (#2030)
    - Extended tmerc (Poder/Engsager): speed optimizations (#2036)
    - Approximate tmerc (Snyder): speed optimizations (#2039)
    - pj_phi2(): speed-up computation (and thus inverse ellipsoidal
      Mercator and LCC) (#2052)
    - Inverse cart: speed-up computation by 33% (#2145)
    - Extended tmerc: speed-up forward path by ~5% (#2147)
  * Various:
    - Follow PDAL's CMake RPATH strategy (#2009)
    - WKT import/export: add support for WKT1_ESRI VERTCS synta (#2024)
    - projinfo: add a --hide-ballpark option (#2127)
    - gie: implement a strict mode with (#2168)
    - Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002]
      (#2229)
    - Add runtime checking that sqlite3 is >= 3.11 (#2235)
  * Bug fixes
    - createOperations(): do not remove ballpark transformation if there
      are only grid based -perations, even if they cover the whole area of
      use (#2155)
    - createFromProjString(): handle default parameters of '+krovak
      +type=crs', and handle +czech correctly (#2200)
    - ProjectedCRS::identify(): fix identification of EPSG:3059 (#2215)
    - Database: add a 'WGS84' alias for the EPSG:4326 CRS (#2218)
    - Fixes related to CompoundCRS and BoundCRS (#2222)
    - Avoid 2 warnings about missing database indices (#2223)
    - Make projinfo --3d --boundcrs-to-wgs84 work better (#2224)
    - Many fixes regarding BoundCRS, CompoundCRS, Geographic3D CRS with
      non-metre units (#2234)
    - Fix identification of (one of the) ESRI WKT formulations of EPSG:3035
      (#2240)
    - Avoid using deprecated and removed Windows API function with Mingw32
      (#2246)
    - normalizeForVisualization(): make it switch axis for EPSG:5482
      (RSRGD2000 / RSPS2000) (#2256)
    - Fix access violation in proj_context_get_database_metadata (#2260)
    - Fail gracefully when calling API functions with invalid input (#2272)

OBS-URL: https://build.opensuse.org/request/show/834722
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=52
2020-09-15 18:00:12 +00:00
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" (#1573)
  * Calculate y-coordinate correctly in bertin1953 in all cases (#1579)
  * proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583)
  * PROJStringParser::createFromPROJString(): avoid potential infinite recursion (#1574)
  * Avoid core dump when setting ctx==NULL in functions proj_coordoperation_is_instantiable and
  * proj_coordoperation_has_ballpark_transformation (#1590)
  * createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-kosher options and +towgs84/+nadgrids (#1602)
  * proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value is passed to the function (#1604)
  * Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only only allowing +o_proj=longlat (#1601)
  * Improve backwards compatibility of vertical transforms (#1613)
  * Improve emulation of deprecated +init style initialization (#1614)
  * cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563)
  * Avoid divisions by zero in odd situations (#1620)
  * Avoid compile error on Solaris (#1639)
  * proj_create_crs_to_crs(): fix when there are only transformations with ballpark steps (#1643)
  * PROJ string CRS ingester: recognize more unit-less parameters, and handling of +key=string_value parameters (#1645)
  * Only call pkg-config in configure when necessary (#1652)
  * aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (#1654)
  * proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases (#1665)
  * createOperations(): allow transforming from a compoundCRS of a bound verticalCRS to a 2D CRS (#1667)
  * Avoid segfaults in case of out-of-memory situations (#1679)
  * createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit (#1683)
  * importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)

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 (#1547)
  * Support CRS instantiation of OGC URN's (#1505)
  * Expose scope and remarks of database objects (#1537)
  * EPSG Database updated to version 9.7.0 (#1558)
  * Added C API function proj_grid_get_info_from_database() (#1494)
  * Added C API function
    proj_operation_factory_context_set_discard_superseded() (#1534)
  * Added C API function proj_context_set_autoclose_database() (#1566)
  * Added C API function proj_create_crs_to_crs_from_pj() (#1567)
  * Added C API function proj_cleanup() (#1569)
  * Fixed build failure on Solaris systems (#1554)

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
8c6594bf36 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=34 2019-03-25 09:27:21 +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
33a5c1dc9f make centos and redhat compile
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=13
2012-03-14 09:48:25 +00:00
Otto Dassau
5336b5b6ee added BuildRequires:
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=11
2012-03-14 09:16:15 +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
7c07728e74 -
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=7
2011-08-18 11:36:06 +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
e0fc12378d Revert last, *.la files are not needed when there are no static libraries
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=4
2011-08-17 14:43:18 +00:00
Otto Dassau
92cf517679 added *.la to the devel package
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=3
2011-08-17 14:25:35 +00:00
Sascha Peilicke
9288360eba Autobuild autoformatter for 78875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=2
2011-08-16 12:31:40 +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