From 8bca24fea7cc9dd3245f29c470b86bd5ea70ec48 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Apr 05 2016 15:13:00 +0000 Subject: reenable tests on all arches --- diff --git a/trojita.spec b/trojita.spec index d9244e3..6403607 100644 --- a/trojita.spec +++ b/trojita.spec @@ -3,7 +3,7 @@ Name: trojita Version: 0.6 -Release: 3%{?dist} +Release: 4%{?dist} # Almost everything: dual-licensed under the GPLv2 or GPLv3 # (with KDE e.V. provision for relicensing) @@ -102,12 +102,8 @@ install -m644 -p -D %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop # appstream is not available at EPEL appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml ||: -# FIXME skip ICU bug with limited encodings because 32 bits -# TODO validate more architectures, esp. second arches -%ifnarch %{ix86} # do tests in some fake X xvfb-run -a ctest %{?_smp_mflags} --output-on-failure -VV -%endif %post @@ -151,6 +147,9 @@ Summary: Documentation files for %{name} %changelog +* Tue Apr 05 2016 Raphael Groner - 0.6-4 +- reenable tests on all arches, icu/gcc6 bug is fixed, rhbz#1307633, rhbz#1309731 + * Tue Mar 08 2016 Rex Dieter 0.6-3 - drop DBUS_FATAL_WARNINGS=0 hack, rhbz#1309731 fixed - use pregenerated trojita manpage (built-time one is bad)