Accepting request 795073 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795073 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=89
This commit is contained in:
parent
bcddbca97e
commit
bd1e4f0cf2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0ad43177cb0b3bf30b27a67ef96cf1a98b3a615061c28dcb8f79dc354f9f3d8
|
||||
size 5957924
|
3
gnome-weather-3.36.1.tar.xz
Normal file
3
gnome-weather-3.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e6e646159f31c4525c3a5dd308fc0b88dcfc79b61351e9e930dd6efc2ce787
|
||||
size 5959192
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 09:57:13 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.1:
|
||||
+ Bugs fixed: Unknown temperature and cloud conditions when using
|
||||
autolocation.
|
||||
- Enable testsuite: Add check section and run meson_test macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 09:55:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.0:
|
||||
+ Bugs fixed:
|
||||
- Always shows weather for wrong location.
|
||||
- Deduplicate cities in locations popover.
|
||||
+ Bugs introduced: Unknown location since 3.34.1 (sorry!).
|
||||
+ New nightly app icon.
|
||||
+ Publish nightlies from CI.
|
||||
+ Added README.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 09:55:37 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
%define _name org.gnome.Weather
|
||||
|
||||
Name: gnome-weather
|
||||
Version: 3.34.2
|
||||
Version: 3.36.1
|
||||
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/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-weather/3.36/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: meson
|
||||
@ -75,8 +76,12 @@ search results from GNOME Weather.
|
||||
%suse_update_desktop_file %{_name} Utility DesktopUtility
|
||||
%find_lang %{_name} %{?no_lang_C} %{name}.lang
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING.md
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/metainfo/org.gnome.Weather.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Weather.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user