|
@@ -22,7 +22,7 @@
|
|
|
%define build_vine6 1
|
|
|
%endif
|
|
|
|
|
|
-%define ffrelease 1%{?_dist_release}
|
|
|
+%define ffrelease 2%{?_dist_release}
|
|
|
|
|
|
%define desktop_file_utils_version 0.6
|
|
|
%define nspr_version 4.9.6
|
|
@@ -60,7 +60,7 @@ Source12: firefox-vine-default-prefs.js
|
|
|
Source21: firefox.vine.sh.in
|
|
|
Source22: firefox.png
|
|
|
Source23: fx-about.png
|
|
|
-Source24: fx-about-wordmark.png
|
|
|
+Source24: fx-about-wordmark.svg
|
|
|
Source25: firefox.desktop
|
|
|
Source26: firefox-safe-mode.desktop
|
|
|
Source30: firefox.1
|
|
@@ -226,7 +226,7 @@ echo "ac_add_options --disable-ipc" >> .mozconfig
|
|
|
# setup unofficial branding logos
|
|
|
%{__tar} xjvf %{SOURCE1010}
|
|
|
%{__cp} %{SOURCE23} browser/branding/unofficial/content/about.png
|
|
|
-%{__cp} %{SOURCE24} browser/branding/unofficial/content/about-wordmark.png
|
|
|
+%{__cp} %{SOURCE24} browser/branding/unofficial/content/about-wordmark.svg
|
|
|
%{__cp} browser/branding/unofficial/locales/en-US/brand.* browser/branding/nightly/locales/en-US/
|
|
|
|
|
|
#---------------------------------------------------------------------
|
|
@@ -449,6 +449,10 @@ fi
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
|
|
|
+- fix vine customize patch
|
|
|
+- update unofficial logos
|
|
|
+
|
|
|
* Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
|
|
|
- update to 23.0
|
|
|
|