Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgweather4 for openSUSE:Factory checked in at 2026-04-10 17:46:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgweather4 (Old) and /work/SRC/openSUSE:Factory/.libgweather4.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgweather4" Fri Apr 10 17:46:48 2026 rev:8 rq:1345418 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgweather4/libgweather4.changes 2024-09-09 14:43:15.979776037 +0200 +++ /work/SRC/openSUSE:Factory/.libgweather4.new.21863/libgweather4.changes 2026-04-10 17:48:51.439539012 +0200 @@ -1,0 +2,25 @@ +Mon Mar 23 08:55:11 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Tue Mar 17 08:45:33 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 4.6.0: + + No functional changes. + +------------------------------------------------------------------- +Wed Feb 11 12:08:04 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 4.5.0: + + Move the locations database to gweather-locations + + Fix build on Solaris + + Update METAR endpoint + + Remove support for libsoup-2.0 + + Documentation updates + + Updated translations. +- Convert to source _Service +- No longer pass -D soup2=false to meson: not supported anymore. +- Add pkgconfig(gweather-locations) BuildRequires: new dependency. + +------------------------------------------------------------------- Old: ---- libgweather-4.4.4.tar.xz New: ---- _scmsync.obsinfo _service build.specials.obscpio libgweather-4.6.0.tar.xz libgweather.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgweather4.spec ++++++ --- /var/tmp/diff_new_pack.7uWmlx/_old 2026-04-10 17:48:52.183569629 +0200 +++ /var/tmp/diff_new_pack.7uWmlx/_new 2026-04-10 17:48:52.187569794 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgweather4 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: libgweather4 -Version: 4.4.4 +Version: 4.6.0 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.4/libgweather-%{version}.tar.xz +Source0: libgweather-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool @@ -33,8 +33,9 @@ BuildRequires: pkgconfig(geocode-glib-2.0) BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(gio-2.0) >= 2.68.0 +BuildRequires: pkgconfig(gweather-locations) BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(libsoup-3.0) +BuildRequires: pkgconfig(libsoup-3.0) >= 2.99.2 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0 BuildRequires: pkgconfig(vapigen) @@ -64,6 +65,7 @@ %package -n libgweather-4-0 Summary: Library to get online weather information Group: Development/Libraries/GNOME +Requires: gweather-locations Requires: gweather4-data >= %{version} %description -n libgweather-4-0 @@ -88,7 +90,6 @@ %meson \ -D enable_vala=true \ -D gtk_doc=true \ - -D soup2=false \ %{nil} %meson_build @@ -96,16 +97,12 @@ %meson_install %find_lang libgweather-4.0 %{?no_lang_C} -%find_lang libgweather-4.0-locations libgweather-4.0.lang %{?no_lang_C} %ldconfig_scriptlets -n libgweather-4-0 %files -n gweather4-data %{_datadir}/glib-2.0/schemas/org.gnome.GWeather4.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.GWeather4.gschema.xml -%{_datadir}/libgweather-4/ -%dir %{_libdir}/libgweather-4 -%{_libdir}/libgweather-4/Locations.bin %files -n libgweather-4-0 %license COPYING ++++++ _scmsync.obsinfo ++++++ mtime: 1774256111 commit: 60049ca5955f2f5bdcbd55dc75de184a4b4375669cfc966056d77fe622180914 url: https://src.opensuse.org/GNOME/libgweather4 revision: 60049ca5955f2f5bdcbd55dc75de184a4b4375669cfc966056d77fe622180914 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/libgweather.git</param> <param name="revision">4.6.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="tar" mode="manual"/> <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="manual"/> </services> ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-24 10:10:58.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ libgweather-4.4.4.tar.xz -> libgweather-4.6.0.tar.xz ++++++ ++++ 2160619 lines of diff (skipped) ++++++ libgweather.obsinfo ++++++ name: libgweather version: 4.6.0 mtime: 1773702271 commit: 97b609e8bf28c7a423a2c69fac92e2aeac461cbf
