pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgweather libgweather: Updated devel/libgweath...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/765317d10f85
branches:  trunk
changeset: 449425:765317d10f85
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Tue Mar 30 10:22:45 2021 +0000

description:
libgweather: Updated devel/libgweather to 40.0

==================
Version 40.0
==================

- Fix possible uninitialized variable in location entry
- Translations updates

==================
Version 40.beta
==================
- Fix gweather_location_next_child annotations
- metno: Use alphabetical 2.0 symbol codes

==================
Version 40.alpha.1
==================

This version fixes a few major issues that slipped into the last release:
- Fix warnings related to the new application-id and contact-info properties
- Fix use-after-free issues when detached locations are used
- Fix vala binding issues by removing a left over struct definition

================
Version 40.alpha
================

This version contains a number of API and ABI changes that applications
will need to be modified for, including:
- An application-id as well as contact information must be provided for
  every application to use online weather services. For GApplication-based
  applications, the application ID is prefilled.
- All online weather providers are disabled by default, applications
  should enable those that it has verified it can follow the terms of
  service for. Note, for example, the requirement to subscribe to the
  met.no API users mailing-list.
- A lot of the getter functions for the location database now return
  references to objects which the application will need to handle. Applications
  that use JavaScript or Python bindings should not require special handling
  for this change.

The library was also modified to use a more-efficient Location database
format, reducing I/O when instantiated, online weather fetching uses a
maximum of 4 decimals in coordinates for queries to enhance caching, and
the yr.no backend was renamed to Met.no.

diffstat:

 devel/libgweather/Makefile |   5 ++---
 devel/libgweather/PLIST    |   3 ++-
 devel/libgweather/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r c9d7a82b66ba -r 765317d10f85 devel/libgweather/Makefile
--- a/devel/libgweather/Makefile        Tue Mar 30 10:02:06 2021 +0000
+++ b/devel/libgweather/Makefile        Tue Mar 30 10:22:45 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2020/11/05 09:06:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.84 2021/03/30 10:22:45 cirnatdan Exp $
 
-DISTNAME=      libgweather-3.36.1
-PKGREVISION=   1
+DISTNAME=      libgweather-40.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=/sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r c9d7a82b66ba -r 765317d10f85 devel/libgweather/PLIST
--- a/devel/libgweather/PLIST   Tue Mar 30 10:02:06 2021 +0000
+++ b/devel/libgweather/PLIST   Tue Mar 30 10:22:45 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/11/04 16:08:51 nia Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/03/30 10:22:45 cirnatdan Exp $
 include/libgweather-3.0/libgweather/gweather-enum-types.h
 include/libgweather-3.0/libgweather/gweather-enums.h
 include/libgweather-3.0/libgweather/gweather-location-entry.h
@@ -12,6 +12,7 @@
 lib/libgweather-3.so
 lib/libgweather-3.so.16
 lib/libgweather-3.so.16.0.0
+lib/libgweather/Locations.bin
 lib/pkgconfig/gweather-3.0.pc
 share/gir-1.0/GWeather-3.0.gir
 share/glib-2.0/schemas/org.gnome.GWeather.enums.xml
diff -r c9d7a82b66ba -r 765317d10f85 devel/libgweather/distinfo
--- a/devel/libgweather/distinfo        Tue Mar 30 10:02:06 2021 +0000
+++ b/devel/libgweather/distinfo        Tue Mar 30 10:22:45 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/11/04 16:08:51 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/03/30 10:22:45 cirnatdan Exp $
 
-SHA1 (libgweather-3.36.1.tar.xz) = 99e9dc437e238a4b3e29cbcd167353bf091dfbd4
-RMD160 (libgweather-3.36.1.tar.xz) = 3add156fc57585e4b59c0be384f72f189f4b18fb
-SHA512 (libgweather-3.36.1.tar.xz) = 6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d
-Size (libgweather-3.36.1.tar.xz) = 2702144 bytes
+SHA1 (libgweather-40.0.tar.xz) = 5f8be54bb68df8da1193323f17d69c3cb810214d
+RMD160 (libgweather-40.0.tar.xz) = 2aca846071b21a0fe916cc12cd8fed6eb87ef5ab
+SHA512 (libgweather-40.0.tar.xz) = 72e295246bf03550039a70bd4bf5b8f06357a6b70e04308c197fba309e406d410a97d128d849d97a29a6a114faa1ef5452e6632870b7ea45223a0c305c228cc1
+Size (libgweather-40.0.tar.xz) = 2704404 bytes



Home | Main Index | Thread Index | Old Index