Accepting request 883505 from home:polslinux:branches:science

- Update to 3.18.0:
  * Save chain mode setting (GUI)
  * Handle SIGTERM signal (GUI)
  * System tray improvements (GUI)
  * Add convert to mixed units to result context menu (GUI)
  * Redesigned expression, status, and result widgets (GUI)
  * Chain mode (GUI) and syntax (e.g. 1+2*3=(1+2)*3=6)
  * Configurable calculate-as-you-type add to history delay (GUI)
  * Option to use a system tray icon (hides the application when
    the main window is closed) on Windows (GUI)
  * Improved completion (GUI)
  * Support for qalc commands in GUI (expression is interpreted
    as command if it begins with '/')
  * Use arrow instead of "to" by default (GUI)

OBS-URL: https://build.opensuse.org/request/show/883505
OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=15
This commit is contained in:
Atri Bhattacharya 2021-04-09 10:04:45 +00:00 committed by Git OBS Bridge
parent bad116d0a0
commit ad1f68bed4
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3c9085c054b32c24a823b5a16f9a210581bddf8814e59588031fa1453aacc72
size 4583486

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:173291874ff5b5e6d4408d433344c9ff6f67e06a0dec05a19f0493877153a161
size 3775082

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 6 14:05:53 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.18.0:
* Save chain mode setting (GUI)
* Handle SIGTERM signal (GUI)
* System tray improvements (GUI)
* Add convert to mixed units to result context menu (GUI)
* Redesigned expression, status, and result widgets (GUI)
* Chain mode (GUI) and syntax (e.g. 1+2*3=(1+2)*3=6)
* Configurable calculate-as-you-type add to history delay (GUI)
* Option to use a system tray icon (hides the application when
the main window is closed) on Windows (GUI)
* Improved completion (GUI)
* Support for qalc commands in GUI (expression is interpreted
as command if it begins with '/')
* Use arrow instead of "to" by default (GUI)
-------------------------------------------------------------------
Thu Dec 10 07:38:05 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package qalculate-gtk
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# 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: 3.15.0
Version: 3.18.0
Release: 0
Summary: Multi-purpose cross-platform desktop calculator
License: GPL-2.0-or-later
@ -27,12 +27,13 @@ Source0: https://github.com/Qalculate/%{name}/archive/v%{version}.tar.gz#
BuildRequires: automake
BuildRequires: c++_compiler
BuildRequires: intltool
BuildRequires: libnghttp2-devel
BuildRequires: libtool
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.8.0
BuildRequires: pkgconfig(libqalculate) >= 3.18.0
BuildRequires: pkgconfig(libxml-2.0)
%description