File project.diff of Package rubygem-fog-core
--- rubygem-fog-core.changes.orig
+++ rubygem-fog-core.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Sep 21 00:17:11 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 2.6.0
+
+-------------------------------------------------------------------
Tue Mar 19 15:26:37 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 2.1.0
--- rubygem-fog-core.spec.orig
+++ rubygem-fog-core.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-fog-core
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: rubygem-fog-core
-Version: 2.1.0
+Version: 2.6.0
Release: 0
%define mod_name fog-core
%define mod_full_name %{mod_name}-%{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby >= 2.0.0}
+BuildRequires: %{ruby >= 2.0}
BuildRequires: %{rubygem gem2rpm}
-Url: https://github.com/fog/fog-core
+URL: https://github.com/fog/fog-core
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Summary: Shared classes and tests for fog providers and services
License: MIT
-Group: Development/Languages/Ruby
%description
Shared classes and tests for fog providers and services.
@@ -39,7 +37,7 @@ Shared classes and tests for fog provide
%install
%gem_install \
- --doc-files="LICENSE.md README.md changelog.md" \
+ --doc-files="CONTRIBUTING.md LICENSE.md README.md changelog.md" \
-f
%gem_packages