diff --git a/.gitignore b/.gitignore index addd646..e7a766f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chicken-4.8.0.3.tar.gz +/chicken-4.8.0.4.tar.gz diff --git a/chicken.spec b/chicken.spec index b1f7dc2..00c3f48 100644 --- a/chicken.spec +++ b/chicken.spec @@ -1,8 +1,8 @@ %global bootstrap 0 Name: chicken -Version: 4.8.0.3 -Release: 4%{?dist} +Version: 4.8.0.4 +Release: 1%{?dist} Summary: A practical and portable Scheme system Group: Development/Languages @@ -105,6 +105,9 @@ chrpath --delete %{buildroot}/%{_bindir}/* %{_docdir}/chicken/manual %changelog +* Wed Jul 17 2013 Ricky Elrod 4.8.0.4-1 +- Upstream 4.8.0.4. + * Sat May 11 2013 Ricky Elrod 4.8.0.3-4 - Bootstrap again, with working CFLAGS. diff --git a/sources b/sources index 78d517a..e39c72d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd680e2956c272facb58de1c7bd87b99 chicken-4.8.0.3.tar.gz +71621afa6a39df98d011db08c76e2fa0 chicken-4.8.0.4.tar.gz