21 Commits

Author SHA256 Message Date
Martin Pluskal
b9c70a7190 Accepting request 802302 from home:bruno_friedmann:branches:Application:Geo
- Update to version 3.8.1 Bug fixes / improvements
  + Stack allocate line segments in OverlapUnion (Paul Ramsey)
  + Avoid returning non-empty CoordinateSequence from empty Point
    (#1001, Dan Baston)
  + Avoid assertion failure with MSVC 2017 / 2019 (#1002, Dan Baston)
  + Remove whitespace from end of GEOSversion() output (azhi)
  + Improve performance of GEOSisValid (#1008, Dan Baston)
  + Avoid changing MultiLineString component order in GEOSReverse
    (#1013, Dan Baston)
  + Fix missing vtable for LineString and CoordinateArraySequenceFactory
    (#299 and #1016, Evgen Bodunov)
  + Reduce performance regression in GEOSBuffer (#1020)
- Use https for URL and Source

OBS-URL: https://build.opensuse.org/request/show/802302
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=34
2020-05-10 06:14:36 +00:00
Martin Pluskal
2bd74c992a Accepting request 769273 from home:bruno_friedmann:branches:Application:Geo
- Update to version 3.8.0
- Packaging modernize a bit the spec (minimal)

OBS-URL: https://build.opensuse.org/request/show/769273
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=32
2020-02-03 09:56:44 +00:00
Martin Pluskal
0273c2e4e4 - Update to version 3.7.2
* Envelope constructor using strtod (#875 Paul Ramsey)
  * Failure in CMake for OSX Framework (#936 Paul Ramsey)
  * Polygon build failure in Overlay difference (#789 Paul Ramsey)
  * Invalid union result from valid polygon inputs (#838)

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=30
2019-06-12 14:14:30 +00:00
Martin Pluskal
9188398b22 Accepting request 677266 from home:bruno_friedmann:branches:Application:Geo
- Packaging:
  + refresh patch libruby with upstream debian for 3.7.1
  + remove python as state upstream this not supported since 
    version 3 (use Shapely or libgeos_c)
- Update to version 3.7.1
  + Bug fixes / improvements
    * Fix crash in GEOSCoordSeq_isCCW with empty coordseq
      (#927, Sergey Fedoseev)
    * Fix crash in GEOSInterpolate with empty LineString
      (#926, Sergey Fedoseev)
    * Fix crash in GEOSUnaryUnion with empty LineString
      (#928, Sergey Fedoseev)
    * Fix memory leak in SIRtree::insert (#919, Dan Baston)
    * Reduce required autoconf to 2.63
      (#56, John Harvey)
    * Fix incorrect return values on error from GEOSLength
      GEOSisValidDetail (#941, Dan Baston)
- Changes in 3.7.0
  + New things:
    * CAPI: GEOSDistanceIndexed (#795, Dan Baston)
    * CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
    * CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax,
            GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston)
    * CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA)
    * CAPI: GEOSReverse (#872, Dan Baston)
    * CAPI: GEOSGeomGetZ (#581, J Smith)
  + Improvements
    * Interruptible snap operation (Paul Ramsey)
    * Numerous packaging, doc, and build changes
      (Debian group: Bas Couwenberg, Francesco Paolo Lovergine)

OBS-URL: https://build.opensuse.org/request/show/677266
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=28
2019-02-19 07:59:20 +00:00
Martin Pluskal
9db988df87 - Modernise spec file a bit
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=26
2018-03-08 12:08:41 +00:00
Martin Pluskal
cc5bbb2f67 - Rename python subpackage
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=24
2017-11-13 14:34:19 +00:00
Angelos Tzotsos
5067b3ff67 Accepting request 541308 from home:Guillaume_G:branches:Application:Geo
- Update to version 3.6.2:
  * Bug fixes / improvements:
    + Fix exception in UnaryUnion of collection of touching polygons (#837)
    + Allow building against python 3 (#774)
    + Fix build with android-ndk and other compilers (#799)
    + Allows compiling with -Wpointer-bool-conversion (#638)
    + Fix unhandled exception on invalid fp operation (#811)
    + Fix overloaded virtual print in DirectedEdge* (#812)
    + AppVeyor CI build added (#813)
    + Clean up numerous MSVC warnings, notably C4275 and C4589 (#814)
    + Bump CMake version to 3.0.0 (#817)
    + Fix leaks in WKT parser (#830)

OBS-URL: https://build.opensuse.org/request/show/541308
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=23
2017-11-13 13:38:36 +00:00
Martin Pluskal
91996197bb OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=21 2017-06-02 08:47:13 +00:00
Martin Pluskal
67d7478ddd OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=19 2017-05-30 09:42:31 +00:00
Martin Pluskal
3a56ab7b54 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=18 2017-05-30 09:40:45 +00:00
Martin Pluskal
b12546fab3 Accepting request 499637 from home:pluskalm:branches:Application:Geo
OBS-URL: https://build.opensuse.org/request/show/499637
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=17
2017-05-30 09:40:15 +00:00
Martin Pluskal
9120b4d38d Accepting request 445094 from home:bruno_friedmann:branches:Application:Geo
- Updated to 3.5.1 Bug fixes / improvements
  + Fix CMake configuration to allow build from released sources 
    package (#753)
  + Fix memory leaks in single-sided buffers (#747), PlanarGraph 
    and tests
  + Fix GeometryEditor to correctly update factory of empty 
    geometries (#749)
  + Fix snapping of last segment of a closed linestring (#758)
  + Fix memory exhaustion case in isvalid (#757)
  + Fix Windows build with Visual Studio 2008 (#766)
  + Fix incorrect return from prepared multipoint intersects (#764)
  + Fix build against GCC 3.5.0+ (#784)

OBS-URL: https://build.opensuse.org/request/show/445094
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=15
2016-12-09 14:55:54 +00:00
Martin Pluskal
4563efa80f - Fix building with recent gcc
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=13
2016-06-24 09:28:49 +00:00
Martin Pluskal
0a5b7bb353 - Cleanups spec file with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=11
2015-11-09 15:09:41 +00:00
Martin Pluskal
a9db3b4d1d Accepting request 343196 from home:jengelh:branches:Application:Geo
- Implement shlib packaging guidelines. Drop explicit Requires,
  as the python/ruby/etc. subpackages require the libraries by
  SONAME already.
- Throw out repeated packaging of documentation
- RPM group classification corrections

OBS-URL: https://build.opensuse.org/request/show/343196
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=10
2015-11-09 15:05:53 +00:00
Martin Pluskal
5f805235b9 Accepting request 342999 from home:posophe:branches:Application:Geo
update

OBS-URL: https://build.opensuse.org/request/show/342999
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=9
2015-11-08 14:59:10 +00:00
Martin Pluskal
ab951813d4 Accepting request 307432 from home:AndreasSchwab:f
- Reenable tests on %ix86

OBS-URL: https://build.opensuse.org/request/show/307432
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=7
2015-05-16 08:53:20 +00:00
Martin Pluskal
e2f3ba89a5 Accepting request 305870 from home:pluskalm:branches:Application:Geo
- Do not ship .la files
- Disable tests on no intel architectures

OBS-URL: https://build.opensuse.org/request/show/305870
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=5
2015-05-08 07:50:00 +00:00
Martin Pluskal
eace625a36 Update describtion of package and correct license
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=3
2015-02-04 09:43:33 +00:00
Martin Pluskal
b89d64861b - Fix conditional dependecies for php and SLE-12
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=2
2015-02-03 13:45:15 +00:00
Angelos Tzotsos
4fcba649ce Accepting request 283870 from home:pluskalm:branches:Application:Geo
Rename package

OBS-URL: https://build.opensuse.org/request/show/283870
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=1
2015-02-03 12:24:59 +00:00