diff --git a/libosinfo-1.1.0.tar.gz b/libosinfo-1.1.0.tar.gz deleted file mode 100644 index 118b6bf..0000000 --- a/libosinfo-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600f43a4a8dae5086a01a3d44bcac2092b5fa1695121289806d544fb287d3136 -size 904154 diff --git a/libosinfo-1.2.0.tar.gz b/libosinfo-1.2.0.tar.gz new file mode 100644 index 0000000..bdd7a7b --- /dev/null +++ b/libosinfo-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee254fcf3f92447787a87b3f6df190c694a787de46348c45101e8dc7b29b5a78 +size 916787 diff --git a/libosinfo.changes b/libosinfo.changes index 89727dd..f8d7666 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -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 diff --git a/libosinfo.spec b/libosinfo.spec index f9de87b..b6947ae 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -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+