Browse Source

update to 1.9.2.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@732 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
1ce3d0a070
1 changed files with 9 additions and 1 deletions
  1. 9 1
      x/xulrunner/xulrunner-vl.spec

+ 9 - 1
x/xulrunner/xulrunner-vl.spec

@@ -24,7 +24,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Summary(ja):    Gecko アプリケーションのための XUL ランタイム
 Name:           xulrunner
-Version:        1.9.2.2
+Version:        1.9.2.3
 Release:        1%{?_dist_release}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -45,7 +45,9 @@ Patch0:		xulrunner-version.patch
 Patch1:         mozilla-build.patch
 Patch3:         mozilla-jemalloc.patch
 Patch5:         mozilla-jemalloc-526152.patch
+Patch7:         xulrunner-1.9.2.1-build.patch
 Patch8:         mozilla-plugin.patch
+Patch9:         mozilla-build-sbrk.patch
 
 # patches from Fedora
 Patch10:       mozilla-192-pkgconfig.patch
@@ -144,7 +146,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' \
 %patch1  -p1 -b .build
 %patch3  -p1 -b .jemalloc
 %patch5  -p1 -b .jemalloc-526152
+%patch7  -p2 -b .del
 %patch8  -p1 -b .plugin
+%patch9  -p2 -b .sbrk
 
 %patch10 -p1 -b .pkgconfig
 
@@ -430,8 +434,12 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.2.3-1
+- update to 1.9.2.3 (sync with firefox-3.6.3)
+
 * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.2.2-1
 - update to 1.9.2.2 (sync with firefox-3.6.2)
+- add patch7,9 for fix build failure
 
 * Sat Jan 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.2-3
 - enable libnotify support