- fate#322156 - Update database to version 20180311
osinfo-db-20180311.tar.xz - Drop add-opensuse-leap-42.3-support.patch add-sle12sp3-support.patch add-win2k16-support.patch - Fix version string for leap 15 (bsc#1054986) add-opensuse-leap-15-support.patch - bsc#1057733 - libosinfo db entry for caasp wrong add-caasp-support.patch - bsc#1056028 - Not able to install OES2018 as guest on Xen add-oes-support.patch - Add support for openSUSE Leap 15 and SLE15 (bsc#1054986) OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=63
This commit is contained in:
parent
5b0988dce2
commit
afdf940ea7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:600f43a4a8dae5086a01a3d44bcac2092b5fa1695121289806d544fb287d3136
|
||||
size 904154
|
3
libosinfo-1.2.0.tar.gz
Normal file
3
libosinfo-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee254fcf3f92447787a87b3f6df190c694a787de46348c45101e8dc7b29b5a78
|
||||
size 916787
|
@ -1,30 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 11:24:37 MDT 2018 - carnold@suse.com
|
||||
|
||||
- Update to version 1.2.0
|
||||
Changes in this release include:
|
||||
* Test suite requires osinfo-db >= 20180612
|
||||
* Replace use of libsoup with libcurl in test suite
|
||||
* Replace use of check library with GLib tester in test suite
|
||||
* Increase timeout for media URIs test
|
||||
* Drop const parameter annotations which break Rust generator
|
||||
* Improve error message with ISO test fails
|
||||
* Turn off -Wfunction-cast-type warning from gcc 8
|
||||
* Remove calls to g_log_set_always_fatal in tests
|
||||
* Load database files in alphabetical order for predictable sorting
|
||||
* Fix leak of list when loading files
|
||||
* Fix build of tools with clang 6
|
||||
* Add missing “global” annotation on some symbol versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 10:53:05 MDT 2017 - carnold@suse.com
|
||||
|
||||
- Update to version 1.1.0
|
||||
Changes in this release include:
|
||||
- Force UTF-8 locale for new glib-mkenums
|
||||
- Avoid python warnings in example program
|
||||
- Misc test suite updates
|
||||
- Fix typo in error messages
|
||||
- Remove ISO header string padding
|
||||
- Disable bogus gcc warning about unsafe loop optimizations
|
||||
- Remove reference to fedorahosted.org
|
||||
- Don't hardcode /usr/bin/perl, use /usr/bin/env
|
||||
- Support eject-after-install parameter in OsinfoMedia
|
||||
- Fix misc warnings in docs
|
||||
- Fix error propagation when loading DB
|
||||
- Add usb.ids / pci.ids locations for FreeBSD
|
||||
- Don't include private headers in gir/vapi generation
|
||||
* Force UTF-8 locale for new glib-mkenums
|
||||
* Avoid python warnings in example program
|
||||
* Misc test suite updates
|
||||
* Fix typo in error messages
|
||||
* Remove ISO header string padding
|
||||
* Disable bogus gcc warning about unsafe loop optimizations
|
||||
* Remove reference to fedorahosted.org
|
||||
* Don't hardcode /usr/bin/perl, use /usr/bin/env
|
||||
* Support eject-after-install parameter in OsinfoMedia
|
||||
* Fix misc warnings in docs
|
||||
* Fix error propagation when loading DB
|
||||
* Add usb.ids / pci.ids locations for FreeBSD
|
||||
* Don't include private headers in gir/vapi generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 15:56:28 MDT 2016 - carnold@suse.com
|
||||
|
||||
- Update to version 1.0.0 (bsc#1013983)
|
||||
Changes in this release include:
|
||||
- Update loader to follow new layout for external database
|
||||
- Move all database files into separate osinfo-db package
|
||||
- Move osinfo-db-validate into osinfo-db-tools package
|
||||
* Update loader to follow new layout for external database
|
||||
* Move all database files into separate osinfo-db package
|
||||
* Move osinfo-db-validate into osinfo-db-tools package
|
||||
- Patches moved to osinfo-db package (dropped from libosinfo)
|
||||
0ae4f0db-add-missing-sle12-distros.patch
|
||||
1a7ce161-add-sle-resource-information.patch
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libosinfo
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%define with_lang 1
|
||||
|
||||
Name: libosinfo
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user