From e6c1c37645e7cd423698f7eee99583e622bde244 Mon Sep 17 00:00:00 2001 From: "alexjnewt@hotmail.com" Date: Tue, 18 Mar 2014 07:09:06 -0400 Subject: [PATCH] Another minor fix --- wxGTK3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wxGTK3.spec b/wxGTK3.spec index 0623237..f689059 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -160,8 +160,7 @@ export LDFLAGS="-Wl,--as-needed" --enable-intl \ --enable-no_deps \ --disable-rpath \ - --enable-ipv6 \ - --disable-catch_segvs + --enable-ipv6 make %{?_smp_mflags} @@ -241,6 +240,9 @@ popd %doc html %changelog +* Tue Mar 18 2014 Jeremy Newton - 3.0.0-6 +- Removed disable-catch_segvs, see RH#1076617 + * Mon Mar 17 2014 Jeremy Newton - 3.0.0-5 - Renable combat28 - without it causes bugs RH#1076617 and a few others