[git] Change source URLs, as googlecode doesn't have up-to-date tarballs

Ondrej Oprala ooprala at fedoraproject.org
Tue Jun 10 09:29:45 UTC 2014


commit b741f455207027b5e80866066b2c142cbea51007
Author: Ondrej Oprala <ooprala at redhat.com>
Date:   Tue Jun 10 11:10:30 2014 +0200

    Change source URLs, as googlecode doesn't have up-to-date tarballs

 git.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/git.spec b/git.spec
index 5873559..90bf583 100644
--- a/git.spec
+++ b/git.spec
@@ -44,19 +44,19 @@
 
 Name:           git
 Version:        2.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Fast Version Control System
 License:        GPLv2
 Group:          Development/Tools
 URL:            http://git-scm.com/
-Source0:        http://git-core.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        http://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
 Source2:        git-init.el
 Source3:        git.xinetd.in
 Source4:        git.conf.httpd
 Source5:        git-gui.desktop
 Source6:        gitweb.conf.in
-Source10:       http://git-core.googlecode.com/files/%{name}-manpages-%{version}.tar.gz
-Source11:       http://git-core.googlecode.com/files/%{name}-htmldocs-%{version}.tar.gz
+Source10:       http://www.kernel.org/pub/software/scm/git/%{name}-manpages-%{version}.tar.gz
+Source11:       http://www.kernel.org/pub/software/scm/git/%{name}-htmldocs-%{version}.tar.gz
 Source12:       git.service
 Source13:       git.socket
 Patch0:         git-1.8-gitweb-home-link.patch
@@ -633,6 +633,9 @@ rm -rf %{buildroot}
 # No files for you!
 
 %changelog
+* Tue Jun 10 2014 Ondrej Oprala <ooprala at redhat.com> - 2.0.0-4
+- Change source URLs, as googlecode doesn't have up-to-date tarballs
+
 * Tue Jun 10 2014 Ondrej Oprala <ooprala at redhat.com> - 2.0.0-3
 - Conditionalize an ancient obsolete
 


More information about the scm-commits mailing list