rpms/libgweather/F-12 better-weather-in-montreal.patch, NONE, 1.1 libgweather.spec, 1.48, 1.49

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 15 13:56:28 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libgweather/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8211

Modified Files:
	libgweather.spec 
Added Files:
	better-weather-in-montreal.patch 
Log Message:
Better weather station for Montreal


better-weather-in-montreal.patch:
 Locations.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE better-weather-in-montreal.patch ---
diff -Nur -x '*.orig' -x '*~' libgweather-2.28.0/data/Locations.xml.in libgweather-2.28.0.new/data/Locations.xml.in
--- libgweather-2.28.0/data/Locations.xml.in	2009-04-19 13:41:11.000000000 -0400
+++ libgweather-2.28.0.new/data/Locations.xml.in	2009-10-03 16:44:35.756942288 -0400
@@ -25892,7 +25892,7 @@
                The local name in French is "Montréal".
             -->
           <_name>Montreal</_name>
-          <coordinates>45.500000 -73.583333</coordinates>
+          <coordinates>45.466667 -73.750000</coordinates>
           <location>
             <name>McTavish Automated Reporting Station</name>
             <code>CWTA</code>


Index: libgweather.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgweather/F-12/libgweather.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- libgweather.spec	22 Sep 2009 00:57:12 -0000	1.48
+++ libgweather.spec	15 Oct 2009 13:56:27 -0000	1.49
@@ -1,6 +1,6 @@
 Name:           libgweather
 Version:        2.28.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library for weather information
 
 Group:          System Environment/Libraries
@@ -22,6 +22,9 @@ BuildRequires:  autoconf automake libtoo
 # Patch from Ubuntu...
 Patch0: gettext-not-xml.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=591570
+Patch1: better-weather-in-montreal.patch
+
 %description
 libgweather is a library to access weather information from online
 services for numerous locations.
@@ -45,6 +48,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1 -b .gettext
+%patch1 -p1 -b .montreal
 
 gtkdocize
 autoreconf -i -f
@@ -102,6 +106,9 @@ fi
 
 
 %changelog
+* Thu Oct 15 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-2
+- Pick a better weather station for Montreal
+
 * Mon Sep 21 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-1
 - Update to 2.28.0
 




More information about the scm-commits mailing list