Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 9 additions and 65 deletions

View File

@ -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">47.1</param>
<param name="revision">46.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

View File

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

View File

@ -1,59 +1,3 @@
-------------------------------------------------------------------
Mon Dec 16 17:53:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.1:
+ Announce the calculation result even when done through the
buttons.
+ Set "Insert Character Code" dialog as modal.
+ Fixed incorrect units in financial mode.
+ Changed history view default size.
+ Fixed incorrectly sized text entry.
+ Updated translations.
-------------------------------------------------------------------
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>

View File

@ -1,4 +1,4 @@
name: gnome-calculator
version: 47.1
mtime: 1734364558
commit: 80187ed3db51cd5a8f2df888691c7238a8998e2a
version: 46.1
mtime: 1714999889
commit: e3e0623c53321bceb233aba3768948ff4cd8119f

View File

@ -20,7 +20,7 @@
%define gcisover 1-0_0_0
Name: gnome-calculator
Version: 47.1
Version: 46.1
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.6.beta
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(libxml-2.0)