Hello community, here is the log from the commit of package racket for openSUSE:Factory checked in at 2019-04-12 09:15:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/racket (Old) and /work/SRC/openSUSE:Factory/.racket.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "racket" Fri Apr 12 09:15:21 2019 rev:8 rq:693119 version:7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/racket/racket.changes 2019-04-03 09:28:14.751821762 +0200 +++ /work/SRC/openSUSE:Factory/.racket.new.27019/racket.changes 2019-04-12 09:15:23.953713808 +0200 @@ -1,0 +2,5 @@ +Wed Apr 3 14:22:44 UTC 2019 - Andreas Schwab <[email protected]> + +- dont-strip.patch: don't strip libraries + +------------------------------------------------------------------- New: ---- dont-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ racket.spec ++++++ --- /var/tmp/diff_new_pack.IR9gHA/_old 2019-04-12 09:15:25.169714580 +0200 +++ /var/tmp/diff_new_pack.IR9gHA/_new 2019-04-12 09:15:25.173714582 +0200 @@ -29,6 +29,7 @@ Source3: racket-rpmlintrc Patch0: racket-doc.patch Patch1: extflvector-length-inlined.patch +Patch2: dont-strip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: ca-certificates @@ -122,6 +123,7 @@ %setup -q %patch0 -p0 %patch1 -p2 +%patch2 -p1 cp -p %{S:2} src/ ++++++ dont-strip.patch ++++++ Index: racket-7.2/src/cfg-racket =================================================================== --- racket-7.2.orig/src/cfg-racket +++ racket-7.2/src/cfg-racket @@ -6833,7 +6833,7 @@ if test "${enable_shared}" = "yes" ; the LIBSFX=la WXLIBS=WXLIBSDYN ICP="${LIBTOOLPROG} --mode=install cp" - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" MRLIBINSTALL="install-lib" LIBFINISH="${LIBTOOLPROG} --mode=finish" LTO="lo" Index: racket-7.2/src/cs/c/configure =================================================================== --- racket-7.2.orig/src/cs/c/configure +++ racket-7.2/src/cs/c/configure @@ -4615,7 +4615,7 @@ if test "${enable_shared}" = "yes" ; the LTA="la" STRIP_LIB_DEBUG=":" LIBSFX=la - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" else ICP=cp LTO="o" Index: racket-7.2/src/cs/c/configure.ac =================================================================== --- racket-7.2.orig/src/cs/c/configure.ac +++ racket-7.2/src/cs/c/configure.ac @@ -415,7 +415,7 @@ if test "${enable_shared}" = "yes" ; the LTA="la" STRIP_LIB_DEBUG=":" LIBSFX=la - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" else ICP=cp LTO="o" Index: racket-7.2/src/racket/configure.ac =================================================================== --- racket-7.2.orig/src/racket/configure.ac +++ racket-7.2/src/racket/configure.ac @@ -1382,7 +1382,7 @@ if test "${enable_shared}" = "yes" ; the LIBSFX=la WXLIBS=WXLIBSDYN ICP="${LIBTOOLPROG} --mode=install cp" - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" MRLIBINSTALL="install-lib" LIBFINISH="${LIBTOOLPROG} --mode=finish" LTO="lo" Index: racket-7.2/src/rktio/configure =================================================================== --- racket-7.2.orig/src/rktio/configure +++ racket-7.2/src/rktio/configure @@ -4490,7 +4490,7 @@ if test "${enable_shared}" = "yes" ; the LTA="la" STRIP_LIB_DEBUG=":" LIBSFX=la - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" else ICP=cp LTO="o" Index: racket-7.2/src/rktio/configure.ac =================================================================== --- racket-7.2.orig/src/rktio/configure.ac +++ racket-7.2/src/rktio/configure.ac @@ -384,7 +384,7 @@ if test "${enable_shared}" = "yes" ; the LTA="la" STRIP_LIB_DEBUG=":" LIBSFX=la - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" else ICP=cp LTO="o" Index: racket-7.2/src/start/configure.ac =================================================================== --- racket-7.2.orig/src/start/configure.ac +++ racket-7.2/src/start/configure.ac @@ -1360,7 +1360,7 @@ if test "${enable_shared}" = "yes" ; the LIBSFX=la WXLIBS=WXLIBSDYN ICP="${LIBTOOLPROG} --mode=install cp" - ICP_LIB="${LIBTOOLPROG} --mode=install install -s" + ICP_LIB="${LIBTOOLPROG} --mode=install install" MRLIBINSTALL="install-lib" LIBFINISH="${LIBTOOLPROG} --mode=finish" LTO="lo"
