[webkitgtk3] Update to 2.1.2

Tomas Popela tpopela at fedoraproject.org
Wed Jun 19 07:48:16 UTC 2013


commit 48d95de28cb806ca1d125b40933bacdc2ce9ad38
Author: Tomas Popela <tpopela at redhat.com>
Date:   Wed Jun 19 09:49:14 2013 +0200

    Update to 2.1.2

 .gitignore                       |    1 +
 sources                          |    2 +-
 webkitgtk-fix-harfbuzz-icu.patch |   20 --------------------
 webkitgtk3.spec                  |   18 ++++++------------
 4 files changed, 8 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d7c2d0..f586b59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ webkit-1.3.3.tar.gz
 /webkitgtk-2.0.1.tar.xz
 /webkitgtk-2.0.2.tar.xz
 /webkitgtk-2.1.1.tar.xz
+/webkitgtk-2.1.2.tar.xz
diff --git a/sources b/sources
index a0ac1a9..9a903ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a460cdcd09c7a07f5e63cfe5780f545a  webkitgtk-2.1.1.tar.xz
+8e24fbecdb80c1cdd1b0e7ba40654e77  webkitgtk-2.1.2.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 2429db0..dbe1cdc 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,8 +6,8 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        2.1.1
-Release:        3%{?dist}
+Version:        2.1.2
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -22,8 +22,6 @@ Patch0:         webkit-1.1.14-nspluginwrapper.patch
 Patch1:         webkitgtk-2.1.1-yarr.patch
 # https://bugs.webkit.org/show_bug.cgi?id=103128
 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:  cairo-devel
@@ -57,9 +55,6 @@ BuildRequires:  perl-Switch
 BuildRequires:  ruby
 BuildRequires:  mesa-libGL-devel
 
-# Needed for patch5:
-BuildRequires:  autoconf automake libtool
-
 %description
 WebKitGTK+ is the port of the portable web rendering engine WebKit to the
 GTK+ platform.
@@ -102,10 +97,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
 # Use linker flags to reduce memory consumption
@@ -221,7 +212,10 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 
 
 %changelog
-* Fri Jun 07 2013 Kalev Lember <kalevlember at gmail.com> - 2.0.2-3
+* Wed Jun 19 2013 Tomas Popela <tpopela at redhat.com> - 2.1.2-1
+- Update to 2.1.2
+
+* Fri Jun 07 2013 Kalev Lember <kalevlember at gmail.com> - 2.1.1-3
 - Link with harfbuzz-icu (split into separate library in harfbuzz 0.9.18)
 
 * Mon Jun 03 2013 Kalev Lember <kalevlember at gmail.com> - 2.1.1-2


More information about the scm-commits mailing list