From 87f2face765f77e096ee3de3408a9aef444b8ff0bbbf580a522fd09b37dde0a3 Mon Sep 17 00:00:00 2001 From: David Anes Date: Thu, 23 May 2024 12:11:18 +0000 Subject: [PATCH] Accepting request 1176460 from home:david.anes:branches:network - Correcly enable SIMD in x64: the flag was renamed from --enable-simd to -enable-roll-simd in 3.2.4 - Remove leftovers from previous versions: * rsync-patches-3.2.7.tar.gz * rsync-patches-3.2.7.tar.gz.asc OBS-URL: https://build.opensuse.org/request/show/1176460 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=120 --- rsync-patches-3.2.7.tar.gz | 3 --- rsync-patches-3.2.7.tar.gz.asc | 6 ------ rsync.changes | 10 ++++++++++ rsync.spec | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 rsync-patches-3.2.7.tar.gz delete mode 100644 rsync-patches-3.2.7.tar.gz.asc diff --git a/rsync-patches-3.2.7.tar.gz b/rsync-patches-3.2.7.tar.gz deleted file mode 100644 index c66c0df..0000000 --- a/rsync-patches-3.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e5e9ea0b6dd7639c7a5c6f49a1d06be20d449d59f60ba59b238e1aa79b13f0 -size 99514 diff --git a/rsync-patches-3.2.7.tar.gz.asc b/rsync-patches-3.2.7.tar.gz.asc deleted file mode 100644 index f878511..0000000 --- a/rsync-patches-3.2.7.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQQASMiwJtTJbw5YnC9shZ+xS5aoxQUCY1HvAwAKCRBshZ+xS5ao -xR3uAJ46yBJwj44DSq5YGtnUJKhLHUJLjwCfbcdunUI6bpF6Yp4IGgPUSxHIsoI= -=+RP4 ------END PGP SIGNATURE----- diff --git a/rsync.changes b/rsync.changes index 603ff6b..fd93228 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 23 11:50:19 UTC 2024 - David Anes + +- Correcly enable SIMD in x64: the flag was renamed from + --enable-simd to -enable-roll-simd in 3.2.4 + +- Remove leftovers from previous versions: + * rsync-patches-3.2.7.tar.gz + * rsync-patches-3.2.7.tar.gz.asc + ------------------------------------------------------------------- Thu Apr 18 08:22:02 UTC 2024 - David Anes diff --git a/rsync.spec b/rsync.spec index 5c5f7d4..714ff63 100644 --- a/rsync.spec +++ b/rsync.spec @@ -120,7 +120,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now -fPIE -pie" --disable-xxhash\ %endif %ifarch x86_64 - --enable-simd \ + --enable-roll-simd \ %endif %if %{with slp} --enable-slp \