Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvirt-glib for openSUSE:Factory checked in at 2021-03-21 23:20:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt-glib (Old) and /work/SRC/openSUSE:Factory/.libvirt-glib.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt-glib" Sun Mar 21 23:20:01 2021 rev:33 rq:880111 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes 2019-12-07 15:20:05.479756186 +0100 +++ /work/SRC/openSUSE:Factory/.libvirt-glib.new.2401/libvirt-glib.changes 2021-03-21 23:20:08.256734455 +0100 @@ -1,0 +2,22 @@ +Fri Mar 19 09:53:59 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 4.0.0: + + Replace autotools build system with meson. + + Mandate libvirt >= 1.2.8. + + Mandate libxml2 >= 2.9.1. + + Mandate glib >= 2.48.0. + + Mandate gobject-introspection >= 1.46.0. + + Fix docs incompatibility with gtk-doc >= 1.30. + + Misc API docs fixes. + + Add constants related to NVRAM during domain delete. + + Add domain config API for controller ports attribute. + + Fix compat with newer glib by avoid volatile for enum types. + + Updated translations. +- Switch build system to meson: + + Drop libtool BuildRequires: no longer needed. + + Add meson BuildRequires. + + Add gtk-doc BuildRequires: new dependency. + + Replace configure/make/make_install macros with + meson/meson_build/meson_install variants. + +------------------------------------------------------------------- Old: ---- libvirt-glib-3.0.0.tar.gz libvirt-glib-3.0.0.tar.gz.asc New: ---- libvirt-glib-4.0.0.tar.xz libvirt-glib-4.0.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-glib.spec ++++++ --- /var/tmp/diff_new_pack.FxHIim/_old 2021-03-21 23:20:08.752734625 +0100 +++ /var/tmp/diff_new_pack.FxHIim/_new 2021-03-21 23:20:08.752734625 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvirt-glib # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,18 +18,19 @@ Name: libvirt-glib -Version: 3.0.0 +Version: 4.0.0 Release: 0 Summary: GLib and GObject mapping of libvirt License: LGPL-2.1-or-later Group: System/Libraries URL: http://libvirt.org -Source0: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz -Source1: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz.asc +Source0: http://libvirt.org/sources/glib/%{name}-%{version}.tar.xz +Source1: http://libvirt.org/sources/glib/%{name}-%{version}.tar.xz.asc BuildRequires: fdupes BuildRequires: gettext -BuildRequires: libtool +BuildRequires: gtk-doc +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: vala BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 @@ -127,14 +128,12 @@ %autosetup -p1 %build -%configure \ - --disable-static \ - %{nil} -%make_build +%meson \ + -Dgit_werror=disabled +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install %find_lang %{name} %fdupes %{buildroot}/%{_datadir}/gtk-doc/ @@ -143,7 +142,7 @@ %files -n libvirt-glib-1_0-0 -f %{name}.lang %license COPYING -%doc README ChangeLog +%doc README %{_libdir}/libvirt-gconfig-1.0.so.* %{_libdir}/libvirt-glib-1.0.so.* %{_libdir}/libvirt-gobject-1.0.so.* @@ -175,9 +174,11 @@ %{_datadir}/gtk-doc/html/Libvirt-gobject/ %dir %{_datadir}/vala/ %dir %{_datadir}/vala/vapi/ +%{_datadir}/vala/vapi/libvirt-gconfig-1.0.deps %{_datadir}/vala/vapi/libvirt-gconfig-1.0.vapi +%{_datadir}/vala/vapi/libvirt-glib-1.0.deps %{_datadir}/vala/vapi/libvirt-glib-1.0.vapi -%{_datadir}/vala/vapi/libvirt-gobject-1.0.vapi %{_datadir}/vala/vapi/libvirt-gobject-1.0.deps +%{_datadir}/vala/vapi/libvirt-gobject-1.0.vapi %changelog
