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

Revision 12521, 57.3 KB checked in by tomop, 3 years ago (diff)

updated 11 packages

dnsmasq-2.84-1

firefox-78.7.0-1

kernel-5.4.93-1

libmaxminddb-1.5.0-1

nsd-4.3.5-1

openldap-2.4.57-1

python-pillow-8.1.0-1

rust-1.49.0-1

samba-4.13.4-1

sudo-1.9.5p2-1

thunderbird-78.7.0-1

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