Accepting request 963184 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/963184 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=120
This commit is contained in:
parent
b2f4cc8f2d
commit
3a222d378b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34
|
|
||||||
size 1046092
|
|
3
gnome-calculator-42.0.tar.xz
Normal file
3
gnome-calculator-42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a
|
||||||
|
size 1200548
|
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 08:12:53 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 6 10:11:53 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.rc:
|
||||||
|
+ Use new gnome post_install script
|
||||||
|
+ gcalc build fixes
|
||||||
|
+ Updated screenshots
|
||||||
|
+ Set default focus to entry
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 14 09:19:17 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.beta:
|
||||||
|
+ Fixed build issues with GCI entry controller tests
|
||||||
|
+ Force LTR in history view
|
||||||
|
+ programing mode: Force bit digits to be always LTR
|
||||||
|
+ Use AdwApplication
|
||||||
|
+ ui: Fix styles
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 12:14:39 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 42.alpha:
|
||||||
|
+ build: migrated to GTK4.
|
||||||
|
+ entry: Added currencies completion provider.
|
||||||
|
+ entry: Fixed percentage evaluation error.
|
||||||
|
+ internal: Moved history view from MathDisplay to MathWindow.
|
||||||
|
+ window: set default width for basic and keyboard mode.
|
||||||
|
+ buttons: removed destructive action class from clear button.
|
||||||
|
+ converter: search support in unit selector, separate conversion
|
||||||
|
category selector.
|
||||||
|
+ Updated translations.
|
||||||
|
- Update BuildRequires for port to GTK4:
|
||||||
|
+ Replace pkgconfig(gtk+-3.0)with pkgconfig(gtk4)
|
||||||
|
+ Replace pkgconfig(gtksourceview-4) with
|
||||||
|
pkgconfig(gtksourceview-5)
|
||||||
|
+ Drop pkgconfig(libhandy-1)
|
||||||
|
+ Add pgkconfig(libadwaita-1)
|
||||||
|
- Update format of Supplements from packageane() to regular RPM
|
||||||
|
boolean deps.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 6 10:22:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Dec 6 10:22:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-calculator
|
# spec file for package gnome-calculator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,13 +20,13 @@
|
|||||||
%define gcisover 1-0_0_0
|
%define gcisover 1-0_0_0
|
||||||
|
|
||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 41.1
|
Version: 42.0
|
||||||
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/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-calculator/42/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.52.0
|
BuildRequires: meson >= 0.52.0
|
||||||
@ -40,9 +40,9 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gmodule-export-2.0)
|
BuildRequires: pkgconfig(gmodule-export-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
BuildRequires: pkgconfig(gtk4) >= 4.4.1
|
||||||
BuildRequires: pkgconfig(gtksourceview-4)
|
BuildRequires: pkgconfig(gtksourceview-5) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(libhandy-1)
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ A GNOME calculator package based on calctool and MP library.
|
|||||||
Summary: GNOME Calculator -- Search Provider for GNOME Shell
|
Summary: GNOME Calculator -- Search Provider for GNOME Shell
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Supplements: packageand(gnome-shell:%{name})
|
Supplements: (gnome-shell and %{name})
|
||||||
|
|
||||||
%description -n gnome-shell-search-provider-gnome-calculator
|
%description -n gnome-shell-search-provider-gnome-calculator
|
||||||
This package contains a search provider to enable GNOME Shell to get
|
This package contains a search provider to enable GNOME Shell to get
|
||||||
|
Loading…
Reference in New Issue
Block a user