Sync from SUSE:SLFO:Main rubygem-diff-lcs revision 67582bb9d8c9dd0ba9d91b39e0c9e6c0

This commit is contained in:
2025-04-25 21:34:12 +02:00
parent 1163d7b86e
commit cba4b70e11
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 10:25:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace %patchN with %patch -P N: %patchN is deprecated.
-------------------------------------------------------------------
Sat Dec 25 22:32:52 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-diff-lcs
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@ Source1: gem2rpm.yml
Patch0: fix-interpreter.patch
# /MANUAL
Summary: Diff::LCS computes the difference between two Enumerable sequences
License: MIT AND Artistic-2.0 AND GPL-2.0-only
License: Artistic-2.0 AND MIT AND GPL-2.0-only
Group: Development/Languages/Ruby
PreReq: update-alternatives
@@ -60,7 +60,7 @@ major release will completely break compatibility.
%prep
%gem_unpack
%patch0 -p1
%patch -P 0 -p1
find -type f -print0 | xargs -0 touch -r %{S:0}
%gem_build