Accepting request 962956 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/962956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=101
This commit is contained in:
Dominique Leuenberger 2022-03-21 08:35:55 +00:00 committed by Git OBS Bridge
parent 032a43a929
commit 9a577decc9
5 changed files with 38 additions and 35 deletions

View File

@ -1,25 +0,0 @@
From e35dbc1acd03dd1751b755b6c8e1932a692ad4e1 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Fri, 21 Jan 2022 21:18:39 +0100
Subject: [PATCH] meson.build: fix meson 0.61 builds
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
data/appdata/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index b5ee6540..200c3507 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,6 @@
appdata_conf = configuration_data()
appdata_conf.set('appid', application_id)
appdata = i18n.merge_file(
- 'appdata',
input: configure_file(
input: files('org.gnome.Calendar.appdata.xml.in.in'),
output: 'org.gnome.Calendar.appdata.xml.in',
--
GitLab

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:956b2f190322651c67fe667223896f8aa5acf33b70ada5a3b05a5361bda6611a
size 583584

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Mar 18 21:57:00 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 8 07:52:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.rc:
+ Fix a couple of regressions in the event importer dialog.
+ More timezone fixes when importing events.
+ Fix event times in event popover.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 15 22:37:15 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.beta:
+ Port to GTK4
+ Rewrite the Year view to be a month nagivator
+ Various improvements to timezone handling
+ Update Ctrl+1/2/3 shortcuts to use Alt instead
- Drop e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch: Fixed
upstream.
- Replace the following BuildRequires:
+ pkgconfig(gtk+-3.0) with pkgconfig(gtk4)
+ pkgconfig(gweather-3.0) with pkgconfig(gweather4)
+ pkgconfig(libhandy-1) with pkgconfig(libadwaita-1)
-------------------------------------------------------------------
Tue Feb 1 20:51:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,15 +17,13 @@
Name: gnome-calendar
Version: 41.2
Version: 42.0
Release: 0
Summary: A calendar application for GNOME
License: GPL-3.0-or-later
Group: Productivity/Office/Organizers
URL: https://wiki.gnome.org/Design/Apps/Calendar
Source0: https://download.gnome.org/sources/gnome-calendar/41/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch -- Fix build with meson 0.61.0 and newer
Patch0: https://gitlab.gnome.org/GNOME/gnome-calendar/-/commit/e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch
Source0: https://download.gnome.org/sources/gnome-calendar/42/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: meson
@ -35,14 +33,14 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.20
BuildRequires: pkgconfig(gweather-3.0) >= 3.27.2
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(gweather4)
BuildRequires: pkgconfig(libadwaita-1) >= 0.0.9
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.1
BuildRequires: pkgconfig(libecal-2.0) >= 3.33.2
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.17.1
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
BuildRequires: pkgconfig(libhandy-1) >= 0.0.9
BuildRequires: pkgconfig(libical) >= 3.0.5
BuildRequires: pkgconfig(libsoup-2.4)