Dominique Leuenberger 2022-09-21 12:40:25 +00:00 committed by Git OBS Bridge
commit 0a4a921c81
4 changed files with 47 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Sep 16 18:09:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0.1:
+ Fixed appdata versioning.
-------------------------------------------------------------------
Fri Sep 16 17:17:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
+ Removed old issue tracker references.
-------------------------------------------------------------------
Sun Sep 4 12:53:29 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <emilyyrose@gmail.com>

View File

@ -20,13 +20,13 @@
%define gcisover 1-0_0_0
Name: gnome-calculator
Version: 42.2
Version: 43.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/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