diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | macros.in | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Version 1.124 - 16 March 2011, by Arnaud Patard +- fix %_host macro to have full host triplet, to avoid break arm as + it's using -gnueabi and not -gnu + Version 1.123 - 13 March 2011, by Nicolas Vigier - add fontconfig.prov provides script diff --git a/configure.ac b/configure.ac index e5aeaa9..5145571 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.123, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.124, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR @@ -17,7 +17,7 @@ %_gnu @CANONTARGETGNU@ %_target_platform %{_target_cpu}-%{_real_vendor}-%{_target_os}%{?_gnu} -%_host %{_host_cpu}-%{_real_vendor}-%{_host_os} +%_host %{_host_cpu}-%{_real_vendor}-%{_host_os}%{?_gnu} %_changelog_truncate 3 years ago |