From fe2bcd69699280dc6e87aba8abcd737b8ad34634c202dd06ea332677b12e084f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Dec 2013 21:39:16 +0000 Subject: [PATCH] Accepting request 211118 from GNOME:Next - Update to version 0.2.9: + Add/improve/fix data on: - Debian - Fedora 20 - GNOME continuous 3.12 - Mageia - Microsoft Windows 7 - Microsoft Windows 8.1 - RHEL 5.8 - RHEL 6.5 - RHEL 7.0 + Support '' syntax for booleans in database, in addition to existing 'true'. + New API/XML to determine/specify: - If an OS is an actual release, a pre-release or a development snapshot. - Variants of an OS. For example, professional, enterprise and ultimate editions of Windows OSs and workstation and server variants of RHEL etc. + Various fixes to build system. + More testcases. + Some other minor fixes/changes. OBS-URL: https://build.opensuse.org/request/show/211118 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=29 --- libosinfo-0.2.8.tar.gz | 3 --- libosinfo-0.2.9.tar.gz | 3 +++ libosinfo.changes | 26 ++++++++++++++++++++++++++ libosinfo.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 libosinfo-0.2.8.tar.gz create mode 100644 libosinfo-0.2.9.tar.gz diff --git a/libosinfo-0.2.8.tar.gz b/libosinfo-0.2.8.tar.gz deleted file mode 100644 index 8338eb6..0000000 --- a/libosinfo-0.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50cbfcff4548f37b5b7d3328cbc6e96fe6c2a48696e31eec0c819d161e38c643 -size 1221899 diff --git a/libosinfo-0.2.9.tar.gz b/libosinfo-0.2.9.tar.gz new file mode 100644 index 0000000..06145c3 --- /dev/null +++ b/libosinfo-0.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747b29b3b9ac19ed5788a478b66f46b747b5162d3c581080e269db7f0a72a449 +size 1239445 diff --git a/libosinfo.changes b/libosinfo.changes index e76877c..d1cdde6 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Dec 16 21:43:49 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.2.9: + + Add/improve/fix data on: + - Debian + - Fedora 20 + - GNOME continuous 3.12 + - Mageia + - Microsoft Windows 7 + - Microsoft Windows 8.1 + - RHEL 5.8 + - RHEL 6.5 + - RHEL 7.0 + + Support '' syntax for booleans in database, in addition + to existing 'true'. + + New API/XML to determine/specify: + - If an OS is an actual release, a pre-release or a development + snapshot. + - Variants of an OS. For example, professional, enterprise and + ultimate editions of Windows OSs and workstation and server + variants of RHEL etc. + + Various fixes to build system. + + More testcases. + + Some other minor fixes/changes. + ------------------------------------------------------------------- Mon Sep 16 21:25:37 UTC 2013 - zaitor@opensuse.org diff --git a/libosinfo.spec b/libosinfo.spec index 96827aa..ef7e7c5 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -20,12 +20,12 @@ %define with_lang 1 Name: libosinfo -Version: 0.2.8 +Version: 0.2.9 Release: 0 Summary: Manage information about operating systems and hypervisors License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries -Url: https://fedorahosted.org/libosinfo +Url: http://libosinfo.org/ Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz BuildRequires: intltool BuildRequires: libtool