[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for plasma-widget-cwp/1.6.3-1



Dear release team,

I ask for a freeze exception for plasma-widget-cwp version 1.6.3-1.

Only data files were changed in this release: XML files with rules for
parsing weather forecast sites.

Best regards,
Boris


diff -Nru plasma-widget-cwp-1.6.2/ChangeLog plasma-widget-cwp-1.6.3/ChangeLog
--- plasma-widget-cwp-1.6.2/ChangeLog 2012-05-13 13:28:46.000000000 +0300
+++ plasma-widget-cwp-1.6.3/ChangeLog 2012-08-07 22:31:30.000000000 +0300
@@ -1,3 +1,11 @@
+1.6.3
+=====
+- xml: de.weather.com: fixed wind directions
+- xml: br.weather.com: fixed wind directions
+- xml: espanol.weather.com: fixed wind directions
+- xml: ilmeteo.it: fixed wind description
+- xml: gismeteo.com: fixed country names
+
 1.6.2
 =====
 - xml: accuweather.com (US): fixed wrong data at night time
diff -Nru plasma-widget-cwp-1.6.2/data/br_weather_com.xml plasma-widget-cwp-1.6.3/data/br_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/br_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/br_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="br.weather.com" search_page="http://br.weather.com"; example_zip="BRXX0043" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="br.weather.com" search_page="http://br.weather.com"; example_zip="BRXX0043" unit="C" />

         <locale_settings locale="pt" encoding="latin1" />

@@ -172,21 +172,21 @@
         />

         <wind_transform i1="Norte" o1="N"
- i2="Norte a Nordeste" o2="NNE"
+ i2="Nor-Nordeste" o2="NNE"
                 i3="Nordeste" o3="NE"
- i4="Leste a Nordeste" o4="ENE"
+ i4="Les-Nordeste" o4="ENE"
                 i5="Leste" o5="E"
- i6="Sul a Sudeste" o6="SSE"
+ i6="Su-Sudeste" o6="SSE"
                 i7="Sudeste" o7="SE"
- i8="Leste a Sudeste" o8="ESE"
+ i8="Les-Sudeste" o8="ESE"
                 i9="Sul" o9="S"
- i10="Norte a Noroeste" o10="NNW"
+ i10="Nor-Noroeste" o10="NNW"
                 i11="Noroeste" o11="NW"
- i12="Oeste a Noroeste" o12="WNW"
+ i12="Oes-Noroeste" o12="WNW"
                 i13="Oeste" o13="W"
- i14="Sul a Sudoeste" o14="SSW"
+ i14="Su-Sudoeste" o14="SSW"
                 i15="Sudoeste" o15="SW"
- i16="Oeste a Sudoeste" o16="WSW"
+ i16="Oes-Sudoeste" o16="WSW"
                 i17="Var" o17="Var"
                 i18="Variavel" o18="Var"
                 i19="" o19=""
diff -Nru plasma-widget-cwp-1.6.2/data/de_weather_com.xml plasma-widget-cwp-1.6.3/data/de_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/de_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/de_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="de.weather.com" search_page="http://de.weather.com"; example_zip="80331" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="de.weather.com" search_page="http://de.weather.com"; example_zip="80331" unit="C" />

         <locale_settings locale="de" encoding="latin1" />

@@ -172,21 +172,21 @@
         />

         <wind_transform i1="Norden" o1="N"
- i2="Nordnordosten" o2="NNE"
- i3="Nordosten" o3="NE"
- i4="Ostnordosten" o4="ENE"
+ i2="Nordnordost" o2="NNE"
+ i3="Nordost" o3="NE"
+ i4="Ostnordost" o4="ENE"
                 i5="Osten" o5="E"
- i6="Sudsudosten" o6="SSE"
- i7="Sudosten" o7="SE"
- i8="Ostsudosten" o8="ESE"
+ i6="Sudsudost" o6="SSE"
+ i7="Sudost" o7="SE"
+ i8="Ostsudost" o8="ESE"
                 i9="Suden" o9="S"
- i10="Nordnordwesten" o10="NNW"
- i11="Nordwesten" o11="NW"
- i12="Westnordwesten" o12="WNW"
+ i10="Nordnordwest" o10="NNW"
+ i11="Nordwest" o11="NW"
+ i12="Westnordwest" o12="WNW"
                 i13="Westen" o13="W"
- i14="Sudsudwesten" o14="SSW"
- i15="Sudwesten" o15="SW"
- i16="Westsudwesten" o16="WSW"
+ i14="Sudsudwest" o14="SSW"
+ i15="Sudwest" o15="SW"
+ i16="Westsudwest" o16="WSW"
                 i17="Var" o17="Var"
                 i18="Umlaufend" o18="Var"
                 i19="" o19=""
diff -Nru plasma-widget-cwp-1.6.2/data/espanol_weather_com.xml plasma-widget-cwp-1.6.3/data/espanol_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/espanol_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/espanol_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="espanol.weather.com" search_page="http://espanol.weather.com"; example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="espanol.weather.com" search_page="http://espanol.weather.com"; example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

@@ -173,17 +173,17 @@

         <wind_transform
                 i1="Norte" o1="N"
- i2="Norte noreste" o2="NNE"
- i3="Noreste" o3="NE"
- i4="Este noreste" o4="ENE"
+ i2="Norte Nordeste" o2="NNE"
+ i3="Nordeste" o3="NE"
+ i4="Este Nordeste" o4="ENE"
                 i5="Este" o5="E"
                 i6="Sur sureste" o6="SSE"
                 i7="Sureste" o7="SE"
                 i8="Este sureste" o8="ESE"
                 i9="Sur" o9="S"
- i10="Norte noroeste" o10="NNW"
+ i10="Norte Noroeste" o10="NNW"
                 i11="Noroeste" o11="NW"
- i12="Oeste noroeste" o12="WNW"
+ i12="Oeste Noroeste" o12="WNW"
                 i13="Oeste" o13="W"
                 i14="Sur sudoeste" o14="SSW"
                 i15="Sudoeste" o15="SW"
diff -Nru plasma-widget-cwp-1.6.2/data/freemeteo_com_celsius.xml plasma-widget-cwp-1.6.3/data/freemeteo_com_celsius.xml
--- plasma-widget-cwp-1.6.2/data/freemeteo_com_celsius.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/freemeteo_com_celsius.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="freemeteo.com" search_page="http://freemeteo.com"; example_zip="gid=3117735&la=4" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="freemeteo.com" search_page="http://freemeteo.com"; example_zip="gid=3117735&la=4" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/freemeteo_com_fahrenheit.xml plasma-widget-cwp-1.6.3/data/freemeteo_com_fahrenheit.xml
--- plasma-widget-cwp-1.6.2/data/freemeteo_com_fahrenheit.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/freemeteo_com_fahrenheit.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="freemeteo.com" search_page="http://freemeteo.com"; example_zip="gid=3117735&la=4" unit="F" />
+ <xml_file_version type="cwp" version="2012-08-07" name="freemeteo.com" search_page="http://freemeteo.com"; example_zip="gid=3117735&la=4" unit="F" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/fr_weather_com.xml plasma-widget-cwp-1.6.3/data/fr_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/fr_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/fr_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="fr.weather.com" search_page="http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="fr.weather.com" search_page="http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/ilmeteo_it.xml plasma-widget-cwp-1.6.3/data/ilmeteo_it.xml
--- plasma-widget-cwp-1.6.2/data/ilmeteo_it.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/ilmeteo_it.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="ilmeteo.it" search_page="http://www.ilmeteo.it"; example_zip="Roma" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="ilmeteo.it" search_page="http://www.ilmeteo.it"; example_zip="Roma" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

@@ -40,7 +40,7 @@
         <data_current_wind url="urlc"
                 wind_code="grep td\ class=.f. -m 1 | tail -n 1 | sed -e "s/<\/td>/\n/g" | sed -e "s/<\/acronym>/\n/g" | grep . -m 6 | tail -n 1 | sed -e "s/.*acronym[^>]*>\(.*\)/\1/" | awk &apos;{ if ($1 ~ /[SEWN]+/) {print} else {print ""} }&apos; | sed -e "s/\(.*\)&nbsp;.*/\1/g""
                 wind_speed="grep td\ class=.f. -m 1 | tail -n 1 | sed -e "s/<\/td>/\n/g" | sed -e "s/<\/acronym>/\n/g" | grep . -m 6 | tail -n 1 | sed -e "s/.*acronym[^>]*>\(.*\)/\1/" | awk &apos;{ if ($1 ~ /[SEWN]+/) {print} else {print ""} }&apos; | sed -e "s/.*&nbsp;\(.*\)/\1 km\/h/g""
- wind="grep td\ class=.f. -m 1 | tail -n 1 | sed -e "s/<\/td>/\n/g" | grep . -m 6 | tail -n 1 | sed -e "s/.*<span[^\"]*\"descri[^>]*>\(.*\)<.*/\1/""
+ wind="grep td\ class=.f. -m 1 | tail -n 1 | sed -e "s/<\/td>/\n/g" | sed -e "s/<\/acronym>/\n/g" | grep . -m 6 | tail -n 1 | sed -e "s/.*acronym[^>]*>\(.*\)/\1/" | awk &apos;{ if ($1 ~ /[SEWN]+/) {print} else {print ""} }&apos; | sed -e "s/\(.*\)&nbsp;\(.*\)/\1 - \2 km\/h/g""
                 />

         <data_current_icon url="urlc"
diff -Nru plasma-widget-cwp-1.6.2/data/in_weather_com.xml plasma-widget-cwp-1.6.3/data/in_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/in_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/in_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="in.weather.com" search_page="http://in.weather.com"; example_zip="New-Delhi-INXX0096" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="in.weather.com" search_page="http://in.weather.com"; example_zip="New-Delhi-INXX0096" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/myforecast_com_celsius.xml plasma-widget-cwp-1.6.3/data/myforecast_com_celsius.xml
--- plasma-widget-cwp-1.6.2/data/myforecast_com_celsius.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/myforecast_com_celsius.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.myforecast.com" search_page="http://www.myforecast.com"; example_zip="12844" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.myforecast.com" search_page="http://www.myforecast.com"; example_zip="12844" unit="C" />

         <locale_settings locale="en" encoding="latin1" />

diff -Nru plasma-widget-cwp-1.6.2/data/myforecast_com_fahrenheit.xml plasma-widget-cwp-1.6.3/data/myforecast_com_fahrenheit.xml
--- plasma-widget-cwp-1.6.2/data/myforecast_com_fahrenheit.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/myforecast_com_fahrenheit.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.myforecast.com" search_page="http://www.myforecast.com"; example_zip="12844" unit="F" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.myforecast.com" search_page="http://www.myforecast.com"; example_zip="12844" unit="F" />

         <locale_settings locale="en" encoding="latin1" />

diff -Nru plasma-widget-cwp-1.6.2/data/pogodynka_pl.xml plasma-widget-cwp-1.6.3/data/pogodynka_pl.xml
--- plasma-widget-cwp-1.6.2/data/pogodynka_pl.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/pogodynka_pl.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="pogodynka.pl" search_page="http://www.pogodynka.pl"; example_zip="polska/warszawa_warszawa" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="pogodynka.pl" search_page="http://www.pogodynka.pl"; example_zip="polska/warszawa_warszawa" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/satellite_images.xml plasma-widget-cwp-1.6.3/data/satellite_images.xml
--- plasma-widget-cwp-1.6.2/data/satellite_images.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/satellite_images.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp_satellite_images" version="2012-05-13" />
+ <xml_file_version type="cwp_satellite_images" version="2012-08-07" />

 <!--Global-->
         <image name="- - Global - -" url="" />
diff -Nru plasma-widget-cwp-1.6.2/data/uk_weather_com.xml plasma-widget-cwp-1.6.3/data/uk_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/uk_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/uk_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="uk.weather.com" search_page="http://uk.weather.com"; example_zip="London-UKXX0085" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="uk.weather.com" search_page="http://uk.weather.com"; example_zip="London-UKXX0085" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/wetter_com.xml plasma-widget-cwp-1.6.3/data/wetter_com.xml
--- plasma-widget-cwp-1.6.2/data/wetter_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/wetter_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.wetter.com" search_page="http://www.wetter.com"; example_zip="DE0006515" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.wetter.com" search_page="http://www.wetter.com"; example_zip="DE0006515" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_accuweather_com_us_celsius.xml plasma-widget-cwp-1.6.3/data/www_accuweather_com_us_celsius.xml
--- plasma-widget-cwp-1.6.2/data/www_accuweather_com_us_celsius.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_accuweather_com_us_celsius.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.accuweather.com US" search_page="http://www.accuweather.com"; example_zip="85001" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.accuweather.com US" search_page="http://www.accuweather.com"; example_zip="85001" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_accuweather_com_us_fahrenheit.xml plasma-widget-cwp-1.6.3/data/www_accuweather_com_us_fahrenheit.xml
--- plasma-widget-cwp-1.6.2/data/www_accuweather_com_us_fahrenheit.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_accuweather_com_us_fahrenheit.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.accuweather.com US" search_page="http://www.accuweather.com"; example_zip="85001" unit="F" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.accuweather.com US" search_page="http://www.accuweather.com"; example_zip="85001" unit="F" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_accuweather_com_world_celsius.xml plasma-widget-cwp-1.6.3/data/www_accuweather_com_world_celsius.xml
--- plasma-widget-cwp-1.6.2/data/www_accuweather_com_world_celsius.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_accuweather_com_world_celsius.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather"; example_zip="305448" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather"; example_zip="305448" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_accuweather_com_world_fahrenheit.xml plasma-widget-cwp-1.6.3/data/www_accuweather_com_world_fahrenheit.xml
--- plasma-widget-cwp-1.6.2/data/www_accuweather_com_world_fahrenheit.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_accuweather_com_world_fahrenheit.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather"; example_zip="305448" unit="F" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather"; example_zip="305448" unit="F" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_gismeteo_com.xml plasma-widget-cwp-1.6.3/data/www_gismeteo_com.xml
--- plasma-widget-cwp-1.6.2/data/www_gismeteo_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_gismeteo_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.gismeteo.com" search_page="http://www.gismeteo.ru"; example_zip="4944" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.gismeteo.com" search_page="http://www.gismeteo.ru"; example_zip="4944" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

@@ -22,8 +22,8 @@
         <url7 url7_prefix="" url7_suffix="" url7_follow="" />

         <data_location url="urlc"
- location="grep -B 1 scity | head -n 1 | sed -e "s/.*<[^>]*>\(.*\).*<[^>]*>.*/\1/""
- country="grep scity | sed -e "s/.*catalog[^>]*>[^<]*\(.*catalog.*\)/\1/" | sed -e "s/<[^>]*>//g" | sed -e "s/&nbsp;/ /g" | sed -e "s/\///g" | sed -e "s/,\s\(.*\)/\1/""
+ location="grep _city_name | sed -e "s/.*&apos;\([^,]*\),\s\([^&apos;]*\).*/\1/""
+ country="grep _city_name | sed -e "s/.*&apos;\([^,]*\),\s\([^&apos;]*\).*/\2/""
                 />

         <data_sun url="urlc"
diff -Nru plasma-widget-cwp-1.6.2/data/www_weather_com.cn.xml plasma-widget-cwp-1.6.3/data/www_weather_com.cn.xml
--- plasma-widget-cwp-1.6.2/data/www_weather_com.cn.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_weather_com.cn.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.weather.com.cn" search_page="http://www.weather.com.cn"; example_zip="101010100" unit="C" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.weather.com.cn" search_page="http://www.weather.com.cn"; example_zip="101010100" unit="C" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/data/www_weather_com.xml plasma-widget-cwp-1.6.3/data/www_weather_com.xml
--- plasma-widget-cwp-1.6.2/data/www_weather_com.xml 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/data/www_weather_com.xml 2012-08-07 22:31:30.000000000 +0300
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

 <custom_weather>
- <xml_file_version type="cwp" version="2012-05-13" name="www.weather.com" search_page="http://www.weather.com"; example_zip="USDC0001" unit="F" />
+ <xml_file_version type="cwp" version="2012-08-07" name="www.weather.com" search_page="http://www.weather.com"; example_zip="USDC0001" unit="F" />

         <locale_settings locale="utf-8" encoding="utf8" />

diff -Nru plasma-widget-cwp-1.6.2/debian/changelog plasma-widget-cwp-1.6.3/debian/changelog
--- plasma-widget-cwp-1.6.2/debian/changelog 2012-05-18 00:30:06.000000000 +0300
+++ plasma-widget-cwp-1.6.3/debian/changelog 2012-08-07 23:41:39.000000000 +0300
@@ -1,3 +1,9 @@
+plasma-widget-cwp (1.6.3-1) unstable; urgency=low
+
+  * Update to stable release 1.6.3.
+
+ -- Boris Pek <tehnick-8@mail.ru>  Tue, 07 Aug 2012 23:41:21 +0300
+
 plasma-widget-cwp (1.6.2-2) unstable; urgency=low

   * debian/rules was updated: removed hardening flags
diff -Nru plasma-widget-cwp-1.6.2/plasma-applet-cwp.desktop plasma-widget-cwp-1.6.3/plasma-applet-cwp.desktop
--- plasma-widget-cwp-1.6.2/plasma-applet-cwp.desktop 2012-05-13 13:28:46.000000000 +0300
+++ plasma-widget-cwp-1.6.3/plasma-applet-cwp.desktop 2012-08-07 22:31:30.000000000 +0300
@@ -30,7 +30,7 @@
 X-KDE-PluginInfo-Author=Georg Hennig
 X-KDE-PluginInfo-Email=georg.hennig@web.de
 X-KDE-PluginInfo-Name=plasma_applet_cwp
-X-KDE-PluginInfo-Version=1.6.2
+X-KDE-PluginInfo-Version=1.6.3
 X-KDE-PluginInfo-Website=http://www.kde-look.org/content/show.php/show.php?content=98925
 X-KDE-PluginInfo-Category=
 X-KDE-PluginInfo-Depends=
diff -Nru plasma-widget-cwp-1.6.2/README plasma-widget-cwp-1.6.3/README
--- plasma-widget-cwp-1.6.2/README 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/README 2012-08-07 22:31:30.000000000 +0300
@@ -1,5 +1,5 @@
 =========================================
-Customizable Weather Plasmoid (CWP) 1.6.2
+Customizable Weather Plasmoid (CWP) 1.6.3
 =========================================

 This is another weather plasmoid.
diff -Nru plasma-widget-cwp-1.6.2/version.h plasma-widget-cwp-1.6.3/version.h
--- plasma-widget-cwp-1.6.2/version.h 2012-05-13 13:28:47.000000000 +0300
+++ plasma-widget-cwp-1.6.3/version.h 2012-08-07 22:31:30.000000000 +0300
@@ -20,7 +20,7 @@
 #ifndef version_h
 #define version_h

-#define VERSION "1.6.2"
+#define VERSION "1.6.3"
 #define DATE "2009-2012"
 #define AUTHOR "Georg Hennig"
 #define NAME "Customizable Weather Plasmoid (CWP)"


Reply to: