[sparse] Update to version 0.4.4 (bz#757482)

Jeff Layton jlayton at fedoraproject.org
Wed Nov 30 14:55:51 UTC 2011


commit 3ce877469d18afb143243edd8d9d2f9ddb01bb5d
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Nov 30 09:55:12 2011 -0500

    Update to version 0.4.4 (bz#757482)

 .gitignore  |    1 +
 sources     |    2 +-
 sparse.spec |   11 ++++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eede6ea..2fef33d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 sparse-0.4.2.tar.bz2
 /sparse-0.4.3.tar.bz2
+/sparse-0.4.4.tar.bz2
diff --git a/sources b/sources
index b8df310..7415c74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5c0b07bd00ad5ea292f804d7af1adbc  sparse-0.4.3.tar.bz2
+89275763315c242b38791f8845a70ba0  sparse-0.4.4.tar.bz2
diff --git a/sparse.spec b/sparse.spec
index e13ee83..ce6d046 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,6 +1,6 @@
 Name: sparse
-Version: 0.4.3
-Release: 4%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
 Summary:    A semantic parser of source files
 Group:      Development/Tools
 License:    OSL 1.1
@@ -10,8 +10,6 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
 
-Patch0:	0001-Fix-build-with-GCC-4.6-series.patch
-
 %description
 Sparse is a semantic parser of source files: it's neither a compiler
 (although it could be used as a front-end for one) nor is it a
@@ -39,7 +37,6 @@ Development headers headers and static lib for sparse-enabled apps
 
 %prep
 %setup -q
-%patch0 -p1
 
 %define make_destdir \
 make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \\\
@@ -74,6 +71,7 @@ make clean
 %{_bindir}/sparse
 %{_bindir}/cgcc
 %{_bindir}/c2xml
+%{_bindir}/test-inspect
 %{_mandir}/man1/*
 
 %files devel
@@ -85,6 +83,9 @@ make clean
 
 
 %changelog
+* Wed Nov 30 2011 Jeff Layton <jlayton at redhat.com> - 0.4.4-1
+- update to new upstream release (bz#757482)
+
 * Mon Aug 29 2011 Jeff Layton <jlayton at redhat.com> - 0.4.3-4
 - fix project URL in specfile (bz#732529)
 


More information about the scm-commits mailing list