commit libvirt-glib for openSUSE:Leap:15.2
Hello community, here is the log from the commit of package libvirt-glib for openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libvirt-glib (Old) and /work/SRC/openSUSE:Leap:15.2/.libvirt-glib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libvirt-glib" Thu Jan 30 14:49:14 2020 rev:12 rq:754791 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libvirt-glib/libvirt-glib.changes 2020-01-15 15:25:37.622583447 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libvirt-glib.new.26092/libvirt-glib.changes 2020-01-30 14:49:46.690882606 +0100 @@ -1,0 +2,43 @@ +Tue Dec 3 22:00:32 UTC 2019 - James Fehlig <jfehlig@suse.com> + +- Update to version 3.0.0 + + Add support for bochs video device + + Add API to query firmware config + + Improve testing coverage + + Validate min/max glib API versions in use + + Remove deprecated G_PARAM_PRIVATE + + Fix docs build linking problems + + Convert python demos to be python 3 compatible & use + modern best practice for pyobject introspection bindings + + Add API to query domain capaibilities + + Refresh translations + + Simplify build process for handling translations + + Fix some memory leaks + + Add API for setting storage volume features + + boo#1158282 + +------------------------------------------------------------------- +Sat Jan 5 13:37:30 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 2.0.0: + + Increase min libvirt to 1.2.5. + + Increase min glib to 2.38. + + Fix example program event detail strings. + + Set LC_CTYPE=en_US.UTF-8 when running python apps. + + Don't relay on non-portable paths. + + Fix sha-bang lines for portability. + + Remove bogus casts for g_object_ref args. + + Disable -Wcast-function-type warnings. + + Modernize gobject macro usage. + + Allow adding namespace to child nodes. + + Add ICH9 audio support. + + Add API for getting machine type. + + Updated translations. +- Add fdupes BuildRequires and macro: Remove duplicates. + +------------------------------------------------------------------- +Wed Feb 28 16:36:38 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- Old: ---- libvirt-glib-1.0.0.tar.gz libvirt-glib-1.0.0.tar.gz.asc New: ---- libvirt-glib-3.0.0.tar.gz libvirt-glib-3.0.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-glib.spec ++++++ --- /var/tmp/diff_new_pack.266kip/_old 2020-01-30 14:49:47.386882977 +0100 +++ /var/tmp/diff_new_pack.266kip/_new 2020-01-30 14:49:47.390882979 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvirt-glib # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,29 +13,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libvirt-glib -Version: 1.0.0 +Version: 3.0.0 Release: 0 Summary: GLib and GObject mapping of libvirt -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries -Url: http://libvirt.org +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 -BuildRequires: intltool >= 0.35.0 + +BuildRequires: fdupes +BuildRequires: gettext BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: vala -BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.10.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8 BuildRequires: pkgconfig(gthread-2.0) >= 2.36.0 -BuildRequires: pkgconfig(libvirt) >= 0.10.2 +BuildRequires: pkgconfig(libvirt) >= 1.2.5 BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libvirt is a C toolkit to interact with the virtualization capabilities @@ -122,44 +124,40 @@ should be able to integrate other virtualization mechanisms if needed %prep -%setup -q +%autosetup -p1 %build -%configure --disable-static -# Parallel build causes random failures -#make %{?_smp_mflags} -make +%configure \ + --disable-static \ + %{nil} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} +%fdupes %{buildroot}/%{_datadir}/gtk-doc/ %post -n libvirt-glib-1_0-0 -p /sbin/ldconfig - %postun -n libvirt-glib-1_0-0 -p /sbin/ldconfig %files -n libvirt-glib-1_0-0 -f %{name}.lang -%defattr(-, root, root) -%doc COPYING README ChangeLog +%license COPYING +%doc README ChangeLog %{_libdir}/libvirt-gconfig-1.0.so.* %{_libdir}/libvirt-glib-1.0.so.* %{_libdir}/libvirt-gobject-1.0.so.* %files -n typelib-1_0-LibvirtGConfig-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/LibvirtGConfig-1.0.typelib %files -n typelib-1_0-LibvirtGLib-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/LibvirtGLib-1.0.typelib %files -n typelib-1_0-LibvirtGObject-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/LibvirtGObject-1.0.typelib %files devel -%defattr(-, root, root) %{_libdir}/libvirt-gconfig-1.0.so %{_libdir}/libvirt-glib-1.0.so %{_libdir}/libvirt-gobject-1.0.so ++++++ libvirt-glib-1.0.0.tar.gz -> libvirt-glib-3.0.0.tar.gz ++++++ ++++ 46998 lines of diff (skipped)
participants (1)
-
root