4.0.4-alt132

- Added %_pointer_size, %_is_ilp32, and %_is_lp64 macros.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2019-05-11 17:15:00 +03:00
parent 3dfc13a782
commit ba5873f889

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt131
Release: alt132
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -542,6 +542,9 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Sat May 11 2019 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt132
- Added %%_pointer_size, %%_is_ilp32, and %%_is_lp64 macros.
* Fri Apr 19 2019 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt131
- Fixed syntax check regression introduced in the latest release.