From 9380028101eed1fe2120f9ce72d64757e0811876 Mon Sep 17 00:00:00 2001 From: "zhongling.h" Date: Thu, 28 Dec 2023 15:17:19 +0800 Subject: [PATCH] Rebuild with new protobuf --- libarrow.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libarrow.spec b/libarrow.spec index dd1a3b7..3de6af0 100644 --- a/libarrow.spec +++ b/libarrow.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without use_flight %bcond_with use_plasma %bcond_with use_gandiva @@ -18,7 +18,7 @@ Summary: A toolbox for accelerated data interchange and in-memory processing License: Apache-2.0 URL: https://arrow.apache.org/ Requires: %{name}-doc = %{version}-%{release} -Source0: https://dist.apache.org/repos/dist/release/arrow/arrow-%{version}/apache-arrow-%{version}.tar.gz +Source0: https://archive.apache.org/dist/arrow/arrow-11.0.0/apache-arrow-%{version}.tar.gz # Apache ORC (liborc) has numerous compile errors and apparently assumes # a 64-bit build and runtime environment. This is only consumer of the liborc @@ -817,5 +817,8 @@ export LD_LIBRARY_PATH='%{buildroot}%{_libdir}' %changelog +* Thu Dec 28 2023 Zhongling He - 11.0.0-2 +- Rebuild with new protobuf + * Thu Sep 21 2023 Zhongling He - 11.0.0-1 -- Init package from upstream. \ No newline at end of file +- Init package from upstream. -- Gitee