Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libshumate for openSUSE:Factory checked in at 2023-09-20 13:22:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libshumate (Old) and /work/SRC/openSUSE:Factory/.libshumate.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libshumate" Wed Sep 20 13:22:22 2023 rev:8 rq:1111881 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libshumate/libshumate.changes 2023-07-24 18:12:04.781251368 +0200 +++ /work/SRC/openSUSE:Factory/.libshumate.new.16627/libshumate.changes 2023-09-20 13:23:11.857765454 +0200 @@ -1,0 +2,35 @@ +Sat Sep 16 13:59:09 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 1.1.0: + + Fix grey background on sprites + + Updated translations. +- Switch compression to zst in both service and tarball produced. + +------------------------------------------------------------------- +Wed Sep 6 01:31:05 UTC 2023 - Luciano Santos <[email protected]> + +- Add with(out) "profiling" build switch and disable it, by + default, as profiling isn't meant for general use. Add nested + pkgconfig(sysprof-capture-4) BuildRequires under an if-with + expression and pass sysprof=(enabled|disabled) to meson, + depending on the profiling switch. This is meant for an eventual + need for Sysprof's profiling support. + +------------------------------------------------------------------- +Mon Sep 4 09:40:03 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 1.1.rc: + + Bugfixes and optimizations in vector render. + + Add icon-color property for vector renderer. + + Disable g_asserts on release builds. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 18 18:49:17 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 1.1.beta: + + Vector rendering improvements. + + Updated translations. +- Add pkgconfig(gperf) BuildRequires, a new introduced dependency. + +------------------------------------------------------------------- Old: ---- libshumate-1.0.5.obscpio New: ---- libshumate-1.1.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libshumate.spec ++++++ --- /var/tmp/diff_new_pack.GYuS4e/_old 2023-09-20 13:23:12.977805579 +0200 +++ /var/tmp/diff_new_pack.GYuS4e/_new 2023-09-20 13:23:12.981805723 +0200 @@ -19,15 +19,17 @@ %define somajor 1 %define sominor 0 %define soname libshumate-%{somajor}_%{sominor}-1 +%bcond_with profiling Name: libshumate -Version: 1.0.5 +Version: 1.1.0 Release: 0 Summary: C library providing a GtkWidget to display maps License: LGPL-2.1-or-later URL: https://wiki.gnome.org/Projects/libshumate -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst +BuildRequires: gperf BuildRequires: gtk-doc >= 1.9 BuildRequires: meson >= 0.53.0 BuildRequires: pkgconfig @@ -43,6 +45,9 @@ BuildRequires: pkgconfig(libsoup-3.0) >= 3.0 BuildRequires: pkgconfig(sqlite3) >= 1.12.0 BuildRequires: pkgconfig(vapigen) >= 0.11.0 +%if %{with profiling} +BuildRequires: pkgconfig(sysprof-capture-4) +%endif %description libshumate is a C library providing a GtkWidget to display maps. @@ -87,6 +92,7 @@ -D libsoup3=true \ -D vector_renderer=true \ -D gtk_doc=true \ + -D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \ %{nil} %meson_build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GYuS4e/_old 2023-09-20 13:23:13.001806440 +0200 +++ /var/tmp/diff_new_pack.GYuS4e/_new 2023-09-20 13:23:13.005806583 +0200 @@ -4,14 +4,14 @@ <param name="url">https://gitlab.gnome.org/GNOME/libshumate.git</param> <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> - <param name="revision">refs/tags/1.0.5</param> + <param name="revision">refs/tags/1.1.0</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> </service> <service name="tar" mode="buildtime" /> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zst</param> </service> <service name="set_version" mode="manual"/> </services> ++++++ libshumate-1.0.5.obscpio -> libshumate-1.1.0.obscpio ++++++ ++++ 21154 lines of diff (skipped) ++++++ libshumate.obsinfo ++++++ --- /var/tmp/diff_new_pack.GYuS4e/_old 2023-09-20 13:23:13.185813031 +0200 +++ /var/tmp/diff_new_pack.GYuS4e/_new 2023-09-20 13:23:13.189813175 +0200 @@ -1,5 +1,5 @@ name: libshumate -version: 1.0.5 -mtime: 1689756439 -commit: 05bf8b37a274cb72e61b4d59bb8e804b88d8b046 +version: 1.1.0 +mtime: 1694846223 +commit: 18587662286d0f551e33e3411b3a0c1375507564
