]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
require fixed protobuf -DGOOGLE_PROTOBUF_NO_RTTI build. thx lmasko for spotting this auto/th/chromium-browser-36.0.1985.143-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 1 Sep 2014 11:09:52 +0000 (14:09 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 1 Sep 2014 11:09:52 +0000 (14:09 +0300)
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-August/024008.html
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-packagers/i-wFQoivG1k

chromium-browser.spec

index 23536cd00444e7c0ca45c382c870f6c02762024b..e2542ebd33c90a314150e6c20b1f847cbe738b63 100644 (file)
@@ -72,7 +72,7 @@ Version:      %{branch}.%{patchver}
 %else
 Version:       %{branch}.%{basever}
 %endif
-Release:       1
+Release:       2
 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
@@ -202,6 +202,7 @@ Requires:   libevent >= 2.0.21
 %{?with_system_libvpx:Requires:        libvpx >= 1.3.0}
 Requires:      lsb-release
 %{?with_system_re2:Requires:   re2 >= 20130115-2}
+%{?with_system_protobuf:Requires:      protobuf >= 2.5.0-2}
 Requires:      shared-mime-info
 %{?with_system_sqlite:Requires:        sqlite3(icu)}
 Requires:      xdg-utils >= 1.0.2-4
This page took 0.039431 seconds and 4 git commands to generate.