diff --git a/.gitignore b/.gitignore index 5f25f93..cd13b39 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /wxWidgets-f90b768.tar.gz /wxWidgets-e4293e9.tar.gz /wxWidgets-3.0.3.tar.bz2 +/wxWidgets-3.0.4.tar.bz2 diff --git a/sources b/sources index 795cf28..2d9ca6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxWidgets-3.0.3.tar.bz2) = dfe53682d7cda1d460f336a890603c4e823078be4b05e7cf43ab36cb49247f702808aa939d9311705bdf5f96eaa076e7a8f77f4415bc07c5bfdc19e5deff1dd1 +SHA512 (wxWidgets-3.0.4.tar.bz2) = c9e6b35d541a99921c54cfdac260843f574f146b27f924a7a0fca5007344fa99865a96ded95e6802329ad9221b4880d62b92277a1b4c1ce71420acb672ad9158 diff --git a/wxGTK3.spec b/wxGTK3.spec index 9648237..e535cc1 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -17,8 +17,8 @@ %global builddocs 1 Name: %{wxgtkname} -Version: 3.0.3 -Release: 10%{?snapshottag}%{?dist} +Version: 3.0.4 +Release: 1%{?snapshottag}%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -36,11 +36,7 @@ Source10: wx-config # https://bugzilla.redhat.com/show_bug.cgi?id=1225148 # remove abort when ABI check fails # Backport from wxGTK -Patch0: %{name}-%{version}-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 +Patch0: %{name}-3.0.3-abicheck.patch BuildRequires: gcc-c++ BuildRequires: gtk2-devel @@ -515,6 +511,9 @@ fi %doc docs/doxygen/out/xml/* %changelog +* Fri Mar 09 2018 Scott Talbert - 3.0.4-1 +- New upstream release 3.0.4 + * Mon Feb 19 2018 Scott Talbert - 3.0.3-10 - Add missing BR for gcc-c++