1
0
forked from pool/qalculate-gtk

Accepting request 1045476 from home:polslinux:branches:science

- Update to 4.5.0:
  * Use history font for RPN stack list (GTK, Qt)
  * Fix factorization conversion specified in expression, and conversion performed using a separate expression (GTK)
  * Fix unit names dialog (GTK)

OBS-URL: https://build.opensuse.org/request/show/1045476
OBS-URL: https://build.opensuse.org/package/show/science/qalculate-gtk?expand=0&rev=25
This commit is contained in:
Atri Bhattacharya 2023-01-01 05:34:46 +00:00 committed by Git OBS Bridge
parent 92458dc356
commit 7aa007f4ef
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 27 10:00:34 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 4.5.0:
* Use history font for RPN stack list (GTK, Qt)
* Fix factorization conversion specified in expression, and conversion performed using a separate expression (GTK)
* Fix unit names dialog (GTK)
-------------------------------------------------------------------
Thu Nov 10 09:17:00 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,7 +17,7 @@
Name: qalculate-gtk
Version: 4.4.0
Version: 4.5.0
Release: 0
Summary: Multi-purpose cross-platform desktop calculator
License: GPL-2.0-or-later
@ -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) >= 4.4.0
BuildRequires: pkgconfig(libqalculate) >= %{version}
BuildRequires: pkgconfig(libxml-2.0)
%description