diff --git a/wxWidgets30.spec b/wxWidgets30.spec index a5355f3..2415ebd 100644 --- a/wxWidgets30.spec +++ b/wxWidgets30.spec @@ -5,15 +5,16 @@ %define wxBaseu_name libwx_baseu30 Name: wxWidgets30 -Version: 3.0.2 -Release: 7mamba +Version: 3.0.3 +Release: 1mamba Summary: GTK+ port of the wxWidgets library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://wxwindows.org/ -Source: http://downloads.sourceforge.net/wxwindows/wxWidgets-%{version}.tar.bz2 +Source: https://github.com/wxWidgets/wxWidgets/releases/download/v%{version}/wxWidgets-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/wxwindows/wxWidgets-%{version}.tar.bz2 Patch0: wxWidgets-3.0.2-gcc-6.1.0.patch Patch1: wxWidgets-3.0.2-make-abi-check-not-fatal.patch License: LGPL @@ -154,7 +155,7 @@ The translations files for the wxWidgets library. %setup -q -n wxWidgets-%{version} #-D -T #:<< _EOF -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 # FIXME: %{_datadir}/bakefile/presets generates a conflict between wx 2.6 @@ -288,6 +289,9 @@ fi %{_datadir}/wx/examples %changelog +* Thu Nov 30 2017 Silvan Calarco 3.0.3-1mamba +- update to 3.0.3 + * Sat Aug 06 2016 Silvan Calarco 3.0.2-7mamba - legacy package - remove --enable-stl because it breaks current depentand applications