Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916271 - dev-libs/libmateweather-1.26.1 does not show the weather
Summary: dev-libs/libmateweather-1.26.1 does not show the weather
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-10-25 18:05 UTC by Henny
Modified: 2024-01-01 20:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
updates server url for correct weather fetching (fix-server-url.patch,439 bytes, patch)
2023-10-25 18:05 UTC, Henny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>