Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgovirt for openSUSE:Factory checked in at 2022-09-21 14:39:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgovirt (Old) and /work/SRC/openSUSE:Factory/.libgovirt.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgovirt" Wed Sep 21 14:39:26 2022 rev:16 rq:1003198 version:0.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes 2021-03-21 23:19:52.416729014 +0100 +++ /work/SRC/openSUSE:Factory/.libgovirt.new.2083/libgovirt.changes 2022-09-21 14:39:44.517307259 +0200 @@ -1,0 +2,13 @@ +Sat Aug 20 08:55:22 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 0.3.9: + + Update librest dependency to 0.9. + + Update to libsoup3. + + Remove autotools in favor of meson. + + Updated translations. +- Replace pkgconfig(rest-0.7) with pkgconfig(rest-1.0) + BuildRequires following upstream changes. +- Add meson BuildRequires and macros. +- Use ldconfig_scriptlets macro for post(un) handling. + +------------------------------------------------------------------- Old: ---- libgovirt-0.3.8.tar.xz New: ---- libgovirt-0.3.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgovirt.spec ++++++ --- /var/tmp/diff_new_pack.OUxhKy/_old 2022-09-21 14:39:44.961308491 +0200 +++ /var/tmp/diff_new_pack.OUxhKy/_new 2022-09-21 14:39:44.965308501 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgovirt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libgovirt -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: GObject based oVirt bindings License: LGPL-2.1-or-later @@ -27,11 +27,12 @@ BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: intltool +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(gio-2.0) >= 2.26.0 -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gthread-2.0) >= 2.26.0 -BuildRequires: pkgconfig(rest-0.7) >= 0.7.92 +BuildRequires: pkgconfig(gio-2.0) >= 2.66.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.66.0 +BuildRequires: pkgconfig(gthread-2.0) >= 2.66.0 +BuildRequires: pkgconfig(rest-1.0) >= 0.9 %description GoVirt is a GObject wrapper for the oVirt REST API [1]. It will @@ -79,18 +80,15 @@ %autosetup -p1 %build -%configure \ - --disable-static \ +%meson \ %{nil} -%make_build +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print -%find_lang %{name} %{?no_lang_C} +%meson_install +%find_lang govirt-1.0 %{?no_lang_C} -%post -n libgovirt2 -p /sbin/ldconfig -%postun -n libgovirt2 -p /sbin/ldconfig +%ldconfig_scriptlets -n libgovirt2 %files -n libgovirt2 %license COPYING @@ -106,6 +104,6 @@ %{_libdir}/libgovirt.so %{_libdir}/pkgconfig/govirt-1.0.pc -%files lang -f %{name}.lang +%files lang -f govirt-1.0.lang %changelog ++++++ libgovirt-0.3.8.tar.xz -> libgovirt-0.3.9.tar.xz ++++++ ++++ 56066 lines of diff (skipped)