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
This commit is contained in:
parent
f543589c2e
commit
4e7cd062e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0
|
|
||||||
size 1199392
|
|
3
gnome-calculator-43.rc.tar.xz
Normal file
3
gnome-calculator-43.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f2736d03ae941738d6fcebdbdd4a6f3fed2828d40f601959c29873686005286
|
||||||
|
size 1206176
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Jul 3 18:53:25 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
%define gcisover 1-0_0_0
|
%define gcisover 1-0_0_0
|
||||||
|
|
||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 42.2
|
Version: 43.rc
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNOME Calculator Application
|
Summary: A GNOME Calculator Application
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://wiki.gnome.org/Apps/Calculator
|
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: fdupes
|
||||||
BuildRequires: meson >= 0.52.0
|
BuildRequires: meson >= 0.52.0
|
||||||
@ -43,7 +43,7 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.40
|
|||||||
BuildRequires: pkgconfig(gtk4) >= 4.4.1
|
BuildRequires: pkgconfig(gtk4) >= 4.4.1
|
||||||
BuildRequires: pkgconfig(gtksourceview-5) >= 5.2.0
|
BuildRequires: pkgconfig(gtksourceview-5) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.0.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)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user