Update to 34.0 build 2
This commit is contained in:
parent
f12a119051
commit
5bb5b05469
2
.gitignore
vendored
2
.gitignore
vendored
@ -114,3 +114,5 @@ firefox-3.6.4.source.tar.bz2
|
||||
/firefox-33.0.source.tar.bz2
|
||||
/firefox-33.1.source.tar.bz2
|
||||
/firefox-langpacks-33.1-20141111.tar.xz
|
||||
/firefox-34.0.source.tar.bz2
|
||||
/firefox-langpacks-34.0-20141201.tar.xz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up firefox-33.0/mozilla-release/toolkit/library/libxul.mk.old firefox-33.0/mozilla-release/toolkit/library/libxul.mk
|
||||
--- firefox-33.0/mozilla-release/toolkit/library/libxul.mk.old 2014-11-03 13:37:20.206772190 +0100
|
||||
+++ firefox-33.0/mozilla-release/toolkit/library/libxul.mk 2014-11-03 13:36:56.966691951 +0100
|
||||
@@ -168,7 +168,7 @@ endif
|
||||
|
||||
ifdef MOZ_WIDGET_GTK
|
||||
ifdef MOZ_ENABLE_GTK3
|
||||
-EXTRA_DSO_LDOPTS += $(filter-out -lgtk-3 -lgdk-3,$(TK_LIBS)) -lmozgtk_stub
|
||||
+EXTRA_DSO_LDOPTS += $(filter-out -lgtk-3 -lgdk-3,$(TK_LIBS)) -L$(LIBXUL_DIST)/lib -lmozgtk_stub
|
||||
else
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
endif
|
11
firefox.spec
11
firefox.spec
@ -112,14 +112,14 @@
|
||||
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 33.1
|
||||
Release: 2%{?pre_tag}%{?dist}
|
||||
Version: 34.0
|
||||
Release: 1%{?pre_tag}%{?dist}
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
|
||||
%if %{build_langpacks}
|
||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20141111.tar.xz
|
||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20141201.tar.xz
|
||||
%endif
|
||||
Source10: firefox-mozconfig
|
||||
Source11: firefox-mozconfig-branded
|
||||
@ -139,7 +139,6 @@ Patch18: xulrunner-24.0-jemalloc-ppc.patch
|
||||
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
|
||||
Patch19: xulrunner-24.0-s390-inlines.patch
|
||||
Patch20: firefox-build-prbool.patch
|
||||
Patch21: firefox-mozstub-build.patch
|
||||
|
||||
# Fedora specific patches
|
||||
# Unable to install addons from https pages
|
||||
@ -285,7 +284,6 @@ cd %{tarballdir}
|
||||
%patch18 -p2 -b .jemalloc-ppc
|
||||
%patch19 -p2 -b .s390-inlines
|
||||
%patch20 -p1 -b .prbool
|
||||
%patch21 -p2 -b .mozstub
|
||||
|
||||
# For branding specific patches.
|
||||
|
||||
@ -767,6 +765,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Dec 1 2014 Martin Stransky <stransky@redhat.com> - 34.0-1
|
||||
- Update to 34.0 build 2
|
||||
|
||||
* Thu Nov 13 2014 Martin Stransky <stransky@redhat.com> - 33.1-2
|
||||
- Disabled downloads non-free OpenH264 blob on first start
|
||||
(rhbz#1155499)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
bd94c6465c53bf315b470259f1b1c896 firefox-33.1.source.tar.bz2
|
||||
b0baf9d436259a6f77b15015e993907f firefox-langpacks-33.1-20141111.tar.xz
|
||||
8ce294a40ecaaf8a1ae6a6c6a6e2c3c9 firefox-34.0.source.tar.bz2
|
||||
988cd25476b027f1188271940800cc22 firefox-langpacks-34.0-20141201.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user