Adapt tests to protobuf-c 1.3.3

Related: rhbz#2057348

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2022-02-24 07:40:44 +01:00
parent 206fead217
commit c56727fd5e
No known key found for this signature in database
GPG Key ID: 82C9378ED3C4906A
2 changed files with 4 additions and 5 deletions

View File

@ -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 <areber@redhat.com> - 1.3.3-12
- Adapt tests to protobuf-c 1.3.3
* Wed Feb 23 2022 Adrian Reber <areber@redhat.com> - 1.3.3-11
- Added gating tests

View File

@ -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;