From 4f561e3f9403c2e1bba2bb5f053cf82166361f1ab891fec32f1aa508db3a4bcb Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 24 Sep 2018 08:45:15 +0000 Subject: [PATCH] typo OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=13 --- sratom.changes | 2 +- sratom.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sratom.changes b/sratom.changes index 50dc31b..336690e 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Sep 21 06:23:43 UTC 2018 - olaf@aepfle.de -- Use --std=gnu99 to fix compilation of bogus C code +- Use -std=gnu99 to fix compilation of bogus C code ------------------------------------------------------------------- Fri Aug 24 20:43:37 UTC 2018 - tchvatal@suse.com diff --git a/sratom.spec b/sratom.spec index 8c4d1a5..860d92a 100644 --- a/sratom.spec +++ b/sratom.spec @@ -58,7 +58,7 @@ Development files for libsratom. %setup -q %build -export CFLAGS='%{optflags} --std=gnu99' +export CFLAGS='%{optflags} -std=gnu99' export CXXFLAGS='%{optflags}' python3 ./waf configure \ --prefix=%{_prefix} \