diff --git a/z88dk.spec b/z88dk.spec index 362e640..d292256 100644 --- a/z88dk.spec +++ b/z88dk.spec @@ -1,10 +1,10 @@ Summary: A Z80 cross compiler Name: z88dk -Version: 1.6 -Release: 11%{?dist}.1 +Version: 1.7 +Release: 1%{?dist} License: Artistic clarified Group: Development/Tools -Source: http://dl.sf.net/z88dk/z88dk-src-%{version}.tgz +Source: http://downloads.sourceforge.net/z88dk/z88dk-src-%{version}.tgz Patch: z88make.patch URL: http://z88dk.sourceforge.net/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -12,7 +12,8 @@ ExcludeArch: x86_64 ia64 ppc64 %description z88dk is a Z80 cross compiler capable of generating binary files for a variety -of Z80 based machines (such as the ZX81, Spectrum and Jupiter Ace). +of Z80 based machines (such as the ZX81, Spectrum, Jupiter Ace and some TI +calculators). %prep %setup -q -n z88dk @@ -69,14 +70,19 @@ export ZCCCFG=%{_datadir}/z88dk-%{version}/lib/config/ %{_mandir}/man3z/ %changelog +* Thu Dec 6 2007 Kevin Kofler - 1.7-1 +- update to 1.7 +- use preferred SF URL +- mention TI calculators in description + * Thu Sep 27 2007 Tom "spot" Callaway 1.6-11.1 - no ppc64 * Thu Sep 27 2007 Tom "spot" Callaway 1.6-11 - fix license tag (Artistic clarified) -* Thu Oct 05 2006 Christian Iseli 1.6-10 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +* Thu Oct 5 2006 Christian Iseli 1.6-10 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 19 2006 Paul F. Johnson - 1.6-9 - rebuild