Browse Source

3.1.5 に更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2142 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 14 years ago
parent
commit
d8f7c85e51
1 changed files with 8 additions and 1 deletions
  1. 8 1
      t/thunderbird/thunderbird-vl.spec

+ 8 - 1
t/thunderbird/thunderbird-vl.spec

@@ -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