mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
update to 32.0.1700.76
This commit is contained in:
parent
ad6a9996f9
commit
349665949c
1 changed files with 9 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
%define _src %{_topdir}/SOURCES
|
||||
|
||||
Name: chromium-browser-stable
|
||||
Version: 31.0.1650.63
|
||||
Version: 32.0.1700.76
|
||||
Release: 1
|
||||
Summary: A fast webkit-based web browser
|
||||
Group: Networking/WWW
|
||||
|
@ -24,7 +24,7 @@ Patch14: chromium-25.0.1364.172-no-courgette.patch
|
|||
# PATCH-FIX-OPENSUSE Compile the sandbox with -fPIE settings
|
||||
Patch15: chromium-25.0.1364.172-sandbox-pie.patch
|
||||
# PATCH-FIX-OPENSUSE Remove the SVN revision for the chromedriver as that this fails with the tarball
|
||||
Patch16: chromium-fix-chromedriver-build.diff
|
||||
#Patch16: chromium-fix-chromedriver-build.diff
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: pkgconfig(harfbuzz) pkgconfig(libmtp) pkgconfig(libgpsd)
|
|||
BuildRequires: speech-dispatcher-devel pkgconfig(icu-uc) pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(libpci) pkgconfig(gstreamer-plugins-base-1.0), gyp
|
||||
BuildRequires: pkgconfig(opus) pkgconfig(libwebp) pkgconfig(protobuf)
|
||||
BuildRequires: pkgconfig(minizip) pkgconfig(libexif) v8-devel
|
||||
BuildRequires: pkgconfig(minizip) pkgconfig(libexif) cap-devel
|
||||
|
||||
ExclusiveArch: i586 x86_64 armv7l
|
||||
|
||||
|
@ -98,7 +98,6 @@ members of the Chromium and WebDriver teams.
|
|||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p0
|
||||
|
||||
# Hard code extra version
|
||||
FILE=chrome/common/chrome_version_info_posix.cc
|
||||
|
@ -140,7 +139,7 @@ export GYP_GENERATORS=make
|
|||
-D ffmpeg_branding=Chrome \
|
||||
-D proprietary_codecs=1 \
|
||||
-D use_pulseaudio=1 \
|
||||
-D use_system_v8=1 \
|
||||
-D use_system_v8=0 \
|
||||
-D use_system_protobuf=1 \
|
||||
-D linux_link_libpci=1 \
|
||||
-D linux_link_gsettings=1 \
|
||||
|
@ -270,6 +269,11 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2014 Arkady L. Shane <arkady.shane@rosalab.ru> 32.0.1700.76-1
|
||||
- update to 32.0.1700.76
|
||||
- build with internal v8
|
||||
- drop old patch
|
||||
|
||||
* Mon Dec 9 2013 Arkady L. Shane <arkady.shane@rosalab.ru> 31.0.1650.63-1
|
||||
- update to 31.0.1650.63
|
||||
- build with internal v8
|
||||
|
|
Loading…
Add table
Reference in a new issue