Rebuild with fixed binutils

This commit is contained in:
Florian Weimer 2018-07-31 13:12:31 +02:00
parent 01fadb3055
commit aa2fb735b5
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: vile
Version: 9.8r
Release: 8%{?dist}
Release: 9%{?dist}
Summary: VI Like Emacs
Group: Applications/Editors
License: GPLv2
@ -105,6 +105,9 @@ ln -s %{_mandir}/man1/xvile.1 %{buildroot}%{_mandir}/man1/lxvile.1
%{_datadir}/applications/xvile.desktop
%changelog
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 9.8r-9
- Rebuild with fixed binutils
* Sat Jul 28 2018 Mark McKinstry <mmckinst@umich.edu> - 9.8r-8
- add BuildRequires for gcc (RHBZ#1606646)