chromium-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  1. # Thanks to malcolmlewis for help with this script
  2. # Thanks to Tom "spot" Callaway for much of the patchwork
  3. # Thanks to jhaygood for most of the icu patch
  4. %define pkgname chromium
  5. #% define with_system_jpeg 1
  6. #% define with_system_icu 1
  7. #% define with_system_v8 1
  8. %define with_system_vpx 1
  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. # use_system_ffmpeg
  16. # When set to non-zero will build Chromium against the system FFmpeg
  17. # headers via pkg-config. When Chromium is launched it will assume that
  18. # FFmpeg is present in the system library path. Default value is 0.
  19. # build_ffmpegsumo
  20. # When set to zero will build Chromium against the patched ffmpegsumo
  21. # headers, but not build ffmpegsumo itself. Users are expected to build
  22. # and provide their own version of ffmpegsumo. Default value is 1.
  23. %define with_system_ffmpeg 1
  24. %global chrome_sandbox %{_prefix}/lib/chrome_sandbox
  25. Name: chromium
  26. Summary: Google's opens source browser project
  27. Summary(ja): Googleのオープンソースウェブブラウザ
  28. #'
  29. Version: 22.0.1229.94
  30. Release: 1%{?_dist_release}
  31. License: BSD-3-Clause, LGPL-2.1+
  32. Group: Applications/Internet
  33. Source0: %{pkgname}-%{version}.tar.xz
  34. # Script used to create the %{pkgname}-%{version}.tar.xz archive from
  35. # a official tarball:
  36. # http://gsdview.appspot.com/chromium-browser-official/chromium-21.0.1180.XXX.tar.bz2
  37. Source3: pack_chromium21_source-vine.sh
  38. # Patch template which adds vendor to user agent
  39. ##!!Source20: chromium-vendor.patch.in
  40. Source20: chromium-vendor-vine.patch.in
  41. # Set default prefs
  42. ##!!Source30: master_preferences
  43. Source30: master_preferences.vine
  44. ##!!Source31: default_bookmarks.html
  45. #Source31: default_bookmarks.html.vine
  46. Source99: chrome-wrapper
  47. ##!!Source100: chromium-browser.sh
  48. Source100: chromium-browser-vine.sh
  49. ##!!Source101: chromium-browser.desktop
  50. Source101: chromium-browser-vine.desktop
  51. Source102: chromium-browser.xml
  52. #Source103: chromium-browser-rpmlintrc
  53. ##!!Source104: chromium-icons.tar.bz2
  54. %{?nosrc:NoSource: 0}
  55. # Provides: chromium-unstable = %{version}-%{release}
  56. # Obsoletes: chromium13 chromium14 chromium15
  57. # Conflicts: chromium-stable
  58. Provides: chromium-stable = %{version}-%{release}
  59. Conflicts: chromium-unstable
  60. ## Start Patches
  61. # OpenSuse and Fedora
  62. # Many changes to the gyp systems so we can use system libraries
  63. Patch1: chromium-gcc46.patch
  64. Patch8: chromium-codechanges-zlib.patch
  65. Patch13: chromium-no-courgette.patch
  66. Patch14: chromium-master-prefs-path.patch
  67. Patch17: chromium-system-glew.patch
  68. Patch18: chromium-system-expat.patch
  69. Patch20: chromium-6.0.425.0-ffmpeg-no-pkgconfig.patch
  70. Patch25: tcmalloc-factory.patch
  71. Patch26: chromium-remoting-build-fix.diff
  72. Patch28: chromium-22.0.1229.94-system-speex.patch
  73. Patch32: chromium-7.0.542.0-system-libvpx.patch
  74. Patch62: chromium-norpath.patch
  75. Patch63: chromium-6.0.406.0-system-gyp-v8.patch
  76. Patch64: chromium-more-codec-aliases.patch
  77. Patch66: chromium-sandbox-pie.patch
  78. Patch67: chromium_use_gold.patch
  79. Patch68: chromium-gcc47.patch
  80. # Upstream Patches
  81. #Patch500: sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
  82. # Vine
  83. #Patch100: chromium-15.0.874.116-no-tests.patch
  84. ##!!BuildRequires: Mesa-devel
  85. BuildRequires: mesa-libGLU-devel
  86. ##!!BuildRequires: alsa-devel
  87. BuildRequires: alsa-lib-devel
  88. BuildRequires: pulseaudio-libs-devel
  89. BuildRequires: bison
  90. BuildRequires: cups-devel
  91. BuildRequires: desktop-file-utils
  92. BuildRequires: fdupes
  93. BuildRequires: flex
  94. BuildRequires: freetype2-devel
  95. BuildRequires: gcc
  96. BuildRequires: gcc-c++
  97. BuildRequires: gperf
  98. BuildRequires: hunspell-devel
  99. ##!!BuildRequires: libbz2-devel
  100. BuildRequires: bzip2-devel
  101. BuildRequires: libevent
  102. ##!!BuildRequires: libexpat-devel
  103. BuildRequires: expat-devel
  104. ##!!BuildRequires: libgnutls-devel
  105. BuildRequires: gnutls-devel
  106. %{?with_system_jpeg:BuildRequires: libjpeg-devel}
  107. BuildRequires: libpng-devel
  108. BuildRequires: libstdc++-devel >= 4.4
  109. %{?with_system_vpx:BuildRequires: libvpx-devel >= 0.9.5}
  110. BuildRequires: libxslt-devel
  111. BuildRequires: libzip-devel
  112. ##!!BuildRequires: lzma
  113. BuildRequires: xz
  114. ##!!BuildRequires: mozilla-nspr-devel
  115. BuildRequires: nspr-devel
  116. ##!!BuildRequires: mozilla-nss-devel
  117. BuildRequires: nss-devel
  118. BuildRequires: krb5-devel
  119. BuildRequires: openssl-devel
  120. BuildRequires: pam-devel
  121. ##!!BuildRequires: pkg-config
  122. BuildRequires: subversion
  123. ##!!BuildRequires: perl(Switch)
  124. BuildRequires: perl
  125. BuildRequires: cairo-devel >= 1.6
  126. BuildRequires: dbus-devel
  127. BuildRequires: dbus-glib-devel
  128. ##!!BuildRequires: gconf2-devel
  129. BuildRequires: GConf2-devel
  130. BuildRequires: glib2-devel
  131. BuildRequires: gtk2-devel
  132. BuildRequires: libxml2-devel
  133. BuildRequires: python
  134. ##!!BuildRequires: python-xml
  135. BuildRequires: python-pyxml
  136. BuildRequires: sqlite3-devel
  137. ##!!BuildRequires: update-desktop-files
  138. %{?with_system_v8:BuildRequires: v8-devel = %{v8_ver}}
  139. ##!!BuildRequires: wdiff
  140. BuildRequires: zlib-devel
  141. ##!!BuildRequires: libpulse-devel
  142. BuildRequires: pulseaudio-libs-devel
  143. ##!!BuildRequires: libelf-devel
  144. BuildRequires: elfutils-libelf-devel
  145. BuildRequires: libgnome-keyring-devel
  146. BuildRequires: python-devel
  147. #BuildRequires: glew-devel
  148. BuildRequires: libevent-devel
  149. %{?with_system_icu:BuildRequires: libicu-devel >= 4.0}
  150. #BuildRequires: libjingle-devel >= 0.4.0-7
  151. #BuildRequires: srtp-devel
  152. BuildRequires: speex-devel
  153. BuildRequires: libudev-devel
  154. ##Vine Linux
  155. #BuildRequires: libpaper-devel
  156. BuildRequires: libXScrnSaver-devel
  157. BuildRequires: libXtst-devel
  158. BuildRequires: libXdamage-devel
  159. BuildRequires: libXt-devel
  160. #%ifarch x86_64
  161. #Requires: nspluginwrapper
  162. #%endif
  163. ##!!Requires: alsa
  164. Requires: alsa-lib
  165. Requires: pulseaudio-libs
  166. Requires: xdg-utils
  167. %{?with_system_v8:Requires: v8 = %{v8_ver}}
  168. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  169. %description
  170. Chromium is the open-source project behind Google Chrome.
  171. We invite you to join us in our effort to help build a safer, faster,
  172. and more stable way for all Internet users to experience the web,
  173. and to create a powerful platform for developing a new generation of
  174. web applications.
  175. %description -l ja
  176. Chromium は Google Chrome の後方にあるオープンソースプロジェクトです。
  177. ウェブを体験しているすべてのインターネットユーザに対して
  178. より安全で、より速くて、より安定した方法を築き上げるのを補助するでしょう。
  179. そして、ウェブアプリケーションの新しい世代を発展させ、
  180. 強力なプラットホームを作成するために、
  181. 私たちの取り組みにぜひ参加してください。
  182. %prep
  183. #%setup -q
  184. [ -d %{pkgname}-%{version} ] && %__rm -rf %{pkgname}-%{version}
  185. xz -dc %{SOURCE0} | %__tar -xf - || exit 1
  186. %setup -D -T -n %{pkgname}-%{version}
  187. %if %{?_dist_release} == "vl7"
  188. %patch1 -p1
  189. %endif
  190. %patch62 -p1
  191. %{?with_system_v8:%patch63 -p1}
  192. %patch64
  193. #%patch65 -p1
  194. #%patch100 -p1 -b .vine
  195. %patch8 -p1
  196. %patch13 -p1
  197. %patch14 -p1
  198. %patch17 -p1
  199. %patch18 -p1
  200. %{?with_system_ffmpeg:%patch20 -p1}
  201. #%patch25 -p1
  202. %patch26 -p1
  203. %patch28 -p1
  204. %{?with_system_vpx:%patch32 -p1}
  205. %patch66 -p1
  206. #%patch67 -p1
  207. #%patch68 -p1
  208. #%patch500 -p1
  209. # apply vendor patch after substitution
  210. %__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0
  211. # Make sure that the requires legal files can be found
  212. %__cp -a src/AUTHORS src/LICENSE . || exit 1
  213. %build
  214. ## create make files
  215. PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
  216. for i in src/build/common.gypi; do
  217. %__sed -i "s|'-march=pentium4',||g" $i
  218. %__sed -i "s|'-mfpmath=sse',||g" $i
  219. %__sed -i "s|'-O<(debug_optimize)',||g" $i
  220. %__sed -i "s|'-m32',||g" $i
  221. %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
  222. %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
  223. done
  224. # '
  225. pushd src
  226. ./build/gyp_chromium -f make build/all.gyp \
  227. -Dlinux_sandbox_path=%{chrome_sandbox} \
  228. -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
  229. -Duse_openssl=0 \
  230. %{?with_system_ffmpeg:-Duse_system_ffmpeg=1} \
  231. %{!?with_system_ffmpeg:-Duse_system_ffmpeg=0} \
  232. -Dbuild_ffmpegsumo=1 \
  233. -Duse_system_zlib=1 \
  234. -Duse_system_libpng=1 \
  235. -Duse_system_bzip2=1 \
  236. -Duse_system_libbz2=1 \
  237. %{?with_system_jpeg:-Duse_system_libjpeg=1} \
  238. %{!?with_system_jpeg:-Duse_system_libjpeg=0} \
  239. -Duse_system_libxml=1 \
  240. -Duse_system_libxslt=1 \
  241. -Duse_system_libevent=1 \
  242. %{?with_system_vpx:-Duse_system_vpx=1} \
  243. %{!?with_system_vpx:-Duse_system_vpx=0} \
  244. -Dremove_webcore_debug_symbols=1 \
  245. %{?with_system_v8:-Duse_system_v8=1} \
  246. %{!?with_system_v8:-Duse_system_v8=0} \
  247. %{?with_system_icu:-Duse_system_icu=1} \
  248. %{!?with_system_icu:-Duse_system_icu=0} \
  249. %{?_with_shared_library:-Dlibrary=shared_library} \
  250. -Dproprietary_codecs=1 \
  251. -Ddisable_nacl=1 \
  252. -Dlinux_use_gold_flags=0 \
  253. -Dlinux_use_gold_binary=0 \
  254. -Djavascript_engine=v8 \
  255. -Dlinux_fpic=1 \
  256. -Ddisable_sse2=1 \
  257. %ifarch %{ix86}
  258. -Dtarget_arch=ia32 \
  259. %endif
  260. %ifarch x86_64
  261. -Dtarget_arch=x64 \
  262. %endif
  263. -Dno_strict_aliasing=1 \
  264. -Drelease_extra_cflags=-fPIC \
  265. %if %{?_dist_release} == "vl6"
  266. -Dgcc_version=44 \
  267. %endif
  268. ;
  269. %__make -r %{?_smp_mflags} chrome V=1 BUILDTYPE=Release disable_nacl=1
  270. # Build the required SUID_SANDBOX helper
  271. %__make -r %{?_smp_mflags} chrome_sandbox V=1 BUILDTYPE=Release disable_nacl=1
  272. # Build the ChromeDriver test suite
  273. %__make -r %{?_smp_mflags} chromedriver V=1 BUILDTYPE=Release disable_nacl=1
  274. popd
  275. %install
  276. %{__rm} -rf %{buildroot}
  277. %__mkdir_p %{buildroot}%{_bindir}
  278. %__install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
  279. %ifarch x86_64
  280. %__mkdir_p %{buildroot}%{_prefix}/lib/
  281. %endif
  282. # x86_64 capable systems need this
  283. %__sed -i "s|/usr/lib/chromium|%{_libdir}/chromium|g" %{buildroot}%{_bindir}/chromium
  284. %__mkdir_p %{buildroot}%{_libdir}/chromium/
  285. %__mkdir_p %{buildroot}%{_mandir}/man1/
  286. pushd src/out/Release
  287. %__cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ || exit 1
  288. %__cp -a chrome.pak locales resources xdg-mime xdg-settings %{buildroot}%{_libdir}/chromium/ || exit 1
  289. %__cp -a chromedriver %{buildroot}%{_libdir}/chromium/ || exit 1
  290. %__cp -a content_resources.pak theme_resources_100_percent.pak ui_resources_100_percent.pak %{buildroot}%{_libdir}/chromium/ || exit 1
  291. %__cp -a resources.pak %{buildroot}%{_libdir}/chromium/ || exit 1
  292. %__cp -a chrome %{buildroot}%{_libdir}/chromium/chromium || exit 1
  293. %{?_with_shared_library:%__cp -a lib.target/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1}
  294. %{?_with_shared_library:%__cp -a lib.host/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1}
  295. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1 || exit 1
  296. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1 || exit 1
  297. fdupes %{buildroot}%{_mandir}/man1/
  298. popd
  299. %__mkdir_p %{buildroot}%{_datadir}/pixmaps/
  300. %__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
  301. for i in 22 24 48 64 128 256; do
  302. %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
  303. %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
  304. done
  305. %__mkdir_p %{buildroot}%{_datadir}/applications/
  306. desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
  307. %__mkdir_p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  308. %__cp -a %{SOURCE102} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  309. # # link to browser plugin path. Plugin patch doesn't work. Why?
  310. # %{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins
  311. # pushd %{buildroot}%{_libdir}/%{pkgname}
  312. # %{__ln_s} %{_libdir}/browser-plugins plugins
  313. # popd
  314. pushd %{buildroot}%{_libdir}/%{pkgname}
  315. #%ifarch x86_64
  316. #%{__ln_s} %{_libdir}/mozilla/plugins-wrapped plugins || exit 1
  317. #%else
  318. %{__ln_s} %{_libdir}/mozilla/plugins plugins || exit 1
  319. #%endif
  320. popd
  321. # Install the master_preferences file
  322. %__mkdir_p %{buildroot}%{_sysconfdir}/%{pkgname}
  323. #%__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{pkgname}
  324. %__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{pkgname}/$(basename %{SOURCE30} .vine)
  325. #%__install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{pkgname}
  326. %clean
  327. %{__rm} -rf %{buildroot}
  328. %post
  329. touch --no-create %{_datadir}/icons/hicolor
  330. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  331. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  332. fi
  333. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
  334. %postun
  335. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications
  336. touch --no-create %{_datadir}/icons/hicolor
  337. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  338. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  339. fi || :
  340. %files
  341. %defattr(-,root,root,-)
  342. %config %{_sysconfdir}/%{pkgname}
  343. %dir %{_datadir}/gnome-control-center
  344. %dir %{_datadir}/gnome-control-center/default-apps
  345. %dir %{_libdir}/chromium/
  346. %{_bindir}/chromium
  347. %{_libdir}/chromium/chromium
  348. %{_libdir}/chromium/plugins/
  349. %{_libdir}/chromium/locales/
  350. %{_libdir}/chromium/resources/
  351. #%{_libdir}/chromium/nacl_*
  352. #%{_libdir}/chromium/libppGoogleNaClPluginChrome.so
  353. %attr(755,root,root) %{_libdir}/chromium/xdg-settings
  354. %attr(755,root,root) %{_libdir}/chromium/xdg-mime
  355. %{_libdir}/chromium/*.pak
  356. %{_mandir}/man1/chrom*
  357. %{_datadir}/applications/*.desktop
  358. %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
  359. %{_datadir}/pixmaps/chromium-browser.png
  360. %{_datadir}/icons/hicolor/*/apps/chromium-browser.png
  361. %{?_with_shared_library:%{_libdir}/chromium/lib*.so}
  362. %attr(4755,root,root) %{chrome_sandbox}
  363. %{_libdir}/chromium/chromedriver
  364. %changelog
  365. * Mon Oct 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.1229.94-1
  366. - update to 22.0.1229.94
  367. * Sun Sep 2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.89-1
  368. - updated to 21.0.1180.89
  369. * Sun Aug 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.84-1
  370. - updated to 21.0.1180.84
  371. * Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.78-1
  372. - updated to 21.0.1180.78
  373. - dropped Requires: nspluginwrapper
  374. * Thu Jun 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 20.0.1132.54-1
  375. - updated to 20.0.1132.54
  376. * Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.57-1
  377. - updated to 19.0.1084.57
  378. * Sat Jun 2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.53-1
  379. - updated to 19.0.1084.53
  380. * Tue May 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.50-1
  381. - updated to 19.0.1084.50
  382. * Tue May 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.169-1
  383. - updated to 18.0.1025.169
  384. * Sat Apr 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.166-1
  385. - updated to 18.0.1025.166
  386. * Sat Apr 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.163-1
  387. - updated to 18.0.1025.163
  388. * Tue Apr 3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.148-1
  389. - updated to 18.0.1025.148
  390. * Wed Mar 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.145-1
  391. - updated to 18.0.1025.145
  392. * Sun Mar 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.140-1
  393. - updated to 18.0.1025.140
  394. * Thu Mar 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.130-1
  395. - updated to 18.0.1025.130
  396. * Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.114-1
  397. - updated to 18.0.1025.114
  398. * Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.81-1
  399. - updated to 17.0.963.81
  400. * Fri Mar 9 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.78-1
  401. - updated to 17.0.963.78
  402. * Sat Mar 3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.65-1
  403. - updated to 17.0.963.65
  404. * Wed Feb 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.60-1
  405. - updated to 17.0.963.60
  406. * Fri Feb 17 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.57-1
  407. - updated to 17.0.963.57
  408. * Sun Feb 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.54-1
  409. - updated to 17.0.963.54
  410. * Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.52-1
  411. - updated to 17.0.963.52
  412. * Sat Feb 4 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.77-1
  413. - updated to 16.0.912.77
  414. * Sun Jan 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.75-1
  415. - updated to 16.0.912.75
  416. * Fri Dec 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.63-1
  417. - updated to 16.0.912.63
  418. * Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.57-1
  419. - updated to 16.0.912.57
  420. * Sat Oct 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 15.0.874.116-1
  421. - updated to 15.0.874.116
  422. * Wed Oct 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.204-1
  423. - updated to 14.0.835.204
  424. - added BuildRequires: dbus-glib-devel
  425. * Sat Sep 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.186-1
  426. - updated to 14.0.835.186
  427. * Sun Sep 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.163-1
  428. - updated to 14.0.835.163
  429. * Tue Sep 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.157-1
  430. - updated to 14.0.835.157
  431. * Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.102-1
  432. - updated to 14.0.835.102
  433. * Sat Aug 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.89-1
  434. - updated to 14.0.835.89
  435. - added Obsoletes: chromium-unstable < %{version}-%{release}
  436. * Wed Aug 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.35-1
  437. - updated to 14.0.835.35
  438. - added BuildRequires: pulseaudio-libs-devel, Requires: pulseaudio-libs
  439. - changed to Name: chromium14
  440. - Provides: chromium-unstable = %%{version}
  441. - Conflicts: chromium-stable
  442. * Wed Aug 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.107-1
  443. - changed to Name: chromium
  444. - updated to 13.0.782.107
  445. * Wed Jul 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.88-1
  446. - updated to 13.0.782.88
  447. - added BuildRequires: libzip-devel
  448. - added Provides: chromium-unstable = %%{version}
  449. - added Conflicts: chromium-stable
  450. * Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
  451. - fix user-agent string (chromium-vendor-vine.patch.in)
  452. - move vendor string (Vine/12.0.742.91-1vl6) to the end.
  453. * Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
  454. - updated to 12.0.742.93
  455. - fixed icon field of chromium-browser-vine.desktop
  456. * Wed Jun 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.91-1
  457. - updated to 12.0.742.91
  458. * Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.77-1
  459. - updated to 12.0.742.77
  460. * Sat May 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.63-1
  461. - updated to 12.0.742.63
  462. * Sun May 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.42-1
  463. - updated to 12.0.742.42
  464. * Sun Apr 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.6-1
  465. - updated to 12.0.742.6
  466. - dropped/upstreamed patches
  467. - updated our no-tests patch (chromium-12.0.742.6-no-tests.patch)
  468. * Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.50-1
  469. - updated to 11.0.696.50
  470. - dropped some Patches for MeeGo Netbook
  471. * Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.35-1
  472. - updated to 11.0.696.35
  473. * Wed Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.29-1
  474. - updated to 11.0.696.29
  475. - dropped "--no-first-run" in command line options of chromium-browser-vine.sh
  476. * Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
  477. - updated to 11.0.696.22
  478. - improved chromium-browser-vine.sh
  479. - merged from chromium-browser-vine.desktop of 11.0.696.17-1
  480. * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
  481. - updated to 11.0.696.20
  482. - improved chromium-browser-vine.desktop
  483. * Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
  484. - updated to 11.0.696.17
  485. * Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
  486. - updated to 11.0.696.15
  487. - ready for Vine Linux 6 release
  488. - dropped BuildRequires: v8-devel, libicu-devel
  489. * Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
  490. - updated to 11.0.696.5 with v8 3.2.0
  491. - added BuildRequires: pam-devel
  492. * Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
  493. - rebuilt with libevent-2.0.10
  494. * Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
  495. - updated to 10.0.651.0 with v8 3.0.12
  496. - added BuildRequires:
  497. - libpaper-devel
  498. - python-devel
  499. - added built header file: libavutil/avconfig.h %%prep
  500. - unexport MOZ_PLUGIN_PATH in chromium-browser-vine.sh
  501. * Sun Dec 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.622.0-1
  502. - updated to 10.0.622.0
  503. - added BuildRequires: libXt-devel
  504. * Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
  505. - updated to 10.0.605.0
  506. - added BuildRequires:
  507. - libXdamage-devel
  508. - hunspell-devel
  509. * Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
  510. - updated to 9.0.598
  511. * Fri Nov 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.593.0-1
  512. - updated to 9.0.593
  513. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.582.0-1
  514. - updated to 9.0.582
  515. - added Requires: xdg-utils
  516. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.578.0-1
  517. - updated to 9.0.578
  518. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.569.0-1
  519. - updated to 9.0.569
  520. * Mon Oct 25 2010 tittiatcoke@gmail.com
  521. - Update to 9.0.564 build
  522. * Added specific patches for MeeGo.
  523. * We are now using shared libraries for Chromium
  524. * Spec-file cleanup (Thanks to prusnak)
  525. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.556.0-1
  526. - updated to snapshot 8.0.556
  527. * Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.551.0-1
  528. - updated to snapshot 8.0.551
  529. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.527.0-1
  530. - updated to snapshot 7.0.527
  531. * Thu Sep 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.519.0-1
  532. - updated to snapshot 7.0.519
  533. * Fri Sep 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.513.0-1
  534. - updated to snapshot 7.0.513
  535. - updated chromium-vendor-vine.patch.in
  536. * Sat Aug 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.507.0-1
  537. - updated to snapshot 7.0.507
  538. * Wed Aug 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.498.0-1
  539. - updated to snapshot 7.0.498
  540. * Sat Aug 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.493.0-1
  541. - updated to snapshot 6.0.493
  542. - used with_system_icu (for vl6)
  543. - added BuildRequires: libicu-devel
  544. * Thu Jul 22 2010 IWAI, Masaharu <iwai@alib.jp> 6.0.454.0-2vl5
  545. - build for Vine Linux 5.x
  546. - add BuildRequires: gnome-keyring-devel
  547. * Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.454.0-1
  548. - updated to snapshot 6.0.454
  549. - added BuildRequires:
  550. - sqlite3-devel
  551. - gnutls-devel
  552. - libgnome-keyring-devel
  553. * Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
  554. - updated to snapshot 6.0.431.0 r49253
  555. - added BuildRequires: cups-devel
  556. * Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
  557. - updated to snapshot 6.0.405.0 r47263
  558. * Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-2
  559. - unused with_system_icu (for vl6)
  560. - used icu-4.2.1-chromium.5.0.353.0.svn41449 (for vl6)
  561. * Wed Apr 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-1
  562. - updated to snapshot 5.0.378.0 r44472
  563. - used with_system_icu (for vl6)
  564. - added icu-4.2.1-chromium.5.0.353.0.svn41449.tar.bz2 (for vl5)
  565. * Sat Apr 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.372.0-1
  566. - updated to snapshot 5.0.372.0 r43947
  567. - added BuildRequires: glew-devel
  568. - changed Group tag to Applications/Internet
  569. - added Summary(ja) and %%description -l ja
  570. * Mon Apr 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.365.0-1
  571. - updated to snapshot 5.0.365.0 r42966
  572. - merged 5.0.353.0-4vl5
  573. * Fri Apr 2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
  574. - build on Vine Linux 5.1
  575. - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
  576. * Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.364.0-1
  577. - updated to snapshot 5.0.364.0 r42779
  578. * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.359.0-1
  579. - updated to snapshot 5.0.359.0 r42116
  580. - dropped chromium-20100122-ubuntu-html5-video-mimetypes.patch
  581. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-4
  582. - fixed master_preferences.vine, little
  583. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
  584. - fixed to install master_preferences
  585. - dropped chromium-5.0.353-no-ffmpeg-vine.patch
  586. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-2
  587. - applied chromium-5.0.353-no-ffmpeg-vine.patch
  588. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-1
  589. - updated to snapshot 5.0.353.0 r41449
  590. * Wed Mar 10 2010 bgmerrell@novell.com
  591. - Add master_preferences source file and install it to /etc/chromium.
  592. - Create a new patch (chromium-master-prefs-path.patch) which tells
  593. chromium to look in /etc/chromium for the master_preferences file
  594. (instead of looking in the default directory, which is the same
  595. directory as the 'chrome' binary).
  596. * Sun Feb 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.335.0-1
  597. - updated to snapshot 5.0.335.0 r39556
  598. * Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-2
  599. - applied chromium-20100122-ubuntu-html5-video-mimetypes.patch from Gentoo
  600. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-1
  601. - updated to snapshot 5.0.330.0 r39074
  602. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-5
  603. - use_system_ffmpeg
  604. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-4
  605. - added Requires: nspluginwrapper
  606. - fixed a symbolic link of plugins directory with nspluginwrapper
  607. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-3
  608. - replaced %%{SOUECE20} to chromium-vendor-vine.patch.in
  609. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-2
  610. - added BuildRequires: mesa-libGLU-devel
  611. - added BuildRequires: libstdc++34 libstdc++34-devel for vl5
  612. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-1
  613. - built based on chromium-5.0.329.0-167.1.src.rpm of OpenSuse
  614. * Sun Nov 29 2009 - tittiatcoke@gmail.com - 4.0.260.0
  615. - Update to 4.0.260
  616. * Fri Nov 27 2009 - tittiatcoke@gmail.com - 4.0.259.0
  617. - Update to 4.0.259
  618. * Thu Nov 26 2009 - tittiatcoke@gmail.com - 4.0.258.0
  619. - Update to 4.0.258
  620. * Tue Nov 24 2009 - tittatcoke@gmai.com - 4.0.257.0
  621. - In order to complete prevent the wrong v8 version to be used, the Chromium build has been
  622. changed to having an built-in v8
  623. * Tue Nov 24 2009 - dbuck@example.com - 4.0.257.0
  624. - Re-base patches. Fixed a few patch errors. Rename some patches to better correspond with function. Removed some patches.
  625. - Minor SPEC changes. I changed the v8 requirement to be exact, instead of greater than a specific version.
  626. * Sat Oct 24 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.223.5
  627. - don't create desktop files in wrapper, fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  628. * Tue Oct 20 2009 - Raymond Wooninck >tittiatcoke@gmail.com> - 4.0.223.5
  629. - update to newer svn snapshot
  630. + Obsoletes fwrite patch (included upstream)
  631. * Fri Oct 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.223.2
  632. - update to newer svn snapshot
  633. + Requires newer version of v8
  634. * Thu Oct 15 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.222.6
  635. - do not force SSE on x86 (drop-sse.patch)
  636. * Tue Oct 13 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.222.6
  637. - Update to newer svn snapshot
  638. - Fixed spec file in order to build
  639. - Included patch to build with system zlib
  640. * Mon Oct 12 2009 - Pavol Rusnak <prusnak@suse.cz> 4.0.222.2
  641. - package renamed to chromium
  642. - cleaned up spec file
  643. * Tue Oct 6 2009 - dbuck <dbuck@example.com> - 4.0.222.2
  644. - v8 is now built as a separate package, and is required
  645. - included many patches to use system libraries: v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  646. * Sun Oct 1 2009 - dbuck <dbuck@example.com> - 4.0.221.1
  647. - included a newer DEP than is in svn, native_client@823. So things should compile cleanly now
  648. * Sun Aug 31 2009 - dbuck <dbuck@example.com> - 4.0.204.0
  649. - initial build
  650. #% changelog
  651. * Sun Jan 24 2010 prusnak@suse.cz
  652. - added vendor to user agent (chromium-vendor.patch.in)
  653. * Sun Nov 29 2009 prusnak@suse.cz
  654. - added --enable-sync to wrapper to enable bookmark sync
  655. * Sun Nov 29 2009 tittiatcoke@gmail.com
  656. - Update to 4.0.260
  657. * Fri Nov 27 2009 tittiatcoke@gmail.com
  658. - Update to 4.0.259
  659. * Thu Nov 26 2009 tittiatcoke@gmail.com
  660. - Update to 4.0.258
  661. * Tue Nov 24 2009 tittatcoke@gmai.com
  662. - In order to complete prevent the wrong v8 version to be used,
  663. the Chromium build has been changed to having an built-in v8
  664. * Tue Nov 24 2009 dbuck@example.com
  665. - Re-base patches.
  666. - Fixed a few patch errors.
  667. - Rename some patches to better correspond with function.
  668. - Removed some patches.
  669. - Minor SPEC changes.
  670. - I changed the v8 requirement to be exact, instead of greater than a specific version.
  671. * Fri Nov 13 2009 tittiatcoke@gmail.com
  672. - update to 247.0 svn 31928
  673. * Fri Oct 30 2009 tittiatcoke@gmail.com
  674. - update to 229.0 svn 30454
  675. + Fix regression where popups and app frames lost their titlebars.
  676. + Makes it so that when a folder is open on the bookmark bar
  677. and the mouse moves over another folder, the menu for that
  678. folder is shown.
  679. + Lazily create the find bar.
  680. + Polish to the gmail checker sample.
  681. * New, crisper icons that are exactly 19x19
  682. * Add a loading animation at the beginning before Gmail
  683. responds.
  684. * Fix a bug where we sometimes don't update the UI after a
  685. logout/login cycle.
  686. + Refactor widget methods to support desktop notifications,
  687. including GTK stubs.
  688. + Find-in-page should not ding while deleting characters.
  689. + Add SSL wrapper for linux and mac. This allows notifier to
  690. use chrome's SSL layer instead of OpenSSL.
  691. + Add three of the six extensions to PAC that Internet Explorer supports.
  692. + WebSocket support in chromium. (Run with --enable-web-sockets
  693. enables WebSocket features.)
  694. + Do not allow GTK File Chooser dialogs to return directories.
  695. + Fix the notifier SSL layer to make notifications work for
  696. Linux Bookmark sync.
  697. + linux: don't override mouse selection behavior in omnibox
  698. * Sun Oct 25 2009 tittiatcoke@gmail.com
  699. - Update to 224.4 svn 30027
  700. + First cut at new page and browser action docs based
  701. on new API. Deleted old stuff.
  702. + Add suppression for new memory leak caused by WebKit merge 49830:49844
  703. + Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate)
  704. + Minimize dependency of user scripts
  705. + Fixup the flip_framer eof-handling semantics now that we have
  706. the FIN bit in place
  707. + app depends on x11 because of active_window_watcher_x
  708. + Adding two images for the new Extension managment UI
  709. + Removing hard-coded Chrome Frame output path
  710. + Rearrange clipboard code
  711. + Fix crash bug when attempting to download a url with unsupported scheme,
  712. e.g. 'data:', by 'Alt + Click'
  713. + GTK: Change text for extension download UI
  714. + Ignore invalid urls on command line
  715. + Make dropped tabs animate from where they were dropped.
  716. + Make room for the full width of the tab placeholder.
  717. + Make tab dragging as smooth as glass.
  718. + Remove an annoying NOTIMPLEMNETED
  719. + Extensions: guarantee removal of BROWSER_WINDOW_READY registration
  720. + If we're in the middle of a drag, don't allow the user to middle
  721. click to close or right click for the context menu
  722. + "Fix" a NOTIMPLEMENTED on Linux by using the default password store
  723. + Remove +x bit from files that shouldn't have it
  724. + Fold first 3 channels of multichannel instead of 5. Use fixed point
  725. + Adding new image needed for the managment UI
  726. + Fix a race bug where content scripts would not apply to the first page load
  727. + Make escape remove a bookmark if it's just been added (but not if it already existed)
  728. + Fix bubbles deactivating the opaque frame
  729. + Allow ESC to cancel ALT+SHIFT+T in Toolbar
  730. + ake all pepper plugins default to windowless and transparent
  731. + Add styles for printing
  732. + Implement the new extension management UI
  733. + Add support for to automation interface load install and load extensions
  734. + GTK: theme the info bar border
  735. + Update V8 to version 1.3.16.1
  736. + Introduce WebSecurityPolicy for security related methods
  737. + New button scheme...borders are separate from the inner contents so
  738. that they can be highlighted / depressed independently
  739. + When opening Chrome maximized with an application window already
  740. running, the Chrome window was not activated
  741. + Fix compatibility problems with FileZilla FTP Server
  742. + Remove the extension shelf on Linux
  743. + Fix the proxy host and port string to start with http:// if it does not already
  744. + Enable HTML5 databases for all extension renderer processes
  745. * Sat Oct 24 2009 prusnak@opensuse.org
  746. - don't create desktop files in wrapper
  747. - fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  748. * Tue Oct 20 2009 tittiatcoke@gmail.com
  749. - update to newer svn snapshot
  750. + Obsoletes fwrite patch (included upstream)
  751. * Fri Oct 16 2009 tittiatcoke@gmail.com
  752. - update to newer svn snapshot
  753. + Requires newer version of v8
  754. * Thu Oct 15 2009 prusnak@suse.cz
  755. - do not force SSE on x86 (drop-sse.patch)
  756. * Tue Oct 13 2009 tittiatcoke@gmail.com
  757. - Update to newer svn snapshot
  758. - Fixed spec file in order to build
  759. - Included patch to build with system zlib
  760. * Mon Oct 12 2009 prusnak@suse.cz
  761. - package renamed to chromium
  762. - cleaned up spec file
  763. * Tue Oct 6 2009 dbuck@example.com
  764. - v8 is now built as a separate package, and is required
  765. - included many patches to use system libraries:
  766. v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  767. * Thu Oct 1 2009 dbuck@example.com
  768. - included a newer DEP than is in svn, native_client@823
  769. - things should compile cleanly now
  770. * Mon Aug 31 2009 dbuck@example.com
  771. - initial build