From 0c6e55a1ec71b8450c69ef7aae55045cba50344a9f7afcb7897f22d6ba4aced1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2023 08:20:27 +0000 Subject: [PATCH] Accepting request 1109812 from GNOME:Next Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109812 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=131 --- gnome-calculator-44.0.tar.xz | 3 --- gnome-calculator-45.0.1.tar.xz | 3 +++ gnome-calculator.changes | 46 ++++++++++++++++++++++++++++++++++ gnome-calculator.spec | 6 ++--- 4 files changed, 52 insertions(+), 6 deletions(-) delete mode 100644 gnome-calculator-44.0.tar.xz create mode 100644 gnome-calculator-45.0.1.tar.xz diff --git a/gnome-calculator-44.0.tar.xz b/gnome-calculator-44.0.tar.xz deleted file mode 100644 index f6f5292..0000000 --- a/gnome-calculator-44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e763329f88309a7e152780d57361b543100e323906b34e0655fdc315b71043 -size 1075480 diff --git a/gnome-calculator-45.0.1.tar.xz b/gnome-calculator-45.0.1.tar.xz new file mode 100644 index 0000000..e6d3bfa --- /dev/null +++ b/gnome-calculator-45.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a18d4a2896e1484e3dc713e0666020669a580b740192f754d5fb561b3d07772 +size 1099468 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 5e1eafc..0d976e7 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sun Sep 3 12:11:40 UTC 2023 - Bjørn Lie + +- Update to version 45.0.1: + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 16 20:03:37 UTC 2023 - Bjørn Lie + +- Update to version 45.0: + + Search provider performance improvements. + + Use numeric font instead of monospace. + + Fixed electron-volt unit abbreviation. + + Fixed erroneous Joule unit name. + + Fixed missing build dependency. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 4 09:38:02 UTC 2023 - Bjørn Lie + +- Update to version 45.beta: + + Fixed variable and function popover reverse typing. + + Better left/right cursor key handling. + + Improved toolbar using Adwaita library. + + Flatpak build improvements. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 11 12:07:50 UTC 2023 - Bjørn Lie + +- Update to version 45.alpha: + + Remember window size + + Allow opening Main Menu by pressing F10 + + Extend bit-shifting limit + + Added new energy units + + Added TWD support via Bank of Canada rates + + Added legal section for exchange rate source attribution + + Added United Nations Treasury exchange rate datasource + + Added Jamaican Dollar currency + + Added Ukrainian hryvnia currency + + Added Nigerian Naira currency + + Changed symbolic icon to C on the clear button + + Dropped VEF currency support + + Use new vala-nightly SDK extension for flatpak + + Updated translations. + ------------------------------------------------------------------- Fri Mar 17 20:23:35 UTC 2023 - Bjørn Lie diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 647b4ba..3b01ac3 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -20,13 +20,13 @@ %define gcisover 1-0_0_0 Name: gnome-calculator -Version: 44.0 +Version: 45.0.1 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/44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-calculator/45/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: meson >= 0.52.0 @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gmodule-export-2.0) BuildRequires: pkgconfig(gobject-2.0) >= 2.40 BuildRequires: pkgconfig(gtk4) >= 4.4.1 BuildRequires: pkgconfig(gtksourceview-5) >= 5.2.0 -BuildRequires: pkgconfig(libadwaita-1) >= 1.0.0 +BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libxml-2.0)