|
@@ -1,6 +1,6 @@
|
|
|
# do not include minor version number in MOZILLA_FIVE_HOME
|
|
|
%define tbmajor 3.1
|
|
|
-%define tbversion %{tbmajor}.4
|
|
|
+%define tbversion %{tbmajor}.5
|
|
|
%define tbrelease 1%{?_dist_release}
|
|
|
|
|
|
# The tarball is pretty inconsistent with directory structure.
|
|
@@ -76,6 +76,8 @@ Patch1: mozilla-jemalloc.patch
|
|
|
Patch2: thunderbird-shared-error.patch
|
|
|
# Fixes gcc complain that nsFrame::delete is protected
|
|
|
Patch4: xulrunner-1.9.2.1-build.patch
|
|
|
+# Fix for building with libjpeg-turbo
|
|
|
+Patch5: mozilla-libjpeg-turbo.patch
|
|
|
|
|
|
# customization patches
|
|
|
#Patch22: firefox-1.0-psfonts.patch
|
|
@@ -167,6 +169,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
|
|
|
|
|
|
cd mozilla
|
|
|
|
|
|
+%patch5 -p1 -b .libjpeg-turbo
|
|
|
#%patch22 -p1
|
|
|
#%patch24 -p1
|
|
|
#%patch25 -p0
|
|
@@ -340,6 +343,10 @@ fi
|
|
|
#===============================================================================
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Oct 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.5-1
|
|
|
+- new upstream release with security fix
|
|
|
+- add patch5 to fix build failure
|
|
|
+
|
|
|
* Sun Sep 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.4-1
|
|
|
- new upstream release
|
|
|
|