Browse Source

firefox-53

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11138 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 6 years ago
parent
commit
6ff63a89f8
2 changed files with 9 additions and 4 deletions
  1. 9 3
      f/firefox/firefox-vl.spec
  2. 0 1
      f/firefox/mozconfig-firefox-vine7

+ 9 - 3
f/firefox/firefox-vl.spec

@@ -1,7 +1,7 @@
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 53.0
-%global geckomajor 53.0
-#global ffminor 1
+%global ffmajor 54.0
+%global geckomajor 54.0
+%global ffminor 1
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %global langpackdir %{ffdir}/langpacks
@@ -482,6 +482,12 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Fri Jul 28 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 54.0.1-1
+- update to 54.0.1
+
+* Mon May 15 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0.2-1
+- update to 53.0.2
+
 * Sun Apr 30 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0-1
 - update to 53.0
 - build with gtk3

+ 0 - 1
f/firefox/mozconfig-firefox-vine7

@@ -49,7 +49,6 @@ ac_add_options --enable-chrome-format=jar
 ac_add_options --disable-official-branding
 ac_add_options --with-branding=browser/branding/unofficial
 ac_add_options --with-distribution-id=org.vinelinux
-ac_add_options --disable-rust
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1