forked from pool/libgweather4
Accepting request 1004819 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1004819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgweather4?expand=0&rev=2
This commit is contained in:
commit
18be72f90c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:440d44801b6f72b48c676e5e37f9109cfee1394fd74cc92725e1b1ba4fae834c
|
|
||||||
size 4722620
|
|
BIN
libgweather-4.2.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libgweather-4.2.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 14:06:27 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 4.2.0:
|
||||||
|
+ Allow overriding vapigen with older Meson versions.
|
||||||
|
+ Documentation fixes.
|
||||||
|
+ Build fixes with newer versions of Meson.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Mar 18 16:46:56 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgweather
|
# spec file for package libgweather4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgweather4
|
Name: libgweather4
|
||||||
Version: 4.0.0
|
Version: 4.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to get online weather information
|
Summary: Library to get online weather information
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/LibGWeather
|
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.2/libgweather-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -31,9 +31,10 @@ BuildRequires: meson >= 0.50.0
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-gi-docgen
|
BuildRequires: python3-gi-docgen
|
||||||
BuildRequires: python3-gobject
|
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(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(libxml-2.0) >= 2.6.0
|
||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
|
|
||||||
@ -87,7 +88,7 @@ libgweather library.
|
|||||||
%meson \
|
%meson \
|
||||||
-D enable_vala=true \
|
-D enable_vala=true \
|
||||||
-D gtk_doc=true \
|
-D gtk_doc=true \
|
||||||
-D soup2=true \
|
-D soup2=false \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user