Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emacs for openSUSE:Factory checked in at 2021-12-08 22:08:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs (Old) and /work/SRC/openSUSE:Factory/.emacs.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs" Wed Dec 8 22:08:22 2021 rev:161 rq:935770 version:27.2 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs/emacs.changes 2021-11-22 23:04:04.437954200 +0100 +++ /work/SRC/openSUSE:Factory/.emacs.new.31177/emacs.changes 2021-12-08 22:08:27.878848752 +0100 @@ -1,0 +2,5 @@ +Mon Nov 22 15:02:29 UTC 2021 - Martin Li??ka <mli...@suse.cz> + +- Use %make_build macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs.spec ++++++ --- /var/tmp/diff_new_pack.bdHZzq/_old 2021-12-08 22:08:28.990849275 +0100 +++ /var/tmp/diff_new_pack.bdHZzq/_new 2021-12-08 22:08:28.994849276 +0100 @@ -486,7 +486,7 @@ export ac_cv_lib_gif_EGifPutExtensionLast CFLAGS="$CFLAGS $SMALL -DPDMP_BASE='\"emacs-nox\"'" ./configure ${COMP} ${PREFIX} ${NOX11} ${SYS} --with-dumping=pdumper -make bootstrap V=1 +%make_build bootstrap make -C lisp/ updates compile V=1 for i in $(find site-lisp/ -name '*.el'); do EMACSLOADPATH='' src/emacs -batch -q --no-site -f batch-byte-compile $i @@ -496,13 +496,13 @@ make distclean # CFLAGS="$CFLAGS $LARGE -DPDMP_BASE='\"emacs-gtk\"'" ./configure ${COMP} ${PREFIX} ${GTK} ${SYS} --with-dumping=pdumper -make %{?_smp_mflags} +%make_build cp src/emacs emacs-gtk cp src/emacs.pdmp emacs-gtk.pdmp make distclean # CFLAGS="$CFLAGS $LARGE -DPDMP_BASE='\"emacs-x11\"'" ./configure ${COMP} ${PREFIX} ${X11} ${SYS} --with-dumping=pdumper -make %{?_smp_mflags} +%make_build cp src/emacs emacs-x11 cp src/emacs.pdmp emacs-x11.pdmp