[mod_wsgi] fix source name

Jakub QB Dorňák jdornak at fedoraproject.org
Wed Dec 17 12:56:40 UTC 2014


commit 256ffc47c270688ba711696918bf7a4e75355173
Author: Jakub Dorňák <jdornak at redhat.com>
Date:   Wed Dec 17 13:54:31 2014 +0100

    fix source name

 .gitignore    |    1 +
 mod_wsgi.spec |    2 +-
 sources       |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40fb68a..aa96d27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ mod_wsgi-3.2.tar.gz
 /mod_wsgi-d9d5fea585b23991f76532a9b07de7fcd3b649f4.tar.gz
 /4.3.2.tar.gz
 /4.4.1.tar.gz
+/mod_wsgi-4.4.1.tar.gz
diff --git a/mod_wsgi.spec b/mod_wsgi.spec
index af2db59..e7e4fe6 100644
--- a/mod_wsgi.spec
+++ b/mod_wsgi.spec
@@ -18,7 +18,7 @@ Summary:        A WSGI interface for Python web applications in Apache
 Group:          System Environment/Libraries
 License:        ASL 2.0
 URL:            http://modwsgi.org
-Source0:        https://github.com/GrahamDumpleton/%{name}/archive/%{version}.tar.gz
+Source0:        http://github.srcurl.net/GrahamDumpleton/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        wsgi.conf
 Source2:        wsgi-python3.conf
 
diff --git a/sources b/sources
index 97e9e54..048e1cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e415fe4ca328729bebe0d0913063d87d  4.4.1.tar.gz
+e415fe4ca328729bebe0d0913063d87d  mod_wsgi-4.4.1.tar.gz


More information about the scm-commits mailing list