diff --git a/libarrow.spec b/libarrow.spec index dd1a3b7e895cd0152494b6b2fd809b56fca45d79..3de6af08d1b7463ba3c40dbdb67ee4027c85d24a 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.