[supervisor] version 3.0a10, fix source URL

Nils Philippsen nphilipp at fedoraproject.org
Tue Apr 5 13:15:46 UTC 2011


commit dac8af2a95d9a549a5d57acc7f89b4c7a2bc4b31
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Apr 5 15:15:09 2011 +0200

    version 3.0a10, fix source URL

 .gitignore      |    1 +
 sources         |    2 +-
 supervisor.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88ca815..0df2a99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 supervisor-3.0a8.tar.gz
+/supervisor-3.0a10.tar.gz
diff --git a/sources b/sources
index c81aee6..861ea84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a775455f3a53c2ea375d18dcfe9e522  supervisor-3.0a8.tar.gz
+99c6fbd45bade87301296b7a597fb68e  supervisor-3.0a10.tar.gz
diff --git a/supervisor.spec b/supervisor.spec
index 602a94b..6030218 100644
--- a/supervisor.spec
+++ b/supervisor.spec
@@ -2,13 +2,13 @@
 Summary:  A System for Allowing the Control of Process State on UNIX
 Name: supervisor
 Version: 3.0
-%define prever a8
-Release: 0.3%{?prever:.%{prever}}%{?dist}
+%define prever a10
+Release: 0.4%{?prever:.%{prever}}%{?dist}
 
 License: ZPLv2.1 and BSD and MIT
 Group: System Environment/Base
 URL: http://supervisord.org/
-Source0: http://dist.supervisord.org/%{name}-%{version}%{?prever}.tar.gz
+Source0: http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}%{?prever}.tar.gz
 Source1: supervisord.init
 Source2: supervisord.conf
 Source3: supervisor.logrotate
@@ -76,6 +76,10 @@ fi
 %config(noreplace) %{_sysconfdir}/logrotate.d/supervisor
 
 %changelog
+* Tue Apr 05 2011 Nils Philippsen <nils at redhat.com> - 3.0-0.4.a10
+- version 3.0a10
+- fix source URL
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-0.3.a8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list