- Update to version 48.rc:
+ UI and styling fixes + Do not steal focus on window move + Updated translations. - Add optional valadoc and valadoc-doclet-devhelp BuildRequires: Build vala API documentation. - Update to version 48.beta: + Added Conversion mode + Ported financial dialogs to modern widgets + programming: disable digits not available in current number base + buttons: improvements to popover styling + Updated translations. - Update to version 48.alpha: + a11y: Announce the calculation result even when done through the buttons + display: - Cycle through history with Alt+Left/Right buttons - Fixed incorrectly sized text entry - Fix crash on using Shift+Insert + character-dialog: Modernized the character dialog + history-entry: Apply dim label to some buttons + math-preferences: Use header capitalization + converter: - Use correct kJ unit shortName - Fixed incorrect units in financial mode - Added nanosecond unit OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=145
This commit is contained in:
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">47.1</param>
|
||||
<param name="revision">@PARENT_TAG@</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:cb27c491a3919a3c3f6d71cfbcc3a15b76b8880341c58d6c1cfece0c93eadd18
|
||||
size 12102669
|
3
gnome-calculator-48.rc.obscpio
Normal file
3
gnome-calculator-48.rc.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16b5d3497e2709d11d533dfcdc1a3bbe60bcf466517288b49d5c632cf9adcd23
|
||||
size 12120077
|
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 21:04:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.rc:
|
||||
+ UI and styling fixes
|
||||
+ Do not steal focus on window move
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 21:53:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add optional valadoc and valadoc-doclet-devhelp BuildRequires:
|
||||
Build vala API documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 09:26:17 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.beta:
|
||||
+ Added Conversion mode
|
||||
+ Ported financial dialogs to modern widgets
|
||||
+ programming: disable digits not available in current number
|
||||
base
|
||||
+ buttons: improvements to popover styling
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:57:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.alpha:
|
||||
+ a11y: Announce the calculation result even when done through
|
||||
the buttons
|
||||
+ display:
|
||||
- Cycle through history with Alt+Left/Right buttons
|
||||
- Fixed incorrectly sized text entry
|
||||
- Fix crash on using Shift+Insert
|
||||
+ character-dialog: Modernized the character dialog
|
||||
+ history-entry: Apply dim label to some buttons
|
||||
+ math-preferences: Use header capitalization
|
||||
+ converter:
|
||||
- Use correct kJ unit shortName
|
||||
- Fixed incorrect units in financial mode
|
||||
- Added nanosecond unit
|
||||
- Fixed MJ and kWh conversion factors
|
||||
+ tests:
|
||||
- Fixed broken test on slower computers
|
||||
- Added test to validate MJ and kWh conversion
|
||||
+ history-view: Improve default size
|
||||
+ converter:
|
||||
- Add pressure units
|
||||
- Updated russian ruble currency symbol and name
|
||||
+ keyboard: Added shortcut to clear history
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 13:57:46 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: gnome-calculator
|
||||
version: 47.1
|
||||
mtime: 1734364558
|
||||
commit: 80187ed3db51cd5a8f2df888691c7238a8998e2a
|
||||
version: 48.rc
|
||||
mtime: 1740862594
|
||||
commit: f1efef2f6c656549db34a4fde3785990da172d2d
|
||||
|
@@ -20,23 +20,25 @@
|
||||
%define gcisover 1-0_0_0
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 47.1
|
||||
Version: 48.rc
|
||||
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: %{name}-%{version}.tar.zst
|
||||
BuildSystem: meson
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson >= 0.52.0
|
||||
BuildRequires: mpc-devel
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: valadoc
|
||||
BuildRequires: valadoc-doclet-devhelp
|
||||
BuildRequires: rpm_macro(meson_buildrequires)
|
||||
|
||||
BuildSystem: meson
|
||||
|
||||
%description
|
||||
A GNOME calculator package based on calctool and MP library.
|
||||
|
||||
@@ -109,7 +111,7 @@ developing applications that use %{name}.
|
||||
%doc %{_datadir}/help/C/%{name}
|
||||
%{_bindir}/gnome-calculator
|
||||
%{_bindir}/gcalccmd
|
||||
%{_datadir}/metainfo/org.gnome.Calculator.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Calculator.metainfo.xml
|
||||
%{_datadir}/applications/org.gnome.Calculator.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Calculator*.svg
|
||||
@@ -136,6 +138,10 @@ developing applications that use %{name}.
|
||||
%{_libdir}/girepository-1.0/GCi-1.typelib
|
||||
|
||||
%files devel
|
||||
%dir %{_datadir}/devhelp
|
||||
%dir %{_datadir}/devhelp/books
|
||||
%{_datadir}/devhelp/books/GCalc-2/
|
||||
%{_datadir}/devhelp/books/GCi-1/
|
||||
%{_includedir}/gcalc-2/
|
||||
%{_includedir}/gci-2/
|
||||
%{_libdir}/libgcalc-2.so
|
||||
|
Reference in New Issue
Block a user