DO NOT FORGET THE UPSTREAM PATCHes

OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=3
This commit is contained in:
Dr. Werner Fink 2018-03-16 18:06:28 +00:00 committed by Git OBS Bridge
parent dd7ecc6859
commit 50a1447ac2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 16 18:05:29 UTC 2018 - werner@suse.de
- Apply the upstream patches as well!!!
-------------------------------------------------------------------
Fri Mar 16 12:27:18 UTC 2018 - werner@suse.de

View File

@ -100,7 +100,7 @@ This package contains the documentation for using the readline library
as well as programming with the interface of the readline library.
%prep
%setup -q -n readline-%{version}%{rextend}
%setup -q -n readline-%{version}%{rextend} -b1
for patch in readline-%{version}-patches/*; do
test -e $patch || break
let level=0 || true