|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
|
License: wxWidgets
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -161,8 +161,7 @@ export LDFLAGS="-Wl,--as-needed"
|
|
|
|
|
--enable-no_deps \
|
|
|
|
|
--disable-rpath \
|
|
|
|
|
--enable-ipv6 \
|
|
|
|
|
--disable-catch_segvs \
|
|
|
|
|
--disable-compat28
|
|
|
|
|
--disable-catch_segvs
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -242,6 +241,9 @@ popd
|
|
|
|
|
%doc html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 17 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-5
|
|
|
|
|
- Renable combat28 - without it causes bugs RH#1076617 and a few others
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-4
|
|
|
|
|
- Fixed GTK3 bug with wx-config
|
|
|
|
|
- Fixed a unused-direct-shlib-dependency error
|
|
|
|
|