Accepting request 795758 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/795758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=3
This commit is contained in:
commit
a8ed88f25c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 19 17:39:26 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Process debuginfo in a reproducible way (boo#1041090)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 18 21:49:44 UTC 2019 - Martin Koegler <martin.koegler@chello.at>
|
Wed Dec 18 21:49:44 UTC 2019 - Martin Koegler <martin.koegler@chello.at>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ SYMBOL_DIR="${ROOT_DIR}/symbols"
|
|||||||
SOURCE_DIR="${ROOT_DIR}/src"
|
SOURCE_DIR="${ROOT_DIR}/src"
|
||||||
DEBUGSOURCE_DIR="${SOURCE_DIR}/debug"
|
DEBUGSOURCE_DIR="${SOURCE_DIR}/debug"
|
||||||
|
|
||||||
for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll"`
|
for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll" | sort`
|
||||||
do
|
do
|
||||||
case $("$host-objdump" -h "$f" 2>/dev/null | egrep -o '(debug[\.a-z_]*|gnu.version)') in
|
case $("$host-objdump" -h "$f" 2>/dev/null | egrep -o '(debug[\.a-z_]*|gnu.version)') in
|
||||||
*debuglink*) continue ;;
|
*debuglink*) continue ;;
|
||||||
@ -64,6 +64,7 @@ find $RPM_BUILD_ROOT -type f \
|
|||||||
-or -name "*.dll.debug" \
|
-or -name "*.dll.debug" \
|
||||||
-or -name "*.exe.mdb" \
|
-or -name "*.exe.mdb" \
|
||||||
-or -name "*.dll.mdb" \
|
-or -name "*.dll.mdb" \
|
||||||
|
| sort \
|
||||||
| sed -n -e "s#^$RPM_BUILD_ROOT##p" >"$BUILDDIR/$target-debugfiles.list"
|
| sed -n -e "s#^$RPM_BUILD_ROOT##p" >"$BUILDDIR/$target-debugfiles.list"
|
||||||
|
|
||||||
if [ -e "$RPM_BUILD_ROOT/$SYMBOL_DIR" ]; then
|
if [ -e "$RPM_BUILD_ROOT/$SYMBOL_DIR" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user