diff --git a/libsamplerate.changes b/libsamplerate.changes index 16b5283..ad5c7dc 100644 --- a/libsamplerate.changes +++ b/libsamplerate.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 20 11:28:33 UTC 2024 - Bernhard Wiedemann + +- Use a constant profile dir for reproducible builds (boo#1062303) + +------------------------------------------------------------------- +Fri Mar 1 09:25:05 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller diff --git a/libsamplerate.spec b/libsamplerate.spec index 7d38547..08fc2b5 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -73,13 +73,12 @@ This package contains all necessary include files and libraries needed to develop applications that require these. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build autoreconf -fvi %configure -profiledir=`mktemp -d` +profiledir=.tmp.libsamplerateprofile %make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir" %make_build check