chromium-vl.spec 36 KB

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