Accepting request 1159515 from GNOME:Factory

GNOME 46 (forwarded request 1159067 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calendar?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:15:41 +00:00 committed by Git OBS Bridge
commit 7ba9fd72be
6 changed files with 56 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-calendar.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:7fa8507543865aa7432bb5319830c87158b5447ca09cca45b607dc6796c71008
size 456436

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Mar 18 15:25:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 5 12:30:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Improve AppData information some more.
+ Various code cleanups.
+ Updated translations.
-------------------------------------------------------------------
Sun Feb 25 15:29:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta1:
+ Improve AppData information.
+ Use the Settings portal for the show-week-dates setting.
+ Fix daylight saving time events in the Week view.
+ Add accessible labels to a few UI elements.
+ Use the new AdwDialog API for responsive dialogs.
+ Tweak the visuals of the Month view.
+ Properly make Calendar stop the weather service in Flatpak.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 23 13:59:16 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Mon Oct 23 13:59:16 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
gnome-calendar.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-calendar
version: 46.0
mtime: 1710774637
commit: 64f2fb7b4d1be594e67fd4f030a34e6cfe148026

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-calendar # spec file for package gnome-calendar
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: gnome-calendar Name: gnome-calendar
Version: 45.1 Version: 46.0
Release: 0 Release: 0
Summary: A calendar application for GNOME Summary: A calendar application for GNOME
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/Office/Organizers Group: Productivity/Office/Organizers
URL: https://wiki.gnome.org/Design/Apps/Calendar URL: https://wiki.gnome.org/Design/Apps/Calendar
Source0: https://download.gnome.org/sources/gnome-calendar/45/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: meson BuildRequires: meson