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

Revision 12499, 56.4 KB checked in by tomop, 3 years ago (diff)

updated 9 packages

LibRaw?-0.20.0-2

exiv2-0.27.3-1

firefox-78.3.0-1

gnuplot-5.4.0-2

lksctp-tools-1.0.18-1

libjpeg-turbo-2.0.5-1

libxml2-2.9.10-5

rust-1.46.0-1

unzip-6.0-8

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