diff --git a/gnome-weather-42.0.tar.xz b/gnome-weather-42.0.tar.xz deleted file mode 100644 index b4af06f688aae03ab9dccd2de327474cd4761d0a..0000000000000000000000000000000000000000 Binary files a/gnome-weather-42.0.tar.xz and /dev/null differ diff --git a/gnome-weather-43.0.tar.xz b/gnome-weather-43.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..5bbcad55bf27630190230b367204651e756c9931 Binary files /dev/null and b/gnome-weather-43.0.tar.xz differ diff --git a/gnome-weather.spec b/gnome-weather.spec index 37b24bd768285b2dd8ef0cce5e36652dc6a10afc..e9c875d4c00ba2b66ca17fef0e788f41e73426b5 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -1,19 +1,21 @@ %global gobject_introspection_version 1.35.9 %global gtk4_version 4.5 %global gjs_version 1.71.0 -%global libgweather_version 4.0 -Name: gnome-weather -Version: 42.0 -Release: 3 -Summary: A weather application in GNOME -License: GPLv2+ and LGPLv2+ and MIT and CC-BY-3.0 AND CC-BY-SA-4.0 -URL: https://wiki.gnome.org/Apps/Weather -Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz +Name: gnome-weather +Version: 43.0 +Release: 1 +Summary: A weather application for GNOME +License: GPLv2+ and LGPLv2+ and MIT and CC-BY-3.0 and CC-BY-SA-4.0 +URL: https://wiki.gnome.org/Apps/Weather +Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz -BuildArch: noarch +BuildArch: noarch -BuildRequires: meson gettext python3-devel desktop-file-utils +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: meson +BuildRequires: python3-devel BuildRequires: pkgconfig(geoclue-2.0) BuildRequires: pkgconfig(gjs-1.0) >= %{gjs_version} BuildRequires: pkgconfig(glib-2.0) @@ -22,18 +24,21 @@ BuildRequires: pkgconfig(gtk4) >= %{gtk4_version} BuildRequires: pkgconfig(gweather4) BuildRequires: pkgconfig(libadwaita-1) -Requires: gdk-pixbuf2 geoclue2-libs glib2 gsettings-desktop-schemas libadwaita -Requires: libgweather >= %{libgweather_version} -Requires: gjs >= %{gjs_version} -Requires: gobject-introspection >= %{gobject_introspection_version} -Requires: gtk4 >= %{gtk4_version} -Obsoletes: gnome-weather-tests < %{version} +Requires: gdk-pixbuf2 +Requires: geoclue2-libs +Requires: gjs >= %{gjs_version} +Requires: glib2 +Requires: gobject-introspection >= %{gobject_introspection_version} +Requires: gsettings-desktop-schemas +Requires: gtk4 >= %{gtk4_version} +Requires: libadwaita +Requires: libgweather4 %description -Monitor the current weather conditions for your city, or anywhere in the world. +gnome-weather is a weather application for GNOME %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{version} pathfix.py -i %{__python3} . %build @@ -65,6 +70,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Weather.des %{_datadir}/org.gnome.Weather/ %changelog +* Mon Jan 02 2023 lin zhang - 43.0-1 +- Update to 43.0 + * Mon Jul 4 2022 lin zhang - 42.0-3 - modify License : #I5FKKS