From 1d4e97b17aec7d196083afc838f692ca34837ed4 Mon Sep 17 00:00:00 2001 From: yang_jiaqi11 Date: Tue, 21 Jul 2020 10:06:35 +0800 Subject: [PATCH] add changelog and modify release Signed-off-by: yang_jiaqi11 --- protobuf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index 9b0bfe7..0fcb682 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -8,7 +8,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.12.3 -Release: 10 +Release: 11 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 @@ -268,6 +268,12 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_emacs_sitestartdir} %endif %changelog +* Thu Jul 23 2020 openEuler Buildteam - 3.12.3-11 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: drop python2-protobuf and refactor .spec file + * Thu Jul 16 2020 openEuler Buildteam - 3.12.3-10 - Type:bugfix - ID:NA -- Gitee