|
|
@ -17,8 +17,8 @@
|
|
|
|
%global builddocs 1
|
|
|
|
%global builddocs 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
Version: 3.0.3
|
|
|
|
Version: 3.0.4
|
|
|
|
Release: 10%{?snapshottag}%{?dist}
|
|
|
|
Release: 1%{?snapshottag}%{?dist}
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
License: wxWidgets
|
|
|
|
License: wxWidgets
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -36,11 +36,7 @@ Source10: wx-config
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1225148
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1225148
|
|
|
|
# remove abort when ABI check fails
|
|
|
|
# remove abort when ABI check fails
|
|
|
|
# Backport from wxGTK
|
|
|
|
# Backport from wxGTK
|
|
|
|
Patch0: %{name}-%{version}-abicheck.patch
|
|
|
|
Patch0: %{name}-3.0.3-abicheck.patch
|
|
|
|
# Patch to port to webkit2gtk
|
|
|
|
|
|
|
|
Patch1: %{name}-%{version}-webkit2.patch
|
|
|
|
|
|
|
|
# https://github.com/wxWidgets/wxWidgets/commit/ce1dce113c5eda42f49ba3278bb21c61872ca37d
|
|
|
|
|
|
|
|
Patch2: %{name}-%{version}-avoid-tlw-destroy-assert.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
@ -515,6 +511,9 @@ fi
|
|
|
|
%doc docs/doxygen/out/xml/*
|
|
|
|
%doc docs/doxygen/out/xml/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 09 2018 Scott Talbert <swt@techie.net> - 3.0.4-1
|
|
|
|
|
|
|
|
- New upstream release 3.0.4
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Scott Talbert <swt@techie.net> - 3.0.3-10
|
|
|
|
* Mon Feb 19 2018 Scott Talbert <swt@techie.net> - 3.0.3-10
|
|
|
|
- Add missing BR for gcc-c++
|
|
|
|
- Add missing BR for gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|