From c56727fd5ebf8dedad5d9e8d26f6c52a5c722c21 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 24 Feb 2022 07:40:44 +0100 Subject: [PATCH] Adapt tests to protobuf-c 1.3.3 Related: rhbz#2057348 Signed-off-by: Adrian Reber --- protobuf-c.spec | 5 ++++- tests/addressbook.proto | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 4479c3f..796c462 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.3.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: C bindings for Google's Protocol Buffers License: BSD @@ -66,6 +66,9 @@ rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %{_libdir}/pkgconfig/libprotobuf-c.pc %changelog +* Thu Feb 24 2022 Adrian Reber - 1.3.3-12 +- Adapt tests to protobuf-c 1.3.3 + * Wed Feb 23 2022 Adrian Reber - 1.3.3-11 - Added gating tests diff --git a/tests/addressbook.proto b/tests/addressbook.proto index 3506690..c7eb4c3 100644 --- a/tests/addressbook.proto +++ b/tests/addressbook.proto @@ -1,10 +1,6 @@ syntax = "proto2"; package foo; -import "protobuf-c/protobuf-c.proto"; - -option (pb_c_file).c_package = "foo"; - message Person { required string name = 1;