firefox-vl.spec 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  1. %bcond_with clang
  2. # do not include minor version number in MOZILLA_FIVE_HOME
  3. %global ffmajor 78.0
  4. %global geckomajor 78.0
  5. %global ffminor 2
  6. %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
  7. %define ffdir %{_libdir}/firefox
  8. %define tarballdir firefox-%{ffversion}
  9. %global mozappdir %{_libdir}/%{name}
  10. %global langpackdir %{mozappdir}/distribution/extensions
  11. %global nodewrapperdir %{_builddir}/%{tarballdir}/bin
  12. %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
  13. %define homepage https://vinelinux.org/
  14. %define build_vine7 0
  15. %define build_vine6 0
  16. # current firefox3 doesn't build on Vine Linux 4.x or older.
  17. %if "%{?_dist_release}" == "vl7"
  18. %define build_vine7 1
  19. %define build_vine6 1
  20. %endif
  21. %if "%{?_dist_release}" == "vl6"
  22. %define build_vine6 1
  23. %endif
  24. %define ffrelease 1%{?_dist_release}
  25. %define desktop_file_utils_version 0.6
  26. %define libjpeg_turbo_version 1.1.0
  27. #%define gecko_version %{geckomajor}%{?ffminor:.%{ffminor}}
  28. %define gecko_version %{geckomajor}
  29. ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc
  30. Summary: Fx Browser
  31. Summary(ja): Fx ウェブブラウザ
  32. Name: firefox
  33. Version: %{ffversion}
  34. Release: %{ffrelease}
  35. URL: https://www.mozilla.org/ja/
  36. License: MPLv1.1 or GPLv2+ or LGPLv2+
  37. Group: Applications/Internet
  38. Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
  39. Source2: cbindgen-vendor.tar.xz
  40. Source230: mozconfig-firefox-vine6
  41. Source240: mozconfig-firefox-vine7
  42. Source11: firefox-vine-default-bookmarks.html
  43. Source12: firefox-vine-default-prefs.js
  44. Source21: firefox.vine.sh.in
  45. Source22: firefox.png
  46. Source23: fx-about.png
  47. Source24: fx-about-wordmark.svg
  48. Source25: firefox.desktop
  49. Source26: firefox-safe-mode.desktop
  50. Source27: firefox-safe-mode.vine.sh
  51. Source30: firefox.1
  52. Source32: node-stdout-nonblocking-wrapper
  53. Source50: firefox-xremote-client.sh.in
  54. Source100: find-external-requires
  55. # for newer rust
  56. #Source900: https://raw.githubusercontent.com/servo/rust-cssparser/master/src/parser.rs
  57. # locale sources
  58. %define MOZ_BUILD_LOCALES "ja"
  59. Source1000: firefox-%{ffversion}esr-langpacks.tar.xz
  60. Source1010: firefox-unofficial-branding-fx.tar.xz
  61. #
  62. Source2000: firefox-searchplugins-6.0-ja.tar.bz2
  63. Source3000: firefox.metainfo.xml
  64. # Build patches
  65. #Patch3: mozilla-build-arm.patch
  66. #Patch25: rhbz-1219542-s390-build.patch
  67. #Patch26: build-icu-big-endian.patch
  68. #Patch32: build-rust-ppc64le.patch
  69. #Patch35: build-ppc-jit.patch
  70. # Always feel lucky for unsupported platforms:
  71. # https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
  72. #Patch37: build-jit-atomic-always-lucky.patch
  73. # Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
  74. #Patch38: build-cacheFlush-missing.patch
  75. #Patch40: build-aarch64-skia.patch
  76. Patch41: build-disable-elfhack.patch
  77. #Patch44: build-arm-libopus.patch
  78. Patch46: firefox-nss-version.patch
  79. #Patch47: fedora-shebang-build.patch
  80. #Patch48: build-arm-wasm.patch
  81. #Patch49: build-arm-libaom.patch
  82. # Fedora specific patches
  83. Patch215: firefox-enable-addons.patch
  84. Patch219: rhbz-1173156.patch
  85. Patch221: firefox-fedora-ua.patch
  86. Patch224: mozilla-1170092.patch
  87. #ARM run-time patch
  88. Patch226: rhbz-1354671.patch
  89. Patch227: firefox-locale-debug.patch
  90. # Upstream patches
  91. Patch402: mozilla-1196777.patch
  92. Patch412: mozilla-1337988.patch
  93. Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
  94. Patch417: bug1375074-save-restore-x28.patch
  95. Patch422: mozilla-1580174-webrtc-popup.patch
  96. # Wayland specific upstream patches
  97. #Patch574: firefox-pipewire-0-2.patch
  98. #Patch575: firefox-pipewire-0-3.patch
  99. #VA-API patches
  100. Patch584: firefox-disable-ffvpx-with-vapi.patch
  101. Patch585: firefox-vaapi-extra-frames.patch
  102. Patch589: mozilla-1634213.patch
  103. # PGO/LTO patches
  104. Patch600: pgo.patch
  105. Patch602: mozilla-1516803.patch
  106. # customization patches
  107. ## Vine patch
  108. Patch1000: ignore-python-unicode-exception.patch
  109. # vine customization patch
  110. Patch2000: firefox-47.0.1-vine.patch
  111. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  112. BuildRequires: alsa-lib-devel
  113. BuildRequires: autoconf213
  114. BuildRequires: bzip2-devel
  115. # cbindgen needs clang
  116. BuildRequires: clang-devel, lld, llvm-devel
  117. BuildRequires: curl-devel
  118. BuildRequires: desktop-file-utils
  119. BuildRequires: freetype2-devel
  120. BuildRequires: gstreamer-devel
  121. BuildRequires: gstreamer-plugins-base-devel
  122. BuildRequires: gtk3-devel
  123. BuildRequires: lcms-devel
  124. BuildRequires: libffi-devel
  125. BuildRequires: libgnome-devel
  126. BuildRequires: libIDL-devel
  127. %if %{build_vine7}
  128. BuildRequires: libjpeg-turbo-devel >= %{libjpeg_turbo_version}
  129. %endif
  130. BuildRequires: libnotify-devel
  131. BuildRequires: libpng-devel
  132. BuildRequires: libXt-devel
  133. BuildRequires: libXrender-devel
  134. BuildRequires: libXScrnSaver-devel
  135. BuildRequires: nasm
  136. BuildRequires: nodejs > 10.0.0
  137. BuildRequires: pango-devel
  138. BuildRequires: pulseaudio-libs-devel
  139. %if %{build_vine7}
  140. BuildRequires: python-devel
  141. BuildRequires: python
  142. %else
  143. BuildRequires: python27-devel >= 2.7.3
  144. BuildRequires: python27 >= 2.7.3
  145. %endif
  146. BuildRequires: rust >= 1.34.0
  147. BuildRequires: cargo
  148. BuildRequires: startup-notification-devel
  149. BuildRequires: unzip
  150. BuildRequires: wget
  151. BuildRequires: yasm
  152. BuildRequires: zip
  153. BuildRequires: zlib-devel
  154. Requires: desktop-file-utils >= %{desktop_file_utils_version}
  155. Obsoletes: phoenix, mozilla-firebird, MozillaFirebird
  156. Obsoletes: firefox3
  157. Conflicts: firefox-esr
  158. Provides: webclient
  159. %if %{build_vine7}
  160. Conflicts: xulrunner < 17.0.1
  161. %endif
  162. AutoProv: 0
  163. %define _use_internal_dependency_generator 0
  164. %define __find_requires %{SOURCE100}
  165. Vendor: Project Vine
  166. Distribution: Vine Linux
  167. Packager: daisuke
  168. %description
  169. Fx Browser is an open-source web browser based on mozilla technology.
  170. This is unofficial build of firefox browser.
  171. %description -l ja
  172. FX ウェブブラウザは Mozilla テクノロジーをベースとしたオープンソースの
  173. ウェブブラウザです。
  174. #---------------------------------------------------------------------
  175. %prep
  176. %setup -q -n %{name}-%{version} -c
  177. cd %{tarballdir}
  178. %if 0%{?disable_elfhack}
  179. %patch41 -p1 -b .disable-elfhack
  180. %endif
  181. %patch46 -p1 -b .nss-version
  182. # Fedora patches
  183. %patch215 -p1 -b .addons
  184. %patch219 -p1 -b .rhbz-1173156
  185. %patch221 -p1 -b .fedora-ua
  186. %patch224 -p1 -b .1170092
  187. #ARM run-time patch
  188. %ifarch aarch64
  189. %patch226 -p1 -b .1354671
  190. %endif
  191. %patch227 -p1 -b .locale-debug
  192. %patch402 -p1 -b .1196777
  193. %ifarch %{arm}
  194. %patch415 -p1 -b .1238661
  195. %endif
  196. #patch584 -p1 -b .firefox-disable-ffvpx-with-vapi
  197. #patch585 -p1 -b .firefox-vaapi-extra-frames
  198. #patch589 -p1 -b .mozilla-1634213
  199. # PGO patches
  200. %patch600 -p1 -b .pgo
  201. #fix
  202. %patch602 -p1 -b .1516803
  203. #%patch1000 -p0 -b .ignore-exception
  204. perl -pi \
  205. -e 's|pref\("extensions.langpacks.signatures.required".*$|pref("extensions.langpacks.signatures.required", false);|' \
  206. browser/app/profile/firefox.js
  207. perl -pi \
  208. -e 's|pref\("layout.spellcheckDefault".*$|pref("layout.spellcheckDefault", 0);|' \
  209. browser/app/profile/firefox.js
  210. perl -pi \
  211. -e 's|browser.startup.homepage=.*$|browser.startup.homepage=https://vinelinux.org/|' \
  212. browser/branding/unofficial/locales/browserconfig.properties
  213. perl -pi \
  214. -e 's|pref\("startup.homepage_override_url".*$|pref("startup.homepage_override_url", "https://vinelinux.org/");|' \
  215. browser/branding/unofficial/locales/browserconfig.properties
  216. perl -pi \
  217. -e 's|pref\("startup.homepage_welcome_url".*$|pref("startup.homepage_welcome_url", "https://vinelinux.org/");|' \
  218. browser/branding/unofficial/locales/browserconfig.properties
  219. # replace source for newer rust
  220. #cp -f %{SOURCE900} ./third_party/rust/cssparser/src/
  221. #sed -i -e 's/"files":{[^}]*}/"files":{ }/' ./third_party/rust/cssparser/.cargo-checksum.json
  222. %{__rm} -f .mozconfig
  223. %if %build_vine7
  224. %{__cp} %{SOURCE240} .mozconfig
  225. %else
  226. %{__cp} -f %{SOURCE230} .mozconfig
  227. %endif
  228. #sed -i -e 's/enable-optimize/disable-optimize/g' .mozconfig
  229. %global optimize_flags "-O3"
  230. echo 'ac_add_options --enable-optimize=%{?optimize_flags}' >> .mozconfig
  231. echo "ac_add_options --disable-debug-symbols" >> .mozconfig
  232. echo "ac_add_options --disable-debug" >> .mozconfig
  233. %if %{with clang}
  234. echo "ac_add_options --enable-linker=lld" >> .mozconfig
  235. %endif
  236. echo 'export NODEJS="%{nodewrapperdir}/node-stdout-nonblocking-wrapper"' >> .mozconfig
  237. # Remove executable bit to make brp-mangle-shebangs happy.
  238. chmod -x third_party/rust/itertools/src/lib.rs
  239. # update searchplugins
  240. #%{__tar} xjvf %{SOURCE2000} -C browser/locales/en-US/
  241. # setup unofficial branding logos
  242. %{__tar} xvf %{SOURCE1010}
  243. %{__cp} %{SOURCE23} browser/branding/unofficial/content/about.png
  244. %{__cp} %{SOURCE24} browser/branding/unofficial/content/about-wordmark.svg
  245. %{__cp} browser/branding/unofficial/locales/en-US/brand.* browser/branding/nightly/locales/en-US/
  246. #---------------------------------------------------------------------
  247. %build
  248. cd %{tarballdir}
  249. export LANG=ja_JP.UTF-8
  250. # install bundled cbindgen
  251. mkdir -p my_rust_vendor
  252. cd my_rust_vendor
  253. %{__tar} xf %{SOURCE2}
  254. mkdir -p .cargo
  255. cat > .cargo/config <<EOL
  256. [source.crates-io]
  257. replace-with = "vendored-sources"
  258. [source.vendored-sources]
  259. directory = "`pwd`"
  260. EOL
  261. env CARGO_HOME=.cargo cargo install cbindgen
  262. export PATH=`pwd`/.cargo/bin:$PATH
  263. cd -
  264. mkdir %{nodewrapperdir} || :
  265. cp %{SOURCE32} %{nodewrapperdir}/ || :
  266. #autoconf-2.13
  267. MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
  268. %{__sed} -e 's/-Wall//')
  269. MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-Werror=format-security//')
  270. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive"
  271. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
  272. MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g0/')
  273. export MOZILLA_OFFICIAL=1
  274. export BUILD_OFFICIAL=1
  275. export MOZ_APP_DISPLAYNAME="Fx Browser"
  276. export PREFIX='%{_prefix}'
  277. export LIBDIR='%{_libdir}'
  278. %if %{with clang}
  279. export CC=clang
  280. export CXX=clang++
  281. export LLVM_PROFDATA="llvm-profdata"
  282. export AR="llvm-ar"
  283. export NM="llvm-nm"
  284. export RANLIB="llvm-ranlib"
  285. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-ignored-optimization-argument"
  286. %else
  287. export CC=gcc
  288. export CXX=g++
  289. export AR="gcc-ar"
  290. export NM="gcc-nm"
  291. export RANLIB="gcc-ranlib"
  292. MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
  293. %endif
  294. export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
  295. export CFLAGS=$MOZ_OPT_FLAGS
  296. export CXXFLAGS=$MOZ_OPT_FLAGS
  297. export LDFLAGS=$MOZ_LINK_FLAGS
  298. export RUSTFLAGS="-Cdebuginfo=0"
  299. MOZ_SMP_FLAGS=-j1
  300. # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
  301. # however builds tend to fail on other arches when building in parallel.
  302. %ifarch %{ix86} x86_64
  303. [ -z "$RPM_BUILD_NCPUS" ] && \
  304. RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
  305. [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
  306. [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
  307. [ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
  308. %endif
  309. sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' \
  310. browser/installer/Makefile.in &&
  311. export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
  312. #export MOZ_SERVICES_SYNC="1"
  313. #export STRIP=/bin/true
  314. MOZ_NOSPAM=1 ./mach build
  315. #export LDFLAGS="-Wl,-rpath,%{ffdir}"
  316. #%__make -f client.mk build MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
  317. #---------------------------------------------------------------------
  318. %install
  319. cd %{tarballdir}
  320. %{__rm} -rf $RPM_BUILD_ROOT
  321. export LANG=ja_JP.UTF-8
  322. # set up our default bookmarks
  323. %{__cp} -p %{SOURCE11} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html
  324. # Make sure locale works for langpacks
  325. %{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
  326. pref("general.useragent.locale", "chrome://global/locale/intl.properties");
  327. EOF
  328. export MOZ_APP_DISPLAYNAME="Fx Browser"
  329. DESTDIR=$RPM_BUILD_ROOT %{__make} -C objdir install
  330. %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
  331. if [ "%{version}" != "%{ffmajor}" ]; then
  332. if [ -d "$RPM_BUILD_ROOT%{_libdir}/firefox-%{version}" ]; then
  333. %{__mv} $RPM_BUILD_ROOT%{_libdir}/firefox-%{version} $RPM_BUILD_ROOT%{ffdir}
  334. fi
  335. fi
  336. # install icons
  337. %{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox.png
  338. for desktopfiles in %{SOURCE25} %{SOURCE26}
  339. do
  340. desktop-file-install --vendor vine \
  341. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  342. --add-category Application \
  343. --add-category Network \
  344. $desktopfiles
  345. done
  346. # Register as an application to be visible in the software center
  347. #
  348. # NOTE: It would be *awesome* if this file was maintained by the upstream
  349. # project, translated and installed into the right place during `make install`.
  350. #
  351. # See http://www.freedesktop.org/software/appstream/docs/ for more details.
  352. #
  353. %{__mkdir_p} %{buildroot}%{_datadir}/metainfo
  354. install -m644 %{SOURCE3000} %{buildroot}%{_datadir}/metainfo/%{name}.metainfo.xml
  355. %{__install} -p -m 755 %{SOURCE21} $RPM_BUILD_ROOT%{_bindir}/firefox
  356. %{__install} -p -m 755 %{SOURCE27} $RPM_BUILD_ROOT%{_bindir}/firefox-safe-mode
  357. %{__install} -p -D -m 664 %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
  358. %{__rm} -f %{buildroot}/%{mozappdir}/firefox-config
  359. %{__rm} -f %{buildroot}/%{mozappdir}/update-settings.ini
  360. echo > ../%{name}.lang
  361. # Extract langpacks, make any mods needed, repack the langpack, and install it.
  362. %{__mkdir_p} %{buildroot}%{langpackdir}
  363. %{__tar} xf %{SOURCE1000}
  364. for langpack in `ls firefox-langpacks/*.xpi`; do
  365. language=`basename $langpack .xpi`
  366. extensionID=langpack-$language@firefox.mozilla.org
  367. %{__mkdir_p} $extensionID
  368. unzip -qq $langpack -d $extensionID
  369. find $extensionID -type f | xargs chmod 644
  370. # sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
  371. # $extensionID/browser/chrome/$language/locale/branding/browserconfig.properties
  372. if [ $language = "ja" ]; then
  373. sed -i \
  374. -e "s|Mozilla Firefox|Fx ウェブブラウザ|g" \
  375. -e "s|Firefox|Fx ウェブブラウザ|g" \
  376. -e "s|Mozilla|Project Vine|g" \
  377. -e 's|\(.*trademarkInfo.part1.*"\).*">|\1Vine Linux および Vine Linux ロゴは Project Vine および有限会社ヴァインカーブの日本およびその他の国における商標です。">|g' \
  378. $extensionID/browser/chrome/$language/locale/branding/brand.*
  379. else
  380. sed -i \
  381. -e "s|Mozilla Firefox|Fx Browser|g" \
  382. -e "s|Firefox|Fx Browser|g" \
  383. -e "s|Mozilla|Project Vine|g" \
  384. -e 's|\(.*trademarkInfo.part1.*"\).*">|\1Vine Linux and the Vine Linux logos are trademarks of Project Vine and Vine Caves Ltd.">|g' \
  385. $extensionID/browser/chrome/$language/locale/branding/brand.*
  386. fi
  387. %{__cp} -p %{SOURCE11} $extensionID/browser/chrome/$language/locale/browser/bookmarks.html
  388. cd $extensionID
  389. zip -qq -r9mX ../${extensionID}.xpi *
  390. cd -
  391. %{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
  392. language=`echo $language | sed -e 's/-/_/g'`
  393. echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
  394. done
  395. %{__rm} -rf firefox-langpacks
  396. # Keep compatibility with the old preference location
  397. %{__mkdir_p} $RPM_BUILD_ROOT/%{ffdir}/defaults/preferences
  398. %{__mkdir_p} $RPM_BUILD_ROOT/%{ffdir}/browser/defaults
  399. ln -s %{mozappdir}/defaults/preferences $RPM_BUILD_ROOT/%{mozappdir}/browser/defaults/preferences
  400. # Default preferences
  401. %{__cat} %{SOURCE12} | %{__sed} -e 's,FIREFOX_RPM_VR,%{ffversion}-%{release},g' > vine-default-prefs
  402. %{__cp} vine-default-prefs %{buildroot}%{mozappdir}/defaults/preferences/all-vine.js
  403. rm -f vine-default-prefs
  404. # System extensions
  405. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{firefox_app_id}
  406. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{firefox_app_id}
  407. # Copy over the LICENSE
  408. %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{ffdir}
  409. # another bug fixed by looking at the debian package
  410. %{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
  411. for i in default{16,32,48,64,128}.png
  412. do
  413. %{__cp} -f browser/branding/unofficial/$i $RPM_BUILD_ROOT%{ffdir}/browser/chrome/icons/default/
  414. done
  415. # own mozilla plugin dir (#135050)
  416. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
  417. # System extensions
  418. %{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
  419. %{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_app_id}
  420. # Copy over the LICENSE
  421. %{__install} -p -c -m 644 LICENSE %{buildroot}/%{mozappdir}
  422. # Copy over run-mozilla.sh
  423. %{__cp} build/unix/run-mozilla.sh %{buildroot}%{mozappdir}
  424. # Remove copied libraries to speed up build
  425. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozjs.so
  426. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozalloc.so
  427. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libxul.so
  428. # cleanup unpackaged files
  429. %{__rm} -rf $RPM_BUILD_ROOT%{_includedir}/*
  430. %{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-*
  431. %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/idl
  432. #---------------------------------------------------------------------
  433. %clean
  434. %{__rm} -rf $RPM_BUILD_ROOT
  435. #---------------------------------------------------------------------
  436. %post
  437. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  438. %postun
  439. update-desktop-database %{_datadir}/applications>& /dev/null ||:
  440. umask 022
  441. %preun
  442. # is it a final removal?
  443. if [ $1 -eq 0 ]; then
  444. %{__rm} -rf %{ffdir}/components
  445. %{__rm} -rf %{ffdir}/extensions
  446. %{__rm} -rf %{ffdir}/plugins
  447. %{__rm} -rf %{langpackdir}
  448. fi
  449. %files
  450. %defattr(-,root,root,-)
  451. %{_bindir}/firefox
  452. %{_bindir}/firefox-safe-mode
  453. %{_mandir}/man1/*
  454. %{_datadir}/applications/vine-%{name}.desktop
  455. %{_datadir}/applications/vine-%{name}-safe-mode.desktop
  456. %{_datadir}/pixmaps/firefox.png
  457. %{_datadir}/metainfo/firefox.metainfo.xml
  458. %{ffdir}
  459. %{_libdir}/mozilla
  460. #---------------------------------------------------------------------
  461. %changelog
  462. * Fri Jul 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.0.2-1
  463. - updated to 78.0.2.
  464. - replaced all patches to rawhide's.
  465. * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.10.0-1
  466. - updated to 68.10.0.
  467. * Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
  468. - updated to 68.9.0.
  469. * Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.0-1
  470. - updated to 68.8.0.
  471. - updated metainfo.
  472. - fixed "License:" tag.
  473. * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
  474. - updated to 68.7.0.
  475. * Sun Apr 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.1-1
  476. - updated to 68.6.1.
  477. * Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.0-1
  478. - updated to 68.6.0.
  479. * Tue Feb 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.5.0-1
  480. - updated to 68.5.0.
  481. - dropped Source900: fixed in upstream.
  482. * Fri Nov 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.2.0-1
  483. - updated to 68.2.0.
  484. * Sun Sep 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.0-1
  485. - updated to 68.1.0.
  486. - dropped Patch37, 225 and 406-415.
  487. - imported Patch419-421 from upstream (via rawhide).
  488. - updated Patch224.
  489. - added Patch1000.
  490. * Sat Jun 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.2-1
  491. - updated to 60.7.2.
  492. * Thu Jun 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.1-1
  493. - updated to 60.7.1.
  494. * Sat May 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.3-1
  495. - updated to 60.6.3.
  496. * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.2-1
  497. - updated to 60.6.2.
  498. * Wed Dec 12 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.4.0-1
  499. - updated to 60.4.0.
  500. - updated branding informations in language packs.
  501. - re-added default profiles.
  502. - dropped Patch416: fixed in upstream.
  503. * Thu Dec 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.3.0-1
  504. - updated to 60.3.0.
  505. - dropped patches.
  506. - imported patches from rawhide.
  507. * Fri Jul 28 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 54.0.1-1
  508. - update to 54.0.1
  509. * Mon May 15 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0.2-1
  510. - update to 53.0.2
  511. * Sun Apr 30 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0-1
  512. - update to 53.0
  513. - build with gtk3
  514. - disable rust
  515. * Sat Apr 08 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.2-1
  516. - update to 52.0.2
  517. * Mon Mar 20 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-2
  518. - fix default bookmarks
  519. * Sat Mar 18 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-1
  520. - update to 52.0.1
  521. * Thu Mar 09 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0-1
  522. - update to 52.0
  523. * Sun Jan 29 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0.1-1
  524. - update to 51.0.1
  525. * Thu Jan 26 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0-1
  526. - update to 51.0
  527. * Wed Dec 21 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.1.0-1
  528. - update to 50.1.0
  529. * Tue Nov 22 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.0-1
  530. - update to 50.0
  531. * Tue Nov 08 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-2
  532. - fix broken locale..
  533. * Fri Nov 04 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-1
  534. - update to 49.0.1
  535. - update imported patches.
  536. * Wed Aug 3 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 48.0-1
  537. - new upstream release.
  538. - updated upstream patches.
  539. - updated imported patches.
  540. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 47.0.1-1
  541. - new upstream release
  542. - update Patch2000 (firefox-47.0.1-vine.patch)
  543. * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-2
  544. - update Source230 (mozconfig-firefox-vine6)
  545. - add Patch5 (firefox-46.0.1-vine6.patch)
  546. * Wed May 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-1
  547. - new upstream release
  548. - update Patch15 (firefox-46.0.1-enable-addons.patch)
  549. * Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.2-1
  550. - new upstream release
  551. * Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.1-1
  552. - new upstream release
  553. * Fri Feb 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.2-1
  554. - new upstream release
  555. * Thu Feb 11 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.1-1
  556. - new upstream release
  557. * Tue Jan 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0-1
  558. - new upstream release
  559. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-2
  560. - update Source25 (firefox.desktop)
  561. - update Source26 (firefox-safe-mode.desktop)
  562. - add Source27 (firefox-safe-mode.vine.sh)
  563. * Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-1
  564. - new upstream release
  565. * Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.3-1
  566. - new upstream release
  567. * Wed Dec 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.2-1
  568. - new upstream release
  569. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.1-1
  570. - new upstream release
  571. * Wed Dec 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0-1
  572. - new upstream release
  573. - update Source100 (find-external-requires)
  574. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 42.0-1
  575. - update to 42.0
  576. - update Patch2000 (firefox-42.0-vine.patch)
  577. * Sun Oct 18 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.2-1
  578. - update to 41.0.2
  579. * Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.1-1
  580. - update to 41.0.1
  581. - update Patch2000 (firefox-41.0.1-vine.patch)
  582. * Sat Aug 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.3-1
  583. - update to 40.0.3
  584. * Mon Aug 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.2-1
  585. - update to 40.0.2
  586. - add BuildRequires: gstreamer-plugins-base-devel
  587. - remove BuildRequires: gstreamer-plugins-devel
  588. - update startup script (SOURCE21)
  589. * Sun Apr 12 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0.1-1
  590. - update to 37.0.1
  591. * Sat Apr 4 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0-1
  592. - update to 37.0
  593. * Sun Mar 29 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.4-1
  594. - update to 36.0.4
  595. * Wed Mar 11 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.1-1
  596. - update to 36.0.1
  597. * Tue Mar 03 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0-1
  598. - update to 36.0
  599. * Mon Feb 02 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0.1-1
  600. - update to 35.0.1
  601. * Sun Jan 18 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0-1
  602. - update to 35.0
  603. * Wed Dec 03 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 34.0.5-1
  604. - update to 34.0.5
  605. * Tue Nov 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.1-1
  606. - update to 33.1
  607. * Mon Nov 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0.3-1
  608. - update to 33.0.3
  609. * Tue Oct 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0-1
  610. - update to 33.0
  611. * Wed Oct 01 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-2
  612. - update firefox-vine-default-prefs.js
  613. - remove intl.accept_languages
  614. * Thu Sep 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-1
  615. - update to 32.0.3
  616. * Sun Sep 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-2
  617. - update mozconfig
  618. - sync vine6/7 config
  619. - build with internal jpeg on vine6
  620. - disable optimize on i686
  621. * Thu Sep 04 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-1
  622. - update to 32.0
  623. * Wed Jul 23 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 31.0-1
  624. - update to 31.0
  625. * Wed Jun 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 30.0-1
  626. - update to 30.0
  627. * Thu May 15 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0.1-1
  628. - update to 29.0.1
  629. * Wed Apr 30 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0-1
  630. - update to 29.0
  631. * Thu Mar 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 28.0-1
  632. - update to 28.0
  633. * Sun Feb 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0.1-1
  634. - update to 27.0.1
  635. * Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0-1
  636. - update to 27.0
  637. - enable gstreamer/pulseaudio on Vine Linux 6
  638. * Fri Dec 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-2
  639. - add patch100,101 from upstream
  640. * Wed Dec 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-1
  641. - update to 26.0
  642. * Sun Nov 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0.1-1
  643. - update to 25.0.1
  644. * Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0-1
  645. - update to 25.0
  646. * Wed Oct 23 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-3
  647. - set media.gstreamer.enabled true by default.
  648. * Fri Oct 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-2
  649. - enable gstreamer and pulseaudio on Vine7
  650. * Tue Sep 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-1
  651. - update to 24.0
  652. - update searchplugins
  653. - add BR: gstreamer-devel, gstreamer-plugins-devel
  654. * Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
  655. - fix vine customize patch
  656. - update unofficial logos
  657. * Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
  658. - update to 23.0
  659. * Thu Jun 27 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0-1
  660. - update to 22.0
  661. * Mon May 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-2
  662. - disable helth reporting by default.
  663. - fix to install Vine's default settings
  664. * Sun May 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-1
  665. - update to 21.0
  666. - enable pdfjs
  667. - build with python27 on Vine6
  668. * Thu Apr 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-2
  669. - remove patch22
  670. * Mon Apr 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-1
  671. - update to 20.0.1
  672. - build with internal nss/nspr
  673. * Fri Mar 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-3
  674. - add BR: curl-devel
  675. * Sun Mar 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-2
  676. - add Patch16 to fix mozbz#239254 (fixed in upstream)
  677. * Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-1
  678. - update to 19.0.2
  679. - disable shared-js on Vine Linux 6
  680. * Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0-1
  681. - update to 19.0
  682. - add Patch1000 to disable pdf.js feature for now.
  683. - pdf.js is not ready to use for CJK.
  684. * Sat Jan 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0.1-1
  685. - update to 18.0.1
  686. * Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0-1
  687. - update to 18.0
  688. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 17.0-1
  689. - update to 17.0
  690. * Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.2-1
  691. - update to 16.0.2
  692. * Fri Oct 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.1-1
  693. - update to 16.0.1
  694. * Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0-1
  695. - update to 16.0
  696. * Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-3
  697. - dont use separated plugins on Vine6
  698. - use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
  699. * Mon Oct 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-2
  700. - add workaround to build with internal nss library
  701. * Sat Oct 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-1
  702. - update to 15.0.1
  703. - add BR: python-devel
  704. - build with external nss/nspr on Vine7
  705. * Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-2
  706. - update search plugins
  707. * Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-1
  708. - update to 14.0.1
  709. - build with internal nss/nspr
  710. * Sat Jun 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0.1-1
  711. - update to 13.0.1
  712. * Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
  713. - update to 13.0
  714. * Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
  715. - add patch2 to fix build failure with gcc-4.1 (vine5)
  716. * Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
  717. - use internal nspr on Vine Linux 6
  718. - add patch2 to fix build failure with gcc-4.4
  719. * Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
  720. - update to 12.0
  721. - add patch1 to fix build failure with system cairo
  722. * Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
  723. - update to 10.0.2
  724. * Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
  725. - update to 10.0.1
  726. * Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
  727. - update to 10.0
  728. - use internal libvpx
  729. * Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
  730. - add AutoProv: no
  731. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
  732. - update mozconfig-firefox-vine5,6,7
  733. - fix spec to build in parallel
  734. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  735. - update mozconfig
  736. - build with internal nss on Vine6
  737. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  738. - update to 9.0.1
  739. * Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  740. - update to 9.0
  741. - build with nss-3.13.1
  742. * Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  743. - update to 8.0.1
  744. * Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
  745. - update to 8.0
  746. - remove version number from MOZ_DIST_BIN
  747. - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
  748. * Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
  749. - update to 7.0.1
  750. * Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
  751. - update to 7.0
  752. * Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
  753. - update to 6.0.2
  754. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
  755. - rebuild with libnotify-0.7
  756. * Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
  757. - update to 6.0
  758. * Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
  759. - update to 5.0.1
  760. * Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
  761. - update to 5.0
  762. - do not build with external xulrunner
  763. - remove BR: gecko-devel, R: gecko-libs
  764. - add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
  765. sqlite3-devel, zip
  766. * Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
  767. - update to 4.0.1
  768. - remove MimeType from firefox-safe-mode.desktop
  769. - add BR: yasm, unzip
  770. * Thu Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
  771. - add "--disable-ipc" on non-x86 architecture
  772. - update parallel build option
  773. - mozilla can build up to 4 jobs in parallel on x86
  774. - disable C++ exceptions since mozilla code is not exception-safe
  775. * Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
  776. - update to 4.0
  777. - BR: libjpeg-turbo-devel >= 1.1.0
  778. - BR: nspr-devel >= 4.8.7
  779. - BR: nss-devel >= 3.12.9
  780. - BR: cairo-devel >= 1.10.2-2
  781. - use langpacks.xpi instead of l10n source
  782. - update firefox startup script
  783. * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
  784. - update to 3.6.15
  785. * Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
  786. - update to 3.6.14
  787. * Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
  788. - update to 3.6.13
  789. * Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
  790. - update to 3.6.11
  791. * Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
  792. - update to 3.6.9
  793. * Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
  794. - update to 3.6.8
  795. * Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
  796. - update to 3.6.7
  797. * Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
  798. - update to 3.6.4
  799. * Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
  800. - update to 3.6.3
  801. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  802. - update to 3.6.2
  803. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  804. - remove version number from browsername.
  805. - rebuild with xulrunner-1.9.2-3
  806. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
  807. - update to 3.6
  808. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
  809. - update desktop files
  810. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
  811. - new upstream release
  812. - move to unofficial build from community build.
  813. - change about dialog.
  814. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
  815. - new upstream release
  816. * Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
  817. - rebuild again with xulrunner-1.9.1.2-2
  818. * Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
  819. - rebuild with xulrunner-1.9.1.2-2
  820. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
  821. - new upstream release
  822. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
  823. - remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
  824. - add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
  825. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
  826. - new upstream release
  827. - add BR: libXt-devel, startup-notification-devel
  828. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
  829. - enable-system-cairo
  830. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
  831. - add Patch3010 to fix releasenotes urls
  832. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  833. - update to firefox 3.5 release
  834. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
  835. - update to firefox-3.5rc3
  836. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  837. - new upstream release
  838. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
  839. - rebuild to fix broken package..
  840. * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
  841. - add Obsoletes: firefox3
  842. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
  843. - new upstream release
  844. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
  845. - build with gecko-libs (xulrunner)
  846. - update firefox startup script (/usr/bin/firefox)
  847. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
  848. - new upstream release
  849. - build with nspr-4.7.4, nss-3.12.3
  850. - set FLASH_FORCE_PULSEAUDIO if PA server is running.
  851. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
  852. - new upstream release
  853. - update default bookmarks
  854. * Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
  855. - new upstream release
  856. * Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
  857. - modify mozconfig
  858. - remove --enable-xft
  859. - remove --enable-system-cairo, add --disable-system-cairo
  860. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  861. - new upstream release
  862. * Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
  863. - new upstream release
  864. * Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  865. - new upstream release
  866. * Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
  867. - add Patch30 to remove EULA
  868. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
  869. - new upstream release
  870. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
  871. - disable dbus.
  872. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  873. - new upstream release
  874. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  875. - new upstream release
  876. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
  877. - rebuild with nss-3.12, nspr-4.7.1
  878. - use unofficial branding
  879. - change brand*Name to "Firefox Community Edition - Gran Paradiso"
  880. * Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
  881. - new upstream release
  882. * Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
  883. - new upstream release
  884. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
  885. - new upstream release
  886. * Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
  887. - new upstream release
  888. * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
  889. - new upstream release
  890. * Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
  891. - new upstream release
  892. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
  893. - new upstream release
  894. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
  895. - new upstream release
  896. - build with nspr-4.6.7
  897. - update default bookmarks
  898. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
  899. - new upstream release
  900. * Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
  901. - new upstream release
  902. * Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
  903. - fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
  904. - require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
  905. * Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
  906. - fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
  907. * Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
  908. - update to firefox-2.0.0.4
  909. - remove Patch1020 which is merged in upstream
  910. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
  911. - added Patch1020 for workaround gcc visibility hidden bugs
  912. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
  913. - add build options to build with external nss/nspr libraries
  914. ac_add_options --with-system-nspr
  915. ac_add_options --with-system-nss
  916. - remove firefox-{nspr,nss}.pc from %%files devel
  917. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
  918. - rebuild with new environment/toolchain
  919. - update ja locale
  920. * Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
  921. - new upstream release
  922. * Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
  923. - new upstream release
  924. * Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
  925. - remove typeaheadfind and venkman extention.
  926. * Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
  927. - add build options for FireBug (<BTS:wishes:9>)
  928. --enable-jsd, --enable-extention=default,typeaheadfind,venkman
  929. * Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
  930. - update to firefox-2.0.0.1
  931. * Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
  932. - add Patch10 to fix Bug358798
  933. - fix idl install path (<BTS:401>)
  934. * Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
  935. - update vine default settings
  936. - use Firefox for UA string instead of BonEcho
  937. - add vendor/vendorSub to UA string
  938. - disable spell check by default
  939. - enable smooth scroll by default
  940. * Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
  941. - update to firefox-2.0 final
  942. * Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
  943. - update to firefox-2.0rc3
  944. - drop unneeded patches.
  945. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
  946. - change Summary, desktopfiles
  947. - use Firefox Community Edition, instead of Firefox.
  948. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  949. - new upstream release
  950. * Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
  951. - new upstream release
  952. - -safe-mode option (VinePlus:03026)
  953. - add Patch1010
  954. - add -safe-mode option in Usage(--help).
  955. - add firefox-safe-mode.desktop
  956. * Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  957. - new upstream release
  958. - update default bookmarks
  959. * Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
  960. - copy nss headers
  961. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
  962. - new upstream release
  963. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
  964. - new upstream release
  965. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
  966. - use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
  967. - applications using gtkmozembed of firefox become unaffected to
  968. firefox's minor version changes.
  969. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
  970. - new upstream release
  971. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
  972. - clean up spec file ( remove unneeded %%ghost file ... )
  973. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
  974. - fix missing default theme in theme changer
  975. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
  976. - add upstream patches (100,101,102)
  977. - update default bookmarks
  978. - build en-US locale
  979. - disable pango rendering by default
  980. (workaround fix slow rendering in some page)
  981. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
  982. - new upstream release
  983. * Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
  984. - fix libnssckbi broken symlink problem (BUG:8)
  985. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
  986. - add devel subpackage for gtkembedmoz
  987. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  988. - re-enable ja locale
  989. - fix crash bug with COMPOSITE enabled X server
  990. - add patch to /usr/bin/firefox
  991. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  992. - new upstream release
  993. * Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
  994. - update to firefox-1.0.7
  995. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
  996. - modified mozconfig to use RPM_OPT_FLAGS
  997. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
  998. - add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
  999. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
  1000. - rebuild with pango-1.9.1
  1001. - add pango-cairo patch
  1002. * Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
  1003. - update Patch25 to enable extension update feature
  1004. (disabled in preferences by default)
  1005. * Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  1006. - new upstream release
  1007. * Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
  1008. - new upstream release
  1009. * Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
  1010. - add more pango rendering patch from FC-devel.
  1011. - add IM candidate window position patch.
  1012. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
  1013. - fix wrong condition branching in spec file.
  1014. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
  1015. - new upstream release
  1016. - drop obsolete patch{103,104}
  1017. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  1018. - new upstream release
  1019. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  1020. - new upstream release
  1021. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
  1022. - clean up spec file
  1023. - drop own pixmap file (use included one)
  1024. - fix up file permissions
  1025. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
  1026. - remove "new-window" option from openurl in /usr/bin/firefox
  1027. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
  1028. - readd patch31,32 for pango rendering fix.
  1029. * Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
  1030. - rebuild for Vine Linux 3.1 (VinePlus)
  1031. * Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  1032. - new upstream release
  1033. - merge some patches from fedora
  1034. - include ja-JP langpack only.
  1035. - add Japanese translation for mozilla-firefox.desktop
  1036. - disable gnomeui, gnomestripe patch
  1037. - disable mozilla official branding.
  1038. * Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  1039. - initial build for Vine Linux
  1040. - based on fedora package, add Vine patch from Mozilla package.
  1041. * Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
  1042. - Add upstream langpacks
  1043. * Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
  1044. - Make sure we get a URL passed in to firefox (#138861)
  1045. - Mark some generated files as ghost (#136015)
  1046. * Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
  1047. - Don't have downloads "disappear" when downloading to desktop (#139015)
  1048. - Add RPM version to the useragent
  1049. - BuildRequires pango-devel
  1050. * Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
  1051. - Fix spacing in textareas when using pango for rendering
  1052. - Enable pango rendering by default.
  1053. - Enable smooth scrolling by default
  1054. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
  1055. - Add StartupWMClass patch from Damian Christey (#135830)
  1056. - Use system colors by default (#137810)
  1057. - Re-add s390(x)
  1058. * Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
  1059. - Add patch that uses pango for selection.
  1060. * Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
  1061. - Fix livemarks icon issue. (#138989)
  1062. * Mon Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
  1063. - Firefox 1.0
  1064. * Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
  1065. - Add support for GNOME stock icons. (bmo #233461)
  1066. * Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
  1067. - #136330 BR freetype-devel with conditions
  1068. - #135050 firefox should own mozilla plugin dir
  1069. * Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
  1070. - Update to firefox-rc1
  1071. - Add patch for s390(x)
  1072. * Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
  1073. - Fix LD_LIBRARY_PATH at startup (Steve Knodle)
  1074. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
  1075. - Prevent inlining of stack direction detection (#135255)
  1076. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
  1077. - More file chooser fixes:
  1078. Pop up a confirmation dialog before overwriting files (#134648)
  1079. Allow saving as complete once again
  1080. - Fix for upstream 263263.
  1081. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
  1082. - Fix for upstream 262689.
  1083. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
  1084. - Update pango patch to one that defaults to off
  1085. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
  1086. - Fix problem where default apps aren't showing up in the download
  1087. dialog (#136261)
  1088. - Fix default height being larger than the available area, cherry picked
  1089. from upstream
  1090. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
  1091. - Actually turn on pango in the mozconfig
  1092. * Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
  1093. - Disable the default application checks. (#133713)
  1094. - Disable the software update feature. (#136017)
  1095. * Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
  1096. - Use pango for rendering
  1097. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
  1098. - Fix for 64 bit crash at startup (b.m.o #256603)
  1099. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
  1100. - Fix compile issues (#134914)
  1101. - Add patch to fix button focus issues (#133507)
  1102. - Add patches to fix tab focus stealing issue (b.m.o #124750)
  1103. * Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
  1104. - Update to 0.10.1
  1105. - Fix tab switching keybindings (#133504)
  1106. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
  1107. - filter out library Provides: and internal Requires:
  1108. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
  1109. - Prereq desktop-file-utils >= 0.9
  1110. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
  1111. - Add clipboard access prevention patch.
  1112. * Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
  1113. - Add the xul mime type to the .desktop file
  1114. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
  1115. - Backport the GTK+ file chooser.
  1116. - Update desktop database after uninstall.
  1117. * Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
  1118. - Change the vendor to mozilla not fedora
  1119. - Build with --disable-strip so debuginfo packages work (#133738)
  1120. - Add pkgconfig patch (bmo #261090)
  1121. * Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
  1122. - Add a BR for desktop-file-utils
  1123. - Update default configuration options to use the firefox mozconfig (#132916)
  1124. - Use Red Hat bookmarks (#133262)
  1125. - Update default homepage (#132721)
  1126. - Fix JS math on AMD64 (#133226)
  1127. - Build with MOZILLA_OFICIAL (#132917)
  1128. * Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
  1129. - Update to 1.0PR1
  1130. - Update man page references to say Firefox instead of Firebird
  1131. - Remove gcc34 and extensions patch; they are now upstream
  1132. - Update desktop database
  1133. - Minor tweaks to the .desktop file
  1134. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
  1135. - Fixup .desktop entry Name, GenericName, and Comment (#131602)
  1136. - Add MimeType desktop entry (patch from jrb@redhat.com)
  1137. - Build with --disable-xprint
  1138. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
  1139. - rawhide import
  1140. - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
  1141. * Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
  1142. - and mng support is disabled again as it seams that there is
  1143. no real mng support in the code
  1144. * Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
  1145. - remove ldconfig from scriptlets (bug #1846 comment #40)
  1146. - reenabled mng support (bug #1971)
  1147. - removed --enable-strip to let rpm to the stripping (bug #1971)
  1148. - honor system settings in firefox.sh (bug #1971)
  1149. - setting umask 022 in scriptlets (bug #1962)
  1150. * Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
  1151. - copy the icon to the right place(TM)
  1152. * Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
  1153. - readded the xpm removed in 0:0.9.2-0.fdr.5
  1154. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
  1155. - added mozilla-1.7-psfonts.patch from rawhide mozilla
  1156. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
  1157. - updated to 0.9.3
  1158. - removed following from .mozconfig:
  1159. ac_add_options --with-system-mng
  1160. ac_add_options --enable-xprint
  1161. ac_add_options --disable-dtd-debug
  1162. ac_add_options --disable-freetype2
  1163. ac_add_options --enable-strip-libs
  1164. ac_add_options --enable-reorder
  1165. ac_add_options --enable-mathml
  1166. ac_add_options --without-system-nspr
  1167. * Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
  1168. - applied parts of the patch from Matthias Saou (bug #1846)
  1169. - delete empty directories in %%{ffdir}/chrome
  1170. - more cosmetic changes to the spec file
  1171. * Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
  1172. - mozilla-default-plugin-less-annoying.patch readded
  1173. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
  1174. - added krb5-devel as build requirement
  1175. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
  1176. - added patch from bugzilla.mozilla.org (bug #247846)
  1177. - removed Xvfb hack
  1178. * Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
  1179. - updated to 0.9.2
  1180. * Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
  1181. - mharris suggestion for backwards compatibilty with Xvfb hack
  1182. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
  1183. - added massive hack from the debian package to create the
  1184. extension directory
  1185. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
  1186. - updated to 0.9.1
  1187. * Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
  1188. - remove extensions patch
  1189. - add post hack to create extensions
  1190. - enable negotiateauth extension
  1191. - copy icon to browser/app/default.xpm
  1192. - --enable-official-branding
  1193. * Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
  1194. - extensions patch
  1195. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
  1196. - added gnome-vfs2-devel as BuildRequires
  1197. - added gcc-3.4 patch
  1198. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
  1199. - updated to 0.9
  1200. - dropped x86_64 patches
  1201. - dropped xremote patches
  1202. * Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
  1203. - remove unused files: mozilla-config
  1204. * Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
  1205. - update mozconfig (fixes bug #1443)
  1206. - installation directory includes version number
  1207. * Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
  1208. - merge x86_64 release 10 with fedora.us release 10 bump release to 11
  1209. * Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
  1210. - rebuild for FC2
  1211. - change Source71 to properly replace Source7 for maintainability
  1212. * Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
  1213. - 3rd xremote patch
  1214. - test -Os rather than -O2
  1215. * Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
  1216. - more x86_64 fixes
  1217. - fix firefix-xremote-client for x86_64 (similar to what is done for
  1218. firefox.sh.in)
  1219. * Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
  1220. - xremote patch for thunderbird integration #1113
  1221. - back out ugly hack from /usr/bin/firefox
  1222. - correct default bookmarks
  1223. * Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
  1224. - readded the new firefox icons
  1225. * Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
  1226. - removed new firefox icons
  1227. * Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
  1228. - nothing
  1229. * Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
  1230. - update for x86_64 ... usr mozilla-1.6 patches
  1231. - change "firefox-i*" to "firefox-*" in above stuff
  1232. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
  1233. - another icon changed
  1234. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
  1235. - startup script modified
  1236. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
  1237. - new firefox icon
  1238. - more s/firebird/firefox/
  1239. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
  1240. - new version: 0.8
  1241. - new name: firefox
  1242. * Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
  1243. - s/0.6.1/0.7/
  1244. - changed user-app-dir back to .phoenix as .mozilla-firebird
  1245. is not working as expected
  1246. - manpage now also available as MozillaFirebird.1
  1247. * Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
  1248. - updated to 0.7
  1249. - provides webclient
  1250. - run regxpcom and regchrome after installation and removal
  1251. - added a man page from the debian package
  1252. - changed user-app-dir from .phoenix to .mozilla-firebird
  1253. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
  1254. - now with mozilla-default-plugin-less-annoying.patch; see bug #586
  1255. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
  1256. - updated to 0.6.1
  1257. - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
  1258. it should now also build on RH80
  1259. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
  1260. - enabled the type ahead extension: bug #484
  1261. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
  1262. - renamed it again back to MozillaFirbird
  1263. - added libmng-devel to BuildRequires
  1264. - startup homepage is now www.fedora.us
  1265. - improved the startup script to use the unix remote protocol
  1266. to open a new window
  1267. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
  1268. - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
  1269. - now using gtk2 as toolkit
  1270. - renamed again back to mozilla-firebird (I like it better)
  1271. - Provides: MozillaFirebird for compatibility with previous releases
  1272. - changed default bookmarks.html to contain links to www.fedora.us
  1273. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
  1274. - renamed package to MozillaFirebird and all files with the old name
  1275. - enabled mng, mathml, xinerama support
  1276. - now honouring RPM_OPT_FLAGS
  1277. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
  1278. - updated to 0.6
  1279. * Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
  1280. - Updated to CVS.
  1281. - Renamed to mozilla-firebird.
  1282. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
  1283. - Updated to CVS.
  1284. - Removed hard-coded library path.
  1285. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
  1286. - Changed Prereq to Requires.
  1287. - Changed BuildRequires to gtk+-devel (instead of file).
  1288. - Recompressed source with bzip2.
  1289. - Removed post.
  1290. * Wed Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
  1291. - Added desktop-file-utils to BuildRequires.
  1292. - Changed category to X-Fedora-Extra.
  1293. - Updated to CVS.
  1294. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
  1295. - Added Epoch:0.
  1296. - Added libgtk-1.2.so.0 to the BuildRequires
  1297. * Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
  1298. - Updated to latest CVS.
  1299. - Moved phoenix startup script into its own file
  1300. * Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
  1301. - Updated to latest CVS.
  1302. - Changed release to 9 vs 8.1.
  1303. - Added cvs script.
  1304. - added encoding to desktop file.
  1305. * Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
  1306. - Updated to latest CVS.
  1307. - added release specification XFree86-devel Build Requirement.
  1308. - changed chmod to %attr
  1309. * Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
  1310. - Fixed naming scheme.
  1311. - Fixed .desktop file.
  1312. * Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
  1313. - Updated to CVS.
  1314. * Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
  1315. - General Tweaking.
  1316. * Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
  1317. - Updated CVS.
  1318. - Modified mozconfig.
  1319. * Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
  1320. - Initial RPM release.