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;