Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2f852a43c7 |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 12:13:59 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Rename readline-6.2-endpw.dif to readline-6.2-endpw.nodif
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:11:11 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix escaping of commented out patch: with RPM 4.20, %patch
|
||||
becomes a standard, expandable macro, that can span more than one
|
||||
line. Commenting out with #%patch can thus lead to invalid
|
||||
results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 11:44:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package readline6
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# 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
|
||||
@@ -42,7 +42,7 @@ Patch21: readline-6.3-input.dif
|
||||
Patch22: readline-6.1-wrap.patch
|
||||
Patch23: readline-5.2-conf.patch
|
||||
Patch24: readline-6.2-metamode.patch
|
||||
Patch25: readline-6.2-endpw.dif
|
||||
Source25: readline-6.2-endpw.nodif
|
||||
Patch27: readline-6.2-xmalloc.dif
|
||||
Patch30: readline-6.3-destdir.patch
|
||||
Patch31: readline-6.3-rltrace.patch
|
||||
@@ -103,7 +103,7 @@ done
|
||||
%patch -P 22 -p2 -b .wrap
|
||||
%patch -P 23 -p2 -b .conf
|
||||
%patch -P 24 -p2 -b .metamode
|
||||
#%patch -P 25 -p2 -b .endpw
|
||||
#%%patch -P 25 -p2 -b .endpw
|
||||
%patch -P 31 -p2 -b .tmp
|
||||
%patch -P 27 -p0 -b .xm
|
||||
%patch -P 30 -p0 -b .destdir
|
||||
|
||||
Reference in New Issue
Block a user