Discussion:
func.spec Makefile setup.py
Seth Vidal
2011-04-07 17:41:08 UTC
Permalink
Makefile | 2 +-
func.spec | 7 +++++--
setup.py | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 73b692f57a5e56237a0c8d87726acba724d2464c
Author: Seth Vidal <skvidal-rxtnV0ftBwyoClj4AeEUq9i2O/***@public.gmane.org>
Date: Thu Apr 7 13:40:15 2011 -0400

bump to 0.28

diff --git a/Makefile b/Makefile
index c0e689b..bde0217 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.27
+VERSION = 0.28
RELEASE = 1
DATE = $(shell date)
NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
diff --git a/func.spec b/func.spec
index 5b489d5..f513642 100644
--- a/func.spec
+++ b/func.spec
@@ -5,7 +5,7 @@

Summary: Remote management framework
Name: func
-Version: 0.27
+Version: 0.28
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
@@ -13,7 +13,7 @@ Group: Applications/System
Requires: python >= 2.3
Requires: pyOpenSSL
Requires: python-simplejson
-Requires: certmaster >= 0.27
+Requires: certmaster >= 0.28
Requires: logrotate
Requires: smolt
BuildRequires: python-devel
@@ -168,6 +168,9 @@ fi


%changelog
+* Thu Mar 31 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.28-1
+- 0.28
+
* Fri Oct 8 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.27-2
- add func-commands and func-yum

diff --git a/setup.py b/setup.py
index 446003d..715e007 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
#from setuptools import setup,find_packages

NAME = "func"
-VERSION = "0.27"
+VERSION = "0.28"
SHORT_DESC = "%s remote configuration and management api" % NAME
LONG_DESC = """
A small pluggable xml-rpc daemon used by %s to implement various web services hooks
Loading...