Bug#925561: xfce4-weather-plugin patch

2020-09-18 Thread Pavel R.
Hello I have made a patch to fix weather updates in current version in xfce4-weather-plugin --- xfce4-weather-plugin-0.8.10.orig/panel-plugin/weather.c +++ xfce4-weather-plugin-0.8.10/panel-plugin/weather.c @@ -619,17 +619,14 @@ update_handler(plugin_data *data) end_tm =

Bug#970259: Weather API update

2020-09-15 Thread Pavel R.
Hello, I've fixed the plugin by bumping weather API version to 2.0 Patch is attached --- xfce4-weather-plugin-0.8.10.orig/panel-plugin/weather.c +++ xfce4-weather-plugin-0.8.10/panel-plugin/weather.c @@ -619,17 +619,14 @@ update_handler(plugin_data *data) end_tm = *localtime(_t);