Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package extension-manager for openSUSE:Leap:16.0 checked in at 2025-06-23 23:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/extension-manager (Old) and /work/SRC/openSUSE:Leap:16.0/.extension-manager.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extension-manager" Mon Jun 23 23:22:31 2025 rev:3 rq:1287418 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/extension-manager/extension-manager.changes 2025-03-19 11:42:38.367434646 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.extension-manager.new.7067/extension-manager.changes 2025-06-23 23:22:38.258144450 +0200 @@ -1,0 +2,38 @@ +Sat Jun 7 10:33:27 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- move back to the default optflags +- switch over to the download_files service + +------------------------------------------------------------------- +Tue Apr 1 20:44:55 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- update to 0.6.3: + * build: Specify the minimum required version of libadwaita + * general: Use g_strcmp0 for null safe string comparison + * Translations updates + * Fix app closure + * Minor update to fix a frequent crash + +------------------------------------------------------------------- +Fri Mar 21 17:03:33 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- update to 0.6.2: + * comment-dialog: Fix crash on close while loading + * extension-row: Use AdwActionRow for description + * Fix HTTP responses handling + * Adaptability and UI tweaks + * po: Update template + * Disable install button during installation + * po: Update templat + * Translations update from Hosted Weblate + * Various tweaks + * extension-row: Add Session Modes row + * installed-page: Save extension's toggle focus on state changes + * po: Update template + * detail-view: Hide "Show All Reviews" button when unneeded + * error-dialog: Refresh style + * po: Update template + * Translations update + * GNOME 48 + +------------------------------------------------------------------- Old: ---- _service _servicedata extension-manager-0.6.1.obscpio extension-manager.obsinfo New: ---- extension-manager-0.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ extension-manager.spec ++++++ --- /var/tmp/diff_new_pack.2jgzzJ/_old 2025-06-23 23:22:38.562157103 +0200 +++ /var/tmp/diff_new_pack.2jgzzJ/_new 2025-06-23 23:22:38.566157270 +0200 @@ -18,12 +18,12 @@ %define appid com.mattjakeman.ExtensionManager Name: extension-manager -Version: 0.6.1 +Version: 0.6.3 Release: 0 Summary: A utility for browsing and installing GNOME Shell Extensions License: GPL-3.0-or-later URL: https://github.com/mjakeman/extension-manager -Source0: %{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: libbacktrace-devel @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(libadwaita-1) >= 1.7 BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libxml-2.0) Requires: unzip @@ -46,13 +46,11 @@ %autosetup %build -export CFLAGS="%{optflags} -Wno-error=return-type" %meson %meson_build %install %meson_install - %find_lang %{name} %files