4.0.4-alt100.82

- platform.in: removed -Wtrampolines from %optflags_warnings (enabled
  by default in gcc >= 4.9.2-alt3).
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2015-03-20 17:55:04 +03:00
parent 1045bebe41
commit 7ddeb99e44

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.81
Release: alt100.82
%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')
@ -530,6 +530,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Fri Mar 20 2015 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt100.82
- platform.in: removed -Wtrampolines from %%optflags_warnings (enabled
by default in gcc >= 4.9.2-alt3).
* Wed Jan 28 2015 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.81
- platform.in: added -Wtrampolines to %%optflags_warnings.
- librpmbuild: rewritten without using nested functions.