Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osm-gps-map for openSUSE:Factory checked in at 2026-03-30 18:32:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osm-gps-map (Old) and /work/SRC/openSUSE:Factory/.osm-gps-map.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osm-gps-map" Mon Mar 30 18:32:19 2026 rev:8 rq:1343581 version:1.2.0+38 Changes: -------- --- /work/SRC/openSUSE:Factory/osm-gps-map/osm-gps-map.changes 2025-05-20 17:05:32.005134138 +0200 +++ /work/SRC/openSUSE:Factory/.osm-gps-map.new.1999/osm-gps-map.changes 2026-03-30 18:35:58.130771548 +0200 @@ -1,0 +2,15 @@ +Fri Mar 27 14:54:01 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 1.2.0+38: + + Port to libsoup-3.0: Replace pkgconfig(libsoup-2.4) with + pkgconfig(libsoup-3.0) BuildRequires. + + Add upstream patches: + - a7965751821d5bb55f8fb37b4045295d0c44dd9b.patch + - 31b1faffb86516376b979f1724ce74082e4990b2.patch + + Add autoconf, autoconf-archive, automake, gtk-doc and libtool + BuildRequires, needed now that we are using a git checkout, + bootstrap build. +- Modernize spec to current standard. +- Switch to source service for tarball. + +------------------------------------------------------------------- Old: ---- osm-gps-map-1.2.0.tar.gz New: ---- _service osm-gps-map-1.2.0+38.tar.xz osm-gps-map.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osm-gps-map.spec ++++++ --- /var/tmp/diff_new_pack.NzHH79/_old 2026-03-30 18:35:58.822800481 +0200 +++ /var/tmp/diff_new_pack.NzHH79/_new 2026-03-30 18:35:58.826800648 +0200 @@ -1,7 +1,7 @@ # # spec file for package osm-gps-map # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -18,18 +18,23 @@ Name: osm-gps-map -Version: 1.2.0 +Version: 1.2.0+38 Release: 0 Summary: A Gtk+ Widget for Displaying OpenStreetMap tiles License: GPL-2.0-or-later Group: Productivity/Other URL: http://nzjrs.github.io/osm-gps-map/ -Source: https://github.com/nzjrs/osm-gps-map/releases/download/1.2.0/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake +BuildRequires: gtk-doc +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 -BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(libsoup-3.0) %description A Gtk+ widget (and Python bindings) that when given GPS co-ordinates, draws a GPS track, @@ -78,12 +83,15 @@ Gtk+ and Maemo applications. %prep -%setup -q +%autosetup -p1 %build +NOCONFIGURE=1 ./autogen.sh %configure \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + --enable-gtk-doc \ + %{nil} +%make_build %install %make_install @@ -91,8 +99,7 @@ # We package those files as %%doc, resulting in a different location rm -rf %{buildroot}%{_datadir}/doc/%{name} -%post -n libosmgpsmap-1_0-1 -p /sbin/ldconfig -%postun -n libosmgpsmap-1_0-1 -p /sbin/ldconfig +%ldconfig_scriptlets -n libosmgpsmap-1_0-1 %files -n libosmgpsmap-1_0-1 %license COPYING ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/nzjrs/osm-gps-map.git</param> <param name="revision">639ea5e</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="tar" mode="manual"/> <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="manual"/> </services> ++++++ osm-gps-map.obsinfo ++++++ name: osm-gps-map version: 1.2.0+38 mtime: 1744926415 commit: 639ea5e02d2cb47cbc15554d61b1ba6b0ee073b6
