File project.diff of Package rubygem-marcel
--- rubygem-marcel.changes.orig
+++ rubygem-marcel.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Sep 21 00:16:15 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 1.0.4
+
+-------------------------------------------------------------------
Sun May 14 01:31:00 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- cleanup ruby version restrictions
--- rubygem-marcel.spec.orig
+++ rubygem-marcel.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-marcel
#
-# 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,20 +24,18 @@
#
Name: rubygem-marcel
-Version: 1.0.2
+Version: 1.0.4
Release: 0
%define mod_name marcel
%define mod_full_name %{mod_name}-%{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby >= 2.2}
+BuildRequires: %{ruby >= 2.3}
BuildRequires: %{rubygem gem2rpm}
-Url: https://github.com/rails/marcel
+URL: https://github.com/rails/marcel
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Simple mime type detection using magic numbers, filenames, and
License: MIT and Apache-2.0
-Group: Development/Languages/Ruby
%description
Simple mime type detection using magic numbers, filenames, and extensions.