From 88a96f0ac9e663e32e3f7b2bb8efe56ed866dddb Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 May 2022 17:24:50 +0800 Subject: [PATCH] License compliance rectification --- protobuf-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 8cef833..15e5300 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,8 +1,8 @@ Name: protobuf-c Version: 1.4.0 -Release: 1 +Release: 2 Summary: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format -License: BSD +License: BSD-2-Clause URL: https://github.com/protobuf-c/protobuf-c Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: autoconf automake libtool gcc-c++ pkgconfig(protobuf) @@ -48,6 +48,9 @@ make check %{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc} %changelog +* Tue May 10 2022 Ge Wang - 1.4.0-2 +- License compliance rectification + * Thu Dec 02 2021 wujing - 1.4.0-1 Type:upgrade ID:NA -- Gitee