Accepting request 1158685 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158685 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=134
This commit is contained in:
parent
b8f2da6948
commit
da2517cd03
19
_service
Normal file
19
_service
Normal 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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dcbf32384897171cbe5483ec664d994e5e755e912ae1df911624f03c90867c2
|
||||
size 1100744
|
3
gnome-calculator-46.0.obscpio
Normal file
3
gnome-calculator-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b3ba53e4d4b2e22529574a93ac8956c166d90967c80cd554c0805a9a1310088
|
||||
size 12075021
|
@ -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
4
gnome-calculator.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-calculator
|
||||
version: 46.0
|
||||
mtime: 1710616893
|
||||
commit: 9ca2245ca3f58007d79da785ebf44d54ce0d1ff6
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user