From 2bac14c9373318d3e1ae4455b9475ebb76758b64 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 24 Jan 2018 12:04:53 +0100 Subject: Enabled titlebar/csd drawing patch again (mozbz#1399611) --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index c6d1bbb..7e7e12d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -98,7 +98,7 @@ ExcludeArch: ppc64 ppc64le aarch64 armv7hl s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 58.0 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -338,7 +338,7 @@ This package contains results of tests executed during build. %patch413 -p1 -b .1353817 # CSD - Disabled now -#%patch416 -p1 -b .1399611 +%patch416 -p1 -b .1399611 # Debian extension patch # Disabled due to new pref module, see @@ -871,6 +871,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jan 24 2018 Martin Stransky - 58.0-3 +- Enabled titlebar/csd drawing patch again (mozbz#1399611). + * Wed Jan 24 2018 Martin Stransky - 58.0-2 - Ship run-mozilla.sh script. -- cgit