source: projects/specs/trunk/f/firefox/firefox-vl.spec @ 12441

Revision 12441, 56.2 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

firefox-78.1.0-1

thunderbird-68.11.0-1

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