diff --git a/protobuf-c.spec b/protobuf-c.spec index d4358452ebec1e7bbd534a1b7a6024e9e89fc143..8cef83397d883d5551909a78b01129b6450ae124 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,10 +1,10 @@ Name: protobuf-c -Version: 1.3.2 -Release: 2 +Version: 1.4.0 +Release: 1 Summary: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format License: BSD URL: https://github.com/protobuf-c/protobuf-c -Source0: https://github.com/protobuf-c/protobuf-c/archive/v%{version}.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: autoconf automake libtool gcc-c++ pkgconfig(protobuf) Provides: %{name}-compiler = %{version}-%{release} Obsoletes: %{name}-compiler < %{version}-%{release} @@ -35,10 +35,7 @@ make check %make_install %delete_la -%post -/sbin/ldconfig -%postun -/sbin/ldconfig +%ldconfig_scriptlets %files %doc TODO LICENSE ChangeLog @@ -51,5 +48,11 @@ make check %{_libdir}/{libprotobuf-c.so,pkgconfig/libprotobuf-c.pc} %changelog +* Thu Dec 02 2021 wujing - 1.4.0-1 +Type:upgrade +ID:NA +SUG:NA +DESC: upgrade to 1.4.0-1 + * Fri Feb 14 2020 Senlin Xia - 1.3.2-2 - Package init diff --git a/v1.3.2.tar.gz b/v1.3.2.tar.gz deleted file mode 100644 index 5b402501b5619e9b41ca80e2f525ef6fa4009b6d..0000000000000000000000000000000000000000 Binary files a/v1.3.2.tar.gz and /dev/null differ diff --git a/v1.4.0.tar.gz b/v1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..395983da4ec51ef607641903e20dd6bcd0ad852e Binary files /dev/null and b/v1.4.0.tar.gz differ