diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-24 22:27:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-24 22:27:10 +0000 |
commit | 2e1eeef40cf321fd453948a6274ac9adaf44c392 (patch) | |
tree | 13b57337c59ada393ca1ea0b36001765e3392043 | |
parent | c41b5806c43c17467417803ecb775afe6a03b518 (diff) | |
download | pkgsrc-2e1eeef40cf321fd453948a6274ac9adaf44c392.tar.gz |
Update to 2.24.1:
libgweather 2.24.1
==================
libgweather
* Make sure the returned strings are UTF-8 (Minoru Hashima, Dan)
* Code cleanups (Dan)
* Fix crash if a timezone in Locations.xml is not known (Dan)
* Use the proxy settings (Dan)
* Add weather_info_network_error() API to know the type of error
when getting the weather (Dan)
Locations.xml
* Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in
Mountain Time, not Central Time (Christopher Aillon)
Misc
* Distribute gweather.defs so python bindings are buildable (Emilio
Pozuelo Monfort)
* Add -lm to the build (Frederic Peters, Dan)
Translators
* Alaksandar Navicki (be@latin)
* Fábio Nogueira (pt_BR)
* Vasiliy Faronov (ru)
* Danishka Navin (si)
-rw-r--r-- | devel/libgweather/Makefile | 4 | ||||
-rw-r--r-- | devel/libgweather/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index 41308ebb655..565deb7b908 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/10/16 13:36:46 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/24 22:27:10 wiz Exp $ # -DISTNAME= libgweather-2.24.0 +DISTNAME= libgweather-2.24.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.24/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgweather/distinfo b/devel/libgweather/distinfo index 94e7854619c..808fe80766a 100644 --- a/devel/libgweather/distinfo +++ b/devel/libgweather/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/10/16 13:36:46 drochner Exp $ +$NetBSD: distinfo,v 1.6 2008/10/24 22:27:10 wiz Exp $ -SHA1 (libgweather-2.24.0.tar.bz2) = b7e0b47f4875fae5d6afb4abaad08d2b08f31970 -RMD160 (libgweather-2.24.0.tar.bz2) = 0929885f2a7ac8ee90d68e71f754ecdb56cbad09 -Size (libgweather-2.24.0.tar.bz2) = 7032160 bytes +SHA1 (libgweather-2.24.1.tar.bz2) = fd98979ce97ec19f97d12ef2a3b1e2de4a8ffa8e +RMD160 (libgweather-2.24.1.tar.bz2) = ac4ca74ab8dda296826f7869fd0ee83ba549fe88 +Size (libgweather-2.24.1.tar.bz2) = 7091382 bytes |