source: projects/specs/trunk/c/chromium/chromium-vl.spec @ 8951

Revision 8951, 36.3 KB checked in by Takemikaduchi, 10 years ago (diff)

nenew upstream release

Line 
1#% global with_system_zlib 1
2#% global with_system_jpeg 1
3#% global with_system_png 1
4
5#% global with_system_icu 1
6#% global with_system_v8 1
7#% global with_system_vpx 1
8
9#NOTE: src/third_party/ffmpeg/ffmpeg.gyp:
10# There's a couple key GYP variables that control how FFmpeg is built:
11#   ffmpeg_branding
12#     Controls whether we build the Chromium or Google Chrome version of
13#     FFmpeg.  The Google Chrome version contains additional codecs.
14#     Typical values are Chromium, Chrome, ChromiumOS, and ChromeOS.
15#   build_ffmpegsumo
16#     When set to zero will build Chromium against Chrome's FFmpeg headers, but
17#     not build ffmpegsumo itself.  Users are expected to build and provide
18#     their own version of ffmpegsumo.  Default value is 1.
19#% global with_system_ffmpeg 1
20#% global with_build_ffmpegsumo 1
21
22%global chrome_sandbox %{_prefix}/lib/chrome_sandbox
23
24Name:           chromium
25Summary:        Google's opens source browser project
26Summary(ja):    Googleのオープンソースウェブブラウザ
27#'
28Version:        37.0.2062.120
29Release:        1%{?_dist_release}
30License:        BSD-3-Clause, LGPL-2.1+
31Group:          Applications/Internet
32Source0:        %{name}-%{version}-vine.tar.xz
33# Script used to create the %{name}-%{version}-vine.tar.xz archive from
34# a official tarball:
35# http://gsdview.appspot.com/chromium-browser-official/chromium-XX.X.XXXX.XXX.tar.xz
36Source3:        pack_chromium_source-vine.sh
37# Patch template which adds vendor to user agent
38##!!Source20:       chromium-vendor.patch.in
39Source20:       chromium-vendor-vine.patch.in
40# Set default prefs
41##!!Source30:       master_preferences
42Source30:       master_preferences.vine
43##!!Source31:       default_bookmarks.html
44#Source31:       default_bookmarks.html.vine
45Source99:       chrome-wrapper
46##!!Source100:      chromium-browser.sh
47Source100:      chromium-browser-vine.sh
48##!!Source101:      chromium-browser.desktop
49Source101:      chromium-browser-vine.desktop
50Source102:      chromium-browser.xml
51Source103:      chromium.default
52
53
54## Start Patches
55# Fedora and OpenSUSE
56# Many changes to the gyp systems so we can use system libraries
57Patch1:         chromium-32.0.1700.72-no-test-sources.patch
58# removes build part for courgette
59Patch13:        chromium-36.0.1985.125-no-courgette.patch
60# enables reading of the master preference
61Patch14:        chromium-30.0.1599.84-master-prefs-path.patch
62# Compile the sandbox with -fPIE settings
63Patch66:        chromium-sandbox-pie.patch
64# Adjust ldflags for better building
65Patch67:        adjust-ldflags-no-keep-memory.patch
66
67
68# http://code.google.com/p/gperftools/issues/detail?id=444
69Patch90:                chromium-26.0.1368.0-glib-2.16-use-siginfo_t.patch
70
71# Vine
72Patch100:               chromium-30.0.1599.84-no-ffmpegsumo.patch
73Patch101:               chromium-disable-GoogleApiKeysInfoBar-vine.patch
74
75
76BuildRequires:  pciutils-devel
77##!!BuildRequires:  Mesa-devel
78BuildRequires:  mesa-libGLU-devel
79##!!BuildRequires:  alsa-devel
80BuildRequires:  alsa-lib-devel
81BuildRequires:  pulseaudio-libs-devel
82BuildRequires:  bison
83BuildRequires:  cups-devel
84BuildRequires:  desktop-file-utils
85BuildRequires:  flex
86BuildRequires:  freetype2-devel
87BuildRequires:  gperf
88BuildRequires:  hunspell-devel
89##!!BuildRequires:  libbz2-devel
90%{?with_system_bzip2:BuildRequires:  bzip2-devel}
91%{?with_system_libevent:BuildRequires:  libevent-devel}
92##!!BuildRequires:  libexpat-devel
93BuildRequires:  expat-devel
94BuildRequires:  libgcrypt-devel
95%{?with_system_jpeg:BuildRequires:  libjpeg-devel}
96%{?with_system_png:BuildRequires:  libpng-devel}
97BuildRequires:  libstdc++-devel >= 4.4
98%{?with_system_vpx:BuildRequires:  libvpx-devel >= 0.9.5}
99%{?with_system_libxslt:BuildRequires:  libxslt-devel}
100BuildRequires:  libzip-devel
101##!!BuildRequires:  lzma
102#BuildRequires:  xz
103##!!BuildRequires:  mozilla-nspr-devel
104BuildRequires:  nspr-devel
105##!!BuildRequires:  mozilla-nss-devel
106BuildRequires:  nss-devel
107BuildRequires:  krb5-devel
108BuildRequires:  openssl-devel
109BuildRequires:  pam-devel
110##!!BuildRequires:  pkg-config
111#BuildRequires:  subversion
112##!!BuildRequires:  perl(Switch)
113BuildRequires:  perl
114BuildRequires:  cairo-devel >= 1.6
115BuildRequires:  dbus-devel
116BuildRequires:  dbus-glib-devel
117##!!BuildRequires:  gconf2-devel
118BuildRequires:  GConf2-devel
119BuildRequires:  glib2-devel
120BuildRequires:  gtk2-devel
121%{?with_system_libxml:BuildRequires:  libxml2-devel}
122BuildRequires:  python
123##!!BuildRequires:  python-xml
124BuildRequires:  python-pyxml
125%{?with_system_sqlite:BuildRequires:  sqlite3-devel}
126##!!BuildRequires:  update-desktop-files
127%{?with_system_v8:BuildRequires:  v8-devel}
128##!!BuildRequires:  wdiff
129%{?with_system_zlib:BuildRequires:  zlib-devel}
130##!!BuildRequires:  libpulse-devel
131BuildRequires:  pulseaudio-libs-devel
132##!!BuildRequires:  libelf-devel
133BuildRequires:  elfutils-libelf-devel
134BuildRequires:  libgnome-keyring-devel
135BuildRequires:  python-devel
136#BuildRequires:  glew-devel
137%{?with_system_icu:BuildRequires:  libicu-devel >= 4.0}
138BuildRequires:  eudev-libudev-devel
139BuildRequires:  libcap-devel
140
141BuildRequires:  ninja
142
143##Vine Linux
144#BuildRequires:  libpaper-devel
145BuildRequires:  libXScrnSaver-devel
146BuildRequires:  libXtst-devel
147BuildRequires:  libXdamage-devel
148BuildRequires:  libXt-devel
149#%ifarch x86_64
150#Requires:  nspluginwrapper
151#%endif
152
153##!!Requires:       alsa
154Requires:       alsa-lib
155Requires:       pulseaudio-libs
156Requires:       xdg-utils
157%{?with_system_v8:Requires:       v8}
158
159BuildRoot:      %{_tmppath}/%{name}-%{version}-root
160
161Obsoletes: chromium < %{version}-%{release}
162
163
164%description
165Chromium is the open-source project behind Google Chrome.
166We invite you to join us in our effort to help build a safer, faster,
167and more stable way for all Internet users to experience the web,
168and to create a powerful platform for developing a new generation of
169web applications.
170
171%description -l ja
172Chromium は Google Chrome の後方にあるオープンソースプロジェクトです。
173ウェブを体験しているすべてのインターネットユーザに対して
174より安全で、より速くて、より安定した方法を築き上げるのを補助するでしょう。
175そして、ウェブアプリケーションの新しい世代を発展させ、
176強力なプラットホームを作成するために、
177私たちの取り組みにぜひ参加してください。
178
179
180%prep
181# if 0%{?with_build_ffmpegsumo}
182# # with_build_ffmpegsumo=1
183# else
184# # with_build_ffmpegsumo=0
185# endif
186
187#%setup -q
188[ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
189xz -dc %{SOURCE0} | %__tar -xf - || exit 1
190%setup -D -T -n %{name}-%{version}
191
192%patch1 -p1
193#%patch13 -p1
194%patch14 -p1
195%patch66 -p1
196%patch67 -p1
197
198#%patch90 -p0
199
200%patch100 -p1
201%patch101 -p1
202
203## built header file: avconfig.h
204[ -f src/third_party/ffmpeg/libavutil/avconfig.h ] && exit 1
205cat > src/third_party/ffmpeg/libavutil/avconfig.h <<EOF
206/* Generated by ffconf */
207#ifndef AVUTIL_AVCONFIG_H
208#define AVUTIL_AVCONFIG_H
209#define AV_HAVE_BIGENDIAN 0
210#define AV_HAVE_FAST_UNALIGNED 1
211#define AV_HAVE_INCOMPATIBLE_FORK_ABI 0
212#endif /* AVUTIL_AVCONFIG_H */
213EOF
214
215# apply vendor patch after substitution
216#%__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0 || exit 1
217
218# Make sure that the requires legal files can be found
219%__cp -a src/AUTHORS src/LICENSE . || exit 1
220
221# remove breakpad
222sed -i "s|import breakpad||" src/tools/find_depot_tools.py
223
224
225%build
226#export GYP_GENERATORS=make
227#export CC="gcc"
228#export CXX="g++"
229#export AR="ar"
230#export RANLIB="ranlib"
231
232## create make files
233
234PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g" `
235# '
236for i in src/build/common.gypi; do
237        %__sed -i "s|'-march=pentium4',||g" $i
238                %__sed -i "s|'-mfpmath=sse',||g" $i
239        %__sed -i "s|'-O<(debug_optimize)',||g" $i
240        %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
241        %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
242done
243
244pushd src
245
246export GYP_GENERATORS='ninja'
247
248./build/gyp_chromium build/all.gyp --depth . \
249    -Dwerror= \
250        -Dlinux_dump_symbols=0 \
251    -Dlinux_sandbox_path=%{chrome_sandbox} \
252    -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
253    %ifarch %{ix86}
254        -Dtarget_arch=ia32 \
255    %endif
256    %ifarch x86_64
257        -Dtarget_arch=x64 \
258    %endif
259    -Dlinux_use_gold_flags=0 \
260    -Dlinux_use_gold_binary=0 \
261    \
262    -Duse_allocator="none" \
263        -Dremove_webcore_debug_symbols=1 \
264    -Duse_system_bzip2=0 \
265    -Duse_system_flac=0 \
266    -Duse_system_harfbuzz=0 \
267    -Duse_system_icu=0 \
268    -Dicu_use_data_file_flag=0 \
269    -Duse_system_libevent=0 \
270    -Duse_system_libexif=0 \
271    -Duse_system_libjpeg=0 \
272    -Duse_system_libmtp=0 \
273    -Duse_system_libpng=0 \
274    -Duse_system_libusb=0 \
275    -Duse_system_libvpx=0 \
276    -Duse_system_libwebp=0 \
277    -Duse_system_libxml=0 \
278    -Duse_system_libxslt=0 \
279    -Duse_system_libyuv=0 \
280    -Duse_system_minizip=0 \
281    -Duse_system_nss=0 \
282    -Duse_system_nspr=0 \
283    -Duse_openssl=0 \
284    -Duse_system_opus=0 \
285    -Duse_system_protobuf=0 \
286    -Duse_system_re2=0 \
287    -Duse_system_speex=0 \
288    -Duse_system_v8=0 \
289    -Duse_system_xdg_utils=0 \
290    -Duse_system_yasm=0 \
291    -Duse_system_zlib=0 \
292    %{?with_system_ffmpeg:-Duse_system_ffmpeg=1} \
293    %{!?with_system_ffmpeg:-Duse_system_ffmpeg=0} \
294    %{?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=1} \
295    %{!?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=0} \
296    -Duse_system_vpx=0 \
297    -Duse_system_sqlite=0 \
298        -Dlinux_fpic=1 \
299    -Ddisable_sse2=1 \
300    -Ddisable_glibc=1 \
301    -Ddisable_newlib_untar=1 \
302    -Ddisable_pnacl=1 \
303    -Djavascript_engine=v8 \
304    -Ddisable_nacl=1 \
305    -Dproprietary_codecs=1 \
306        \
307    -Duse_pulseaudio=1 \
308    -Dlinux_link_libpci=1 \
309    -Dlinux_link_gnome_keyring=1 \
310    -Dlinux_link_gsettings=1 \
311    -Dlinux_link_libgps=1 \
312    %ifnarch %{ix86}
313        -Dlinux_link_kerberos=1 \
314    %endif
315    %if %{?_dist_release} == "vl6"
316        -Dgcc_version=44 \
317    %endif
318    ;
319
320#    -Dlibrary=shared_library -Drelease_extra_cflags=-fPIC \
321
322ninja -C out/Release chrome
323
324# Build the required SUID_SANDBOX helper
325ninja -C out/Release chrome_sandbox
326
327# Build the ChromeDriver test suite
328ninja -C out/Release chromedriver
329popd
330
331%install
332%{__rm} -rf %{buildroot}
333
334%__mkdir_p %{buildroot}%{_bindir}
335%__install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
336%ifarch x86_64
337%__mkdir_p %{buildroot}%{_prefix}/lib/
338%endif
339# x86_64 capable systems need this
340%__sed -i "s|/usr/lib/chromium|%{_libdir}/chromium|g" %{buildroot}%{_bindir}/chromium
341%__mkdir_p %{buildroot}%{_libdir}/chromium/
342#%__mkdir_p %{buildroot}%{_libdir}/chromium/plugins/
343%__mkdir_p %{buildroot}%{_mandir}/man1/
344pushd src/out/Release
345
346# Install the file /etc/default/chromium which defines the chromium flags
347mkdir -p %{buildroot}%{_sysconfdir}/default
348install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
349
350
351%__cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ || exit 1
352%__ln_s %{_prefix}/lib/chrome_sandbox %{buildroot}/%{_libdir}/chromium/chrome-sandbox || exit 1
353%__cp -a *.pak locales resources xdg-mime %{buildroot}%{_libdir}/chromium/ || exit 1
354%__cp -a chromedriver %{buildroot}%{_libdir}/chromium/ || exit 1
355
356%{?with_build_ffmpegsumo:%__cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/ || exit 1}
357
358%__sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > %{buildroot}%{_libdir}/chromium/xdg-settings || exit 1
359
360%__cp -a chrome %{buildroot}%{_libdir}/chromium/chromium || exit 1
361# %__cp -a lib.target/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
362# %__cp -a lib.host/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
363%__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1 || exit 1
364%__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1 || exit 1
365popd
366
367%__mkdir_p %{buildroot}%{_datadir}/pixmaps/
368%__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
369for i in 22 24 48 64 128 256; do
370    %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
371    %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
372done
373
374%__mkdir_p %{buildroot}%{_datadir}/applications/
375desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
376
377%__mkdir_p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
378%__cp -a %{SOURCE102} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
379
380# # # link to browser plugin path.  Plugin patch doesn't work. Why?
381# # %{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins
382# # pushd %{buildroot}%{_libdir}/%{name}
383# # %{__ln_s} %{_libdir}/browser-plugins plugins
384# # popd
385# pushd %{buildroot}%{_libdir}/%{name}
386# #%ifarch x86_64
387# #%{__ln_s} %{_libdir}/mozilla/plugins-wrapped plugins || exit 1
388# #%else
389# %{__ln_s} %{_libdir}/mozilla/plugins plugins || exit 1
390# #%endif
391# popd
392
393# Install the master_preferences file
394%__mkdir_p %{buildroot}%{_sysconfdir}/%{name}
395%__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{name}/$(basename %{SOURCE30} .vine)
396#%__install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{name}
397
398# This enables HTML5 video if you have ffmpeg installed,
399# you naughty naughty user.
400pushd %{buildroot}%{_libdir}/chromium
401touch %{buildroot}%{_libdir}/libavcodec.so.52
402%__ln_s %{_libdir}/libavcodec.so.52 libavcodec.so.52
403touch %{buildroot}%{_libdir}/libavformat.so.52
404%__ln_s %{_libdir}/libavformat.so.52 libavformat.so.52
405touch %{buildroot}%{_libdir}/libavutil.so.50
406%__ln_s %{_libdir}/libavutil.so.50 libavutil.so.50
407popd
408
409%clean
410%{__rm} -rf %{buildroot}
411
412%post
413touch --no-create %{_datadir}/icons/hicolor
414if [ -x %{_bindir}/gtk-update-icon-cache ]; then
415  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
416fi
417%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
418
419%postun
420%{_bindir}/update-desktop-database --quiet %{_datadir}/applications
421touch --no-create %{_datadir}/icons/hicolor
422if [ -x %{_bindir}/gtk-update-icon-cache ]; then
423  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
424fi || :
425
426
427%files
428%defattr(-,root,root,-)
429%config %{_sysconfdir}/%{name}
430%config %{_sysconfdir}/default/chromium
431%dir %{_datadir}/gnome-control-center
432%dir %{_datadir}/gnome-control-center/default-apps
433%dir %{_libdir}/chromium/
434%{_bindir}/chromium
435%{_libdir}/chromium/chromium
436#%{_libdir}/chromium/plugins/
437%{_libdir}/chromium/locales/
438%{_libdir}/chromium/resources/
439#%{_libdir}/chromium/nacl_*
440#%{_libdir}/chromium/libppGoogleNaClPluginChrome.so
441%attr(755,root,root) %{_libdir}/chromium/xdg-settings
442%attr(755,root,root) %{_libdir}/chromium/xdg-mime
443%{_libdir}/chromium/*.pak
444%{_mandir}/man1/chrom*
445%{_datadir}/applications/*.desktop
446%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
447%{_datadir}/pixmaps/chromium-browser.png
448%{_datadir}/icons/hicolor/*/apps/chromium-browser.png
449#%{_libdir}/chromium/lib*.so
450%{_libdir}/chromium/libavcodec.so.52
451%{_libdir}/chromium/libavutil.so.50
452%{_libdir}/chromium/libavformat.so.52
453%exclude %{_libdir}/libavcodec.so.52
454%exclude %{_libdir}/libavutil.so.50
455%exclude %{_libdir}/libavformat.so.52
456%attr(4755,root,root) %{chrome_sandbox}
457%{_libdir}/chromium/chrome-sandbox
458%{_libdir}/chromium/chromedriver
459
460
461%changelog
462* Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 37.0.2062.120-1
463- update to 37.0.2062.120
464
465* Sun Sep 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 37.0.2062.103-1
466- update to 37.0.2062.103
467
468* Sun Aug 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 36.0.1985.125-1
469- update to 36.0.1985.125
470- remove Patch21 (chromium-gcc47.patch)
471- remove Patch64 (chromium-more-codec-aliases.patch)
472- remove Patch102 (chromium-35.0.1916.114-rungn.patch)
473- update Source3 (pack_chromium_source-vine.sh)
474- update Patch13 (chromium-36.0.1985.125-no-courgette.patch)
475- update Patch90 (chromium-26.0.1368.0-glib-2.16-use-siginfo_t.patch)
476
477* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 35.0.1916.153-2
478- change BuildRequires: eudev-libudev-devel instead of libudev-devel
479
480* Sun Jun 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 35.0.1916.153-1
481- update to 35.0.1916.153
482- update Patch102 (chromium-35.0.1916.114-rungn.patch)
483- update Source3 (pack_chromium_source-vine.sh)
484- update Source30 (master_preferences.vine)
485- update Source100 (chromium-browser-vine.sh)
486- add BuildRequires: ninja
487
488* Sat Mar 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 33.0.1750.152-1
489- update to 33.0.1750.152
490- update Patch13,101
491- add Patch102 (chromium-33.0.1750.152-rungn.patch)
492
493* Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 32.0.1700.102-2
494- rebuilt with libgcrypt-1.6
495
496* Sun Feb 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.102-1
497- update to 32.0.1700.102
498
499* Sun Jan 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.77-1
500- update to 32.0.1700.77
501- add Patch101 (chromium-disable-GoogleApiKeysInfoBar-vine.patch)
502
503* Sat Feb 16 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.1312.71-1
504- update to 24.0.1312.71
505
506* Sat Dec 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 23.0.1271.101-1
507- update to 23.0.1271.101
508
509* Mon Oct 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.1229.94-1
510- update to 22.0.1229.94
511
512* Sun Sep  2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.89-1
513- updated to 21.0.1180.89
514
515* Sun Aug 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.84-1
516- updated to 21.0.1180.84
517
518* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.78-1
519- updated to 21.0.1180.78
520- dropped Requires: nspluginwrapper
521
522* Thu Jun 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 20.0.1132.54-1
523- updated to 20.0.1132.54
524
525* Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.57-1
526- updated to 19.0.1084.57
527
528* Sat Jun  2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.53-1
529- updated to 19.0.1084.53
530
531* Tue May 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.50-1
532- updated to 19.0.1084.50
533
534* Tue May  8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.169-1
535- updated to 18.0.1025.169
536
537* Sat Apr 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.166-1
538- updated to 18.0.1025.166
539
540* Sat Apr 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.163-1
541- updated to 18.0.1025.163
542
543* Tue Apr  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.148-1
544- updated to 18.0.1025.148
545
546* Wed Mar 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.145-1
547- updated to 18.0.1025.145
548
549* Sun Mar 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.140-1
550- updated to 18.0.1025.140
551
552* Thu Mar 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.130-1
553- updated to 18.0.1025.130
554
555* Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.114-1
556- updated to 18.0.1025.114
557
558* Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.81-1
559- updated to 17.0.963.81
560
561* Fri Mar  9 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.78-1
562- updated to 17.0.963.78
563
564* Sat Mar  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.65-1
565- updated to 17.0.963.65
566
567* Wed Feb 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.60-1
568- updated to 17.0.963.60
569
570* Fri Feb 17 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.57-1
571- updated to 17.0.963.57
572
573* Sun Feb 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.54-1
574- updated to 17.0.963.54
575
576* Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.52-1
577- updated to 17.0.963.52
578
579* Sat Feb  4 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.77-1
580- updated to 16.0.912.77
581
582* Sun Jan  8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.75-1
583- updated to 16.0.912.75
584
585* Fri Dec 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.63-1
586- updated to 16.0.912.63
587
588* Thu Dec  1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.57-1
589- updated to 16.0.912.57
590
591* Sat Oct 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 15.0.874.116-1
592- updated to 15.0.874.116
593
594* Wed Oct 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.204-1
595- updated to 14.0.835.204
596- added BuildRequires: dbus-glib-devel
597
598* Sat Sep 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.186-1
599- updated to 14.0.835.186
600
601* Sun Sep 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.163-1
602- updated to 14.0.835.163
603
604* Tue Sep 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.157-1
605- updated to 14.0.835.157
606
607* Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.102-1
608- updated to 14.0.835.102
609
610* Sat Aug 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.89-1
611- updated to 14.0.835.89
612- added Obsoletes: chromium-unstable < %{version}-%{release}
613
614* Wed Aug 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.35-1
615- updated to 14.0.835.35
616- added BuildRequires: pulseaudio-libs-devel, Requires: pulseaudio-libs
617- changed to Name: chromium14
618  - Provides:  chromium-unstable = %%{version}
619  - Conflicts: chromium-stable
620
621* Wed Aug 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.107-1
622- changed to Name: chromium
623- updated to 13.0.782.107
624
625* Wed Jul 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.88-1
626- updated to 13.0.782.88
627- added BuildRequires: libzip-devel
628- added Provides: chromium-unstable = %%{version}
629- added Conflicts: chromium-stable
630
631* Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
632- fix user-agent string (chromium-vendor-vine.patch.in)
633  - move vendor string (Vine/12.0.742.91-1vl6) to the end.
634
635* Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
636- updated to 12.0.742.93
637- fixed icon field of chromium-browser-vine.desktop
638
639* Wed Jun 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.91-1
640- updated to 12.0.742.91
641
642* Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.77-1
643- updated to 12.0.742.77
644
645* Sat May 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.63-1
646- updated to 12.0.742.63
647
648* Sat May 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.42-1
649- updated to 12.0.742.42
650
651* Sat Apr 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.6-1
652- updated to 12.0.742.6
653- dropped/upstreamed patches
654- updated our no-tests patch (chromium-12.0.742.6-no-tests.patch)
655
656* Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.50-1
657- updated to 11.0.696.50
658- dropped some Patches for MeeGo Netbook
659
660* Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.35-1
661- updated to 11.0.696.35
662
663* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.29-1
664- updated to 11.0.696.29
665- dropped "--no-first-run" in command line options of chromium-browser-vine.sh
666
667* Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
668- updated to 11.0.696.22
669- improved chromium-browser-vine.sh
670  - merged from chromium-browser-vine.desktop of 11.0.696.17-1
671
672* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
673- updated to 11.0.696.20
674- improved chromium-browser-vine.desktop
675
676* Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
677- updated to 11.0.696.17
678
679* Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
680- updated to 11.0.696.15
681  - ready for Vine Linux 6 release
682- dropped BuildRequires: v8-devel, libicu-devel
683
684* Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
685- updated to 11.0.696.5 with v8 3.2.0
686- added BuildRequires: pam-devel
687
688* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
689- rebuilt with libevent-2.0.10
690
691* Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
692- updated to 10.0.651.0 with v8 3.0.12
693- added BuildRequires:
694  - libpaper-devel
695  - python-devel
696- added built header file: libavutil/avconfig.h %%prep
697- unexport MOZ_PLUGIN_PATH in chromium-browser-vine.sh
698
699* Sun Dec 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.622.0-1
700- updated to 10.0.622.0
701- added BuildRequires: libXt-devel
702
703* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
704- updated to 10.0.605.0
705- added BuildRequires:
706  - libXdamage-devel
707  - hunspell-devel
708
709* Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
710- updated to 9.0.598
711
712* Fri Nov 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.593.0-1
713- updated to 9.0.593
714
715* Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.582.0-1
716- updated to 9.0.582
717- added Requires: xdg-utils
718
719* Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.578.0-1
720- updated to 9.0.578
721
722* Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.569.0-1
723- updated to 9.0.569
724
725  * Mon Oct 25 2010 tittiatcoke@gmail.com
726  - Update to 9.0.564 build
727    * Added specific patches for MeeGo.
728    * We are now using shared libraries for Chromium
729    * Spec-file cleanup (Thanks to prusnak)
730
731* Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.556.0-1
732- updated to snapshot 8.0.556
733
734* Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.551.0-1
735- updated to snapshot 8.0.551
736
737* Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.527.0-1
738- updated to snapshot 7.0.527
739
740* Thu Sep 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.519.0-1
741- updated to snapshot 7.0.519
742
743* Fri Sep 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.513.0-1
744- updated to snapshot 7.0.513
745  - updated chromium-vendor-vine.patch.in
746
747* Sat Aug 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.507.0-1
748- updated to snapshot 7.0.507
749
750* Wed Aug 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.498.0-1
751- updated to snapshot 7.0.498
752
753* Sat Aug 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.493.0-1
754- updated to snapshot 6.0.493
755- used with_system_icu (for vl6)
756  - added BuildRequires: libicu-devel
757
758* Thu Jul 22 2010 IWAI, Masaharu <iwai@alib.jp> 6.0.454.0-2vl5
759- build for Vine Linux 5.x
760  - add BuildRequires: gnome-keyring-devel
761
762* Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.454.0-1
763- updated to snapshot 6.0.454
764- added BuildRequires:
765  - sqlite3-devel
766  - gnutls-devel
767  - libgnome-keyring-devel
768
769* Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
770- updated to snapshot 6.0.431.0 r49253
771- added BuildRequires: cups-devel
772
773* Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
774- updated to snapshot 6.0.405.0 r47263
775
776* Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-2
777- unused with_system_icu (for vl6)
778  - used icu-4.2.1-chromium.5.0.353.0.svn41449 (for vl6)
779
780* Wed Apr 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-1
781- updated to snapshot 5.0.378.0 r44472
782  - used with_system_icu (for vl6)
783  - added icu-4.2.1-chromium.5.0.353.0.svn41449.tar.bz2 (for vl5)
784
785* Sat Apr 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.372.0-1
786- updated to snapshot 5.0.372.0 r43947
787- added BuildRequires: glew-devel
788- changed Group tag to Applications/Internet
789- added Summary(ja) and %%description -l ja
790
791* Mon Apr 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.365.0-1
792- updated to snapshot 5.0.365.0 r42966
793- merged 5.0.353.0-4vl5
794 * Fri Apr  2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
795 - build on Vine Linux 5.1
796   - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
797
798* Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.364.0-1
799- updated to snapshot 5.0.364.0 r42779
800
801* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.359.0-1
802- updated to snapshot 5.0.359.0 r42116
803- dropped chromium-20100122-ubuntu-html5-video-mimetypes.patch
804
805* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-4
806- fixed master_preferences.vine, little
807
808* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
809- fixed to install master_preferences
810- dropped chromium-5.0.353-no-ffmpeg-vine.patch
811
812* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-2
813- applied chromium-5.0.353-no-ffmpeg-vine.patch
814
815* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-1
816- updated to snapshot 5.0.353.0 r41449
817  * Wed Mar 10 2010 bgmerrell@novell.com
818  - Add master_preferences source file and install it to /etc/chromium.
819  - Create a new patch (chromium-master-prefs-path.patch) which tells
820    chromium to look in /etc/chromium for the master_preferences file
821    (instead of looking in the default directory, which is the same
822    directory as the 'chrome' binary).
823
824* Sun Feb 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.335.0-1
825- updated to snapshot 5.0.335.0 r39556
826
827* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-2
828- applied chromium-20100122-ubuntu-html5-video-mimetypes.patch from Gentoo
829
830* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-1
831- updated to snapshot 5.0.330.0 r39074
832
833* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-5
834- use_system_ffmpeg
835
836* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-4
837- added Requires:  nspluginwrapper
838- fixed a symbolic link of plugins directory with nspluginwrapper
839
840* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-3
841- replaced %%{SOUECE20} to chromium-vendor-vine.patch.in
842
843* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-2
844- added BuildRequires: mesa-libGLU-devel
845- added BuildRequires: libstdc++34 libstdc++34-devel for vl5
846
847* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-1
848- built based on chromium-5.0.329.0-167.1.src.rpm of OpenSuse
849
850  * Sun Nov 29 2009 - tittiatcoke@gmail.com - 4.0.260.0
851  - Update to 4.0.260
852  * Fri Nov 27 2009 - tittiatcoke@gmail.com - 4.0.259.0
853  - Update to 4.0.259
854  * Thu Nov 26 2009 - tittiatcoke@gmail.com - 4.0.258.0
855  - Update to 4.0.258
856  * Tue Nov 24 2009 - tittatcoke@gmai.com - 4.0.257.0
857  - In order to complete prevent the wrong v8 version to be used, the Chromium build has been
858    changed to having an built-in v8
859  * Tue Nov 24 2009 - dbuck@example.com - 4.0.257.0
860  - Re-base patches.  Fixed a few patch errors.  Rename some patches to better correspond with function.  Removed some patches.
861  - Minor SPEC changes.  I changed the v8 requirement to be exact, instead of greater than a specific version.
862  * Sat Oct 24 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.223.5
863  - don't create desktop files in wrapper, fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
864  * Tue Oct 20 2009 - Raymond Wooninck >tittiatcoke@gmail.com> - 4.0.223.5
865  - update to newer svn snapshot
866    + Obsoletes fwrite patch (included upstream)
867  * Fri Oct 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.223.2
868  - update to newer svn snapshot
869    + Requires newer version of v8
870  * Thu Oct 15 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.222.6
871  - do not force SSE on x86 (drop-sse.patch)
872  * Tue Oct 13 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.222.6
873  - Update to newer svn snapshot
874  - Fixed spec file in order to build
875  - Included patch to build with system zlib
876  * Mon Oct 12 2009 - Pavol Rusnak <prusnak@suse.cz> 4.0.222.2
877  - package renamed to chromium
878  - cleaned up spec file
879  * Tue Oct 6 2009 - dbuck <dbuck@example.com> - 4.0.222.2
880  - v8 is now built as a separate package, and is required
881  - included many patches to use system libraries: v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
882  * Sun Oct 1 2009 - dbuck <dbuck@example.com> - 4.0.221.1
883  - included a newer DEP than is in svn, native_client@823.  So things should compile cleanly now
884  * Sun Aug 31 2009 - dbuck <dbuck@example.com> - 4.0.204.0
885  - initial build
886
887#% changelog
888* Sun Jan 24 2010 prusnak@suse.cz
889- added vendor to user agent (chromium-vendor.patch.in)
890* Sun Nov 29 2009 prusnak@suse.cz
891- added --enable-sync to wrapper to enable bookmark sync
892* Sun Nov 29 2009 tittiatcoke@gmail.com 
893- Update to 4.0.260
894* Fri Nov 27 2009 tittiatcoke@gmail.com 
895- Update to 4.0.259
896* Thu Nov 26 2009 tittiatcoke@gmail.com 
897- Update to 4.0.258
898* Tue Nov 24 2009 tittatcoke@gmai.com 
899- In order to complete prevent the wrong v8 version to be used,
900  the Chromium build has been changed to having an built-in v8
901* Tue Nov 24 2009 dbuck@example.com 
902- Re-base patches.
903- Fixed a few patch errors.
904- Rename some patches to better correspond with function.
905- Removed some patches.
906- Minor SPEC changes.
907- I changed the v8 requirement to be exact, instead of greater than a specific version.
908* Fri Nov 13 2009 tittiatcoke@gmail.com
909- update to 247.0 svn 31928
910* Fri Oct 30 2009 tittiatcoke@gmail.com
911- update to 229.0 svn 30454
912  + Fix regression where popups and app frames lost their titlebars.
913  + Makes it so that when a folder is open on the bookmark bar
914    and the mouse moves over another folder, the menu for that
915    folder is shown.
916  + Lazily create the find bar.
917  + Polish to the gmail checker sample.
918  * New, crisper icons that are exactly 19x19
919  * Add a loading animation at the beginning before Gmail
920    responds.
921  * Fix a bug where we sometimes don't update the UI after a
922    logout/login cycle.
923  + Refactor widget methods to support desktop notifications,
924    including GTK stubs.
925  + Find-in-page should not ding while deleting characters.
926  + Add SSL wrapper for linux and mac.  This allows notifier to
927    use chrome's SSL layer instead of OpenSSL.
928  + Add three of the six extensions to PAC that Internet Explorer supports.
929  + WebSocket support in chromium. (Run with --enable-web-sockets
930    enables WebSocket features.)
931  + Do not allow GTK File Chooser dialogs to return directories.
932  + Fix the notifier SSL layer to make notifications work for
933    Linux Bookmark sync.
934  + linux: don't override mouse selection behavior in omnibox
935* Sun Oct 25 2009 tittiatcoke@gmail.com
936- Update to 224.4 svn 30027
937  + First cut at new page and browser action docs based
938    on new API. Deleted old stuff.
939  + Add suppression for new memory leak caused by WebKit merge 49830:49844
940  + Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate)
941  + Minimize dependency of user scripts
942  + Fixup the flip_framer eof-handling semantics now that we have
943    the FIN bit in place
944  + app depends on x11 because of active_window_watcher_x
945  + Adding two images for the new Extension managment UI
946  + Removing hard-coded Chrome Frame output path
947  + Rearrange clipboard code
948  + Fix crash bug when attempting to download a url with unsupported scheme,
949    e.g. 'data:', by 'Alt + Click'
950  + GTK: Change text for extension download UI
951  + Ignore invalid urls on command line
952  + Make dropped tabs animate from where they were dropped.
953  + Make room for the full width of the tab placeholder.
954  + Make tab dragging as smooth as glass.
955  + Remove an annoying NOTIMPLEMNETED
956  + Extensions: guarantee removal of BROWSER_WINDOW_READY registration
957  + If we're in the middle of a drag, don't allow the user to middle
958    click to close or right click for the context menu
959  + "Fix" a NOTIMPLEMENTED on Linux by using the default password store
960  + Remove +x bit from files that shouldn't have it
961  + Fold first 3 channels of multichannel instead of 5.  Use fixed point
962  + Adding new image needed for the managment UI
963  + Fix a race bug where content scripts would not apply to the first page load
964  + Make escape remove a bookmark if it's just been added (but not if it already existed)
965  + Fix bubbles deactivating the opaque frame
966  + Allow ESC to cancel ALT+SHIFT+T in Toolbar
967  + ake all pepper plugins default to windowless and transparent
968  + Add styles for printing
969  + Implement the new extension management UI
970  + Add support for to automation interface load install and load extensions
971  + GTK: theme the info bar border
972  + Update V8 to version 1.3.16.1
973  + Introduce WebSecurityPolicy for security related methods
974  + New button scheme...borders are separate from the inner contents so
975    that they can be highlighted / depressed independently
976  + When opening Chrome maximized with an application window already
977    running, the Chrome window was not activated
978  + Fix compatibility problems with FileZilla FTP Server
979  + Remove the extension shelf on Linux
980  + Fix the proxy host and port string to start with http:// if it does not already
981  + Enable HTML5 databases for all extension renderer processes
982* Sat Oct 24 2009 prusnak@opensuse.org 
983- don't create desktop files in wrapper
984- fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
985* Tue Oct 20 2009 tittiatcoke@gmail.com 
986- update to newer svn snapshot
987  + Obsoletes fwrite patch (included upstream)
988* Fri Oct 16 2009 tittiatcoke@gmail.com 
989- update to newer svn snapshot
990  + Requires newer version of v8
991* Thu Oct 15 2009 prusnak@suse.cz 
992- do not force SSE on x86 (drop-sse.patch)
993* Tue Oct 13 2009 tittiatcoke@gmail.com 
994- Update to newer svn snapshot
995- Fixed spec file in order to build
996- Included patch to build with system zlib
997* Mon Oct 12 2009 prusnak@suse.cz 
998- package renamed to chromium
999- cleaned up spec file
1000* Tue Oct  6 2009 dbuck@example.com 
1001- v8 is now built as a separate package, and is required
1002- included many patches to use system libraries:
1003    v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
1004* Thu Oct  1 2009 dbuck@example.com 
1005- included a newer DEP than is in svn, native_client@823
1006- things should compile cleanly now
1007* Mon Aug 31 2009 dbuck@example.com 
1008- initial build
Note: See TracBrowser for help on using the repository browser.