diff --git a/.gitignore b/.gitignore index 71ac30a..f4164e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ z88dk-src-1.9.tgz /z88dk-src-1.10.tgz +/z88dk-1.10.1.tgz diff --git a/sources b/sources index 4555f12..2a08eaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7cfa9b441be8ed7e9f35972c99c3153 z88dk-src-1.10.tgz +7898bc04f9e5275845d6117cafa74096 z88dk-1.10.1.tgz diff --git a/z88dk.spec b/z88dk.spec index 5891511..25f00ca 100644 --- a/z88dk.spec +++ b/z88dk.spec @@ -1,5 +1,5 @@ Name: z88dk -Version: 1.10 +Version: 1.10.1 Release: 1%{?dist} Summary: A Z80 cross compiler License: Artistic clarified @@ -69,6 +69,9 @@ cp -p netman/man3z/* %{buildroot}%{_mandir}/man3z %{_mandir}/man3z/ %changelog +* Mon Dec 24 2012 Kevin Kofler - 1.10.1-1 +- update to 1.10.1 (#888202, bugfix release) + * Tue Nov 06 2012 Kevin Kofler - 1.10-1 - update to 1.10 (#873591) - clean up specfile