From 6368d324f4b10fcc03f9c36b67a5f7f5d2f31147 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 8 Nov 2015 13:06:10 +0100 Subject: [PATCH] Sync spec-file with Fedora. --- gnome-shell-extension-openweather.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index a4de4d9..d7c33bb 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -1,13 +1,13 @@ -%global git ae12283 +%global git e4dbfee %global uuid openweather-extension@jenslody.de %global github jenslody-gnome-shell-extension-openweather %global checkout git%{git} -%global checkout_date 20151107 +%global checkout_date 20151108 Name: gnome-shell-extension-openweather Version: 1 -Release: 0.8.%{checkout_date}%{checkout}%{?dist} +Release: 0.9.%{checkout_date}%{checkout}%{?dist} Summary: Display weather information from many locations in the world Group: User Interface/Desktops @@ -61,6 +61,10 @@ fi %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Sun Nov 08 2015 Jens Lody - 1-0.9.20151108gite4dbfee +- Add default API-key for openweathermap.org. The key is in their FOSS-whitelist + now. Thanks to openweathermap.org . + * Sat Nov 07 2015 Jens Lody - 1-0.8.20151107gitae12283 - Fixes #1278686, can block gnome-shell temporarily in some cases . See also: https://github.com/jenslody/gnome-shell-extension-openweather/issues/82 .