File project.diff of Package rubygem-unicorn
--- rubygem-unicorn.spec.orig
+++ rubygem-unicorn.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-unicorn
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 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
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -29,20 +29,20 @@ Release: 0
%define mod_name unicorn
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ruby-macros >= 5
BuildRequires: %{rubydevel >= 2.0.0}
BuildRequires: %{rubygem gem2rpm}
-BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
-URL: https://yhbt.net/unicorn/
+Url: https://yhbt.net/unicorn/
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: rubygem-unicorn-rpmlintrc
Source2: series
Source3: gem2rpm.yml
# MANUAL
-Patch0: unicorn-4.6.3_fix_shebangline.patch
+Patch0: unicorn-4.6.3_fix_shebangline.patch
# /MANUAL
Summary: Rack HTTP server for fast clients and Unix
-License: GPL-2.0-only OR GPL-3.0-only OR Ruby
+License: GPL-2.0 or GPL-3.0 or Ruby
Group: Development/Languages/Ruby
PreReq: update-alternatives
@@ -55,7 +55,7 @@ both the the request and response in bet
%prep
%gem_unpack
-%patch0 -p0
+%patch -P 0 -p0
find -type f -print0 | xargs -0 touch -r %{S:0}
%gem_build