Hello community,
here is the log from the commit of package xfce4-panel-plugin-weather for
openSUSE:Factory checked in at 2014-11-04 17:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-weather"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather/xfce4-panel-plugin-weather.changes
2014-10-22 16:22:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new/xfce4-panel-plugin-weather.changes
2014-11-04 17:30:10.000000000 +0100
@@ -1,0 +2,30 @@
+Mon Nov 3 08:18:32 UTC 2014 - [email protected]
+
+- update to version 0.8.4
+ - improve UI feedback when resetting weather data
+ - show API deprecation warnings in the details tab of the summary
+ window instead of the standard output
+ - support upower-0.99
+ - use locationforecastLTS-1.2 API
+ - add code to handle proxy authentication
+ - remove code dealing with laptop lid open/close
+ - show astrodata in forecast day header tooltip in summary window
+ - fetch and cache astronomical data for multiple days
+ - add a button for opening/creating the user icon themes
+ directory in the config dialog
+ - sort icon themes by path names (user themes are listed first)
+ - correct spelling of precipitation
+ - context menu: Resolve mnemonic conflict for Refresh and Remove
+ (bug #9911)
+ - summary window: Fix clock not updating properly
+ - fix wind direction translation
+ - make using only a single row the default setting
+ - better handle single row and icon size in various panel modes
+ - fix text color not being remembered over restarts
+ - build system cleanups and dependency bumps
+ - many translation updates
+- drop obsolete xfce4-panel-plugin-weather-upower-0.99.patch,
+ xfce4-panel-plugin-weather-fix-panel-icon-size.patch,
+ xfce4-panel-plugin-weather-use-locationforecast-1.2-api.patch
+
+-------------------------------------------------------------------
Old:
----
xfce4-panel-plugin-weather-fix-panel-icon-size.patch
xfce4-panel-plugin-weather-upower-0.99.patch
xfce4-panel-plugin-weather-use-locationforecast-1.2-api.patch
xfce4-weather-plugin-0.8.3.tar.bz2
New:
----
xfce4-weather-plugin-0.8.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-weather.spec ++++++
--- /var/tmp/diff_new_pack.gTD8Ft/_old 2014-11-04 17:30:11.000000000 +0100
+++ /var/tmp/diff_new_pack.gTD8Ft/_new 2014-11-04 17:30:11.000000000 +0100
@@ -20,7 +20,7 @@
%define plugin_name xfce4-weather-plugin
Name: xfce4-panel-plugin-weather
-Version: 0.8.3
+Version: 0.8.4
Release: 0
Summary: Weather Condition Monitoring Plugin for the Xfce Panel
License: GPL-2.0+
@@ -29,12 +29,6 @@
Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.8/%{plugin_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM
xfce4-panel-plugin-weather-fix-no-return-in-nonvoid-function.patch
[email protected] -- Return bogus value in case of an unhandled switch case
Patch0:
xfce4-panel-plugin-weather-fix-no-return-in-nonvoid-function.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-weather-upower-0.99.patch bxo#10922
[email protected] -- Support upower-0.99 (backported from upstream git)
-Patch1: xfce4-panel-plugin-weather-upower-0.99.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-weather-fix-panel-icon-size.patch
[email protected] -- Fix the size of the panel icon (backported from upstream
git)
-Patch2: xfce4-panel-plugin-weather-fix-panel-icon-size.patch
-# PATCH-FIX-UPSTREAM
xfce4-panel-plugin-weather-use-locationforecast-1.2-api.patch bxo#10916
bnc#901944 [email protected] -- Switch to met.no locationforecast-1.2 API
(backported from upstream git)
-Patch3: xfce4-panel-plugin-weather-use-locationforecast-1.2-api.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(gthread-2.0)
@@ -59,9 +53,6 @@
%prep
%setup -q -n %{plugin_name}-%{version}
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
%build
%configure --disable-static
++++++ xfce4-panel-plugin-weather-fix-no-return-in-nonvoid-function.patch ++++++
--- /var/tmp/diff_new_pack.gTD8Ft/_old 2014-11-04 17:30:11.000000000 +0100
+++ /var/tmp/diff_new_pack.gTD8Ft/_new 2014-11-04 17:30:11.000000000 +0100
@@ -1,10 +1,10 @@
-Index: xfce4-weather-plugin-0.8.3/panel-plugin/weather-data.c
+Index: xfce4-weather-plugin-0.8.4/panel-plugin/weather-data.c
===================================================================
---- xfce4-weather-plugin-0.8.3.orig/panel-plugin/weather-data.c
-+++ xfce4-weather-plugin-0.8.3/panel-plugin/weather-data.c
-@@ -260,6 +260,8 @@ calc_apparent_temperature(const xml_loca
- return 1.41 - 1.162 * windspeed + 0.980 * temp
- + 0.0124 * windspeed * windspeed + 0.0185 * windspeed * temp;
+--- xfce4-weather-plugin-0.8.4.orig/panel-plugin/weather-data.c
++++ xfce4-weather-plugin-0.8.4/panel-plugin/weather-data.c
+@@ -263,6 +263,8 @@ calc_apparent_temperature(const xml_loca
+ default:
+ return temp;
}
+ /* error */
+ return -1000.0;
++++++ xfce4-weather-plugin-0.8.3.tar.bz2 -> xfce4-weather-plugin-0.8.4.tar.bz2
++++++
++++ 136902 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]