From 0ef94480f2f133ca11b3970c0d7001f2c737c0f3 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sep 29 2009 13:06:03 +0000 Subject: Update to 0.4.2rc1 --- diff --git a/.cvsignore b/.cvsignore index 971afa7..ccb28c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sparse-0.4.1.tar.bz2 +sparse-0.4.2rc1.tar.bz2 diff --git a/sources b/sources index c229079..83a321f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f27e661c5b132b037a105e4ccabfcacd sparse-0.4.1.tar.bz2 +6085a35dc86c7274bfd305a291bb4a57 sparse-0.4.2rc1.tar.bz2 diff --git a/sparse.spec b/sparse.spec index b30f8ac..cd3d84d 100644 --- a/sparse.spec +++ b/sparse.spec @@ -1,6 +1,6 @@ Name: sparse -Version: 0.4.1 -Release: 5%{?dist} +Version: 0.4.2rc1 +Release: 1%{?dist} Summary: A semantic parser of source files Group: Development/Tools License: OSL 1.1 @@ -46,9 +46,9 @@ make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \\\ %build %ifarch sparcv9 sparc64 -%make_destdir %{?_smp_mflags} CFLAGS="%{optflags} -Wwrite-strings -fPIC" +%make_destdir %{?_smp_mflags} CFLAGS="%{optflags} -Wwrite-strings -fPIC -DGCC_BASE=\\\"`gcc --print-file-name=`\\\"" %else -%make_destdir %{?_smp_mflags} CFLAGS="%{optflags} -Wwrite-strings -fpic" +%make_destdir %{?_smp_mflags} CFLAGS="%{optflags} -Wwrite-strings -fpic -DGCC_BASE=\\\"`gcc --print-file-name=`\\\"" %endif %install @@ -82,6 +82,9 @@ make clean %changelog +* Tue Sep 29 2009 Jeff Layton - 0.4.2rc1-1 +- Update to 0.4.2rc1 + * Sun Jul 26 2009 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild