chromium-vl.spec 36 KB

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