[sparse/f20] Update to v0.5.0

Jeff Layton jlayton at fedoraproject.org
Thu Feb 27 01:16:55 UTC 2014


commit ab37bd4324ab12c676452c5fe27039ef1f3a154a
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Feb 26 16:55:25 2014 -0800

    Update to v0.5.0
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

 .gitignore                                         |    1 +
 ...__builtin_va_arg_pack-and-__builtin_va_ar.patch |   67 --------------------
 ...sparse-add-built-in-byte-swap-identifiers.patch |   53 ---------------
 sources                                            |    2 +-
 sparse.spec                                        |   12 ++--
 5 files changed, 8 insertions(+), 127 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8d82b8..b45a33d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ sparse-0.4.2.tar.bz2
 /sparse-0.4.3.tar.bz2
 /sparse-0.4.4.tar.bz2
 /sparse-0.4.5.rc1.tar.xz
+/sparse-0.5.0.tar.xz
diff --git a/sources b/sources
index 63e8e98..0883237 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae678aeac6af04f0a97bc73a1c49dd26  sparse-0.4.5.rc1.tar.xz
+9900853ec3c3b86457e680c5afce72b1  sparse-0.5.0.tar.xz
diff --git a/sparse.spec b/sparse.spec
index f629e79..84724b3 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,17 +1,15 @@
 Name: sparse
-Version: 0.4.5.rc1
-Release: 3%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
 Summary:    A semantic parser of source files
 Group:      Development/Tools
-License:    OSL 1.1
+License:    MIT
 URL:        https://sparse.wiki.kernel.org
 Source0:    http://www.kernel.org/pub/software/devel/sparse/dist/sparse-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel gtk2-devel
 
-Patch1:     0001-sparse-add-__builtin_va_arg_pack-and-__builtin_va_ar.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
-%patch1 -p1
 
 %define make_destdir \
 make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" \\\
@@ -84,6 +81,9 @@ make clean
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Feb 26 2014 Jeff Layton <jlayton at redhat.com> - 0.5.0-1
+- update to v0.5.0
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.5.rc1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list