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

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

updated 5 packages

clamav-0.103.1-1

firefox-78.7.1-1

php74-7.4.15-1

php80-8.0.2-1

thunderbird-78.7.1-1

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