Accepting request 958326 from hardware
Update to version 1.10.0 OBS-URL: https://build.opensuse.org/request/show/958326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosinfo?expand=0&rev=46
This commit is contained in:
commit
5229361984
3
libosinfo-1.10.0.tar.xz
Normal file
3
libosinfo-1.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a252e00fc580deb21da0da8c0aa03b8c31e8440b8448c8b98143fab477d32305
|
||||
size 293804
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4f3418154ef3f43d9420827294916aea1827021afc06e1644fc56951830a359
|
||||
size 279376
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 10:49:08 MST 2022 - carnold@suse.com
|
||||
|
||||
- Update to version 1.10.0
|
||||
Changes in this release include:
|
||||
* Add API for resolving multiple tree matches
|
||||
* Add API for resolving multiple media matches
|
||||
* Add API to match between two OsinfoTree
|
||||
* Add API to match between two OsinfoMedia
|
||||
* Add API to get a complete list of firmwares
|
||||
* Add missing documentation of osinfo_os_add_firmware()
|
||||
* Add release status to osinfo-query
|
||||
* Add --all flag to all tools to report all matches
|
||||
* Fix hiding database entries
|
||||
* Adapt to libsoup3 which is now preferred over libsoup2
|
||||
* Several CI improvements
|
||||
* Several translations improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 10:07:02 MST 2021 - carnold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libosinfo
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,10 +20,10 @@
|
||||
%define with_lang 1
|
||||
|
||||
Name: libosinfo
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Operating system and hypervisor information management library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://releases.pagure.org/libosinfo/
|
||||
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
||||
@ -85,6 +85,7 @@ as well as Vala bindings for the libosinfo library.
|
||||
%if %{with_lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user