SHA256
1
0
forked from pool/libgweather4

Accepting request 1002674 from GNOME:Next

GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002674
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgweather4?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-09-13 07:35:55 +00:00 committed by Git OBS Bridge
parent 2753f93d83
commit c3b5bb2dd0
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:440d44801b6f72b48c676e5e37f9109cfee1394fd74cc92725e1b1ba4fae834c
size 4722620

3
libgweather-4.1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55ae7b4ff349473051ab42c601ab82e2f4b98456264dddc0c5d1971dad5603f2
size 4742456

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Sep 4 18:22:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 4.1.1:
+ Locations database changes
- Give proper name for Cannes-Mandelieu Airport
- Add name of Korean cities written in Hangul
- Update romanization of the name of Korean cities
- Re-organize India's locations based on states
- Add airports in Georgia
- Add various cities in Brazil
- Add various cities in Chile
- Add major cities and all international airports in Indonesia
- Replace cities in the Netherlands with the top 44 large
cities
- Add Dunedin, NZ
- Add Zhytomyr, UA
+ Disable documentation when cross-compiling
+ Fix issue with missing variable initialization
+ Use Meson's gnome.post_install() instead of our custom script
+ Add NWS weather provider for locations in the US
+ Updated translations.
- Add pkgconfig(json-glib-1.0) BuildRequires: New dependency.
-------------------------------------------------------------------
Mon Jul 18 08:52:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 4.1.0:
+ Update dependency to geocode-glib-2.0.
+ Switch to using libsoup3 by default.
+ Add cities in: Greece, Turkey, India, Argentina.
+ Fix various locations in Israel and Palestine.
+ Fix test METAR service test suite.
+ Updated translations.
- Replace pkgconfig(geocode-glib-1.0) and pkgconfig(libsoup-2.4)
with pkgconfig(geocode-glib-2.0) and pkgconfig(libsoup-3.0)
BuildRequires following upstreams port.
- Pass soup2=false to meson, build just soup3 support.
-------------------------------------------------------------------
Fri Mar 18 16:46:56 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package libgweather
# spec file for package libgweather4
#
# Copyright (c) 2022 SUSE LLC
#
@ -17,13 +17,13 @@
Name: libgweather4
Version: 4.0.0
Version: 4.1.1
Release: 0
Summary: Library to get online weather information
License: GPL-2.0-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/LibGWeather
Source0: https://download.gnome.org/sources/libgweather/4.0/libgweather-%{version}.tar.xz
Source0: https://download.gnome.org/sources/libgweather/4.1/libgweather-%{version}.tar.xz
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
@ -31,9 +31,10 @@ BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: python3-gi-docgen
BuildRequires: python3-gobject
BuildRequires: pkgconfig(geocode-glib-1.0)
BuildRequires: pkgconfig(geocode-glib-2.0)
BuildRequires: pkgconfig(gio-2.0) >= 2.68.0
BuildRequires: pkgconfig(libsoup-2.4) >= 2.44.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires: pkgconfig(vapigen)
@ -87,7 +88,7 @@ libgweather library.
%meson \
-D enable_vala=true \
-D gtk_doc=true \
-D soup2=true \
-D soup2=false \
%{nil}
%meson_build