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

Revision 12508, 57.0 KB checked in by tomop, 3 years ago (diff)

updated 14 packages

cups-2.3.3-1

firefox-78.5.0-1

golang-1.15.5-1

kernel-5.4.80-1

krb5-1.18.3-1

mariadb-10.5.8-1

nsd-4.3.4-1

php74-7.4.13-1

postfix-3.5.8-1

postgresql-13.1-1

thunderbird-78.5.1-1

tmux-3.1c-1

unbound-1.13.0-1

webkitgtk4-2.30.3-1

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