From 4e7cd062e27d65a1c3e8b305721a0c10c8f011541dd7b5aa9ed1749dba41e81d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:37:50 +0000 Subject: [PATCH] Accepting request 1002906 from GNOME:Next resub OBS-URL: https://build.opensuse.org/request/show/1002906 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=126 --- gnome-calculator-42.2.tar.xz | 3 --- gnome-calculator-43.rc.tar.xz | 3 +++ gnome-calculator.changes | 29 +++++++++++++++++++++++++++++ gnome-calculator.spec | 6 +++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 gnome-calculator-42.2.tar.xz create mode 100644 gnome-calculator-43.rc.tar.xz diff --git a/gnome-calculator-42.2.tar.xz b/gnome-calculator-42.2.tar.xz deleted file mode 100644 index 2ca384d..0000000 --- a/gnome-calculator-42.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0 -size 1199392 diff --git a/gnome-calculator-43.rc.tar.xz b/gnome-calculator-43.rc.tar.xz new file mode 100644 index 0000000..91d4bdf --- /dev/null +++ b/gnome-calculator-43.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2736d03ae941738d6fcebdbdd4a6f3fed2828d40f601959c29873686005286 +size 1206176 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 12eef3e..56c24f7 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Sep 4 12:53:29 UTC 2022 - Emily Gonyer + +- Updated to version 43.rc: + + Fix crash when entering new function name. + + Fix source view border. + + Flatpak build update. + + Port about window to libadwaita. + + Port to libsoup3. + + Updated translations. + + Drop patch 4fff5e1.patch due to libsoup3 being patched upstream + +------------------------------------------------------------------- +Thu Sep 1 08:36:15 UTC 2022 - Bjørn Lie + +- Add 4fff5e1.patch: Build with soup3. Following this, replace + pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) BuildRequires. + +------------------------------------------------------------------- +Fri Jul 8 16:40:50 UTC 2022 - Bjørn Lie + +- Update to version 43.alpha: + + Fixed broken undo/redo. + + Make sure variable name definitions work with whitespace too. + + Fix translatable strings. + + Fixed missing implicit multiplication with variable and root. + + Meson warning fixes. + + Updated translations. + ------------------------------------------------------------------- Sun Jul 3 18:53:25 UTC 2022 - Emily Gonyer diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 8fbd856..fbf95a3 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -20,13 +20,13 @@ %define gcisover 1-0_0_0 Name: gnome-calculator -Version: 42.2 +Version: 43.rc 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/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-calculator/43/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: meson >= 0.52.0 @@ -43,7 +43,7 @@ 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(libsoup-2.4) >= 2.42 +BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libxml-2.0) %description