Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 916271

Summary: dev-libs/libmateweather-1.26.1 does not show the weather
Product: Gentoo Linux Reporter: Henny <henny.coenen>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/34426
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updates server url for correct weather fetching

Description Henny 2023-10-25 18:05:19 UTC
Created attachment 873465 [details, diff]
updates server url for correct weather fetching

Problem:
I recently noticed the weather applet does not show the current weather.

Expected behaviour:
Applet displays the current weather status.


Please don't start hitting me yet.... i did search and there seems to be a change at the server side. The info simply cannot be fetched and it seems to be an easy url fix in source.

Patch attached, although i'm unclear of gentoo's packaging rules so this is for your viewing pleasure/pain.
Comment 1 Joakim Tjernlund 2023-10-25 21:33:58 UTC
https://git.mate-desktop.org/libmateweather/log/?h=1.26
Comment 2 benland100 2023-10-30 16:30:56 UTC
Seeing the same issue on my system. Bumping version to 1.26.2 [which already exists upstream] solves it.
Comment 3 Joakim Tjernlund 2023-12-29 18:07:12 UTC
Now there is libmateweather-1.26.3  with yet another small URL fix
Comment 4 Larry the Git Cow gentoo-dev 2024-01-01 20:35:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f22fafca63f78e83823ee61bceefed750b36d7

commit d0f22fafca63f78e83823ee61bceefed750b36d7
Author:     Ian Jordan <immoloism@gmail.com>
AuthorDate: 2023-12-22 15:46:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-01 20:34:23 +0000

    dev-libs/libmateweather: add 1.26.2, 1.27.1
    
    Tests pass on both versions fixing #867271
    Bumped versions fix missing weather data #917271
    
    Closes: https://bugs.gentoo.org/916271
    Closes: https://bugs.gentoo.org/867271
    Signed-off-by: Ian Jordan <immoloism@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libmateweather/Manifest                   |  2 +
 .../libmateweather/libmateweather-1.26.2.ebuild    | 48 ++++++++++++++++++++++
 .../libmateweather/libmateweather-1.27.1.ebuild    | 48 ++++++++++++++++++++++
 3 files changed, 98 insertions(+)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-01 20:39:02 UTC
commit 6bd42bb4ee61ab38d2c9b3673815877802cb2c53
Author: Oz Tiram <oz.tiram@gmail.com>
Date:   Wed Dec 27 15:58:30 2023 +0100

    dev-libs/libmateweather: add 1.26.3

    Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>