diff --git a/.gitignore b/.gitignore index 59d1ee8..39b9399 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /chicken-4.8.0.3.tar.gz /chicken-4.8.0.4.tar.gz /chicken-4.8.0.5.tar.gz +/chicken-4.8.0.6.tar.gz diff --git a/chicken.spec b/chicken.spec index d66a169..472712b 100644 --- a/chicken.spec +++ b/chicken.spec @@ -1,8 +1,8 @@ %global bootstrap 0 Name: chicken -Version: 4.8.0.5 -Release: 3%{?dist} +Version: 4.8.0.6 +Release: 1%{?dist} Summary: A practical and portable Scheme system Group: Development/Languages @@ -116,6 +116,9 @@ chrpath --delete %{buildroot}/%{_bindir}/* %{_libdir}/libchicken.so* %changelog +* Thu Apr 24 2014 Ricky Elrod - 4.8.0.6-1 +- Upstream 4.8.0.6. + * Sat Dec 14 2013 Ricky Elrod - 4.8.0.5-3 - Get rid of docs subpackage. - Add a -libs subpackage for the runtime library. diff --git a/sources b/sources index 7505df5..384c47d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a63d8a0b6bc58a97ec5cc4c4a19b308a chicken-4.8.0.5.tar.gz +159d4397ee9a9e4d46eb9e8b40bd102f chicken-4.8.0.6.tar.gz