Accepting request 1205556 from GNOME:Factory
- Update to version 47.0: + Fixed flatpak build + Don't use symbolic icons for the window + Updated translations. - Update to version 47.rc: + Added brand colors + Updated translations. - Update to version 47.beta: + Fix hex string conversion for bitwise operator + Force LTR for buttons + Added kWh, MJ, KJ unit support + Sort conversion categories alphabetically + Removed obsolete bulgarian translations + Only allow alphanumeric values for variable names + Replace base_label with buttons + Updated flathub badge + Use adwaita spinner - Changes from version 47.alpha: + Support VND currency + Fixed incorrect event handling + Removed Shift left/right dropdown + Improved popover remove buttons + Use result format instead of number format + Ported to Adwaita adaptive dialogs + Disable undo button if nothing to undo + Metainfo improvements + Keep last conversion options at launch + Minor improvements to the undo button OBS-URL: https://build.opensuse.org/request/show/1205556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=60
This commit is contained in:
commit
e76389bd5b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-calculator.git</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6e3b7ae6cf487a5f415c172e47b8b87ef198f10525cd8625493e8208696aa4a
|
||||
size 12221965
|
3
gnome-calculator-47.0.obscpio
Normal file
3
gnome-calculator-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6dc2c6e7a0843a56e9e7a60dee94098ecdb55cf85c549ccf12eac822f998202
|
||||
size 12089357
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 12:14:06 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Fixed flatpak build
|
||||
+ Don't use symbolic icons for the window
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 15:06:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Added brand colors
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 12:08:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ Fix hex string conversion for bitwise operator
|
||||
+ Force LTR for buttons
|
||||
+ Added kWh, MJ, KJ unit support
|
||||
+ Sort conversion categories alphabetically
|
||||
+ Removed obsolete bulgarian translations
|
||||
+ Only allow alphanumeric values for variable names
|
||||
+ Replace base_label with buttons
|
||||
+ Updated flathub badge
|
||||
+ Use adwaita spinner
|
||||
- Changes from version 47.alpha:
|
||||
+ Support VND currency
|
||||
+ Fixed incorrect event handling
|
||||
+ Removed Shift left/right dropdown
|
||||
+ Improved popover remove buttons
|
||||
+ Use result format instead of number format
|
||||
+ Ported to Adwaita adaptive dialogs
|
||||
+ Disable undo button if nothing to undo
|
||||
+ Metainfo improvements
|
||||
+ Keep last conversion options at launch
|
||||
+ Minor improvements to the undo button
|
||||
+ Make sure to use the correct app id for development builds
|
||||
+ Stop using orange accent color
|
||||
+ A11y announce status changes
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 10:08:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-calculator
|
||||
version: 46.1
|
||||
mtime: 1714999889
|
||||
commit: e3e0623c53321bceb233aba3768948ff4cd8119f
|
||||
version: 47.0
|
||||
mtime: 1726340235
|
||||
commit: e9942e9908ef1fbcd2aefb94320c2d14288ae917
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define gcisover 1-0_0_0
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 46.1
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: A GNOME Calculator Application
|
||||
License: GPL-3.0-or-later
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gmodule-export-2.0)
|
||||
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.4.alpha
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.beta
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user