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

Revision 12480, 56.3 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

appstream-data-7-3

firefox-78.2.0-1

thunderbird-68.12.0-1

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