Changelog for
libgweather-lang-2.28.0-1.4.9.i586.rpm :
Fri Dec 2 13:00:00 2016 malcolmlewisAATTopensuse.org
- Add libgweather-switch-metar.patch:Change weather provider to
aviationweather.gov.
Thu Apr 22 14:00:00 2010 sbrabecAATTsuse.cz
- Added support for gnome-patch-translation (bnc#583593).
Mon Mar 8 13:00:00 2010 sbrabecAATTsuse.cz
- Added support for translation-update-upstream (bnc#583593,
FATE#301344).
Wed Feb 3 13:00:00 2010 lzwangAATTnovell.com
- Fix bnc#533966. Add some locations including Bangalore.
Fri Nov 27 13:00:00 2009 michael.meeksAATTnovell.com
- Fate #308121. Update to GNOME 2.28.
Last Changelog entry from new version
Tue Sep 22 19:43:24 CEST 2009 - dimstarAATTopensuse.org
- Update to version 2.28.0:
Wed Feb 18 13:00:00 2009 vuntzAATTsuse.de
- Update libgweather-bnc460228-timezone-unknown.patch so that we
use an already existing translation. Remove
gnome-patch-translation since it\'s now not needed.
Tue Feb 17 13:00:00 2009 sbrabecAATTsuse.cz
- Added libgweather-bnc460228-timezone-unknown.patch and support
for gnome-patch-translation (bnc#460228).
Mon Dec 1 13:00:00 2008 vuntzAATTnovell.com
- Add libgweather-bnc428346-bundle.patch to support shipping
Locations.xml files in bundle-lang-gnome-$locale without
conflicting with libgweather-lang: bundle-lang-gnome-$locale will
use another directory.
Mon Nov 24 13:00:00 2008 vuntzAATTnovell.com
- Add libgweather-bnc428346-compress.patch to compress
Locations.xml files.
- Move Locations.$locales.xml data to the lang package.
- This makes libgweather smaller, and libgweather-lang much bigger
(especially since compressing each Location.xml files results in
a compression loss in the final rpm -- it\'s more efficient to
compress several xml files together than separately), but this
makes it possible to have those files end in the
bundle-lang-gnome-$locale packages. So in the end, it\'s a win.
Fix bnc#428346.
Wed Oct 22 14:00:00 2008 vuntzAATTnovell.com
- Update to version 2.24.1:
+ Make sure the returned strings are UTF-8
+ Code cleanups
+ Fix crash if a timezone in Locations.xml is not known
+ Use the proxy settings
+ Add weather_info_network_error() API to know the type of error
when getting the weather
+ Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are
in Mountain Time, not Central Time
+ Distribute gweather.defs so python bindings are buildable
+ Add -lm to the build
+ Updated translations.
Tue Sep 23 14:00:00 2008 mawAATTsuse.de
- Update to version 2.24.0:
+ Updated translations.
Fri Sep 12 14:00:00 2008 mawAATTsuse.de
- Update to version 2.23.92:
+ Add python bindings (not enabled in this build)
+ Updated translations.
Wed Sep 3 14:00:00 2008 mbomanAATTnovell.com
- Update to version 2.23.91:
+ Fix build with old gcc
+ Parse decimal degrees rather than d/m/s
+ Fix a regexp to not mangle the spacing around \"/\" in some cases
+ Fix various comments in Locations.xml
+ Drop a lot of cities that are not useful in this database
+ Make
use decimal degrees rather than converting them to
degrees/minutes/seconds
+ Fix Bangkok, Thailand
+ Fix typo in MMGL so it appears again
+ Make --with-zoneinfo-dir configure flag work
+ Build system fixes for Locations.xml
+ Add a gweather-uninstalled.pc.in file
+ Update translations
Thu Aug 28 14:00:00 2008 mawAATTsuse.de
- Update to version 2.23.6:
+ Use libsoup for http
+ Make the XML parsing more future-proof
+ Fixes weather information not showing up in the clock applet
+ Use a new Locations.xml.in parser
+ Add GWeatherTimezone type to represent a timezone
+ Add GWeatherLocation type to represent a location; it will
eventually replace WeatherLocation
+ Add new GWeatherLocationEntry widget to select a location
+ Add new GWeatherTimezoneMenu widget to select a timezone
+ Locations.xml:
* Fix spelling of Ulaanbaatar, Mongolia
* Remove duplicate copy of Gadsden, Alabama, US and of other
locations
* Fix BOM codes for Alice Springs and Darwin, Australia
* Reorganize Brazil into s, with proper timezone hints
* Fix South African locations to not be based on out-of-date
airport names
* AddŁód, Poland
* Split \"Serbia and Montenegro\" into \"Serbia\" and \"Montenegro\"
* Move various locations to the right country or continent
* Mark some locations as translatable
* Reorganize countries exactly according to ISO 3166
* ?Rework:
> The file can be easily regenerated with some scripts
> Tvery node is inside a node with a real
city name
> We should have better & more consistent data now
* Add information about timezones
+ Updated translations.
Thu Jun 19 14:00:00 2008 mawAATTsuse.de
- Update to version 2.23.4:
+ Use the new URL for the Weather Phenomena Matrix
+ Updated translations.
Mon Jun 16 14:00:00 2008 mawAATTsuse.de
- Update to version 2.23.3:
+ libgweather:
* Parse the localized Locations.xml if available
* When parsing Locations.xml, merge a city with its location
when there\'s only one location
* Do not keep region/country/state/city without locations
+ Locations.xml:
* Updated Russian tz-hints
* Add correct tz-hint for Valparaiso, IN
* Fix many tz-hints
* Add script to check the tz-hints are valid
* Add some documentation about the format of the file
* Create per-locale XML files if asked so to improve
performance
* Divide Mexico locations into states
* Update data for Santiago
* Fix coordinates for Nefta
* Added the East-Flanders region of Belgium
* Complete the entries for New Zealand
* Fix Louisiana spelling
+ Misc:
* Add new --enable-all-translations-in-one-xml configure flag to keep
the old behavior of building one XML file with all translations
instead of creating per-locale XML files
* List the right libraries requirements in gweather.pc
* Fix build when LINGUAS is set
* Fix build with -jX
+ Updated translations.
Mon Apr 14 14:00:00 2008 cooloAATTsuse.de
- fix also xxbit
Thu Apr 10 14:00:00 2008 mawAATTsuse.de
- Update to version 2.22.1.1:
+ The API/ABI has been broken in this release, leading to a
soname update and libgweather0 being renamed to libgweather1
+ libgweather:
* Add API to parse Locations.xml, based on the code from
gnome-applets/gnome-panel
* Parse country codes and timezone hints (this is what breaks
API/ABI)
+ Locations.xml
* Add country codes and timezone hints to Locations.xml
* Make the file valid
* Add make check rule
+ Misc:
* Distribute Locations.xml.in and relevant translations
+ Updated translations.
Fri Mar 14 13:00:00 2008 mawAATTsuse.de
- Update to version 2.22.0:
+ Updated translations.
Tue Mar 4 13:00:00 2008 mawAATTsuse.de
- Update to version 2.21.92:
+ Updated translations.
Tue Jan 22 13:00:00 2008 mawAATTsuse.de
- The -devel subpackage provides what used to be included in
gnome-applets-devel, so Provide/Obsolete that package
- Since gnome-applets-devel provided and obsoleted gswitchit-devel,
we now do the same in libgweather-devel.
Thu Jan 17 13:00:00 2008 mawAATTsuse.de
- Update to version 2.21.2:
+ Minor fixes with respect to 2.21.1.
Mon Jan 7 13:00:00 2008 federicoAATTnovell.com
- First version of the libgweather package.