diff --git a/chicken.spec b/chicken.spec index 924dc4a..4608a84 100644 --- a/chicken.spec +++ b/chicken.spec @@ -2,7 +2,7 @@ Name: chicken Version: 4.8.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A practical and portable Scheme system Group: Development/Languages @@ -56,7 +56,7 @@ echo "#define C_BUILD_TAG \"compiled $(date '+%Y-%m-%d') on $(hostname)\"" > bui # flags that it was compiled with when it compiles code for the end-user. # So if we pass -Wall here, it'll give the user a bunch of warnings when they # compile anything at all with `csc`. So that's lovely. -codeblock -make CFLAGS="$(echo "%{optflags}" | sed 's/-Wall//')" \ +make CFLAGS="$(echo "%{optflags}" | sed 's/-Wall//') -Wformat" \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ LIBDIR=%{_libdir} \ @@ -68,7 +68,7 @@ make CFLAGS="$(echo "%{optflags}" | sed 's/-Wall//')" \ PLATFORM=linux %install -make CFLAGS="$(echo "%{optflags}" | sed 's/-Wall//')" \ +make CFLAGS="$(echo "%{optflags}" | sed 's/-Wall//') -Wformat" \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ LIBDIR=%{_libdir} \ @@ -111,6 +111,9 @@ chrpath --delete %{buildroot}/%{_bindir}/* %{_docdir}/chicken/manual %changelog +* Sun Dec 8 2013 Ricky Elrod - 4.8.0.5-2 +- Add -Wformat for BZ #1037013. + * Sun Nov 24 2013 Ricky Elrod - 4.8.0.5-1 - Upstream 4.8.0.5.