]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- rel 3; include algorithm for sort auto/th/chromium-browser-38.0.2125.111-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Nov 2014 05:38:10 +0000 (06:38 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Nov 2014 05:38:10 +0000 (06:38 +0100)
chromium-browser-build.patch [new file with mode: 0644]
chromium-browser.spec

diff --git a/chromium-browser-build.patch b/chromium-browser-build.patch
new file mode 100644 (file)
index 0000000..dc15fa4
--- /dev/null
@@ -0,0 +1,10 @@
+--- chromium-browser-38.0.2125.111/media/cast/logging/encoding_event_subscriber.cc~    2014-10-02 19:39:47.000000000 +0200
++++ chromium-browser-38.0.2125.111/media/cast/logging/encoding_event_subscriber.cc     2014-11-05 06:35:45.611057986 +0100
+@@ -6,6 +6,7 @@
+ #include <cstring>
+ #include <utility>
++#include <algorithm>
+ #include "base/logging.h"
+ #include "media/cast/logging/proto/proto_utils.h"
index eb99dd7615261e1ecc8c9c1229c9fcc90f22acf0..11590840f7a78775fd2afb19635a5e1f23e7b75b 100644 (file)
@@ -82,7 +82,7 @@ Version:      %{branch}.%{patchver}
 %else
 Version:       %{branch}.%{basever}
 %endif
-Release:       2
+Release:       3
 License:       BSD%{!?with_system_ffmpeg:, LGPL v2+ (ffmpeg)}
 Group:         X11/Applications/Networking
 Source0:       http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{branch}.%{basever}.tar.xz
@@ -118,6 +118,7 @@ Patch31:    system-jinja.patch
 Patch32:       remove_bundled_libraries-stale.patch
 Patch35:       etc-dir.patch
 Patch36:       angle.patch
+Patch37:       %{name}-build.patch
 URL:           http://www.chromium.org/Home
 %{?with_gconf:BuildRequires:   GConf2-devel}
 %{?with_system_mesa:BuildRequires:     Mesa-libGL-devel >= 9.1}
@@ -323,6 +324,7 @@ ln -s %{SOURCE7} .
 %patch32 -p1
 %patch35 -p1
 %patch36 -p1
+%patch37 -p1
 
 %{?with_dev:exit 0}
 
This page took 0.04671 seconds and 4 git commands to generate.