From 840814491dce8fbfe60c36e71dfe8075ace38a6c00b2b93eacb8b23c26790b99 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2023 08:21:08 +0000 Subject: [PATCH 1/2] Accepting request 1109833 from GNOME:Next Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109833 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=107 --- gnome-weather-44.0.tar.xz | 3 --- gnome-weather-45.alpha.tar.xz | 3 +++ gnome-weather.changes | 10 ++++++++++ gnome-weather.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 gnome-weather-44.0.tar.xz create mode 100644 gnome-weather-45.alpha.tar.xz diff --git a/gnome-weather-44.0.tar.xz b/gnome-weather-44.0.tar.xz deleted file mode 100644 index 874c4ab..0000000 --- a/gnome-weather-44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0d38ac785041699df628926e35db7b5ffa086ee0d6934c222a19c6b9923baf -size 236152 diff --git a/gnome-weather-45.alpha.tar.xz b/gnome-weather-45.alpha.tar.xz new file mode 100644 index 0000000..b3abdf7 --- /dev/null +++ b/gnome-weather-45.alpha.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc1d1f2e376e2f5db5dd1d945a4da1658084c507c61725059134b6b7af8f1eb +size 236168 diff --git a/gnome-weather.changes b/gnome-weather.changes index 36203a5..f081862 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 7 19:05:06 UTC 2023 - Bjørn Lie + +- Update to version 45.alpha: + + The "Feels Like" temperature label is now hidden when it + matches the actual temperature + + By default the window is now large enough to see the + thermometer widgets in the Daily view + + Updated translations. + ------------------------------------------------------------------- Fri Mar 31 01:56:25 UTC 2023 - Xiaoguang Wang diff --git a/gnome-weather.spec b/gnome-weather.spec index 8f582bf..8fce091 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -18,13 +18,13 @@ %define full_name org.gnome.Weather Name: gnome-weather -Version: 44.0 +Version: 45.alpha Release: 0 Summary: Weather App for GNOME License: GPL-2.0-or-later Group: Productivity/Other URL: https://apps.gnome.org/app/org.gnome.Weather -Source0: https://download.gnome.org/sources/gnome-weather/44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-weather/45/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM gnome-weather-BackgroundService-service-fails-to-start.patch bsc#1209391 glgo#GNOME/gnome-weather!132 xwang@suse.com -- org.gnome.Weather.BackgroundService fails to start Patch0: gnome-weather-BackgroundService-service-fails-to-start.patch @@ -43,7 +43,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(gweather4) -BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1 BuildArch: noarch From 9cd25dedea12cd6f525890460b417b4f6139f2a6760ad6fc21cee412b838108b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 19 Sep 2023 08:52:14 +0000 Subject: [PATCH 2/2] Accepting request 1112095 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/1112095 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=108 --- gnome-weather-45.0.tar.xz | 3 +++ gnome-weather-45.alpha.tar.xz | 3 --- gnome-weather.changes | 10 ++++++++++ gnome-weather.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 gnome-weather-45.0.tar.xz delete mode 100644 gnome-weather-45.alpha.tar.xz diff --git a/gnome-weather-45.0.tar.xz b/gnome-weather-45.0.tar.xz new file mode 100644 index 0000000..f145163 --- /dev/null +++ b/gnome-weather-45.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c0029702883dc8d8160e6de1d6116877cd6c25bc950d4e4902a6ab467b2fa4 +size 238520 diff --git a/gnome-weather-45.alpha.tar.xz b/gnome-weather-45.alpha.tar.xz deleted file mode 100644 index b3abdf7..0000000 --- a/gnome-weather-45.alpha.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acc1d1f2e376e2f5db5dd1d945a4da1658084c507c61725059134b6b7af8f1eb -size 236168 diff --git a/gnome-weather.changes b/gnome-weather.changes index f081862..9dd34c0 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 18 22:35:29 UTC 2023 - Bjørn Lie + +- Update to version 45.0: + + The "Feels Like" temperature label is now hidden when it + matches the actual temperature. + + By default the window is now large enough to see the + thermometer widgets in the Daily view. + + Updated translations. + ------------------------------------------------------------------- Fri Jul 7 19:05:06 UTC 2023 - Bjørn Lie diff --git a/gnome-weather.spec b/gnome-weather.spec index 8fce091..f06ebac 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -18,7 +18,7 @@ %define full_name org.gnome.Weather Name: gnome-weather -Version: 45.alpha +Version: 45.0 Release: 0 Summary: Weather App for GNOME License: GPL-2.0-or-later