Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qalculate-gtk for openSUSE:Factory 
checked in at 2025-11-02 22:33:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qalculate-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.qalculate-gtk.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qalculate-gtk"

Sun Nov  2 22:33:10 2025 rev:19 rq:1315029 version:5.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qalculate-gtk/qalculate-gtk.changes      
2025-04-22 17:28:36.615906823 +0200
+++ /work/SRC/openSUSE:Factory/.qalculate-gtk.new.1980/qalculate-gtk.changes    
2025-11-02 22:33:14.992375380 +0100
@@ -1,0 +2,23 @@
+Fri Oct 31 13:12:59 UTC 2025 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.8.1:
+  * Option to change the default currency.
+  * Customizable digit group size and separator.
+  * Improve interpretation of function expressions with x, y, or z
+    in object names (e.g. "x year"), or within quotation marks.
+  * Ellipsize long titles in completion list.
+  * Fix replace expression with result.
+  * Fix opening of menu in menubar when completion list is
+    visible.
+  * Show error when function or variable disabled by
+    "--disable-insecure" is used (libqalculate).
+  * Minor bug fixes and feature enhancements.
+- Changes from previous versions 5.6.0 to 5.8.0:
+  * See corresponding release notes at:
+    https://github.com/Qalculate/qalculate-gtk/releases
+- Split off GNOME shell search provider into separate package.
+- Add explicit BuildRequires: pkgconfig(gio-unix-2.0) required for
+  enabling GNOME shell search provider; currently provided by
+  glib2-devel, which is already included in BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  qalculate-gtk-5.5.1.tar.gz

New:
----
  qalculate-gtk-5.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qalculate-gtk.spec ++++++
--- /var/tmp/diff_new_pack.7laLMR/_old  2025-11-02 22:33:15.636402375 +0100
+++ /var/tmp/diff_new_pack.7laLMR/_new  2025-11-02 22:33:15.640402543 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qalculate-gtk
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           qalculate-gtk
-Version:        5.5.1
+Version:        5.8.1
 Release:        0
 Summary:        Multi-purpose cross-platform desktop calculator
 License:        GPL-2.0-or-later
@@ -31,14 +31,15 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.4
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
-BuildRequires:  pkgconfig(libqalculate) >= %{version}
+BuildRequires:  pkgconfig(libqalculate) >= 5.6.0
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       qalculate-data >= %{version}
 
 %description
-Qalculate! is a multi-purpose cross-platform desktop calculator. It is
+Qalculate is a multi-purpose cross-platform desktop calculator. It is
 simple to use but provides power and versatility normally reserved for
 complicated math packages, as well as useful tools for everyday needs
 (such as currency conversion and percent calculation). Features include a
@@ -47,6 +48,16 @@
 precision, uncertainty propagation, interval arithmetic, plotting, and a
 user-friendly interface (GTK+ and CLI).
 
+%package -n gnome-shell-search-provider-qalculate-gtk
+Summary:        Search provider for GNOME shell overview for qalculate-gtk
+Requires:       %{name} = %{version}
+Requires:       gnome-shell
+Supplements:    (%{name} and gnome-shell)
+
+%description -n gnome-shell-search-provider-qalculate-gtk
+Qalculate is a multi-purpose cross-platform desktop calculator. This package
+provides a search provider for qalculate on the gnome-shell overview.
+
 %lang_package
 
 %prep
@@ -54,35 +65,30 @@
 
 %build
 NOCONFIGURE=1 ./autogen.sh
-%configure
+%configure --enable-gnome-search
 %make_build
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 
 %files
+%license COPYING
 %doc AUTHORS ChangeLog README TODO
 %doc %{_datadir}/doc/%{name}
 %{_bindir}/%{name}
 %{_datadir}/metainfo/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%license COPYING
 %{_mandir}/man?/%{name}.?%{ext_man}
+%{_datadir}/icons/hicolor/*/apps/qalculate.*
+
+%files -n gnome-shell-search-provider-qalculate-gtk
+%license COPYING
 %{_libexecdir}/qalculate-search-provider
 %{_datadir}/dbus-1/services/io.github.Qalculate.SearchProvider.service
 %dir %{_datadir}/gnome-shell/
 %dir %{_datadir}/gnome-shell/search-providers
 
%{_datadir}/gnome-shell/search-providers/io.github.Qalculate.search-provider.ini
-%{_datadir}/icons/hicolor/128x128/apps/qalculate.png
-%{_datadir}/icons/hicolor/16x16/apps/qalculate.png
-%{_datadir}/icons/hicolor/22x22/apps/qalculate.png
-%{_datadir}/icons/hicolor/24x24/apps/qalculate.png
-%{_datadir}/icons/hicolor/256x256/apps/qalculate.png
-%{_datadir}/icons/hicolor/32x32/apps/qalculate.png
-%{_datadir}/icons/hicolor/48x48/apps/qalculate.png
-%{_datadir}/icons/hicolor/64x64/apps/qalculate.png
-%{_datadir}/icons/hicolor/scalable/apps/qalculate.svg
 
 %files lang -f %{name}.lang
 

++++++ qalculate-gtk-5.5.1.tar.gz -> qalculate-gtk-5.8.1.tar.gz ++++++
++++ 74404 lines of diff (skipped)

Reply via email to