forked from Neroth/gnome-shell-extension-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jens Lody
committed
Apr 23, 2017
1 parent
c5584e7
commit 8e91956
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
%global git 48ee4af | ||
%global git 648d491 | ||
%global uuid [email protected] | ||
%global github jenslody-gnome-shell-extension-openweather | ||
%global checkout git%{git} | ||
%global checkout_date 20170307 | ||
%global checkout_date 20170423 | ||
|
||
|
||
Name: gnome-shell-extension-openweather | ||
Version: 1 | ||
Release: 0.28.%{checkout_date}%{checkout}%{?dist} | ||
Release: 0.29.%{checkout_date}%{checkout}%{?dist} | ||
Summary: Display weather information from many locations in the world | ||
|
||
Group: User Interface/Desktops | ||
|
@@ -68,6 +68,9 @@ fi | |
%{_datadir}/gnome-shell/extensions/%{uuid} | ||
|
||
%changelog | ||
* Sun Apr 23 2017 Jens Lody <[email protected]> - 1-0.29.20170423git648d491 | ||
- Workaround for incorrect displayed localized decimals. | ||
|
||
* Tue Mar 07 2017 Jens Lody <[email protected]> - 1-0.28.20170307git48ee4af | ||
- Fix rhbz#1429776 (double initialization of variable). | ||
- fix minor version of gnome-shell needed | ||
|