File project.diff of Package rubygem-dry-types
--- rubygem-dry-types.changes.orig
+++ rubygem-dry-types.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Oct 16 00:47:58 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 1.8.3
+
+-------------------------------------------------------------------
Thu Jun 22 01:16:04 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- limit ruby versions on leap
--- rubygem-dry-types.spec.orig
+++ rubygem-dry-types.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-dry-types
#
-# Copyright (c) 2023 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,7 +12,7 @@
# 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/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-dry-types
-Version: 1.7.1
+Version: 1.8.3
Release: 0
%define mod_name dry-types
%define mod_full_name %{mod_name}-%{version}
@@ -34,16 +34,14 @@ Release: 0
%define rb_build_ruby_abis %{my_apps_rb_build_abi}
%endif
# /MANUAL
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby >= 2.7.0}
+BuildRequires: %{ruby >= 3.1}
BuildRequires: %{rubygem gem2rpm}
-Url: https://dry-rb.org/gems/dry-types
+URL: https://dry-rb.org/gems/dry-types
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Type system for Ruby supporting coercions, constraints and complex
License: MIT
-Group: Development/Languages/Ruby
%description
Type system for Ruby supporting coercions, constraints and complex types like
@@ -55,7 +53,7 @@ structs, value objects, enums etc.
%install
%gem_install \
- --no-document \
+ --no-rdoc --no-ri \
--doc-files="CHANGELOG.md LICENSE README.md" \
-f