[arch-commits] Commit in rethinkdb/trunk (PKGBUILD protobuf-2.6-compat.patch)

Anatol Pomozov anatolik at archlinux.org
Tue Oct 14 15:21:04 UTC 2014


    Date: Tuesday, October 14, 2014 @ 17:21:04
  Author: anatolik
Revision: 120646

upgpkg: rethinkdb 1.15.1-2

Modified:
  rethinkdb/trunk/PKGBUILD
Deleted:
  rethinkdb/trunk/protobuf-2.6-compat.patch

---------------------------+
 PKGBUILD                  |   11 ++++-------
 protobuf-2.6-compat.patch |   20 --------------------
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-14 14:55:08 UTC (rev 120645)
+++ PKGBUILD	2014-10-14 15:21:04 UTC (rev 120646)
@@ -4,8 +4,8 @@
 # Contributor: Sigmund Lahn <sigmund at lahn.no>
 
 pkgname=rethinkdb
-pkgver=1.15.0
-_tag=rethinkdb-$pkgver-1
+pkgver=1.15.1
+_tag=rethinkdb-$pkgver
 pkgrel=2
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -21,13 +21,11 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
   boost_1.56_compat.patch
-  protobuf-2.6-compat.patch
 )
-sha256sums=('8cb1cdd176d9a6e87b315c65de084158a1b2fc9910127d21ec930181c52d838e'
+sha256sums=('b05184a812a3cc6f5140af4490ffee4fc69884b5b7963b64532ffc829c10f3f4'
             '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
             'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-            '1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21'
-            '0bc035df3e84945efac2ed6e48c781e2a3a33b6e4f9a551ec9bc4958462e0bbe')
+            '1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
 
 prepare() {
   cd $_tag
@@ -34,7 +32,6 @@
   # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
   rm src/unittest/print_secondary.cc
   patch -p1 < ../boost_1.56_compat.patch
-  patch -p1 < ../protobuf-2.6-compat.patch
 }
 
 build() {

Deleted: protobuf-2.6-compat.patch
===================================================================
--- protobuf-2.6-compat.patch	2014-10-14 14:55:08 UTC (rev 120645)
+++ protobuf-2.6-compat.patch	2014-10-14 15:21:04 UTC (rev 120646)
@@ -1,20 +0,0 @@
-commit 3d1d3cb6ac53a15996a8fc25df25c91e451f200b
-Author: Etienne Laurin <atnnn at rethinkdb.com>
-Date:   Thu Oct 2 18:55:36 2014 -0700
-
-    allow building with protobuf 2.6.0
-    
-    OTS review by mlucy
-    Closes #3137
-
-diff --git a/src/rdb_protocol/ql2_extensions.proto b/src/rdb_protocol/ql2_extensions.proto
-index 7cdfb2d..a2016b2 100644
---- a/src/rdb_protocol/ql2_extensions.proto
-+++ b/src/rdb_protocol/ql2_extensions.proto
-@@ -3,5 +3,5 @@ package ql2.extension;
- import "rdb_protocol/ql2.proto";
- 
- extend Term {
--    required Backtrace backtrace = 10000;
-+    optional Backtrace backtrace = 10000;
- };



More information about the arch-commits mailing list