diff --git a/cfa_grub2-0.6.5.gem b/cfa_grub2-0.6.5.gem deleted file mode 100644 index c36ac81..0000000 --- a/cfa_grub2-0.6.5.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ce62d205f19edb58150126c35e1d017a34c6d9d62cb64be69eb8b7fc93392e -size 8704 diff --git a/cfa_grub2-1.0.0.gem b/cfa_grub2-1.0.0.gem new file mode 100644 index 0000000..28d8076 --- /dev/null +++ b/cfa_grub2-1.0.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cd207db2a0c5a03ed970a682b804da990dd4ac074e82af418d915947f81626 +size 8704 diff --git a/rubygem-cfa_grub2.changes b/rubygem-cfa_grub2.changes index 4397a9d..b290408 100644 --- a/rubygem-cfa_grub2.changes +++ b/rubygem-cfa_grub2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------------- +Tue Jul 10 14:35:47 UTC 2018 - mfilka@suse.com + +- bnc#1053559 + - backward incompatible change in API + - modified Grub2::Default#terminal and terminal= to handle multiple + values in GRUB_TERMINAL. Former one returns array (was string) of + strings since now. Later one expects array of strings as argument, + array items are joined into space separated value of the option. +- 1.0.0 + ------------------------------------------------------------------------- Thu Nov 30 14:35:47 UTC 2017 - jreidinger@suse.com diff --git a/rubygem-cfa_grub2.spec b/rubygem-cfa_grub2.spec index d70f965..39042c3 100644 --- a/rubygem-cfa_grub2.spec +++ b/rubygem-cfa_grub2.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-cfa_grub2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rubygem-cfa_grub2 -Version: 0.6.5 +Version: 1.0.0 Release: 0 %define mod_name cfa_grub2 %define mod_full_name %{mod_name}-%{version} @@ -28,7 +28,7 @@ BuildRequires: ruby-macros >= 5 Url: http://github.com/config-files-api/config_files_api_grub2 Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Models for GRUB2 configuration files -License: LGPL-3.0 +License: LGPL-3.0-only Group: Development/Languages/Ruby %description