Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package capstone for openSUSE:Factory checked in at 2024-04-09 16:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/capstone (Old) and /work/SRC/openSUSE:Factory/.capstone.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "capstone" Tue Apr 9 16:46:39 2024 rev:4 rq:1166189 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/capstone/capstone.changes 2023-01-07 17:19:25.534052576 +0100 +++ /work/SRC/openSUSE:Factory/.capstone.new.29460/capstone.changes 2024-04-09 16:46:58.575515179 +0200 @@ -1,0 +2,5 @@ +Fri Apr 5 10:13:22 UTC 2024 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Build with distro %{optflags} + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ capstone.spec ++++++ --- /var/tmp/diff_new_pack.LbxkSi/_old 2024-04-09 16:46:59.103534598 +0200 +++ /var/tmp/diff_new_pack.LbxkSi/_new 2024-04-09 16:46:59.107534745 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects %define sover 4 Name: capstone @@ -80,14 +81,17 @@ %autosetup %build -CAPSTONE_ARCHS="arm aarch64 mips powerpc sparc systemz x86" CAPSTONE_STATIC="yes" \ - CFLAGS="%{optflags}" ./make.sh +export CFLAGS="%{optflags}" +CAPSTONE_ARCHS="arm aarch64 mips powerpc sparc systemz x86" \ + LIBDIRARCH="%{_lib}" INCDIR="%{_includedir}" \ + DESTDIR=%{buildroot} V=1 CAPSTONE_STATIC="yes" ./make.sh pushd bindings/python/ %python3_build popd %install +export CFLAGS="%{optflags}" CAPSTONE_ARCHS="arm aarch64 mips powerpc sparc systemz x86" \ LIBDIRARCH="%{_lib}" INCDIR="%{_includedir}" \ DESTDIR=%{buildroot} V=1 CAPSTONE_STATIC="yes" ./make.sh install