diff --git a/.gitignore b/.gitignore index deb3b8a..9900fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ webkit-1.3.2.tar.gz /webkitgtk-2.2.2.tar.xz /webkitgtk-2.2.3.tar.xz /webkitgtk-2.2.4.tar.xz +/webkitgtk-2.2.5.tar.xz diff --git a/sources b/sources index 38bfcce..1d8ecf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2af0d2d75f18cac33bd82ee63e22571 webkitgtk-2.2.4.tar.xz +6083e027308cf6731c6ce394bf059fa8 webkitgtk-2.2.5.tar.xz diff --git a/webkitgtk.spec b/webkitgtk.spec index 33d4c30..ab637f6 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -9,8 +9,8 @@ cp -p %1 %{buildroot}%{_pkgdocdir}/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk -Version: 2.2.4 -Release: 4%{?dist} +Version: 2.2.5 +Release: 1%{?dist} Summary: GTK+ Web content engine library Group: Development/Libraries @@ -201,6 +201,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/gtk-doc/html/webkitgtk %changelog +* Wed Feb 19 2014 Tomas Popela 2.2.5-1 +- Update to 2.2.5 + * Tue Feb 18 2014 Tomas Popela 2.2.4-4 - Enable full debuginfo on s390s