]> git.pld-linux.org Git - packages/protobuf.git/commitdiff
up to 3.0.0
authorElan Ruusamäe <glen@delfi.ee>
Sun, 4 Sep 2016 19:16:48 +0000 (22:16 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 4 Sep 2016 19:23:11 +0000 (22:23 +0300)
- proto3 support
- backward compatible with proto2

does not compile with gcc 5.4:

In file included from google/protobuf/stubs/mathlimits.cc:36:0:
./google/protobuf/stubs/mathlimits.h:203:315: error: overflow in constant expression [-fpermissive]
./google/protobuf/stubs/mathlimits.h:203:315: error: overflow in constant expression [-fpermissive]
./google/protobuf/stubs/mathlimits.h:203:315: error: overflow in constant expression [-fpermissive]

https://github.com/google/protobuf/issues/2068

protobuf.spec

index aa4f674f96024a90a6de107ca9d53617140ad44b..56fdbcc785525b643f99d1d9e23c665792952105 100644 (file)
@@ -1,5 +1,8 @@
 # TODO:
 # - add bindings for java (maven build)
+# - add bindings for ruby
+# - add bindings for javascript
+# - add bindings for csharp
 #
 # Conditional build:
 %bcond_without python  # Python bindings
 Summary:       Protocol Buffers - Google's data interchange format
 Summary(pl.UTF-8):     Protocol Buffers - format wymiany danych Google
 Name:          protobuf
-Version:       2.6.1
-Release:       4
+Version:       3.0.0
+Release:       0.1
 License:       BSD
 Group:         Libraries
 Source0:       https://github.com/google/protobuf/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: af05b2cca289f7b86eef2734a0cdc8b9
+# Source0-md5: d4f6ca65aadc6310b3872ee421e79fa6
 Source1:       ftdetect-proto.vim
 Patch0:                system-gtest.patch
 URL:           https://github.com/google/protobuf/
@@ -159,7 +162,7 @@ opisów buforów protokołowych (Protocol Buffers).
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1 NEEDS UPDATE
 
 %build
 %{__libtoolize}
This page took 0.113759 seconds and 4 git commands to generate.