From 50a1447ac2b32f141c9e76315680ad7c04a96e1d8d0cb04268dc7d910dc3943e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 16 Mar 2018 18:06:28 +0000 Subject: [PATCH] DO NOT FORGET THE UPSTREAM PATCHes OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=3 --- readline.changes | 5 +++++ readline.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/readline.changes b/readline.changes index c410a4e..97328a7 100644 --- a/readline.changes +++ b/readline.changes @@ -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 diff --git a/readline.spec b/readline.spec index 043c22e..d781117 100644 --- a/readline.spec +++ b/readline.spec @@ -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