forked from pool/gnome-clocks
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
b0ee104a84 | |||
e0997a118e | |||
d2dca44adf | |||
3fec2d32f6 | |||
b0c6170e5e |
18
_service
Normal file
18
_service
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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-clocks.git</param>
|
||||
<param name="revision">48.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:eaa3c578cdcef9754e668b5626709b73f3526710235f4b72076d2ff49a4f99c7
|
||||
size 461960
|
3
gnome-clocks-48.0.obscpio
Normal file
3
gnome-clocks-48.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:215f63955f27898d51204b5bf3da6e65d2030d61db2dd20796ea281c776cac1c
|
||||
size 2487820
|
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 18:20:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 10:13:31 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.beta:
|
||||
+ Call setlocale() earlier to fix i18n
|
||||
+ Make alarm setup dialog adaptive
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 17:50:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.alpha:
|
||||
+ Add mnemonics to all buttons
|
||||
+ Fix auto-focus behavior in the alarm dialog
|
||||
+ Update metainfo metadata
|
||||
+ Fix restoration of the window width and height
|
||||
+ Port to CSS variables
|
||||
+ Fix Help page
|
||||
+ Fix translation of the application name
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 13:45:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Port to new libadwaita widgets.
|
||||
+ Updated translations.
|
||||
- Switch to source service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 21:05:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
4
gnome-clocks.obsinfo
Normal file
4
gnome-clocks.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: gnome-clocks
|
||||
version: 48.0
|
||||
mtime: 1741975278
|
||||
commit: ac145bff1f8329cf61bf24f68a8c9a70c1912905
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-clocks
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 46.0
|
||||
Version: 48.0
|
||||
Release: 0
|
||||
Summary: Clock application designed for GNOME 3
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Office/Other
|
||||
URL: https://live.gnome.org/Design/Apps/Clock
|
||||
Source0: https://download.gnome.org/sources/gnome-clocks/46/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user