From 4e452618b3dd7d7eb9ea39c8fcd0f99b5538bca1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:30:27 +0100 Subject: [PATCH] update to 3.0.3 [release 3.0.3-1mamba;Thu Nov 30 2017] --- wxWidgets30.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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