[sparse/f19] Update to v0.5.0

Jeff Layton jlayton at fedoraproject.org
Thu Feb 27 02:20:07 UTC 2014


commit 2d68a0ba71a51226e5690e494b312e4c0e052673
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Feb 26 18:20:22 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 --------------------
 sources                                            |    2 +-
 sparse.spec                                        |   13 +++-
 4 files changed, 11 insertions(+), 72 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 334cd9a..6b15156 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,17 +1,20 @@
 Name: sparse
+<<<<<<< current
 Version: 0.4.5.rc1
 Release: 2%{?dist}
+=======
+Version: 0.5.0
+Release: 1%{?dist}
+>>>>>>> patched
 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 +42,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 +86,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
+
 * Thu Jul 18 2013 Jeff Layton <jlayton at redhat.com> - 0.4.5.rc1-2
 - add test patch to silence warnings about __builtin_va_arg_pack()
 


More information about the scm-commits mailing list