[arch-commits] Commit in protobuf-c/trunk (PKGBUILD invalid-namespace.patch)

Lukas Fleischer lfleischer at archlinux.org
Thu Oct 10 04:01:36 UTC 2019


    Date: Thursday, October 10, 2019 @ 04:01:36
  Author: lfleischer
Revision: 364302

upgpkg: protobuf-c 1.3.2-1

Upstream update and protobuf 3.10 rebuild.

Modified:
  protobuf-c/trunk/PKGBUILD
Deleted:
  protobuf-c/trunk/invalid-namespace.patch

-------------------------+
 PKGBUILD                |   15 ++++-----------
 invalid-namespace.patch |   23 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 01:46:58 UTC (rev 364301)
+++ PKGBUILD	2019-10-10 04:01:36 UTC (rev 364302)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -11,16 +11,9 @@
 license=('BSD')
 depends=('protobuf')
 provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-        invalid-namespace.patch)
-sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
-            '050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../invalid-namespace.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static

Deleted: invalid-namespace.patch
===================================================================
--- invalid-namespace.patch	2019-10-10 01:46:58 UTC (rev 364301)
+++ invalid-namespace.patch	2019-10-10 04:01:36 UTC (rev 364302)
@@ -1,23 +0,0 @@
-From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001
-From: storyun <joowoni91 at gmail.com>
-Date: Wed, 19 Sep 2018 11:34:48 +0900
-Subject: [PATCH] Invalid namespace
-
-google::protobuf::message::Reflaction is not exist namespace.
----
- t/generated-code2/cxx-generate-packed-data.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/generated-code2/cxx-generate-packed-data.cc b/t/generated-code2/cxx-generate-packed-data.cc
-index 4fd3e25..0865d2e 100644
---- a/t/generated-code2/cxx-generate-packed-data.cc
-+++ b/t/generated-code2/cxx-generate-packed-data.cc
-@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void)
- static void dump_test_unknown_fields (void)
- {
-   EmptyMess mess;
--  const google::protobuf::Message::Reflection *reflection = mess.GetReflection();
-+  const google::protobuf::Reflection *reflection = mess.GetReflection();
-   google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess);
- 
- #if GOOGLE_PROTOBUF_VERSION >= 2001000



More information about the arch-commits mailing list