diff --git a/.gitignore b/.gitignore index eeaf7c3..fab85cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ansifilter-1.8.tar.gz /ansifilter-1.11.tar.gz /ansifilter-1.12.tar.bz2 +/ansifilter-1.16.tar.bz2 diff --git a/ansifilter.spec b/ansifilter.spec index 73d7e51..aab0889 100644 --- a/ansifilter.spec +++ b/ansifilter.spec @@ -1,8 +1,8 @@ %bcond_without gui Name: ansifilter -Version: 1.12 -Release: 4%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: ANSI terminal escape code converter License: GPLv3+ URL: http://www.andre-simon.de/doku/ansifilter/ansifilter.php @@ -21,7 +21,7 @@ output (HTML, RTF, TeX, LaTeX, BBCode). %package gui Summary: GUI for %{name} based on Qt4 BuildRequires: desktop-file-utils -BuildRequires: qt4-devel +BuildRequires: qt5-qtbase-devel %description gui Ansifilter handles text files containing ANSI terminal escape codes. The @@ -52,8 +52,8 @@ find . -type f -exec sed -i 's/\r$//' {} + -print %make_build CFLAGS+="%{optflags} -c" LDFLAGS="%{?__global_ldflags}" %if %{with gui} -# %%_qt4_qmake will respect the redhat-rpm-config -%make_build all-gui QMAKE="%{_qt4_qmake}" +# %%_qt5_qmake will respect the redhat-rpm-config +%make_build all-gui QMAKE="%{_qt5_qmake}" %endif %install @@ -84,6 +84,9 @@ rm -frv %{buildroot}%{_docdir} %endif %changelog +* Wed May 18 2016 Filipe Rosset - 1.16-1 +- Updated to new 1.16 upstream version, build against qt5 instead of qt4 + * Wed Feb 03 2016 Fedora Release Engineering - 1.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 934fd66..e926e8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4c12044324d089b27336eda862e8577 ansifilter-1.12.tar.bz2 +841e57d889f2c7b01e5139ea89a4e1ef ansifilter-1.16.tar.bz2