[sparse/f18] Update to 0.4.5.rc1 prerelease

Jeff Layton jlayton at fedoraproject.org
Tue Oct 22 01:04:55 UTC 2013


commit f3f337e387c4f78b60030a9ee37860c727418f5c
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Oct 21 21:00:40 2013 -0400

    Update to 0.4.5.rc1 prerelease

 .gitignore  |    1 +
 sources     |    2 +-
 sparse.spec |   14 ++++++--------
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fef33d..c8d82b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/sources b/sources
index 7415c74..63e8e98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89275763315c242b38791f8845a70ba0  sparse-0.4.4.tar.bz2
+ae678aeac6af04f0a97bc73a1c49dd26  sparse-0.4.5.rc1.tar.xz
diff --git a/sparse.spec b/sparse.spec
index 2e63553..b5c3152 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,17 +1,15 @@
 Name: sparse
-Version: 0.4.4
-Release: 6%{?dist}
+Version: 0.4.5.rc1
+Release: 1%{?dist}
 Summary:    A semantic parser of source files
 Group:      Development/Tools
 License:    OSL 1.1
 URL:        https://sparse.wiki.kernel.org
-Source0:    http://www.kernel.org/pub/software/devel/sparse/dist/sparse-%{version}.tar.bz2
+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-built-in-byte-swap-identifiers.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}" \\\
@@ -67,7 +64,6 @@ make check
 rm -rf %{buildroot}
 make clean
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README FAQ
@@ -84,8 +80,10 @@ make clean
 %{_libdir}/libsparse.a
 %{_libdir}/pkgconfig/%{name}.pc
 
-
 %changelog
+* Tue Jul 09 2013 Jeff Layton <jlayton at redhat.com> - 0.4.5.rc1-1
+- update to upstream rc1 release
+
 * Thu Jun 27 2013 Jeff Layton <jlayton at redhat.com> - 0.4.4-6
 - add built-in byte swap identifiers
 


More information about the scm-commits mailing list