From 1bb9762f54bbde16ae77589dbd9e7108783e8b55 Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Oct 25 2014 13:49:33 +0000 Subject: Allow ARM builds again. --- diff --git a/cqrlog.spec b/cqrlog.spec index ac8d5c5..120df86 100644 --- a/cqrlog.spec +++ b/cqrlog.spec @@ -1,6 +1,6 @@ Name: cqrlog Version: 1.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An amateur radio contact logging program Group: Applications/Databases @@ -13,7 +13,7 @@ Patch2: cqrlog-generateDebug.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # fpc not available on these arches -ExcludeArch: s390 s390x armv7hl +ExcludeArch: s390 s390x BuildRequires: fpc BuildRequires: lazarus @@ -154,6 +154,9 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt > %{_mandir}/man1/cqrlog.1.gz %changelog +* Fri Oct 24 2014 Eric "Sparks" Christensen - 1.8.1-4 +- Allowing builds for ARM. + * Tue Sep 30 2014 Eric "Sparks" Christensen - 1.8.1-3 - Fixed empty debugging (BZ 1126233)