!8 Update to 4.2.0

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2023-02-06 11:32:14 +00:00 committed by Gitee
commit d9f224375f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 18 additions and 8 deletions

Binary file not shown.

BIN
libgweather-4.2.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,16 +1,22 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: libgweather
Version: 4.0.0
Version: 4.2.0
Release: 1
Summary: A library for weather information
License: GPLv2+
URL: https://wiki.gnome.org/Projects/LibGWeather
Source0: https://download.gnome.org/sources/libgweather/4.0/libgweather-%{tarball_version}.tar.xz
Source0: https://download.gnome.org/sources/libgweather/4.2/libgweather-%{version}.tar.xz
BuildRequires: gettext gtk-doc meson vala geocode-glib-devel glade-devel
BuildRequires: gobject-introspection-devel gtk4-devel libsoup-devel libxml2-devel
BuildRequires: gcc gi-docgen python3-gobject-base
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gi-docgen
BuildRequires: meson
BuildRequires: pkgconfig(geocode-glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: python3-gobject-base
BuildRequires: vala
%description
libgweather is the location/timezone/weather library/database used by InitialSetup,
@ -27,7 +33,7 @@ developing applications that use %{name}.
%package_help
%prep
%autosetup -p1 -n libgweather-%{tarball_version}
%autosetup -p1 -n libgweather-%{version}
%build
%meson -Dgtk_doc=true
@ -65,7 +71,11 @@ developing applications that use %{name}.
%license COPYING
%{_docdir}/libgweather-4.0
%changelog
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 4.2.0-1
- Update to 4.2.0
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 4.0.0-1
- Update to 4.0.0