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

Revision 12551, 57.4 KB checked in by tomop, 3 years ago (diff)

updated 3 packages

firefox-78.8.0-1

mozjs78-78.8.0-1

thunderbird-78.8.0-1

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