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

Commit

Permalink
autobuild3: bump to version 1.5.2
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
MingcongBai committed Dec 18, 2015
1 parent ccbb511 commit 0e19d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ timestamp_convert(){

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

0 comments on commit 0e19d56

Please sign in to comment.