From a40184a5df68ea2c702e9016ef526a7347fb8f93 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Wed, 21 May 2025 17:25:47 +0800 Subject: [PATCH] enable java for loongarch64 --- protobuf.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 4fa7fdf..662b7a2 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -2,16 +2,12 @@ # Build -python subpackage %bcond_without python # Build -java subpackage -%ifarch loongarch64 -%bcond_with java -%else %bcond_without java -%endif Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 25.1 -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 @@ -409,6 +405,12 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_emacs_sitestartdir} %endif %changelog +* Wed May 21 2025 Wenlong Zhang - 25.1-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: enable java for loongarch64 + * Mon May 19 2025 dongyuzhen - 25.1-8 - Type:bugfix - CVE:NA -- Gitee