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

Revision 12502, 56.5 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

firefox-78.3.1-1

libpq-13.0-1

nodejs-12.18.4-1

openssh-8.4p1-1

php74-7.4.11-1

postgresql-13.0-1

rspamd-2.6-1

thunderbird-68.12.1-1

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