From 698a01ac5c777354bcb1a3737b799571cc3b470665a5050549d77633c22b2c10 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Fri, 21 Jun 2019 08:59:24 +0000 Subject: [PATCH] - Dropped the changes_only argument of Default,DeviceMap#save following the same change in BaseModel#save in cfa-1.0.0 because the merging was not working anyway (bsc#1137948) - Drop support for Ruby 2.2 and 2.3; add 2.6. - 2.0.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=30 --- cfa_grub2-1.0.1.gem | 3 --- cfa_grub2-2.0.0.gem | 3 +++ rubygem-cfa_grub2.changes | 9 +++++++++ rubygem-cfa_grub2.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 cfa_grub2-1.0.1.gem create mode 100644 cfa_grub2-2.0.0.gem diff --git a/cfa_grub2-1.0.1.gem b/cfa_grub2-1.0.1.gem deleted file mode 100644 index 37e4f74..0000000 --- a/cfa_grub2-1.0.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6304513eac91fc94f9424c58fec8eae76e1c4a7ac6b6806bdf8da261c103bf28 -size 8704 diff --git a/cfa_grub2-2.0.0.gem b/cfa_grub2-2.0.0.gem new file mode 100644 index 0000000..edb332f --- /dev/null +++ b/cfa_grub2-2.0.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d154bca997702c63b9fe15856af37e0a675828cf7076a0860f5fe9269f55d42e +size 8704 diff --git a/rubygem-cfa_grub2.changes b/rubygem-cfa_grub2.changes index f29b205..0ebb3b4 100644 --- a/rubygem-cfa_grub2.changes +++ b/rubygem-cfa_grub2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 20 13:10:26 UTC 2019 - Martin Vidner + +- Dropped the changes_only argument of Default,DeviceMap#save + following the same change in BaseModel#save in cfa-1.0.0 + because the merging was not working anyway (bsc#1137948) +- Drop support for Ruby 2.2 and 2.3; add 2.6. +- 2.0.0 + ------------------------------------------------------------------------- Thu Aug 16 11:35:47 UTC 2018 - mfilka@suse.com diff --git a/rubygem-cfa_grub2.spec b/rubygem-cfa_grub2.spec index b112d9f..32df068 100644 --- a/rubygem-cfa_grub2.spec +++ b/rubygem-cfa_grub2.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-cfa_grub2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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: 1.0.1 +Version: 2.0.0 Release: 0 %define mod_name cfa_grub2 %define mod_full_name %{mod_name}-%{version} @@ -25,8 +25,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 -Url: http://github.com/config-files-api/config_files_api_grub2 -Source: http://rubygems.org/gems/%{mod_full_name}.gem +Url: https://github.com/config-files-api/config_files_api_grub2 +Source: https://rubygems.org/gems/%{mod_full_name}.gem Summary: Models for GRUB2 configuration files License: LGPL-3.0-only Group: Development/Languages/Ruby