diff --git a/protobuf.spec b/protobuf.spec index c6d43369a2675cb497911029e2d8f13fcced0aaf..9c03192321d0ec44e0d0f6a3071df2568d94c6c8 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -8,7 +8,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.14.0 -Release: 8 +Release: 9 License: BSD URL: https://github.com/protocolbuffers/protobuf Source: https://github.com/protocolbuffers/protobuf/releases/download/v%{version}%{?rcver}/%{name}-all-%{version}%{?rcver}.tar.gz @@ -236,7 +236,7 @@ fail=0 %else fail=1 %endif -%make_build check CXXFLAGS="%{build_cxxflags} -Wno-error=type-limits" || exit $fail +%make_build check CXXFLAGS="%{build_cxxflags} -Wno-error=type-limits -Wno-deprecated-declarations" || exit $fail %install @@ -332,6 +332,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_emacs_sitestartdir} %endif %changelog +* Mon Nov 25 2024 tzing_t - 3.14.0-9 +- Ignore deprecated warnings + * Wed Dec 06 2023 konglidong - 3.14.0-8 - obsolets protobuf2 for fix install conflict