diff --git a/rubygem-diff-lcs.changes b/rubygem-diff-lcs.changes index 50bac3a..9172d0a 100644 --- a/rubygem-diff-lcs.changes +++ b/rubygem-diff-lcs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 21 10:25:06 UTC 2024 - Dominique Leuenberger + +- Replace %patchN with %patch -P N: %patchN is deprecated. + ------------------------------------------------------------------- Sat Dec 25 22:32:52 UTC 2021 - Manuel Schnitzer diff --git a/rubygem-diff-lcs.spec b/rubygem-diff-lcs.spec index 5f5d007..591ce5a 100644 --- a/rubygem-diff-lcs.spec +++ b/rubygem-diff-lcs.spec @@ -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