From a7c8bd825f63bb0f86bcbf2cbed28d528a015261 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 7 Apr 2015 13:36:59 +0200 Subject: Fixed debug builds --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 4bd9edb..0adfb38 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 37.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -134,6 +134,7 @@ Patch19: xulrunner-24.0-s390-inlines.patch Patch20: firefox-build-prbool.patch Patch21: firefox-ppc64le.patch Patch23: mozilla-1005535.patch +Patch24: firefox-debug.patch # Fedora specific patches # Unable to install addons from https pages @@ -284,6 +285,7 @@ cd %{tarballdir} %patch20 -p1 -b .prbool %patch21 -p2 -b .ppc64le %patch23 -p1 -b .1005535 +%patch24 -p1 -b .debug %patch3 -p2 -b .arm @@ -803,6 +805,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Apr 7 2015 Martin Stransky - 37.0.1-2 +- Fixed debug builds + * Tue Apr 7 2015 Martin Stransky - 37.0.1-1 - Update to 37.0.1 -- cgit