Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 1 07:25:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Resolve improper __DATE__ replacement [boo#1226829]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 22:04:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Fri May 17 22:04:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ SSE2 is a hard requirement even on 32-bit x86.
|
|||||||
# osc/rpm always has the version identifier (only has an effect when snapshots are used via _service files)
|
# osc/rpm always has the version identifier (only has an effect when snapshots are used via _service files)
|
||||||
perl -i -pe "s{<unknown version>}{%version}g" tools/updaterevision/UpdateRevision.cmake
|
perl -i -pe "s{<unknown version>}{%version}g" tools/updaterevision/UpdateRevision.cmake
|
||||||
# https://en.opensuse.org/openSUSE:Reproducible_Builds
|
# https://en.opensuse.org/openSUSE:Reproducible_Builds
|
||||||
perl -i -pe 's{__DATE__}{"'"$SOURCE_DATE_EPOCH"'"}g' src/common/platform/posix/sdl/i_main.cpp
|
perl -i -pe "s{__DATE__}{$SOURCE_DATE_EPOCH}g" src/common/platform/posix/sdl/i_main.cpp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Disable LTO, which does not like seeing handcrafted assembler
|
# Disable LTO, which does not like seeing handcrafted assembler
|
||||||
|
Loading…
Reference in New Issue
Block a user