From 0e6d66768aed57c6d2165e9615cb93004685ae2c6fb99628fe0f06c5c2fa86d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 4 Jul 2021 17:58:34 +0000 Subject: [PATCH] Accepting request 903876 from home:susnux:branches:science Update to 3.19.0 OBS-URL: https://build.opensuse.org/request/show/903876 OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=17 --- qalculate-gtk-3.18.0.tar.gz | 3 --- qalculate-gtk-3.19.0a.tar.gz | 3 +++ qalculate-gtk.changes | 9 +++++++++ qalculate-gtk.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 qalculate-gtk-3.18.0.tar.gz create mode 100644 qalculate-gtk-3.19.0a.tar.gz diff --git a/qalculate-gtk-3.18.0.tar.gz b/qalculate-gtk-3.18.0.tar.gz deleted file mode 100644 index 93d11c8..0000000 --- a/qalculate-gtk-3.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:173291874ff5b5e6d4408d433344c9ff6f67e06a0dec05a19f0493877153a161 -size 3775082 diff --git a/qalculate-gtk-3.19.0a.tar.gz b/qalculate-gtk-3.19.0a.tar.gz new file mode 100644 index 0000000..8b2cc92 --- /dev/null +++ b/qalculate-gtk-3.19.0a.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3842c7c0455ca4e5083b3c24c4c76a4c9e83e44e7808a6989967cb74dd3470 +size 2508262 diff --git a/qalculate-gtk.changes b/qalculate-gtk.changes index 65e38d2..8ba9d8c 100644 --- a/qalculate-gtk.changes +++ b/qalculate-gtk.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 3 19:35:41 UTC 2021 - Ferdinand Thiessen + +- Update to 3.19.0: + * Customizable text color and button padding + * Option to keep the main window above other windows + * Activate first (or selected) completion item using Tab key + * Fix custom keyboard shortcuts without modifier + ------------------------------------------------------------------- Tue Apr 6 14:05:53 UTC 2021 - Paolo Stivanin diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec index e528db8..6f45e2e 100644 --- a/qalculate-gtk.spec +++ b/qalculate-gtk.spec @@ -17,13 +17,13 @@ Name: qalculate-gtk -Version: 3.18.0 +Version: 3.19.0 Release: 0 Summary: Multi-purpose cross-platform desktop calculator License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: https://qalculate.github.io -Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/Qalculate/qalculate-gtk/releases/download/v%{version}/qalculate-gtk-%{version}a.tar.gz BuildRequires: automake BuildRequires: c++_compiler BuildRequires: intltool @@ -33,7 +33,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.4 BuildRequires: pkgconfig(gtk+-3.0) >= 3.12 -BuildRequires: pkgconfig(libqalculate) >= 3.18.0 +BuildRequires: pkgconfig(libqalculate) >= 3.19.0 BuildRequires: pkgconfig(libxml-2.0) %description