[sparse/el6] Fix project URL in specfile.

Jeff Layton jlayton at fedoraproject.org
Wed Jul 10 12:45:49 UTC 2013


commit 7e1b248ddbbc72ccb4dac6dd4141eefe56edec46
Author: Jeff Layton <jlayton at redhat.com>
Date:   Wed Jul 10 08:43:14 2013 -0400

    Fix project URL in specfile.

 sparse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sparse.spec b/sparse.spec
index 080c86b..e13ee83 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,10 +1,10 @@
 Name: sparse
 Version: 0.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary:    A semantic parser of source files
 Group:      Development/Tools
 License:    OSL 1.1
-URL:        http://www.kernel.org/pub/software/devel/sparse/
+URL:        https://sparse.wiki.kernel.org/index.php/Main_Page
 Source0:    http://www.kernel.org/pub/software/devel/sparse/dist/sparse-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -85,6 +85,9 @@ make clean
 
 
 %changelog
+* Mon Aug 29 2011 Jeff Layton <jlayton at redhat.com> - 0.4.3-4
+- fix project URL in specfile (bz#732529)
+
 * Thu Jun 23 2011 Jeff Layton <jlayton at redhat.com> - 0.4.3-3
 - fix build with gcc 4.6 (bz#716105)
 


More information about the scm-commits mailing list