Accepting request 1073184 from GNOME:Factory
New stable release (forwarded request 1072743 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=56
This commit is contained in:
commit
33a2baa07f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02c12ded3cf5053d17537d95ec69587f4b919899d7726eceecdb4b47ffb1c90f
|
||||
size 1205840
|
3
gnome-calculator-44.0.tar.xz
Normal file
3
gnome-calculator-44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14e763329f88309a7e152780d57361b543100e323906b34e0655fdc315b71043
|
||||
size 1075480
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 20:23:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 5 13:16:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 15:08:06 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.beta:
|
||||
+ Improved factorization
|
||||
+ Number format selection documentation improvements
|
||||
+ Made builtin function descriptions translatable
|
||||
+ Fixed display showing 0 on startup
|
||||
+ Improved button tooltips
|
||||
+ Added signed int support to programming mode
|
||||
+ i and e constants updated according to ISO 80000-2:2009
|
||||
+ Help overlay updates
|
||||
+ Added preferences shortcut
|
||||
+ Destroy dialog after clicking cancel
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 18:09:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-calculator
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,13 +20,13 @@
|
||||
%define gcisover 1-0_0_0
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 43.0.1
|
||||
Version: 44.0
|
||||
Release: 0
|
||||
Summary: A GNOME Calculator Application
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://wiki.gnome.org/Apps/Calculator
|
||||
Source0: https://download.gnome.org/sources/gnome-calculator/43/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-calculator/44/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson >= 0.52.0
|
||||
@ -64,7 +64,7 @@ Summary: Shared library for %{name}
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libgcalc-%{sover}
|
||||
GNOME Calculator Library
|
||||
This package contains a shared library for %{name}.
|
||||
|
||||
%package -n libgci-%{gcisover}
|
||||
Summary: GNOME Calculator Library GTK Interface
|
||||
|
Loading…
Reference in New Issue
Block a user