Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25984
Modified Files:
gnome-shell-extension-weather.spec
Log Message:
* Tue Oct 29 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.13.git7587e23
- Update to latest upstream version (compatible with Gnome >= 3.8)
- Update requirements (at least version 3.8 of Gnome Shell is required)
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file:
/cvs/free/rpms/gnome-shell-extension-weather/F-19/gnome-shell-extension-weather.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-shell-extension-weather.spec 21 Apr 2013 09:43:50 -0000 1.12
+++ gnome-shell-extension-weather.spec 29 Oct 2013 08:55:28 -0000 1.13
@@ -1,11 +1,11 @@
-%global git 1f8dfbf
+%global git 7587e23
%global uuid weather-extension(a)xeked.com
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.12.%{checkout}%{?dist}
+Release: 0.13.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -14,17 +14,15 @@
Source0:
https://github.com/Neroth/gnome-shell-extension-weather/tarball/master/%{...
BuildArch: noarch
-BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >=
3.4.0, intltool >= 0.25
-Requires: gnome-shell >= 3.4.0
+BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >=
3.7.0, intltool >= 0.25
+Requires: gnome-shell >= 3.8.0
%description
gnome-shell-extension-weather is a simple extension for displaying weather
-informations from several cities in GNOME Shell. Currently, the weather report
-including forecast for today and tomorrow is fetched from Yahoo! Weather.
+informations from several cities in GNOME Shell.
%prep
%setup -q -n %{github}-%{git}
-rm -rf debian
%build
NOCONFIGURE=1 ./autogen.sh
@@ -49,6 +47,10 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Tue Oct 29 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> -
0-0.13.git7587e23
+- Update to latest upstream version (compatible with Gnome >= 3.8)
+- Update requirements (at least version 3.8 of Gnome Shell is required)
+
* Sun Apr 21 2013 Mattia Meneguzzo <odysseus(a)fedoraproject.org> -
0-0.12.git1f8dfbf
- Update to latest upstream version
- Update ".spec" file