- added gcc-c++ as BR

This commit is contained in:
Filipe Rosset 2018-04-08 18:35:17 -03:00
commit 7f1d700353

View file

@ -5,11 +5,12 @@
Name: ansifilter
Version: 2.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: ANSI terminal escape code converter
License: GPLv3+
URL: http://www.andre-simon.de/doku/ansifilter/ansifilter.php
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
%if %{with gui}
Source1: ansifilter.desktop
Source2: http://www.andre-simon.de/img/af_icon.png
@ -87,6 +88,9 @@ rm -frv %{buildroot}%{_docdir}
%endif
%changelog
* Sun Apr 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.10-2
- added gcc-c++ as BR
* Fri Mar 30 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.10-1
- Updated to new 2.10 upstream version, fixes rhbz #1552957