File libgweather.changes of Package libgweather

-------------------------------------------------------------------
Sun Nov 30 23:22:27 CET 2008 - vuntz@novell.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 18:12:56 CET 2008 - vuntz@novell.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 15:25:27 CEST 2008 - vuntz@novell.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 13:43:19 CDT 2008 - maw@suse.de

- Update to version 2.24.0:
  + Updated translations.

-------------------------------------------------------------------
Thu Sep 11 23:35:33 CDT 2008 - maw@suse.de

- Update to version 2.23.92:
  + Add python bindings (not enabled in this build)
  + Updated translations.

-------------------------------------------------------------------
Wed Sep 03 20:14:57 CEST 2008 - mboman@novell.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 <coordinates> 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 20:14:57 CEST 2008 - maw@suse.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 <state>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 <location> node is inside a <city> node with a real
        city name
      > We should have better & more consistent data now
    * Add information about timezones
  + Updated translations.

-------------------------------------------------------------------
Thu Jun 19 01:01:01 CEST 2008 - maw@suse.de

- Update to version 2.23.4:
  + Use the new URL for the Weather Phenomena Matrix
  + Updated translations.

-------------------------------------------------------------------
Mon Jun 16 20:54:30 CEST 2008 - maw@suse.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 16:03:00 CEST 2008 - coolo@suse.de

- fix also xxbit

-------------------------------------------------------------------
Thu Apr 10 16:21:49 CEST 2008 - maw@suse.de

- libgweather needs to require libgweather1, not libgweather0.

-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

- added baselibs.conf file to build xxbit packages
  for multilib support

-------------------------------------------------------------------
Thu Apr 10 01:04:14 CEST 2008 - maw@suse.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 03:27:49 CET 2008 - maw@suse.de

- Update to version 2.22.0:
  + Updated translations.

-------------------------------------------------------------------
Tue Mar  4 18:59:30 CET 2008 - maw@suse.de

- Update to version 2.21.92:
  + Updated translations.

-------------------------------------------------------------------
Tue Jan 22 22:53:21 CET 2008 - maw@suse.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 19:29:23 CET 2008 - maw@suse.de

- Update to version 2.21.2:
  + Minor fixes with respect to 2.21.1.

-------------------------------------------------------------------
Mon Jan 07 19:29:16 CET 2008 - federico@novell.com

- First version of the libgweather package. 

openSUSE Build Service is sponsored by