Hello community, here is the log from the commit of package libosinfo for openSUSE:Factory checked in at 2019-12-23 22:35:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libosinfo (Old) and /work/SRC/openSUSE:Factory/.libosinfo.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libosinfo" Mon Dec 23 22:35:41 2019 rev:39 rq:755690 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libosinfo/libosinfo.changes 2019-10-09 15:19:54.284429111 +0200 +++ /work/SRC/openSUSE:Factory/.libosinfo.new.6675/libosinfo.changes 2019-12-23 22:37:29.905821731 +0100 @@ -1,0 +2,24 @@ +Wed Dec 4 08:04:03 MST 2019 - [email protected] + +- Update to version 1.7.1 + Changes in this release include: + * Fix usage of versioned symbols + * MinGW spec file fixes and improvements + * Fix pci.ids and usb.ids installation + +------------------------------------------------------------------- +Mon Dec 2 10:25:06 MST 2019 - [email protected] + +- Update to version 1.7.0 + Changes in this release include: + * Add API to expose a device driver "priority" + * Improve media detection when using "volume-size" to distinguish medias + * General improvements on OsinfoList APIs to avoid unsafe access + * Minor POD fixes + * Switch to meson build system + * Add API to expose "firmware" support on OsinfoOS + * Drop "env" type support from osinfo-detect + * Print the architecture of the detected tree / media on osinfo-detect + * Add API to create an OsinfoTree from a treeinfo file + +------------------------------------------------------------------- Old: ---- libosinfo-1.6.0.tar.gz New: ---- libosinfo-1.7.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libosinfo.spec ++++++ --- /var/tmp/diff_new_pack.ZI7y12/_old 2019-12-23 22:37:30.361821929 +0100 +++ /var/tmp/diff_new_pack.ZI7y12/_new 2019-12-23 22:37:30.361821929 +0100 @@ -20,15 +20,17 @@ %define with_lang 1 Name: libosinfo -Version: 1.6.0 +Version: 1.7.1 Release: 0 Summary: Operating system and hypervisor information management library License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Libraries/C and C++ Url: https://releases.pagure.org/libosinfo/ -Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz +Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz Source1: ids.tar.bz2 +BuildRequires: gtk-doc BuildRequires: libcurl-devel +BuildRequires: meson BuildRequires: vala BuildRequires: pkgconfig(check) BuildRequires: pkgconfig(gio-2.0) @@ -88,12 +90,14 @@ %setup -q -a 1 %build -%configure \ - --disable-static --enable-vala=yes -make %{?_smp_mflags} +%meson \ + -Denable-gtk-doc=true \ + -Denable-tests=true \ + -Denable-introspection=enabled \ + -Denable-vala=enabled %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %if %{with_lang} %find_lang %{name} %{?no_lang_C} @@ -109,7 +113,6 @@ %{_bindir}/osinfo-detect %{_bindir}/osinfo-install-script %{_bindir}/osinfo-query -%{_datadir}/%{name}/ %{_mandir}/man1/osinfo-detect.1%{?ext_man} %{_mandir}/man1/osinfo-install-script.1%{?ext_man} %{_mandir}/man1/osinfo-query.1%{?ext_man} @@ -129,8 +132,10 @@ %{_libdir}/pkgconfig/%{name}-1.0.pc %{_libdir}/libosinfo-1.0.so %{_datadir}/gir-1.0/Libosinfo-1.0.gir -%dir %{_datadir}/vala/ -%dir %{_datadir}/vala/vapi/ + +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/libosinfo-1.0.deps %{_datadir}/vala/vapi/libosinfo-1.0.vapi %if %{with_lang}
