[webkitgtk4] Update to 2.7.3

Tomas Popela tpopela at fedoraproject.org
Tue Dec 16 11:56:55 UTC 2014


commit 9e65f9753410b787f59b306eecbfc9db82d564e8
Author: Tomas Popela <tpopela at redhat.com>
Date:   Tue Dec 16 12:56:35 2014 +0100

    Update to 2.7.3

 .gitignore                                    |    1 +
 sources                                       |    2 +-
 webkitgtk-2.7.2-disable-codec-installer.patch |   26 ++++--------------------
 webkitgtk4.spec                               |   11 +++++++--
 4 files changed, 15 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e55b84..510f8b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /webkitgtk-2.6.2.tar.xz
 /webkitgtk-2.7.1.tar.xz
 /webkitgtk-2.7.2.tar.xz
+/webkitgtk-2.7.3.tar.xz
diff --git a/sources b/sources
index 1a0a56e..5c86db0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f2774c5a7dbab8f6adac7d94f118751  webkitgtk-2.7.2.tar.xz
+0713e323ca1a50b0307324c1aa467981  webkitgtk-2.7.3.tar.xz
diff --git a/webkitgtk-2.7.2-disable-codec-installer.patch b/webkitgtk-2.7.2-disable-codec-installer.patch
index e168113..3414c30 100644
--- a/webkitgtk-2.7.2-disable-codec-installer.patch
+++ b/webkitgtk-2.7.2-disable-codec-installer.patch
@@ -1,22 +1,8 @@
-From a15a3ac0571bc1e3a5fb9c62e5b19a1f005445fb Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro at igalia.com>
-Date: Tue, 9 Dec 2014 18:34:31 +0100
-Subject: [PATCH] Disable the PackageKit codec installer
-
-This is a workaround, not suitable for upstream.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=726326
-https://bugs.webkit.org/show_bug.cgi?id=135973
----
- .../platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp  | 9 +--------
- 1 file changed, 1 insertion(+), 8 deletions(-)
-
-diff --git a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
-index 8c9a637..55e0b8b 100644
---- a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
-+++ b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
-@@ -1009,15 +1009,8 @@ gboolean MediaPlayerPrivateGStreamer::handleMessage(GstMessage* message)
-         }
+diff -up webkitgtk-2.7.3/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp.disable_codec_installer webkitgtk-2.7.3/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
+--- webkitgtk-2.7.3/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp.disable_codec_installer	2014-12-16 12:51:22.476697486 +0100
++++ webkitgtk-2.7.3/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp	2014-12-16 12:53:13.921359868 +0100
+@@ -1020,15 +1020,8 @@ gboolean MediaPlayerPrivateGStreamer::ha
+         gst_bin_recalculate_latency(GST_BIN(m_playBin.get()));
          break;
      case GST_MESSAGE_ELEMENT:
 -        if (gst_is_missing_plugin_message(message)) {
@@ -32,5 +18,3 @@ index 8c9a637..55e0b8b 100644
              GstMpegtsSection* section = gst_message_parse_mpegts_section(message);
              if (section) {
                  processMpegTsSection(section);
---
-2.1.0
diff --git a/webkitgtk4.spec b/webkitgtk4.spec
index 62753a7..df928f9 100644
--- a/webkitgtk4.spec
+++ b/webkitgtk4.spec
@@ -8,8 +8,8 @@
 %global _hardened_build 1
 
 Name:           webkitgtk4
-Version:        2.7.2
-Release:        3%{?dist}
+Version:        2.7.3
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 License:        LGPLv2
@@ -19,7 +19,9 @@ Source0:        http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 Patch0:         webkit-1.1.14-nspluginwrapper.patch
 Patch2:         webkitgtk-2.5.90-cloop_fix.patch
 Patch3:         webkitgtk-2.5.2-commit_align.patch
-Patch4:	        webkitgtk-2.7.2-disable-codec-installer.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=726326
+# https://bugs.webkit.org/show_bug.cgi?id=135973
+Patch4:         webkitgtk-2.7.2-disable-codec-installer.patch
 
 BuildRequires:  at-spi2-core-devel
 BuildRequires:  bison
@@ -195,6 +197,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/
 
 %changelog
+* Tue Dec 16 2014 Tomas Popela <tpopela at redhat.com> - 2.7.3-1
+- Update to 2.7.3
+
 * Tue Dec 09 2014 Michael Catanzaro <mcatanzaro at gnome.org> - 2.7.2-3
 - Disable the PackageKit codec installer
 


More information about the scm-commits mailing list