From a9bda266b6ea0fee5fefa99d490900026a22ab5bb6128aa2556fc258e448247d Mon Sep 17 00:00:00 2001 From: Hammer Faceman Date: Wed, 20 Mar 2019 17:30:35 +0000 Subject: [PATCH] Accepting request 687000 from home:dimstar:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use / as sed command delimiter. Comma can actually show up in optflags (think -Wl,…), which then breaks the sed command line parsing. OBS-URL: https://build.opensuse.org/request/show/687000 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/libgdiplus?expand=0&rev=4 --- libgdiplus.changes | 7 +++++++ libgdiplus.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libgdiplus.changes b/libgdiplus.changes index 18c0cb6..fafd479 100644 --- a/libgdiplus.changes +++ b/libgdiplus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 20 15:51:46 UTC 2019 - Dominique Leuenberger + +- Use / as sed command delimiter. Comma can actually show up in + optflags (think -Wl,…), which then breaks the sed command line + parsing. + ------------------------------------------------------------------- Wed Sep 9 13:16:18 UTC 2015 - i@marguerite.su diff --git a/libgdiplus.spec b/libgdiplus.spec index d18a596..39026fb 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -69,7 +69,7 @@ using System.Drawing. %setup -q %patch -p1 %patch1 -p1 -sed -i 's,-Wall,-Wall %{optflags},' src/Makefile.am +sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am %build autoreconf -fiv