Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mined for openSUSE:Factory checked in at 2024-12-20 15:28:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mined (Old) and /work/SRC/openSUSE:Factory/.mined.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mined" Fri Dec 20 15:28:44 2024 rev:26 rq:1232819 version:2022.27 Changes: -------- --- /work/SRC/openSUSE:Factory/mined/mined.changes 2024-12-17 19:25:59.375984029 +0100 +++ /work/SRC/openSUSE:Factory/.mined.new.1881/mined.changes 2024-12-20 15:29:12.904548627 +0100 @@ -1,0 +2,7 @@ +Wed Dec 18 10:51:59 UTC 2024 - Andreas Schwab <sch...@suse.de> + +- Compile with %{optflags} +- Override LIBDIR to properly find termcap library +- Use generic makefile also on arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mined.spec ++++++ --- /var/tmp/diff_new_pack.5BCOo8/_old 2024-12-20 15:29:13.732582745 +0100 +++ /var/tmp/diff_new_pack.5BCOo8/_new 2024-12-20 15:29:13.736582910 +0100 @@ -69,6 +69,8 @@ %prep %setup -q %patch -P 0 -p1 +# Use generic makefile also for arm +sed -i s/arm/never/ makemined # desktop file fix sed -i "s/mined.xpm/mined/" ./usrshare/setup_install/mined.desktop sed -i s/Utility/Utility\;/ ./usrshare/setup_install/mined.desktop @@ -76,7 +78,7 @@ %build cp -p %{SOURCE2} src %configure -%make_build +%make_build CCFLAGS="%{optflags}" LIBDIR=/%{_lib} %install %make_install