Merge branch 'master' into f22
This commit is contained in:
commit
5f3c74b65c
13
firefox-nss-3.18.0.patch
Normal file
13
firefox-nss-3.18.0.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -up mozilla-release/configure.in.old mozilla-release/configure.in
|
||||||
|
--- mozilla-release/configure.in.old 2015-04-28 20:31:45.000000000 +0200
|
||||||
|
+++ mozilla-release/configure.in 2015-04-28 20:32:40.807783614 +0200
|
||||||
|
@@ -3627,7 +3627,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
|
||||||
|
_USE_SYSTEM_NSS=1 )
|
||||||
|
|
||||||
|
if test -n "$_USE_SYSTEM_NSS"; then
|
||||||
|
- AM_PATH_NSS(3.18.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
||||||
|
+ AM_PATH_NSS(3.18.0, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -n "$MOZ_NATIVE_NSS"; then
|
||||||
|
diff -up mozilla-release/media/webrtc/trunk/Makefile.old mozilla-release/media/webrtc/trunk/Makefile
|
@ -143,6 +143,7 @@ Patch215: firefox-enable-addons.patch
|
|||||||
Patch219: rhbz-1173156.patch
|
Patch219: rhbz-1173156.patch
|
||||||
Patch220: rhbz-1014858.patch
|
Patch220: rhbz-1014858.patch
|
||||||
Patch221: firefox-fedora-ua.patch
|
Patch221: firefox-fedora-ua.patch
|
||||||
|
Patch222: firefox-nss-3.18.0.patch
|
||||||
|
|
||||||
# Upstream patches
|
# Upstream patches
|
||||||
|
|
||||||
@ -295,6 +296,7 @@ cd %{tarballdir}
|
|||||||
%patch219 -p2 -b .rhbz-1173156
|
%patch219 -p2 -b .rhbz-1173156
|
||||||
%patch220 -p1 -b .rhbz-1014858
|
%patch220 -p1 -b .rhbz-1014858
|
||||||
%patch221 -p2 -b .fedora-ua
|
%patch221 -p2 -b .fedora-ua
|
||||||
|
%patch222 -p1 -b .nss-3.18.0
|
||||||
|
|
||||||
# Upstream patches
|
# Upstream patches
|
||||||
%if %{toolkit_gtk3}
|
%if %{toolkit_gtk3}
|
||||||
|
Loading…
Reference in New Issue
Block a user