Update to 2.4.4

This commit is contained in:
Tomas Popela 2014-07-10 09:21:48 +02:00
parent daefc3b4e1
commit 36d3f22bac
2 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
c5861552d9ecd6d7854a4d462ff25924 webkitgtk-2.4.3.tar.xz
79edd28d32172abc17a8861622cc274f webkitgtk-2.4.4.tar.xz

View File

@ -9,8 +9,8 @@
cp -p %1 %{buildroot}%{_pkgdocdir}/$(echo '%1' | sed -e 's!/!.!g')
Name: webkitgtk
Version: 2.4.3
Release: 4%{?dist}
Version: 2.4.4
Release: 1%{?dist}
Summary: GTK+ Web content engine library
Group: Development/Libraries
@ -27,9 +27,6 @@ Patch5: webkitgtk-aarch64.patch
Patch6: webkitgtk-2.4.1-cloop_fix.patch
Patch7: webkitgtk-2.4.1-ppc64_align.patch
Patch8: webkitgtk-2.4.2-ppc64le.patch
# https://bugs.webkit.org/show_bug.cgi?id=134593
# Remove when 2.4.4 will be out
Patch9: webkitgtk-2.4.3-angle_symbol_table.patch
BuildRequires: bison
BuildRequires: chrpath
@ -93,7 +90,6 @@ This package contains developer documentation for %{name}.
%prep
%setup -qn "webkitgtk-%{version}"
%patch0 -p1 -b .nspluginwrapper
%patch9 -p1 -b .angle_symbol_table
# required for 32-bit big-endians
%ifarch ppc s390
%patch4 -p1 -b .double2intsPPC32
@ -218,6 +214,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/gtk-doc/html/webkitgtk
%changelog
* Wed Jul 10 2014 Tomas Popela <tpopela@redhat.com> 2.4.4-1
- Update to 2.4.4
* Fri Jul 04 2014 Tomas Popela <tpopela@redhat.com> 2.4.3-4
- rhbz#1088480 - [abrt] libwebkit2gtk: TSymbolTableLevel::~TSymbolTableLevel(): WebKitWebProcess killed by SIGSEGV