|
@@ -25,8 +25,8 @@ Name: chromium
|
|
|
Summary: Google's opens source browser project
|
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
|
#'
|
|
|
-Version: 32.0.1700.102
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 33.0.1750.152
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: BSD-3-Clause, LGPL-2.1+
|
|
|
Group: Applications/Internet
|
|
|
Source0: %{name}-%{version}-vine.tar.xz
|
|
@@ -56,7 +56,7 @@ Source103: chromium.default
|
|
|
# Many changes to the gyp systems so we can use system libraries
|
|
|
Patch1: chromium-32.0.1700.72-no-test-sources.patch
|
|
|
# removes build part for courgette
|
|
|
-Patch13: chromium-32.0.1700.72-no-courgette.patch
|
|
|
+Patch13: chromium-33.0.1750.152-no-courgette.patch
|
|
|
# enables reading of the master preference
|
|
|
Patch14: chromium-30.0.1599.84-master-prefs-path.patch
|
|
|
# Fix some includes specifically for the GCC version used
|
|
@@ -76,6 +76,7 @@ Patch90: chromium-21.0.1180.81-glibc216.patch
|
|
|
# Vine
|
|
|
Patch100: chromium-30.0.1599.84-no-ffmpegsumo.patch
|
|
|
Patch101: chromium-disable-GoogleApiKeysInfoBar-vine.patch
|
|
|
+Patch102: chromium-33.0.1750.152-rungn.patch
|
|
|
|
|
|
|
|
|
BuildRequires: pciutils-devel
|
|
@@ -204,6 +205,7 @@ xz -dc %{SOURCE0} | %__tar -xf - || exit 1
|
|
|
|
|
|
%patch100 -p1
|
|
|
%patch101 -p1
|
|
|
+%patch102 -p1
|
|
|
|
|
|
## built header file: avconfig.h
|
|
|
[ -f src/third_party/ffmpeg/libavutil/avconfig.h ] && exit 1
|
|
@@ -458,6 +460,11 @@ fi || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Mar 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 33.0.1750.152-1
|
|
|
+- update to 33.0.1750.152
|
|
|
+- update Patch13,101
|
|
|
+- add Patch102 (chromium-33.0.1750.152-rungn.patch)
|
|
|
+
|
|
|
* Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 32.0.1700.102-2
|
|
|
- rebuilt with libgcrypt-1.6
|
|
|
|