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 \