Bas Couwenberg pushed to branch master at Debian GIS Project / osmosis
Commits: 4de5012d by Bas Couwenberg at 2020-09-09T05:48:40+02:00 New upstream version 0.48.3 - - - - - f2ef0ab7 by Bas Couwenberg at 2020-09-09T05:48:43+02:00 Update upstream source from tag 'upstream/0.48.3' Update to upstream version '0.48.3' with Debian dir 8a711097c2c776ebf04e67d03e2d949ac4d021c5 - - - - - 3b9a588f by Bas Couwenberg at 2020-09-09T05:49:03+02:00 New upstream release. - - - - - bcfa1338 by Bas Couwenberg at 2020-09-09T05:50:01+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - package/changes.txt - package/script/pgsnapshot_schema_0.6_changes.sql Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osmosis (0.48.3-1) unstable; urgency=medium + + * New upstream release. + + -- Bas Couwenberg <[email protected]> Wed, 09 Sep 2020 05:49:51 +0200 + osmosis (0.48.2-1) unstable; urgency=medium * New upstream release. ===================================== package/changes.txt ===================================== @@ -1,3 +1,6 @@ +0.48.3 +Fix broken SQL code in pgsnapshot_schema_0.6_changes.sql (#73) + 0.48.2 Update for protobuf package 3.12.2 in Debian (#71) ChangeSimplifierImpl no longer squashes changes of different types but same id (#72) ===================================== package/script/pgsnapshot_schema_0.6_changes.sql ===================================== @@ -53,7 +53,7 @@ DROP TABLE IF EXISTS state; write_lock BOOLEAN NOT NULL DEFAULT(false) ); - DROP FUNCTION IF EXIST lock_database(TEXT, TEXT, TEXT); + DROP FUNCTION IF EXISTS lock_database(TEXT, TEXT, TEXT); CREATE OR REPLACE FUNCTION lock_database(new_process TEXT, new_source TEXT, new_location TEXT, request_write_lock BOOLEAN) RETURNS INT AS $$ DECLARE locked_id INT; DECLARE current_id INT; View it on GitLab: https://salsa.debian.org/debian-gis-team/osmosis/-/compare/e69daf72ffccacc8d81c7bec3a171b2ade8f1f77...bcfa133837d59434be4c1ce313fab90b4eeecf70 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmosis/-/compare/e69daf72ffccacc8d81c7bec3a171b2ade8f1f77...bcfa133837d59434be4c1ce313fab90b4eeecf70 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
