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

Revision 12514, 57.1 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

docker-ce-19.03.14-1

docker-compose-1.27.4-1

firefox-78.6.0-1

thunderbird-78.6.0-1

wireshark-3.4.1-1

xorg-x11-server-1.20.10-1

Line 
1%bcond_with clang
2
3# do not include minor version number in MOZILLA_FIVE_HOME
4%global ffmajor 78.6
5%global geckomajor 78.6
6%global ffminor 0
7%global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
8%define ffdir %{_libdir}/firefox
9%define tarballdir firefox-%{ffversion}
10%global mozappdir     %{_libdir}/%{name}
11%global langpackdir   %{mozappdir}/distribution/extensions
12
13%global nodewrapperdir %{_builddir}/%{tarballdir}/bin
14
15%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
16%define homepage https://vinelinux.org/
17
18%define build_vine7 0
19%define build_vine6 0
20
21# current firefox3 doesn't build on Vine Linux 4.x or older.
22%if "%{?_dist_release}" == "vl7"
23%define build_vine7 1
24%define build_vine6 1
25%endif
26%if "%{?_dist_release}" == "vl6"
27%define build_vine6 1
28%endif
29
30%define ffrelease 1%{?_dist_release}
31
32%define desktop_file_utils_version 0.6
33%define libjpeg_turbo_version 1.1.0
34#%define gecko_version %{geckomajor}%{?ffminor:.%{ffminor}}
35%define gecko_version %{geckomajor}
36
37ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc
38
39Summary:        Fx Browser
40Summary(ja):    Fx ウェブブラウザ
41Name:           firefox
42Version:        %{ffversion}
43Release:        %{ffrelease}
44URL:            https://www.mozilla.org/ja/
45License:        MPLv1.1 or GPLv2+ or LGPLv2+
46Group:          internet
47Source0:        https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
48Source2:        cbindgen-vendor-0.14.3.tar.xz
49
50Source230:      mozconfig-firefox-vine6
51Source240:      mozconfig-firefox-vine7
52
53Source11:       firefox-vine-default-bookmarks.html
54Source12:       firefox-vine-default-prefs.js
55Source21:       firefox.vine.sh.in
56Source22:       firefox.png
57Source23:       fx-about.png
58Source24:       fx-about-wordmark.svg
59Source25:       firefox.desktop
60Source26:       firefox-safe-mode.desktop
61Source27:       firefox-safe-mode.vine.sh
62Source30:       firefox.1
63Source32:       node-stdout-nonblocking-wrapper
64Source50:       firefox-xremote-client.sh.in
65Source100:      find-external-requires
66
67# for newer rust
68#Source900:      https://raw.githubusercontent.com/servo/rust-cssparser/master/src/parser.rs
69
70# locale sources
71%define MOZ_BUILD_LOCALES "ja"
72Source1000:     firefox-%{ffversion}esr-langpacks.tar.xz
73Source1010:     firefox-unofficial-branding-fx.tar.xz
74#
75Source2000:     firefox-searchplugins-6.0-ja.tar.bz2
76
77Source3000:     firefox.metainfo.xml
78
79# Build patches
80#Patch3:         mozilla-build-arm.patch
81#Patch25:        rhbz-1219542-s390-build.patch
82#Patch26:        build-icu-big-endian.patch
83#Patch32:        build-rust-ppc64le.patch
84#Patch35:        build-ppc-jit.patch
85# Always feel lucky for unsupported platforms:
86# https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
87#Patch37:        build-jit-atomic-always-lucky.patch
88# Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
89#Patch38:        build-cacheFlush-missing.patch
90#Patch40:        build-aarch64-skia.patch
91Patch41:        build-disable-elfhack.patch
92#Patch44:        build-arm-libopus.patch
93Patch46:        firefox-nss-version.patch
94#Patch47:        fedora-shebang-build.patch
95#Patch48:        build-arm-wasm.patch
96#Patch49:        build-arm-libaom.patch
97
98# Fedora specific patches
99Patch215:        firefox-enable-addons.patch
100Patch219:        rhbz-1173156.patch
101Patch221:        firefox-fedora-ua.patch
102Patch224:        mozilla-1170092.patch
103#ARM run-time patch
104Patch226:        rhbz-1354671.patch
105Patch227:        firefox-locale-debug.patch
106
107# Upstream patches
108Patch402:        mozilla-1196777.patch
109Patch412:        mozilla-1337988.patch
110Patch415:        Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
111Patch417:        bug1375074-save-restore-x28.patch
112Patch422:        mozilla-1580174-webrtc-popup.patch
113
114# Wayland specific upstream patches
115#Patch574:        firefox-pipewire-0-2.patch
116#Patch575:        firefox-pipewire-0-3.patch
117
118#VA-API patches
119Patch584:        firefox-disable-ffvpx-with-vapi.patch
120Patch585:        firefox-vaapi-extra-frames.patch
121Patch589:        mozilla-1634213.patch
122
123# PGO/LTO patches
124Patch600:        pgo.patch
125Patch602:        mozilla-1516803.patch
126
127#Patch700:        rust-1.47.patch
128
129# customization patches
130
131## Vine patch
132Patch1000:      ignore-python-unicode-exception.patch
133
134# vine customization patch
135Patch2000:      firefox-47.0.1-vine.patch
136
137
138BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
139BuildRequires:  alsa-lib-devel
140BuildRequires:  autoconf213
141BuildRequires:  bzip2-devel
142# cbindgen needs clang
143BuildRequires:  clang-devel, lld, llvm-devel
144BuildRequires:  curl-devel
145BuildRequires:  desktop-file-utils
146BuildRequires:  freetype2-devel
147BuildRequires:  gstreamer-devel
148BuildRequires:  gstreamer-plugins-base-devel
149BuildRequires:  gtk3-devel
150BuildRequires:  lcms-devel
151BuildRequires:  libffi-devel
152BuildRequires:  libgnome-devel
153BuildRequires:  libIDL-devel
154%if %{build_vine7}
155BuildRequires:  libjpeg-turbo-devel >= %{libjpeg_turbo_version}
156%endif
157BuildRequires:  libnotify-devel
158BuildRequires:  libpng-devel
159BuildRequires:  libXt-devel
160BuildRequires:  libXrender-devel
161BuildRequires:  libXScrnSaver-devel
162BuildRequires:  nasm
163BuildRequires:  nodejs > 10.0.0
164BuildRequires:  pango-devel
165BuildRequires:  pulseaudio-libs-devel
166%if %{build_vine7}
167BuildRequires:  python-devel
168BuildRequires:  python
169%else
170BuildRequires:  python27-devel >= 2.7.3
171BuildRequires:  python27 >= 2.7.3
172%endif
173BuildRequires:  rust >= 1.34.0
174BuildRequires:  cargo
175BuildRequires:  startup-notification-devel
176BuildRequires:  unzip
177BuildRequires:  wget
178BuildRequires:  yasm
179BuildRequires:  zip
180BuildRequires:  zlib-devel
181
182Requires:       desktop-file-utils >= %{desktop_file_utils_version}
183
184
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* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
582- updated to 78.6.0.
583
584* Thu Nov 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.5.0-1
585- updated to 78.5.0.
586- dropped Patch700: fixed in upstream.
587
588* Tue Nov 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.4.1-1
589- updated to 78.4.1.
590
591* Mon Oct 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.4.0-1
592- updated to 78.4.0.
593- added Patch700 to build with rust-1.47.
594
595* Fri Oct 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.3.1-1
596- updated to 78.3.1.
597
598* Wed Sep 23 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.3.0-1
599- updated to 78.3.0.
600
601* Fri Aug 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.2.0-1
602- updated to 78.2.0.
603- updated metainfo.
604
605* Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.1.0-1
606- updated to 78.1.0.
607
608* Fri Jul 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.0.2-1
609- updated to 78.0.2.
610- replaced all patches to rawhide's.
611
612* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.10.0-1
613- updated to 68.10.0.
614
615* Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
616- updated to 68.9.0.
617
618* Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.0-1
619- updated to 68.8.0.
620- updated metainfo.
621- fixed "License:" tag.
622
623* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
624- updated to 68.7.0.
625
626* Sun Apr 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.1-1
627- updated to 68.6.1.
628
629* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.0-1
630- updated to 68.6.0.
631
632* Tue Feb 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.5.0-1
633- updated to 68.5.0.
634- dropped Source900: fixed in upstream.
635
636* Fri Nov 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.2.0-1
637- updated to 68.2.0.
638
639* Sun Sep 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.0-1
640- updated to 68.1.0.
641- dropped Patch37, 225 and 406-415.
642- imported Patch419-421 from upstream (via rawhide).
643- updated Patch224.
644- added Patch1000.
645
646* Sat Jun 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.2-1
647- updated to 60.7.2.
648
649* Thu Jun 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.1-1
650- updated to 60.7.1.
651
652* Sat May 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.3-1
653- updated to 60.6.3.
654
655* Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.2-1
656- updated to 60.6.2.
657
658* Wed Dec 12 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.4.0-1
659- updated to 60.4.0.
660- updated branding informations in language packs.
661- re-added default profiles.
662- dropped Patch416: fixed in upstream.
663
664* Thu Dec 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.3.0-1
665- updated to 60.3.0.
666- dropped patches.
667- imported patches from rawhide.
668
669* Fri Jul 28 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 54.0.1-1
670- update to 54.0.1
671
672* Mon May 15 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0.2-1
673- update to 53.0.2
674
675* Sun Apr 30 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0-1
676- update to 53.0
677- build with gtk3
678- disable rust
679
680* Sat Apr 08 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.2-1
681- update to 52.0.2
682
683* Mon Mar 20 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-2
684- fix default bookmarks
685
686* Sat Mar 18 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-1
687- update to 52.0.1
688
689* Thu Mar 09 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0-1
690- update to 52.0
691
692* Sun Jan 29 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0.1-1
693- update to 51.0.1
694
695* Thu Jan 26 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0-1
696- update to 51.0
697
698* Wed Dec 21 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.1.0-1
699- update to 50.1.0
700
701* Tue Nov 22 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.0-1
702- update to 50.0
703
704* Tue Nov 08 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-2
705- fix broken locale..
706
707* Fri Nov 04 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-1
708- update to 49.0.1
709- update imported patches.
710
711* Wed Aug  3 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 48.0-1
712- new upstream release.
713- updated upstream patches.
714- updated imported patches.
715
716* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 47.0.1-1
717- new upstream release
718- update Patch2000 (firefox-47.0.1-vine.patch)
719
720* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-2
721- update Source230 (mozconfig-firefox-vine6)
722- add Patch5 (firefox-46.0.1-vine6.patch)
723
724* Wed May 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-1
725- new upstream release
726- update Patch15 (firefox-46.0.1-enable-addons.patch)
727
728* Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.2-1
729- new upstream release
730
731* Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.1-1
732- new upstream release
733
734* Fri Feb 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.2-1
735- new upstream release
736
737* Thu Feb 11 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.1-1
738- new upstream release
739
740* Tue Jan 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0-1
741- new upstream release
742
743* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-2
744- update Source25 (firefox.desktop)
745- update Source26 (firefox-safe-mode.desktop)
746- add Source27 (firefox-safe-mode.vine.sh)
747
748* Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-1
749- new upstream release
750
751* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.3-1
752- new upstream release
753
754* Wed Dec 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.2-1
755- new upstream release
756
757* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.1-1
758- new upstream release
759
760* Wed Dec 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0-1
761- new upstream release
762- update Source100 (find-external-requires)
763
764* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 42.0-1
765- update to 42.0
766- update Patch2000 (firefox-42.0-vine.patch)
767
768* Sun Oct 18 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.2-1
769- update to 41.0.2
770
771* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.1-1
772- update to 41.0.1
773- update Patch2000 (firefox-41.0.1-vine.patch)
774
775* Sat Aug 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.3-1
776- update to 40.0.3
777
778* Mon Aug 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.2-1
779- update to 40.0.2
780- add BuildRequires:  gstreamer-plugins-base-devel
781- remove BuildRequires:  gstreamer-plugins-devel
782- update startup script (SOURCE21)
783
784* Sun Apr 12 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0.1-1
785- update to 37.0.1
786
787* Sat Apr  4 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0-1
788- update to 37.0
789
790* Sun Mar 29 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.4-1
791- update to 36.0.4
792
793* Wed Mar 11 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.1-1
794- update to 36.0.1
795
796* Tue Mar 03 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0-1
797- update to 36.0
798
799* Mon Feb 02 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0.1-1
800- update to 35.0.1
801
802* Sun Jan 18 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0-1
803- update to 35.0
804
805* Wed Dec 03 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 34.0.5-1
806- update to 34.0.5
807
808* Tue Nov 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.1-1
809- update to 33.1
810
811* Mon Nov 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0.3-1
812- update to 33.0.3
813
814* Tue Oct 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0-1
815- update to 33.0
816
817* Wed Oct 01 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-2
818- update firefox-vine-default-prefs.js
819  - remove intl.accept_languages
820
821* Thu Sep 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-1
822- update to 32.0.3
823
824* Sun Sep 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-2
825- update mozconfig
826  - sync vine6/7 config
827  - build with internal jpeg on vine6
828  - disable optimize on i686
829
830* Thu Sep 04 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-1
831- update to 32.0
832
833* Wed Jul 23 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 31.0-1
834- update to 31.0
835
836* Wed Jun 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 30.0-1
837- update to 30.0
838
839* Thu May 15 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0.1-1
840- update to 29.0.1
841
842* Wed Apr 30 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0-1
843- update to 29.0
844
845* Thu Mar 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 28.0-1
846- update to 28.0
847
848* Sun Feb 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0.1-1
849- update to 27.0.1
850
851* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0-1
852- update to 27.0
853- enable gstreamer/pulseaudio on Vine Linux 6
854
855* Fri Dec 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-2
856- add patch100,101 from upstream
857
858* Wed Dec 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-1
859- update to 26.0
860
861* Sun Nov 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0.1-1
862- update to 25.0.1
863
864* Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0-1
865- update to 25.0
866
867* Wed Oct 23 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-3
868- set media.gstreamer.enabled true  by default.
869
870* Fri Oct 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-2
871- enable gstreamer and pulseaudio on Vine7
872
873* Tue Sep 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-1
874- update to 24.0
875- update searchplugins
876- add BR: gstreamer-devel, gstreamer-plugins-devel
877
878* Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
879- fix vine customize patch
880- update unofficial logos
881
882* Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
883- update to 23.0
884
885* Thu Jun 27 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0-1
886- update to 22.0
887
888* Mon May 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-2
889- disable helth reporting by default.
890- fix to install Vine's default settings
891
892* Sun May 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-1
893- update to 21.0
894- enable pdfjs
895- build with python27 on Vine6
896
897* Thu Apr 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-2
898- remove patch22
899
900* Mon Apr 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-1
901- update to 20.0.1
902- build with internal nss/nspr
903
904* Fri Mar 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-3
905- add BR: curl-devel
906
907* Sun Mar 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-2
908- add Patch16 to fix mozbz#239254 (fixed in upstream)
909
910* Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-1
911- update to 19.0.2
912- disable shared-js on Vine Linux 6
913
914* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0-1
915- update to 19.0
916- add Patch1000 to disable pdf.js feature for now.
917  - pdf.js is not ready to use for CJK.
918
919* Sat Jan 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0.1-1
920- update to 18.0.1
921
922* Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0-1
923- update to 18.0
924
925* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 17.0-1
926- update to 17.0
927
928* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.2-1
929- update to 16.0.2
930
931* Fri Oct 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.1-1
932- update to 16.0.1
933
934* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0-1
935- update to 16.0
936
937* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-3
938- dont use separated plugins on Vine6
939- use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
940
941* Mon Oct 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-2
942- add workaround to build with internal nss library
943
944* Sat Oct 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-1
945- update to 15.0.1
946- add BR: python-devel
947- build with external nss/nspr on Vine7
948
949* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-2
950- update search plugins
951
952* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-1
953- update to 14.0.1
954- build with internal nss/nspr
955
956* Sat Jun 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0.1-1
957- update to 13.0.1
958
959* Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
960- update to 13.0
961
962* Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
963- add patch2 to fix build failure with gcc-4.1 (vine5)
964
965* Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
966- use internal nspr on Vine Linux 6
967- add patch2 to fix build failure with gcc-4.4
968
969* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
970- update to 12.0
971- add patch1 to fix build failure with system cairo
972
973* Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
974- update to 10.0.2
975
976* Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
977- update to 10.0.1
978
979* Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
980- update to 10.0
981- use internal libvpx
982
983* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
984- add AutoProv: no
985
986* Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
987- update mozconfig-firefox-vine5,6,7
988- fix spec to build in parallel
989
990* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
991- update mozconfig
992  - build with internal nss on Vine6
993
994* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
995- update to 9.0.1
996
997* Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
998- update to 9.0
999- build with nss-3.13.1
1000
1001* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
1002- update to 8.0.1
1003
1004* Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
1005- update to 8.0
1006- remove version number from MOZ_DIST_BIN
1007  - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
1008
1009* Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
1010- update to 7.0.1
1011
1012* Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
1013- update to 7.0
1014
1015* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
1016- update to 6.0.2
1017
1018* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
1019- rebuild with libnotify-0.7
1020
1021* Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
1022- update to 6.0
1023
1024* Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
1025- update to 5.0.1
1026
1027* Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
1028- update to 5.0
1029- do not build with external xulrunner
1030  - remove BR: gecko-devel, R: gecko-libs
1031- add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
1032  sqlite3-devel, zip
1033
1034* Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
1035- update to 4.0.1
1036- remove MimeType from firefox-safe-mode.desktop
1037- add BR: yasm, unzip
1038
1039* Thu Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
1040- add "--disable-ipc" on non-x86 architecture
1041- update parallel build option
1042  - mozilla can build up to 4 jobs in parallel on x86
1043- disable C++ exceptions since mozilla code is not exception-safe
1044
1045* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
1046- update to 4.0
1047- BR: libjpeg-turbo-devel >= 1.1.0
1048- BR: nspr-devel >= 4.8.7
1049- BR: nss-devel >= 3.12.9
1050- BR: cairo-devel >= 1.10.2-2
1051- use langpacks.xpi instead of l10n source
1052- update firefox startup script
1053
1054* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
1055- update to 3.6.15
1056
1057* Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
1058- update to 3.6.14
1059
1060* Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
1061- update to 3.6.13
1062
1063* Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
1064- update to 3.6.11
1065
1066* Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
1067- update to 3.6.9
1068
1069* Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
1070- update to 3.6.8
1071
1072* Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
1073- update to 3.6.7
1074
1075* Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
1076- update to 3.6.4
1077
1078* Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
1079- update to 3.6.3
1080
1081* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
1082- update to 3.6.2
1083
1084* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
1085- remove version number from browsername.
1086- rebuild with xulrunner-1.9.2-3
1087
1088* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
1089- update to 3.6
1090
1091* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
1092- update desktop files
1093
1094* Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
1095- new upstream release
1096- move to unofficial build from community build.
1097  - change about dialog.
1098
1099* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
1100- new upstream release
1101
1102* Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
1103- rebuild again with xulrunner-1.9.1.2-2
1104
1105* Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
1106- rebuild with xulrunner-1.9.1.2-2
1107
1108* Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
1109- new upstream release
1110
1111* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
1112- remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
1113- add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
1114
1115* Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
1116- new upstream release
1117- add BR: libXt-devel, startup-notification-devel
1118
1119* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
1120- enable-system-cairo
1121
1122* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
1123- add Patch3010 to fix releasenotes urls
1124
1125* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
1126- update to firefox 3.5 release
1127
1128* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
1129- update to firefox-3.5rc3
1130
1131* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
1132- new upstream release
1133
1134* Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
1135- rebuild to fix broken package..
1136
1137* Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
1138- add Obsoletes: firefox3
1139
1140* Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
1141- new upstream release
1142
1143* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
1144- build with gecko-libs (xulrunner)
1145- update firefox startup script (/usr/bin/firefox)
1146
1147* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
1148- new upstream release
1149- build with nspr-4.7.4, nss-3.12.3
1150- set FLASH_FORCE_PULSEAUDIO if PA server is running.
1151
1152* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
1153- new upstream release
1154- update default bookmarks
1155
1156* Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
1157- new upstream release
1158
1159* Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
1160- modify mozconfig
1161  - remove --enable-xft
1162  - remove --enable-system-cairo, add --disable-system-cairo
1163
1164* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
1165- new upstream release
1166
1167* Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
1168- new upstream release
1169
1170* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
1171- new upstream release
1172
1173* Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
1174- add Patch30 to remove EULA
1175
1176* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
1177- new upstream release
1178
1179* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
1180- disable dbus.
1181
1182* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
1183- new upstream release
1184
1185* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
1186- new upstream release
1187
1188* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
1189- rebuild with nss-3.12, nspr-4.7.1
1190- use unofficial branding
1191- change brand*Name to "Firefox Community Edition - Gran Paradiso"
1192
1193* Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
1194- new upstream release
1195
1196* Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
1197- new upstream release
1198
1199* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
1200- new upstream release
1201
1202* Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
1203- new upstream release
1204
1205* Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
1206- new upstream release
1207
1208* Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
1209- new upstream release
1210
1211* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
1212- new upstream release
1213
1214* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
1215- new upstream release
1216- build with nspr-4.6.7
1217- update default bookmarks
1218
1219* Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
1220- new upstream release
1221
1222* Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
1223- new upstream release
1224
1225* Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
1226- fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
1227- require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
1228
1229* Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
1230- fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
1231
1232* Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
1233- update to firefox-2.0.0.4
1234- remove Patch1020 which is merged in upstream
1235
1236* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
1237- added Patch1020 for workaround gcc visibility hidden bugs
1238
1239* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
1240- add build options to build with external nss/nspr libraries
1241    ac_add_options --with-system-nspr
1242    ac_add_options --with-system-nss
1243- remove firefox-{nspr,nss}.pc from %%files devel
1244
1245* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
1246- rebuild with new environment/toolchain
1247- update ja locale
1248
1249* Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
1250- new upstream release
1251
1252* Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
1253- new upstream release
1254
1255* Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
1256- remove typeaheadfind and venkman extention.
1257
1258* Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
1259- add build options for FireBug (<BTS:wishes:9>)
1260  --enable-jsd, --enable-extention=default,typeaheadfind,venkman
1261
1262* Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
1263- update to firefox-2.0.0.1
1264
1265* Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
1266- add Patch10 to fix Bug358798
1267- fix idl install path (<BTS:401>)
1268
1269* Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
1270- update vine default settings
1271  - use Firefox for UA string instead of BonEcho
1272  - add vendor/vendorSub to UA string
1273  - disable spell check by default
1274  - enable smooth scroll by default
1275
1276* Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
1277- update to firefox-2.0 final
1278
1279* Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
1280- update to firefox-2.0rc3
1281- drop unneeded patches.
1282
1283* Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
1284- change Summary, desktopfiles
1285  - use Firefox Community Edition, instead of Firefox.
1286
1287* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
1288- new upstream release
1289
1290* Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
1291- new upstream release
1292- -safe-mode option (VinePlus:03026)
1293  - add Patch1010
1294    - add -safe-mode option in Usage(--help).
1295  - add firefox-safe-mode.desktop
1296
1297* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
1298- new upstream release
1299- update default bookmarks
1300
1301* Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
1302- copy nss headers
1303
1304* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
1305- new upstream release
1306
1307* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
1308- new upstream release
1309
1310* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
1311- use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
1312  - applications using gtkmozembed of firefox become unaffected to
1313    firefox's minor version changes.
1314
1315* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
1316- new upstream release
1317
1318* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
1319- clean up spec file ( remove unneeded %%ghost file ... )
1320
1321* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
1322- fix missing default theme in theme changer
1323
1324* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
1325- add upstream patches (100,101,102)
1326- update default bookmarks
1327- build en-US locale
1328- disable pango rendering by default
1329  (workaround fix slow rendering in some page)
1330
1331* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
1332- new upstream release
1333
1334* Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
1335- fix libnssckbi broken symlink problem (BUG:8)
1336
1337* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
1338- add devel subpackage for gtkembedmoz
1339
1340* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
1341- re-enable ja locale
1342- fix crash bug with COMPOSITE enabled X server
1343  - add patch to /usr/bin/firefox
1344
1345* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
1346- new upstream release
1347
1348* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
1349- update to firefox-1.0.7
1350
1351* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
1352- modified mozconfig to use RPM_OPT_FLAGS
1353
1354* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
1355- add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
1356
1357* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
1358- rebuild with pango-1.9.1
1359- add pango-cairo patch
1360
1361* Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
1362- update Patch25 to enable extension update feature
1363  (disabled in preferences by default)
1364
1365* Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
1366- new upstream release
1367
1368* Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
1369- new upstream release
1370
1371* Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
1372- add more pango rendering patch from FC-devel.
1373- add IM candidate window position patch.
1374
1375* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
1376- fix wrong condition branching in spec file.
1377
1378* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
1379- new upstream release
1380- drop obsolete patch{103,104}
1381
1382* Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
1383- new upstream release
1384
1385* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
1386- new upstream release
1387
1388* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
1389- clean up spec file
1390  - drop own pixmap file (use included one)
1391  - fix up file permissions
1392
1393* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
1394- remove "new-window" option from openurl in /usr/bin/firefox
1395
1396* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
1397- readd patch31,32 for pango rendering fix.
1398
1399* Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
1400- rebuild for Vine Linux 3.1 (VinePlus)
1401
1402* Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
1403- new upstream release
1404- merge some patches from fedora
1405- include ja-JP langpack only.
1406- add Japanese translation for mozilla-firefox.desktop
1407- disable gnomeui, gnomestripe patch
1408- disable mozilla official branding.
1409
1410* Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
1411- initial build for Vine Linux
1412- based on fedora package, add Vine patch from Mozilla package.
1413
1414* Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
1415- Add upstream langpacks
1416
1417* Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
1418- Make sure we get a URL passed in to firefox (#138861)
1419- Mark some generated files as ghost (#136015)
1420
1421* Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
1422- Don't have downloads "disappear" when downloading to desktop (#139015)
1423- Add RPM version to the useragent
1424- BuildRequires pango-devel
1425
1426* Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
1427- Fix spacing in textareas when using pango for rendering
1428- Enable pango rendering by default.
1429- Enable smooth scrolling by default
1430
1431* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
1432- Add StartupWMClass patch from Damian Christey (#135830)
1433- Use system colors by default (#137810)
1434- Re-add s390(x)
1435
1436* Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
1437- Add patch that uses pango for selection.
1438
1439* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
1440- Fix livemarks icon issue. (#138989)
1441
1442* Mon Nov  8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
1443- Firefox 1.0
1444
1445* Thu Nov  4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
1446- Add support for GNOME stock icons. (bmo #233461)
1447
1448* Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
1449- #136330 BR freetype-devel with conditions
1450- #135050 firefox should own mozilla plugin dir
1451
1452* Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
1453- Update to firefox-rc1
1454- Add patch for s390(x)
1455
1456* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
1457- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
1458
1459* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
1460- Prevent inlining of stack direction detection (#135255)
1461
1462* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
1463- More file chooser fixes:
1464    Pop up a confirmation dialog before overwriting files (#134648)
1465    Allow saving as complete once again
1466- Fix for upstream 263263.
1467
1468* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
1469- Fix for upstream 262689.
1470
1471* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
1472- Update pango patch to one that defaults to off
1473
1474* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
1475- Fix problem where default apps aren't showing up in the download
1476  dialog (#136261)
1477- Fix default height being larger than the available area, cherry picked
1478  from upstream
1479
1480* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
1481- Actually turn on pango in the mozconfig
1482
1483* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
1484- Disable the default application checks. (#133713)
1485- Disable the software update feature. (#136017)
1486
1487* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
1488- Use pango for rendering
1489
1490* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
1491- Fix for 64 bit crash at startup (b.m.o #256603)
1492
1493* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
1494- Fix compile issues (#134914)
1495- Add patch to fix button focus issues (#133507)
1496- Add patches to fix tab focus stealing issue (b.m.o #124750)
1497
1498* Fri Oct  1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
1499- Update to 0.10.1
1500- Fix tab switching keybindings (#133504)
1501
1502* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
1503- filter out library Provides: and internal Requires:
1504
1505* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
1506- Prereq desktop-file-utils >= 0.9
1507
1508* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
1509- Add clipboard access prevention patch.
1510
1511* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
1512- Add the xul mime type to the .desktop file
1513
1514* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
1515- Backport the GTK+ file chooser.
1516- Update desktop database after uninstall.
1517
1518* Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
1519- Change the vendor to mozilla not fedora
1520- Build with --disable-strip so debuginfo packages work (#133738)
1521- Add pkgconfig patch (bmo #261090)
1522
1523* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
1524- Add a BR for desktop-file-utils
1525- Update default configuration options to use the firefox mozconfig (#132916)
1526- Use Red Hat bookmarks (#133262)
1527- Update default homepage (#132721)
1528- Fix JS math on AMD64 (#133226)
1529- Build with MOZILLA_OFICIAL (#132917)
1530
1531* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
1532- Update to 1.0PR1
1533- Update man page references to say Firefox instead of Firebird
1534- Remove gcc34 and extensions patch; they are now upstream
1535- Update desktop database
1536- Minor tweaks to the .desktop file
1537
1538* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
1539- Fixup .desktop entry Name, GenericName, and Comment (#131602)
1540- Add MimeType desktop entry (patch from jrb@redhat.com)
1541- Build with --disable-xprint
1542
1543* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
1544- rawhide import
1545- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
1546
1547* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
1548- and mng support is disabled again as it seams that there is
1549  no real mng support in the code
1550
1551* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
1552- remove ldconfig from scriptlets (bug #1846 comment #40)
1553- reenabled mng support (bug #1971)
1554- removed --enable-strip to let rpm to the stripping (bug #1971)
1555- honor system settings in firefox.sh (bug #1971)
1556- setting umask 022 in scriptlets (bug #1962)
1557
1558* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
1559- copy the icon to the right place(TM)
1560
1561* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
1562- readded the xpm removed in 0:0.9.2-0.fdr.5
1563
1564* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
1565- added mozilla-1.7-psfonts.patch from rawhide mozilla
1566
1567* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
1568- updated to 0.9.3
1569- removed following from .mozconfig:
1570    ac_add_options --with-system-mng
1571    ac_add_options --enable-xprint
1572    ac_add_options --disable-dtd-debug
1573    ac_add_options --disable-freetype2
1574    ac_add_options --enable-strip-libs
1575    ac_add_options --enable-reorder
1576    ac_add_options --enable-mathml
1577    ac_add_options --without-system-nspr
1578
1579* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
1580- applied parts of the patch from Matthias Saou (bug #1846)
1581- delete empty directories in %%{ffdir}/chrome
1582- more cosmetic changes to the spec file
1583
1584* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
1585- mozilla-default-plugin-less-annoying.patch readded
1586
1587* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
1588- added krb5-devel as build requirement
1589
1590* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
1591- added patch from bugzilla.mozilla.org (bug #247846)
1592- removed Xvfb hack
1593
1594* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
1595- updated to 0.9.2
1596
1597* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
1598- mharris suggestion for backwards compatibilty with Xvfb hack
1599
1600* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
1601- added massive hack from the debian package to create the
1602  extension directory
1603
1604* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
1605- updated to 0.9.1
1606
1607* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
1608- remove extensions patch
1609- add post hack to create extensions
1610- enable negotiateauth extension
1611- copy icon to browser/app/default.xpm
1612- --enable-official-branding
1613
1614* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
1615- extensions patch
1616
1617* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
1618- added gnome-vfs2-devel as BuildRequires
1619- added gcc-3.4 patch
1620
1621* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
1622- updated to 0.9
1623- dropped x86_64 patches
1624- dropped xremote patches
1625
1626* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
1627- remove unused files: mozilla-config
1628
1629* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
1630- update mozconfig (fixes bug #1443)
1631- installation directory includes version number
1632
1633* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
1634- merge x86_64 release 10 with fedora.us release 10 bump release to 11
1635
1636* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
1637- rebuild for FC2
1638- change Source71 to properly replace Source7 for maintainability
1639
1640* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
1641- 3rd xremote patch
1642- test -Os rather than -O2
1643
1644* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
1645- more x86_64 fixes
1646- fix firefix-xremote-client for x86_64 (similar to what is done for
1647  firefox.sh.in)
1648
1649* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
1650- xremote patch for thunderbird integration #1113
1651- back out ugly hack from /usr/bin/firefox
1652- correct default bookmarks
1653
1654* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
1655- readded the new firefox icons
1656
1657* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
1658- removed new firefox icons
1659
1660* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
1661- nothing
1662
1663* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
1664- update for x86_64 ... usr mozilla-1.6 patches
1665- change "firefox-i*" to "firefox-*" in above stuff
1666
1667* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
1668- another icon changed
1669
1670* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
1671- startup script modified
1672
1673* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
1674- new firefox icon
1675- more s/firebird/firefox/
1676
1677* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
1678- new version: 0.8
1679- new name: firefox
1680
1681* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
1682- s/0.6.1/0.7/
1683- changed user-app-dir back to .phoenix as .mozilla-firebird
1684  is not working as expected
1685- manpage now also available as MozillaFirebird.1
1686
1687* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
1688- updated to 0.7
1689- provides webclient
1690- run regxpcom and regchrome after installation and removal
1691- added a man page from the debian package
1692- changed user-app-dir from .phoenix to .mozilla-firebird
1693
1694* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
1695- now with mozilla-default-plugin-less-annoying.patch; see bug #586
1696
1697* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
1698- updated to 0.6.1
1699- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
1700  it should now also build on RH80
1701
1702* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
1703- enabled the type ahead extension: bug #484
1704
1705* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
1706- renamed it again back to MozillaFirbird
1707- added libmng-devel to BuildRequires
1708- startup homepage is now www.fedora.us
1709- improved the startup script to use the unix remote protocol
1710  to open a new window
1711
1712* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
1713- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
1714- now using gtk2 as toolkit
1715- renamed again back to mozilla-firebird (I like it better)
1716- Provides: MozillaFirebird for compatibility with previous releases
1717- changed default bookmarks.html to contain links to www.fedora.us
1718
1719* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
1720- renamed package to MozillaFirebird and all files with the old name
1721- enabled mng, mathml, xinerama support
1722- now honouring RPM_OPT_FLAGS
1723
1724* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
1725- updated to 0.6
1726
1727* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
1728- Updated to CVS.
1729- Renamed to mozilla-firebird.
1730
1731* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
1732- Updated to CVS.
1733- Removed hard-coded library path.
1734
1735* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
1736- Changed Prereq to Requires.
1737- Changed BuildRequires to gtk+-devel (instead of file).
1738- Recompressed source with bzip2.
1739- Removed post.
1740
1741* Wed Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
1742- Added desktop-file-utils to BuildRequires.
1743- Changed category to X-Fedora-Extra.
1744- Updated to CVS.
1745
1746* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
1747- Added Epoch:0.
1748- Added libgtk-1.2.so.0 to the BuildRequires
1749
1750* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
1751- Updated to latest CVS.
1752- Moved phoenix startup script into its own file
1753
1754* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
1755- Updated to latest CVS.
1756- Changed release to 9 vs 8.1.
1757- Added cvs script.
1758- added encoding to desktop file.
1759
1760* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
1761- Updated to latest CVS.
1762- added release specification XFree86-devel Build Requirement.
1763- changed chmod to %attr
1764
1765* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
1766- Fixed naming scheme.
1767- Fixed .desktop file.
1768
1769* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
1770- Updated to CVS.
1771
1772* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
1773- General Tweaking.
1774
1775* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
1776- Updated CVS.
1777- Modified mozconfig.
1778
1779* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
1780- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.