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

Revision 12322, 53.9 KB checked in by tomop, 4 years ago (diff)

updated 13 packages

cpio-2.13-1

curl-7.68.0-1

e2fsprogs-1.45.5-1

firefox-68.5.0-1

flex-2.6.4-1

libarchive-3.4.2-1

libogg-1.3.4-1

libssh-0.9.3-1

libtasn1-4.16.0-1

libvorbis-1.3.6-1

nghttp2-1.40.0-1

thunderbird-68.5.0-1

vorbis-tools-1.4.0-5

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