From 75087ae86af8e5a60942bf32a7a672383ce1f7f2 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 2 May 2016 13:27:48 +0200 Subject: Removed gstreamer config as it's no longer used. See rhbz#1331496 for details. --- firefox.spec | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/firefox.spec b/firefox.spec index 15ef569..5ada3bd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -34,8 +34,6 @@ %define system_jpeg 1 -%define enable_gstreamer 1 - # Separated plugins are supported on x86(64) only %ifarch %{ix86} x86_64 %define separated_plugins 1 @@ -94,7 +92,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 46.0 -Release: 5%{?pre_tag}%{?dist} +Release: 6%{?pre_tag}%{?dist} URL: https://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -191,10 +189,6 @@ Requires: nss >= %{nss_build_version} BuildRequires: desktop-file-utils BuildRequires: system-bookmarks -%if %{?enable_gstreamer} -BuildRequires: pkgconfig(gstreamer-1.0) -BuildRequires: pkgconfig(gstreamer-allocators-1.0) -%endif %if %{?system_sqlite} BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version} Requires: sqlite >= %{sqlite_build_version} @@ -329,12 +323,6 @@ echo "ac_add_options --disable-system-cairo" >> .mozconfig echo "ac_add_options --enable-system-ffi" >> .mozconfig %endif -%if %{?enable_gstreamer} -echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig -%else -echo "ac_add_options --disable-gstreamer" >> .mozconfig -%endif - %if !%{?separated_plugins} echo "ac_add_options --disable-ipc" >> .mozconfig %endif @@ -813,6 +801,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon May 2 2016 Martin Stransky - 46.0-6 +- Removed gstreamer config as it's no longer used. + See rhbz#1331496 for details. + * Thu Apr 28 2016 Martin Stransky - 46.0-5 - Added fix for rhbz#1322626 - wrong focused window -- cgit