diff --git a/ComputeLibrary-23.11.tar.gz b/ComputeLibrary-23.11.tar.gz deleted file mode 100644 index 7a4dea9..0000000 --- a/ComputeLibrary-23.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd19b6c3355edd57d718c74bb496ab386452a835804a290da706f21b261f6bdf -size 14031383 diff --git a/ComputeLibrary-24.02.1.tar.gz b/ComputeLibrary-24.02.1.tar.gz new file mode 100644 index 0000000..e65546e --- /dev/null +++ b/ComputeLibrary-24.02.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d5cb710355bce2ddfe7117529c2f492cd253b548f709bbfe84702203d99c8 +size 14050350 diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index b1add71..77bb98c 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 3 09:17:31 UTC 2024 - Guillaume GARDET + +- Update to 24.02.1: + * Drop libarm_compute_core.so + * Public patch release + * Documentation (API, changelogs, build guide, + contribution guide, errata, etc.) available here: + https://arm-software.github.io/ComputeLibrary/v24.02.1 +- Skipped 24.02: + * Public major release + * Documentation (API, changelogs, build guide, + contribution guide, errata, etc.) available here: + https://arm-software.github.io/ComputeLibrary/v24.02 + ------------------------------------------------------------------- Thu Dec 7 09:05:47 UTC 2023 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index a925e92..32d321d 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -1,7 +1,7 @@ # # spec file for package ComputeLibrary # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define so_ver 33 +%define so_ver 35 # Disable validation tests by default due to opencl needing to be set up %bcond_with computelibrary_tests Name: ComputeLibrary -Version: 23.11 +Version: 24.02.1 Release: 0 Summary: ARM Compute Library License: MIT @@ -46,14 +46,6 @@ A software library for computer vision and machine learning. The Compute Library is a collection of low-level functions optimized for Arm CPU and GPU architectures targeted at image processing, computer vision, and machine learning. Library part. -%package -n libarm_compute_core%{so_ver} -Summary: ARM Compute Library - Core part - -%description -n libarm_compute_core%{so_ver} -A software library for computer vision and machine learning. -The Compute Library is a collection of low-level functions optimized for Arm CPU and GPU architectures targeted at image processing, computer vision, and machine learning. -Library part. - %package -n libarm_compute_graph%{so_ver} Summary: ARM Compute Library - Graph part @@ -66,7 +58,6 @@ Library part. Summary: ARM Compute Library -- devel Requires: %{name} = %{version} Requires: libarm_compute%{so_ver} = %{version} -Requires: libarm_compute_core%{so_ver} = %{version} Requires: libarm_compute_graph%{so_ver} = %{version} # stb headers are required Requires: stb-devel @@ -137,13 +128,13 @@ for pyfile in `ls %{buildroot}%{_bindir}/*.py`; do sed -i -e 's|#!%{_bindir}/env python|#!%{_bindir}/python3|' $pyfile done sed -i -e 's|#!%{_bindir}/python|#!%{_bindir}/python3|' %{buildroot}%{_bindir}/generate_build_files.py +# Drop files which should not be in _bindir +rm %{buildroot}%{_bindir}/BUILD.bazel +rm %{buildroot}%{_bindir}/*.txt %post -n libarm_compute%{so_ver} -p /sbin/ldconfig %postun -n libarm_compute%{so_ver} -p /sbin/ldconfig -%post -n libarm_compute_core%{so_ver} -p /sbin/ldconfig -%postun -n libarm_compute_core%{so_ver} -p /sbin/ldconfig - %post -n libarm_compute_graph%{so_ver} -p /sbin/ldconfig %postun -n libarm_compute_graph%{so_ver} -p /sbin/ldconfig @@ -159,10 +150,6 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation %license LICENSE %{_libdir}/libarm_compute.so.%{so_ver}* -%files -n libarm_compute_core%{so_ver} -%license LICENSE -%{_libdir}/libarm_compute_core.so.%{so_ver}* - %files -n libarm_compute_graph%{so_ver} %license LICENSE %{_libdir}/libarm_compute_graph.so.%{so_ver}*