From 0924730716b947917204f8d7632ab800244d12dc0c2680f72aae9f6baa1b5529 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Tue, 15 Aug 2017 18:05:38 +0000 Subject: [PATCH] Update to version 1.1.0 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=59 --- libosinfo-1.0.0.tar.gz | 3 --- libosinfo-1.1.0.tar.gz | 3 +++ libosinfo.changes | 19 +++++++++++++++++++ libosinfo.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 libosinfo-1.0.0.tar.gz create mode 100644 libosinfo-1.1.0.tar.gz diff --git a/libosinfo-1.0.0.tar.gz b/libosinfo-1.0.0.tar.gz deleted file mode 100644 index 036e4b7..0000000 --- a/libosinfo-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b -size 896212 diff --git a/libosinfo-1.1.0.tar.gz b/libosinfo-1.1.0.tar.gz new file mode 100644 index 0000000..118b6bf --- /dev/null +++ b/libosinfo-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600f43a4a8dae5086a01a3d44bcac2092b5fa1695121289806d544fb287d3136 +size 904154 diff --git a/libosinfo.changes b/libosinfo.changes index cc4b03f..89727dd 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Mon Dec 12 15:56:28 MDT 2016 - carnold@suse.com diff --git a/libosinfo.spec b/libosinfo.spec index 62dd9ea..e740ebe 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -20,7 +20,7 @@ %define with_lang 1 Name: libosinfo -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Manage information about operating systems and hypervisors License: LGPL-2.1+ and GPL-2.0+