pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libmateweather



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 14 12:46:22 UTC 2018

Modified Files:
        pkgsrc/misc/libmateweather: Makefile PLIST distinfo

Log Message:
Update to 1.20.0:

locations: Add Radom, Poland
Locations: add Zhukovsky airport (Moscow, Russia)
Locations: fix Sheremetyevo airport name (Moscow, Russia)
Add timeout, actully invalidate session in weather_info_abort
Start reducing weather spam by creating intial cut of weather_info_equal() function that will help apps determine if two WeatherInfo instances are ‘the same’ enough to not bother with a notification
remove warning on unused bsun by actually testing value
Fix soup_session_async_new() deprecation warning
Add missing Polish cities with airports
Fix Novosibirsk timezone
Add Ceiba in Puerto Rico
doc: drop ancient MateConf references and some other stuff
Update cities of Kazakhstan.
actually check the $GIO_REQUIRED variable’s value
Translations update


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/libmateweather/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/libmateweather/PLIST \
    pkgsrc/misc/libmateweather/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libmateweather/Makefile
diff -u pkgsrc/misc/libmateweather/Makefile:1.13 pkgsrc/misc/libmateweather/Makefile:1.14
--- pkgsrc/misc/libmateweather/Makefile:1.13    Mon Apr 16 14:34:54 2018
+++ pkgsrc/misc/libmateweather/Makefile Mon May 14 12:46:22 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2018/04/16 14:34:54 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/05/14 12:46:22 youri Exp $
 
-PKGREVISION= 6
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      libmateweather-${VERSION:R}.1
+DISTNAME=      libmateweather-${VERSION}
 CATEGORIES=    misc
 
 COMMENT=       Weather information access library

Index: pkgsrc/misc/libmateweather/PLIST
diff -u pkgsrc/misc/libmateweather/PLIST:1.2 pkgsrc/misc/libmateweather/PLIST:1.3
--- pkgsrc/misc/libmateweather/PLIST:1.2        Fri Jun 23 17:12:57 2017
+++ pkgsrc/misc/libmateweather/PLIST    Mon May 14 12:46:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:12:57 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:46:22 youri Exp $
 include/libmateweather/location-entry.h
 include/libmateweather/mateweather-enum-types.h
 include/libmateweather/mateweather-location.h
@@ -21,7 +21,6 @@ share/gtk-doc/html/libmateweather/home.p
 share/gtk-doc/html/libmateweather/index.html
 share/gtk-doc/html/libmateweather/left-insensitive.png
 share/gtk-doc/html/libmateweather/left.png
-share/gtk-doc/html/libmateweather/libmateweather-mateweather-mateconf.html
 share/gtk-doc/html/libmateweather/libmateweather-mateweather-prefs.html
 share/gtk-doc/html/libmateweather/libmateweather-mateweather-xml.html
 share/gtk-doc/html/libmateweather/libmateweather-weather.html
Index: pkgsrc/misc/libmateweather/distinfo
diff -u pkgsrc/misc/libmateweather/distinfo:1.2 pkgsrc/misc/libmateweather/distinfo:1.3
--- pkgsrc/misc/libmateweather/distinfo:1.2     Fri Jun 23 17:12:57 2017
+++ pkgsrc/misc/libmateweather/distinfo Mon May 14 12:46:22 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/23 17:12:57 youri Exp $
+$NetBSD: distinfo,v 1.3 2018/05/14 12:46:22 youri Exp $
 
-SHA1 (libmateweather-1.18.1.tar.xz) = ad6536d05b257405ca7a5b64a0a122915f65a07e
-RMD160 (libmateweather-1.18.1.tar.xz) = c5cad752e17ba8c8e024a36ea89cb791ed2505e5
-SHA512 (libmateweather-1.18.1.tar.xz) = 0a48647bd7f0484ddb9956626eeeeafe9cdd6bdb107c8365cba67824a06a42976c1a48188fa11a81d9f8fa366cf809bb646f61f805efacfe328b468c0a5c35b7
-Size (libmateweather-1.18.1.tar.xz) = 3454820 bytes
+SHA1 (libmateweather-1.20.0.tar.xz) = 60dfc96ff6cdb7e94e14f38731a444d447a162e2
+RMD160 (libmateweather-1.20.0.tar.xz) = bef33c9689ec7a67ce8a39a442f4886f9a56eacf
+SHA512 (libmateweather-1.20.0.tar.xz) = 50d06701b5b2de77f9ab120cda6919e1a8b49d796ae212756db50a076d7de6a5d9d217b2e327d711ac98797c2f9fc7c03d2e9ec6523511ca1895b3ceee84dfb1
+Size (libmateweather-1.20.0.tar.xz) = 3404840 bytes



Home | Main Index | Thread Index | Old Index