diff --git a/Vc-1.4.4.tar.gz b/Vc-1.4.4.tar.gz deleted file mode 100644 index 27bd48e..0000000 --- a/Vc-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5933108196be44c41613884cd56305df320263981fe6a49e648aebb3354d57f3 -size 645346 diff --git a/Vc-1.4.5.tar.gz b/Vc-1.4.5.tar.gz new file mode 100644 index 0000000..15da291 --- /dev/null +++ b/Vc-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb734ef4827933fcd67d4c74aef54211b841c350a867c681c73003eb6d511a48 +size 645302 diff --git a/Vc.changes b/Vc.changes index 2097175..cdce671 100644 --- a/Vc.changes +++ b/Vc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 23 13:24:03 UTC 2024 - Atri Bhattacharya + +- Update to version 1.4.5: + * Small CMake improvements (gh#VcDevel/Vc#360). + * Replace uses exec_program with execute_process + (gh#VcDevel/Vc#364). + ------------------------------------------------------------------- Mon Oct 23 20:12:57 UTC 2023 - Christoph G diff --git a/Vc.spec b/Vc.spec index d68ceb3..8788b17 100644 --- a/Vc.spec +++ b/Vc.spec @@ -1,7 +1,7 @@ # # spec file for package Vc # -# 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 @@ -17,13 +17,13 @@ Name: Vc -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: Collection of SIMD Vector Classes License: BSD-3-Clause Group: System/Libraries URL: https://github.com/VcDevel/Vc/ -Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++