Revisions of pgRouting

Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 1038615 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 27)
- Update to version 3.4.1 
  https://github.com/pgRouting/pgrouting/releases/tag/v3.4.0 
- Added build for postgresql15
- Removed build for postgresql10
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 944683 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 26)
- Update to version 3.3.0
  https://github.com/pgRouting/pgrouting/releases/tag/v3.3.0 
- Packaging
  + migrate to new postgresql macros
  + update copyright year

Until Leap got the postgresql update the build for Leap will
not be possible.
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 25)
- Update to last bugfix version 3.2.2
  https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.2.2%22
- Add postgresql14 in multibuild
- spec cleanup
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 24)
- Update to major 3.2.1 version
  For full changelog see https://github.com/pgRouting/pgrouting/releases
- Packaging
  - Fix build error with newer postgresql packages
  - Remove obsoleted postgresql96
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 879743 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 23)
- Packaging
  + Remove obsolete %if for postgresql95 inside the spec
  + Remove obsolete %if for license
  + Adjust macro and define
  + Review build targets (keep 15.1 for some weeks)
  + Add missing BuildRequires: libboost_graph-devel
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 868016 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 22)
- Upgrade to version 3.1.3
  https://github.com/pgRouting/pgrouting/releases/tag/v3.1.3
  Adding support to boost 1.75
- Packaging
  Remove previous used patch v3.1.2...c32e1bc.patch

- Upgrade to version 3.1.2
  https://github.com/pgRouting/pgrouting/releases/tag/v3.1.2
- Add v3.1.2...c32e1bc.patch to build with boost 1.75
  (pre-3.1.3 release)
- Packaging
  + Update copyright year
  + Add support to Leap 15.3
  + Remove support of pg 9.5 (like postgis)

- Activate postgresql13
  on Leap 15.2
  Issues closed
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 21)
Double quote all vars in %if statement became mandatory on 01-10-2021
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 841347 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 19)
- Update to version 3.1.0
  + new proposed functions
    pgr_dijkstra(combinations)
    pgr_dijkstraCost(combinations)
  + Buil changes
    Minimal requirement for Sphinx: version 1.8
- Packaging: use sname-version syntax for tgz
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 18)
- Packaging: adapt and renew macro to build pgRouting for pg11,12
  on Leap 15.2
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 17)
- Update to version 3.0.0
  https://github.com/pgRouting/pgrouting/releases/tag/v3.0.0
- Packaging
  + Remove cgal buildrequires as upstream drop it
  + Minimal spec clean
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 785381 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 16)
- Reduce supported postgresql to 9.5, 12 range
- Update to version 2.6.3 Bug fixes release
  Issues closed 
  https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.6.3%22%20
  + #1219 Implicit cast for via_path integer to text
  + #1193 Fixed pgr_pointsAsPolygon breaking when comparing strings in WHERE clause
  + #1185 Improve FindPostgreSQL.cmake
- Update to version 2.6.2 Bug fixes release
  + #1152 Fixes driving distance when vertex is not part of the graph
  + #1098 Fixes windows test
  + #1165 Fixes build for python3 and perl5

Make all update before switching to version 3x
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 769272 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 15)
- Adapt to postgresql12
- Remove any code for old version (13x)

    Fix pgr_trsp(text,integer,double precision,integer,double
  + Fixed prerequisite minimum version of: cmake (2.5.1)
  see changelog at
  + New Signatures
    Alternate code is not executed when the point is in reality a
  Read the full documentation of this release at
  Read the documentation of this release at
  Bug fix on With Points family of functions
- New 2.2.0 version
    pgr_dijkstra -- to match what was documented
- Add lowecase provide
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 14)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 13)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 12)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 11)
Angelos Tzotsos's avatar Angelos Tzotsos (tzotsos) accepted request 644817 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 10)
- Update to 2.6.1 version (bugfix release)
  + Fixes server crash on several functions:
    pgr_floydWarshall
    pgr_johnson
    pgr_astar
    pgr_bdAstar
    pgr_bdDijstra
    pgr_alphashape
    pgr_dijkstraCostMatrix
    pgr_dijkstra
    pgr_dijkstraCost
    pgr_drivingDistance
    pgr_KSP
    pgr_dijkstraVia (proposed)
    pgr_boykovKolmogorov (proposed)
    pgr_edgeDisjointPaths (proposed)
    pgr_edmondsKarp (proposed)
    pgr_maxCardinalityMatch (proposed)
    pgr_maxFlow (proposed)
    pgr_withPoints (proposed)
    pgr_withPointsCost (proposed)
    pgr_withPointsKSP (proposed)
    pgr_withPointsDD (proposed)
    pgr_withPointsCostMatrix (proposed)
    pgr_contractGraph (experimental)
    pgr_pushRelabel (experimental)
    pgr_vrpOneDepot (experimental)
    pgr_gsoc_vrppdtw (experimental)
  + Fixes for deprecated functions where also applied but not tested
  + Removed compilation warning for g++8
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 9)
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by