commit emacs for openSUSE:Factory
Hello community, here is the log from the commit of package emacs for openSUSE:Factory checked in at 2018-04-01 17:25:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs (Old) and /work/SRC/openSUSE:Factory/.emacs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "emacs" Sun Apr 1 17:25:32 2018 rev:137 rq:592540 version:25.3 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs/emacs.changes 2018-03-24 16:09:21.848509432 +0100 +++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2018-04-01 17:25:35.273557956 +0200 @@ -1,0 +2,7 @@ +Tue Mar 27 16:34:37 UTC 2018 - dimstar@opensuse.org + +- Explicitly call autoreconf, unless without autoconf is specified. + In this case, there is spec-file logic to touch timestampes of + relevant files. Move this logic to build instead of prep phase. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs.spec ++++++ --- /var/tmp/diff_new_pack.1ZgqZw/_old 2018-04-01 17:25:37.569474854 +0200 +++ /var/tmp/diff_new_pack.1ZgqZw/_new 2018-04-01 17:25:37.569474854 +0200 @@ -270,6 +270,7 @@ %patch27 -p0 %patch -p0 -b .0 +%build %if %{without autoconf} # We don't want to run autoconf if test configure.ac -nt aclocal.m4 -o m4/gnulib-comp.m4 -nt aclocal.m4 ; then @@ -292,9 +293,10 @@ mv autogen.sh autogen.sh.no ln -sf /bin/true autogen.sh fi +%else +autoreconf -fiv %endif -%build # make sure that the binaries work (pagesize on build must be the same as on target, bnc#726769) %if %suse_version >= 1110 %ifarch ppc ppc64 ia64
participants (1)
-
root@hilbert.suse.de