Accepting request 1159488 from GNOME:Factory

GNOME 46 (forwarded request 1158685 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:11:28 +00:00 committed by Git OBS Bridge
commit e19111d0ff
6 changed files with 62 additions and 6 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<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.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Mar 17 09:23:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Metainfo improvements.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 07:44:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Metainfo (homepage, developer id) improvements.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 12 15:51:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 16 08:16:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Allow substring search in the unit selection drop-downs.
+ libsoup library usage update.
+ appdata updates.
+ Ported some components to adwaita.
+ Support Argentine Peso currency.
+ Reload conversion rates if in search-provider conversion fails.
+ Add Troy ounce (ozt) as new unit.
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 16 16:20:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
gnome-calculator.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-calculator
version: 46.0
mtime: 1710616893
commit: 9ca2245ca3f58007d79da785ebf44d54ce0d1ff6

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-calculator
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,13 @@
%define gcisover 1-0_0_0
Name: gnome-calculator
Version: 45.0.2
Version: 46.0
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: https://download.gnome.org/sources/gnome-calculator/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: meson >= 0.52.0