Adapt tests to protobuf-c 1.3.3
Related: rhbz#2057348 Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
206fead217
commit
c56727fd5e
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user