|
@@ -1,6 +1,6 @@
|
|
|
## do not include minor version number in MOZILLA_FIVE_HOME
|
|
|
-%global ffmajor 8.0
|
|
|
-%global geckomajor 8.0
|
|
|
+%global ffmajor 9.0
|
|
|
+%global geckomajor 9.0
|
|
|
%global ffminor 1
|
|
|
%global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
|
|
|
%define ffdir %{_libdir}/firefox
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
%define desktop_file_utils_version 0.6
|
|
|
%define nspr_version 4.8.7
|
|
|
-%define nss_version 3.12.9
|
|
|
+%define nss_version 3.13.1
|
|
|
%define cairo_version 1.10.2-2
|
|
|
%define libjpeg-turbo_version 1.1.0
|
|
|
#define gecko_version %{geckomajor}%{?ffminor:.%{ffminor}}
|
|
@@ -161,7 +161,7 @@ FX ウェブブラウザは Mozilla テクノロジーをベースとしたオ
|
|
|
%setup -q -n %{name}-%{version} -c
|
|
|
cd %{tarballdir}
|
|
|
|
|
|
-%patch0 -p2 -b .install-dir
|
|
|
+%patch0 -p2 -b .orig
|
|
|
|
|
|
%patch14 -p1 -b .asciidel
|
|
|
%patch15 -p2 -b .enable-addons
|
|
@@ -389,6 +389,13 @@ fi
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
|
|
|
+- update to 9.0.1
|
|
|
+
|
|
|
+* Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
|
|
|
+- update to 9.0
|
|
|
+- build with nss-3.13.1
|
|
|
+
|
|
|
* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
|
|
|
- update to 8.0.1
|
|
|
|