Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2022-01-29 21:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Sat Jan 29 21:01:11 2022 rev:163 rq:949460 version:27.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2022-01-14 
23:12:44.574612539 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new.1898/emacs.changes    2022-01-29 
21:01:42.066827706 +0100
@@ -1,0 +2,5 @@
+Thu Jan 27 12:59:04 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Remove unneeded pure size adjustments
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.hrvzO5/_old  2022-01-29 21:01:43.302819397 +0100
+++ /var/tmp/diff_new_pack.hrvzO5/_new  2022-01-29 21:01:43.314819316 +0100
@@ -393,12 +393,6 @@
 %ifarch ia64
  CFLAGS=$(echo "${CFLAGS}"|sed -r 's/-O[0-9]?/-O1/g')
 %endif
-  SMALL="-DSYSTEM_PURESIZE_EXTRA=25000 \
-        -DSITELOAD_PURESIZE_EXTRA=10000 \
-"
-  LARGE="-DSYSTEM_PURESIZE_EXTRA=55000 \
-        -DSITELOAD_PURESIZE_EXTRA=10000 \
-"
    LANG=POSIX; LC_CTYPE=en_US.UTF-8
 export CC CFLAGS LANG LC_CTYPE LDFLAGS
  PREFIX="--prefix=%{_prefix} \
@@ -488,7 +482,7 @@
 ac_cv_lib_gif_EGifPutExtensionLast=yes
 export ac_cv_lib_gif_EGifPutExtensionLast
 
-CFLAGS="$CFLAGS $SMALL -DPDMP_BASE='\"emacs-nox\"'" ./configure ${COMP} 
${PREFIX} ${NOX11} ${SYS} --with-dumping=pdumper
+CFLAGS="$CFLAGS -DPDMP_BASE='\"emacs-nox\"'" ./configure ${COMP} ${PREFIX} 
${NOX11} ${SYS} --with-dumping=pdumper
 %make_build bootstrap
 make -C lisp/ updates compile V=1
 for i in $(find site-lisp/ -name '*.el'); do
@@ -498,13 +492,13 @@
 cp src/emacs.pdmp emacs-nox.pdmp
 make distclean
 #
-CFLAGS="$CFLAGS $LARGE -DPDMP_BASE='\"emacs-gtk\"'" ./configure ${COMP} 
${PREFIX} ${GTK} ${SYS} --with-dumping=pdumper
+CFLAGS="$CFLAGS -DPDMP_BASE='\"emacs-gtk\"'" ./configure ${COMP} ${PREFIX} 
${GTK} ${SYS} --with-dumping=pdumper
 %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
+CFLAGS="$CFLAGS -DPDMP_BASE='\"emacs-x11\"'" ./configure ${COMP} ${PREFIX} 
${X11} ${SYS} --with-dumping=pdumper
 %make_build
 cp src/emacs emacs-x11
 cp src/emacs.pdmp emacs-x11.pdmp

Reply via email to