From 65fc36cdf0dc785ae0f818e3f49ffb3af8a052baafe7ad323cc6d759b64b6633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 15 Jan 2013 21:25:52 +0000 Subject: [PATCH] Accepting request 148665 from GNOME:Next Update to 0.2.3 - To be pushed to Factory only after release of 12.3 OBS-URL: https://build.opensuse.org/request/show/148665 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=19 --- libosinfo-0.2.2.tar.gz | 3 --- libosinfo-0.2.3.tar.gz | 3 +++ libosinfo.changes | 32 ++++++++++++++++++++++++++++++++ libosinfo.spec | 6 +++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 libosinfo-0.2.2.tar.gz create mode 100644 libosinfo-0.2.3.tar.gz diff --git a/libosinfo-0.2.2.tar.gz b/libosinfo-0.2.2.tar.gz deleted file mode 100644 index daf318b..0000000 --- a/libosinfo-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e2c6a32fe2deea84c6b74613a88eed6cb3bf913ad47fd1177be149b90b3d3e8 -size 1162812 diff --git a/libosinfo-0.2.3.tar.gz b/libosinfo-0.2.3.tar.gz new file mode 100644 index 0000000..bc41b17 --- /dev/null +++ b/libosinfo-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7438133da09b7fb35a56f2af493134e5d3e5e42bacc4a42d1eff67d7f027df +size 1216559 diff --git a/libosinfo.changes b/libosinfo.changes index 2e8a58e..3781124 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Jan 15 18:43:17 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.2.3: + + Add datamaps for translating OS-neutral values to OS-specific + ones, e.g some installer configuration parameters like + keyboard, language and timezone etc. + + New API to detect media that makes it possible to also query + languages supported by the media. + + Add install scripts for: + - RHEL 6.x. + - Microsoft Windows 8 + + Fix install script for Fedora 18. + + Drop support for encoding in l10n install script configuration + parameters. + + Fix test build issues. + + Fixes and improvements to documentation. + + Fix potential issues spotted by Coverity. + + Fix build for translations. + + osinfo-install-script tool now has options to list available + configuration parameters and profiles. + + Add/improve data on: + - RHEL + - Debian + - openSUSE + - Microsoft Windows 7 + - Ubuntu + - MacOS X + + Updated translations. +- Enable translations: change with_lang defines to 1 as there are + now translations available. + ------------------------------------------------------------------- Tue Dec 11 09:11:41 UTC 2012 - vuntz@opensuse.org diff --git a/libosinfo.spec b/libosinfo.spec index 9f1ed2e..611e4b1 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -1,7 +1,7 @@ # # spec file for package libosinfo # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -17,10 +17,10 @@ # -%define with_lang 0 +%define with_lang 1 Name: libosinfo -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Manage information about operating systems and hypervisors License: LGPL-2.1+ and GPL-2.0+