Support gnome-shell 3.24

merge-requests/218/head
Jens Lody 8 years ago
parent 8d9974556f
commit 59aa49819f
  1. 2
      data/metadata.json.in
  2. 12
      gnome-shell-extension-openweather.spec

@ -2,7 +2,7 @@
"uuid": "@uuid@", "uuid": "@uuid@",
"name": "OpenWeather", "name": "OpenWeather",
"description": "Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.", "description": "Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.",
"shell-version": [ "3.14", "3.16", "3.18", "3.20", "3.22" ], "shell-version": [ "3.14", "3.16", "3.18", "3.20", "3.22", "3.24" ],
"localedir": "@LOCALEDIR@", "localedir": "@LOCALEDIR@",
"url": "@url@", "url": "@url@",
"version": "@version@" "version": "@version@"

@ -1,13 +1,13 @@
%global git 39821fa %global git 34d7e39
%global uuid openweather-extension@jenslody.de %global uuid openweather-extension@jenslody.de
%global github jenslody-gnome-shell-extension-openweather %global github jenslody-gnome-shell-extension-openweather
%global checkout git%{git} %global checkout git%{git}
%global checkout_date 20160920 %global checkout_date 20161004
Name: gnome-shell-extension-openweather Name: gnome-shell-extension-openweather
Version: 1 Version: 1
Release: 0.24.%{checkout_date}%{checkout}%{?dist} Release: 0.25.%{checkout_date}%{checkout}%{?dist}
Summary: Display weather information from many locations in the world Summary: Display weather information from many locations in the world
Group: User Interface/Desktops Group: User Interface/Desktops
@ -20,7 +20,7 @@ BuildArch: noarch
# The version of gnome-common in CentOS7 is only 3.7.4 # The version of gnome-common in CentOS7 is only 3.7.4
BuildRequires: autoconf, automake, glib2-devel, gnome-common >= 3.7.4, gettext-devel BuildRequires: autoconf, automake, glib2-devel, gnome-common >= 3.7.4, gettext-devel
Requires: gnome-shell >= 3.8.0 Requires: gnome-shell >= 3.14.0
%description %description
gnome-shell-extension-openweather is an extension to display weather information gnome-shell-extension-openweather is an extension to display weather information
@ -68,6 +68,10 @@ fi
%{_datadir}/gnome-shell/extensions/%{uuid} %{_datadir}/gnome-shell/extensions/%{uuid}
%changelog %changelog
* Mon Oct 03 2016 Jens Lody <fedora@jenslody.de> - 1-0.25.20161004git34d7e39
- Support gnome-shell 3.22.
- Updated french translation.
* Tue Sep 20 2016 Jens Lody <fedora@jenslody.de> - 1-0.24.20160920git39821fa * Tue Sep 20 2016 Jens Lody <fedora@jenslody.de> - 1-0.24.20160920git39821fa
- Switch name and url from forecast.io to Dark Sky, because they changed/unified - Switch name and url from forecast.io to Dark Sky, because they changed/unified
their name, url and api. their name, url and api.

Loading…
Cancel
Save