Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 0e19d56

Browse files
committed
autobuild3: bump to version 1.5.2
- Trivial glob fixes for elf filters - Trivial fixes on contrib/autobuild-aoscarchive - Stopped using clang-as - Use -funsafe-math-optimizations flag for FPU-specific code generation (ARM) - Restor RPMEXTRAPROVIDE support
1 parent ccbb511 commit 0e19d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autobuild/defines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ timestamp_convert(){
2222

2323
PKGNAME=autobuild3$( ((_GIT)) && echo "-git-$(git branch 2>/dev/null | grep '*' | sed 's/*\ //g')")
2424
PKGEPOCH=1
25-
PKGVER=1.5.1$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
25+
PKGVER=1.5.2$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
2626
PKGDES="Automatic package building tool."
2727
PKGRECOM="distcc ccache"
2828
PKGDEP="dpkg bash rpm apt coreutils autoconf automake autogen spdx-licenses"

0 commit comments

Comments
 (0)