提交 bde85d53 编写于 作者: C Cleber Rosa

Avocado: Release 0.30.0

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 62e37cf1
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
Summary: Avocado Test Framework Summary: Avocado Test Framework
Name: avocado Name: avocado
Version: 0.29.0 Version: 0.30.0
Release: 2%{?dist} Release: 0%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Tools Group: Development/Tools
URL: http://avocado-framework.github.io/ URL: http://avocado-framework.github.io/
...@@ -110,6 +110,9 @@ examples of how to write tests on your own. ...@@ -110,6 +110,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/wrappers %{_datadir}/avocado/wrappers
%changelog %changelog
* Thu Nov 5 2015 Cleber Rosa <cleber@redhat.com> - 0.30.0-0
- New upstream release 0.30.0
* Wed Oct 7 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.29.0-2 * Wed Oct 7 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.29.0-2
- Add python-setuptools to BuildRequires - Add python-setuptools to BuildRequires
......
...@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION'] ...@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
MAJOR = 0 MAJOR = 0
MINOR = 29 MINOR = 30
RELEASE = 0 RELEASE = 0
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE) VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
......
[metadata] [metadata]
name = avocado name = avocado
version = 0.29.0 version = 0.30.0
summary = Avocado Test Framework summary = Avocado Test Framework
description-file = description-file =
README.rst README.rst
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册