rpms/kde-plasma-weather/F-11 kde-plasma-weather-1.0.0-fix-layout.patch, 1.1, 1.2 kde-plasma-weather-1.0.0-rev936021-init-order.patch, 1.1, 1.2 kde-plasma-weather.spec, 1.5, 1.6

Kevin Kofler kkofler at fedoraproject.org
Sun Apr 26 05:02:18 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kde-plasma-weather/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22956/F-11

Modified Files:
	kde-plasma-weather-1.0.0-fix-layout.patch 
	kde-plasma-weather-1.0.0-rev936021-init-order.patch 
	kde-plasma-weather.spec 
Log Message:
Try another workaround for the layout issue.

kde-plasma-weather-1.0.0-fix-layout.patch:

Index: kde-plasma-weather-1.0.0-fix-layout.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-weather/F-11/kde-plasma-weather-1.0.0-fix-layout.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde-plasma-weather-1.0.0-fix-layout.patch	26 Apr 2009 04:28:36 -0000	1.1
+++ kde-plasma-weather-1.0.0-fix-layout.patch	26 Apr 2009 05:01:44 -0000	1.2
@@ -1,11 +1,11 @@
 diff -ur plasma-applet-weather-1.0.0/weatherapplet.cpp plasma-applet-weather-1.0.0-fix-layout/weatherapplet.cpp
 --- plasma-applet-weather-1.0.0/weatherapplet.cpp	2009-02-03 07:20:28.000000000 +0100
-+++ plasma-applet-weather-1.0.0-fix-layout/weatherapplet.cpp	2009-04-26 06:25:00.000000000 +0200
-@@ -194,6 +194,7 @@
-     if (m_activePlace.isEmpty()) {
-         setConfigurationRequired(true);
-     } else {
-+        setVisibleLayout(false); // FIXME: work around strange breakage
-         getWeather();
-         setConfigurationRequired(false);
-     }
++++ plasma-applet-weather-1.0.0-fix-layout/weatherapplet.cpp	2009-04-26 06:57:23.000000000 +0200
+@@ -200,6 +200,7 @@
+ 
+     m_graphicsWidget = new QGraphicsWidget(this);
+     m_graphicsWidget->setLayout(m_layout);
++    m_graphicsWidget->resize(400,300);
+ 
+     return m_graphicsWidget;
+ }

kde-plasma-weather-1.0.0-rev936021-init-order.patch:

Index: kde-plasma-weather-1.0.0-rev936021-init-order.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-weather/F-11/kde-plasma-weather-1.0.0-rev936021-init-order.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde-plasma-weather-1.0.0-rev936021-init-order.patch	26 Apr 2009 02:52:05 -0000	1.1
+++ kde-plasma-weather-1.0.0-rev936021-init-order.patch	26 Apr 2009 05:01:47 -0000	1.2
@@ -16,5 +16,5 @@
  
 -    m_graphicsWidget = new QGraphicsWidget(this);
      m_graphicsWidget->setLayout(m_layout);
+     m_graphicsWidget->resize(400,300);
  
-     return m_graphicsWidget;


Index: kde-plasma-weather.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-weather/F-11/kde-plasma-weather.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde-plasma-weather.spec	26 Apr 2009 04:27:11 -0000	1.5
+++ kde-plasma-weather.spec	26 Apr 2009 05:01:47 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           kde-plasma-weather
 Version:        1.0.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Plasma applet for weather forecasts
 
 Group:          User Interface/Desktops
@@ -73,7 +73,7 @@
 %{_kde4_appsdir}/desktoptheme/default/weather/
 
 %changelog
-* Sun Apr 26 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-5
+* Sun Apr 26 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-6
 - work around layout issue
 
 * Sun Apr 26 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-4




More information about the fedora-extras-commits mailing list