diff --git a/4be71525f07189e97720688472172604879d49a5.patch b/4be71525f07189e97720688472172604879d49a5.patch deleted file mode 100644 index 9b2f4a4..0000000 --- a/4be71525f07189e97720688472172604879d49a5.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 4be71525f07189e97720688472172604879d49a5 Mon Sep 17 00:00:00 2001 -From: rvalue -Date: Fri, 17 Dec 2021 12:26:42 +0000 -Subject: [PATCH] Remove incorrect args for i18n.merge_file - -`i18n.merge_file` has been ignoring positional arguments for a time and -explicitly rejects with error since meson 0.60.0 ---- - data/meson.build | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/data/meson.build b/data/meson.build -index f6692b6..6981b96 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -59,7 +59,6 @@ endif - appdata_conf = configuration_data() - appdata_conf.set('app_id', weather_id) - appdata = i18n.merge_file( -- 'appdata', - input: configure_file( - input: '@0@.appdata.xml.in.in'.format(default_id), - output: '@0@.appdata.xml.in'.format(default_id), --- -GitLab - diff --git a/gnome-weather-41.0.tar.xz b/gnome-weather-41.0.tar.xz deleted file mode 100644 index 76e2ec9..0000000 --- a/gnome-weather-41.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5614eb74297e072960d6447557fa9fbfccf24bfcb314944b6d976640ee62dee -size 943500 diff --git a/gnome-weather-42.rc.tar.xz b/gnome-weather-42.rc.tar.xz new file mode 100644 index 0000000..786675a --- /dev/null +++ b/gnome-weather-42.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26723e5a400a322f5d2e57a12156a3ac7a8c037428eaf5a00d965343eac3c684 +size 234032 diff --git a/gnome-weather.changes b/gnome-weather.changes index 4bd6699..f3a9c43 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 8 10:39:40 UTC 2022 - Bjørn Lie + +- Update to version 42.rc: + + Fix position of "Now" in hourly forecast. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 16 08:49:45 UTC 2022 - Bjørn Lie + +- Update to version 42.beta: + + Port to GTK4 and libadwaita + + Updated translations. +- 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) +- Drop 4be71525f07189e97720688472172604879d49a5.patch: Fixed + upstream. + ------------------------------------------------------------------- Wed Feb 2 17:17:49 UTC 2022 - Bjørn Lie @@ -8,6 +28,17 @@ Wed Feb 2 17:17:49 UTC 2022 - Bjørn Lie - Add appstream-glib and desktop-file-utils BuildRequires, verify desktop file and metainfo during meson_test macro run. +------------------------------------------------------------------- +Wed Jan 12 10:49:15 UTC 2022 - Dominique Leuenberger + +- Update to version 42.alpha: + + Show current temperature in the forecast chart. + + Opt in to libhandy dark style preference. + + Add new Thermometer widget. + + Use location portal to access location. + + Fix hourly graph shifted to the left by one day. + + Updated translations. + ------------------------------------------------------------------- Tue Sep 21 14:04:52 UTC 2021 - Bjørn Lie diff --git a/gnome-weather.spec b/gnome-weather.spec index 7fc7f4d..8a5430f 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -18,15 +18,13 @@ %define _name org.gnome.Weather Name: gnome-weather -Version: 41.0 +Version: 42.rc Release: 0 Summary: Weather App for GNOME License: GPL-2.0-or-later Group: Productivity/Other URL: https://live.gnome.org/Design/Apps/Weather -Source0: https://download.gnome.org/sources/gnome-weather/41/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 4be71525f07189e97720688472172604879d49a5.patch -- Fix build with meson 0.61 and newer -Patch0: https://gitlab.gnome.org/GNOME/gnome-weather/-/commit/4be71525f07189e97720688472172604879d49a5.patch +Source0: https://download.gnome.org/sources/gnome-weather/42/%{name}-%{version}.tar.xz BuildRequires: appstream-glib BuildRequires: desktop-file-utils @@ -36,14 +34,14 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gjs-1.0) >= 1.50.0 +BuildRequires: pkgconfig(gjs-1.0) >= 1.71.0 BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 -BuildRequires: pkgconfig(gweather-3.0) >= 3.25.91 +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(gweather4) +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1 -BuildRequires: pkgconfig(libhandy-1) BuildArch: noarch %description