From 635e48956092f1c1a00e18f3d35e4dc4a2fb5e716a060e17aeb0abae3351e56c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Mar 2021 16:33:21 +0000 Subject: [PATCH] Accepting request 880941 from GNOME:Next GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880941 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=113 --- gnome-calculator-3.38.2.tar.xz | 3 -- gnome-calculator-40.0.tar.xz | 3 ++ gnome-calculator.changes | 71 ++++++++++++++++++++++++++++++++++ gnome-calculator.spec | 13 ++++--- 4 files changed, 81 insertions(+), 9 deletions(-) delete mode 100644 gnome-calculator-3.38.2.tar.xz create mode 100644 gnome-calculator-40.0.tar.xz diff --git a/gnome-calculator-3.38.2.tar.xz b/gnome-calculator-3.38.2.tar.xz deleted file mode 100644 index 4f75c7f..0000000 --- a/gnome-calculator-3.38.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c83cc6433e015d15aa2a0cf3d0b187f7adb92830d39dd2e66076c73192a316b -size 1004684 diff --git a/gnome-calculator-40.0.tar.xz b/gnome-calculator-40.0.tar.xz new file mode 100644 index 0000000..343c7b4 --- /dev/null +++ b/gnome-calculator-40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a25988be1170eb9072d8bb3dc46192136fcb0be80182e17bb34618326c4de3 +size 1022596 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index b3a547c..40fa48d 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Sat Mar 20 09:30:16 UTC 2021 - Michael Gorse + +- Update to version 40.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 18 13:08:47 UTC 2021 - Dominique Leuenberger + +- Update to version 40.rc: + + Resize window after switching mode. + + Fixed compilation warnings. + + Support offline currency conversion tests. + + Use official unit on conversion button click. + + Fixed temperature unit typos. + + Ellipsize conversion labels. + + Added Ctrl+Delete shortcut for clearing the current equation. + + Allow multiple decimal points #166. + + Added Ctrl+O shortcut for degrees symbol. + + Use gtk-sourceview 4.8. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 9 11:40:28 UTC 2021 - Dominique Leuenberger + +- Update to version 40.beta: + + Fixed issues with initial loading of currencies. + + Rework currency retrieval preparing for currency provider + plugins. + + Fixed commandline conversions. + + Added currency conversion tests. + + Added support for frequencies conversion. + + Added support for converting to and from weeks. + + Added support for converting to and from centuries and decades. + + Increase buttons font size. + + Added % button to Advanced mode. + + Show 4 decimals in converter instead of only two. + + Added style classes to buttons. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 12 10:07:41 UTC 2021 - Dominique Leuenberger + +- Update to version 40.alpha: + + Use libhandy for window and headerbar. + + Use C instead of Clr in help. + + Fixed broken currency conversion on first start. + + Removed duplicate word from help. + + Added lbs shortcut for pounds conversion. + + Fixed inconsistent word size. + + Removed unused trunc button from programming mode. + + Fixed deprecation warnings. + + Added Serbian Dinar with fixed rate. + + Added Bangladeshi Taka with fixed rate. + + Updated mailing list contact to Discourse. + + Added basic help page for programming mode. + + Added insert character code button. + + Dim inapplicable bits on word size change. + + Make the conversion labels selectable. + + Do not convert on swap. + + Word size changer in programming mode. + + Added metric cups conversion unit. + + Fixed astronomical unit conversion. + + Fixed feet-based units name, added mph and kph shortcuts. + + Use shell copy to clipboard action. + + Fixed preferences of angle units. + + Updated translations. +- Add pkgconfig(libhandy-1) BuildRequires: new dependency. +- Disable test-suite for the time being: does not find the schema + (works on package level due to file triggers). + ------------------------------------------------------------------- Sat Nov 21 21:52:01 UTC 2020 - Bjørn Lie diff --git a/gnome-calculator.spec b/gnome-calculator.spec index e0cab80..4aed573 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-calculator # -# 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 @@ -20,16 +20,16 @@ %define gcisover 1-0_0_0 Name: gnome-calculator -Version: 3.38.2 +Version: 40.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/3.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-calculator/40/%{name}-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: meson >= 0.50.0 +BuildRequires: meson >= 0.52.0 BuildRequires: mpc-devel BuildRequires: mpfr-devel BuildRequires: pkgconfig @@ -43,6 +43,7 @@ BuildRequires: pkgconfig(gmodule-export-2.0) BuildRequires: pkgconfig(gobject-2.0) >= 2.40 BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3 BuildRequires: pkgconfig(gtksourceview-4) +BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 BuildRequires: pkgconfig(libxml-2.0) @@ -99,8 +100,8 @@ translation-update-upstream %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir} -%check -%meson_test +#check +#meson_test %post -n libgcalc-%{sover} -p /sbin/ldconfig %postun -n libgcalc-%{sover} -p /sbin/ldconfig