From af4b26d376b743d002e8bcadc6fc4b7130419275 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 1 Jun 2021 09:22:39 +0800 Subject: [PATCH] Completing build dependencies --- protobuf2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf2.spec b/protobuf2.spec index db646ce..d2f7688 100644 --- a/protobuf2.spec +++ b/protobuf2.spec @@ -6,7 +6,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf2 Version: 2.5.0 -Release: 1 +Release: 2 License: BSD Source: http://protobuf.googlecode.com/files/protobuf-%{version}.tar.bz2 Source1: ftdetect-proto.vim @@ -16,7 +16,7 @@ Patch2: protobuf-2.5.0-java-fixes.patch Patch3: 0001-Add-generic-GCC-support-for-atomic-operations.patch Patch4: protobuf-2.5.0-makefile.patch URL: http://code.google.com/p/protobuf/ -BuildRequires: automake autoconf libtool pkgconfig zlib-devel emacs emacs-el >= 24.1 maven-plugin-bundle +BuildRequires: automake autoconf libtool pkgconfig zlib-devel emacs emacs-el >= 24.1 maven-plugin-bundle gcc-c++ %if %{with gtest} BuildRequires: gtest-devel %endif @@ -241,5 +241,8 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} %endif %changelog +* Mon May 31 2021 huanghaitao - 2.5.0-2 +- Completing build dependencies + * Fri Feb 26 2021 Ge Wang - 2.5.0-1 - Package init -- Gitee