[webkitgtk] Update to 2.0.4

Tomas Popela tpopela at fedoraproject.org
Mon Jul 22 07:28:05 UTC 2013


commit eccd09aa2a5545355ebf6c4b19ba733e8352eee3
Author: Tomas Popela <tpopela at redhat.com>
Date:   Mon Jul 22 09:29:42 2013 +0200

    Update to 2.0.4

 .gitignore                       |    1 +
 sources                          |    2 +-
 webkitgtk-fix-harfbuzz-icu.patch |   20 --------------------
 webkitgtk.spec                   |   16 +++++-----------
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1a3648..e1b9d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ webkit-1.3.2.tar.gz
 /webkitgtk-2.0.0.tar.xz
 /webkitgtk-2.0.1.tar.xz
 /webkitgtk-2.0.2.tar.xz
+/webkitgtk-2.0.4.tar.xz
diff --git a/sources b/sources
index 6a46942..cd5ab26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4024f4b33d829ec1034179e94f9cab6  webkitgtk-2.0.2.tar.xz
+413be319ba171feed9348d1bede6b0a7  webkitgtk-2.0.4.tar.xz
diff --git a/webkitgtk.spec b/webkitgtk.spec
index e70eb19..d0b3f6e 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -6,8 +6,8 @@
 	cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:		webkitgtk
-Version:	2.0.2
-Release:	2%{?dist}
+Version:	2.0.4
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Group:		Development/Libraries
@@ -25,8 +25,6 @@ Patch1:         webkit-1.11.2-yarr.patch
 Patch2:         webkit-1.11.2-Double2Ints.patch
 Patch3:         webkitgtk-1.11.5-libatomic.patch
 Patch4:         webkit-1.11.90-double2intsPPC32.patch
-# https://bugs.webkit.org/show_bug.cgi?id=116978
-Patch5:         webkitgtk-fix-harfbuzz-icu.patch
 
 BuildRequires:	bison
 BuildRequires:	chrpath
@@ -58,9 +56,6 @@ BuildRequires:	cairo-gobject-devel
 BuildRequires:	fontconfig-devel >= 2.5
 BuildRequires:	freetype-devel
 
-# Needed for patch5:
-BuildRequires:  autoconf automake libtool
-
 %ifarch ppc
 BuildRequires:  libatomic
 %endif
@@ -101,10 +96,6 @@ This package contains developer documentation for %{name}.
 %ifarch ppc s390
 %patch4 -p1 -b .double2intsPPC32
 %endif
-%patch5 -p1 -b .harfbuzz-icu
-
-# Needed for patch5:
-autoreconf --verbose --install -I Source/autotools
 
 %build
 %ifarch s390 %{arm} ppc
@@ -212,6 +203,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Mon Jul 22 2013 Tomas Popela <tpopela at redhat.com> - 2.0.4-1
+- Update to 2.0.4
+
 * Fri Jun 07 2013 Kalev Lember <kalevlember at gmail.com> - 2.0.2-2
 - Link with harfbuzz-icu (split into separate library in harfbuzz 0.9.18)
 


More information about the scm-commits mailing list