Hello community, here is the log from the commit of package libgovirt for openSUSE:Factory checked in at 2020-02-07 15:50:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgovirt (Old) and /work/SRC/openSUSE:Factory/.libgovirt.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgovirt" Fri Feb 7 15:50:54 2020 rev:14 rq:769938 version:0.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes 2020-01-28 10:51:52.368799210 +0100 +++ /work/SRC/openSUSE:Factory/.libgovirt.new.26092/libgovirt.changes 2020-02-07 15:51:22.307411073 +0100 @@ -1,0 +2,13 @@ +Fri Jan 31 18:55:42 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 0.3.7: + + Use GTask API instead of deprecated GSimpleAsyncResult. + + Fixed issue preventing adding parameters to action. + + Prefer certificate from XML data instead of the command line. + + Added support for oVirt API v4. + + Initial support for building with meson, should be replacing + autotools in future release. + + Updated translations. +- Update URL and modernize spec. + +------------------------------------------------------------------- Old: ---- libgovirt-0.3.6.tar.xz New: ---- libgovirt-0.3.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgovirt.spec ++++++ --- /var/tmp/diff_new_pack.NdPzem/_old 2020-02-07 15:51:22.975411438 +0100 +++ /var/tmp/diff_new_pack.NdPzem/_new 2020-02-07 15:51:22.975411438 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgovirt # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: libgovirt -Version: 0.3.6 +Version: 0.3.7 Release: 0 Summary: GObject based oVirt bindings License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://cgit.freedesktop.org/~teuf/govirt -Source: http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/libgovirt +Source0: https://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz + BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: intltool BuildRequires: pkgconfig @@ -40,8 +41,8 @@ %package -n libgovirt2 Summary: GObject based oVirt bindings -Group: System/Libraries # To make the lang package installable +Group: System/Libraries Provides: %{name} = %{version} %description -n libgovirt2 @@ -75,12 +76,13 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %configure \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + %{nil} +%make_build %install %make_install ++++++ libgovirt-0.3.6.tar.xz -> libgovirt-0.3.7.tar.xz ++++++ ++++ 5549 lines of diff (skipped)
