-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Avocado Test Framework | ||
Name: avocado | ||
Version: 0.28.0 | ||
Release: 2%{?dist} | ||
Version: 0.29.0 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Group: Development/Tools | ||
URL: http://avocado-framework.github.io/ | ||
|
@@ -104,6 +104,9 @@ examples of how to write tests on your own. | |
%{_datadir}/avocado/wrappers | ||
|
||
%changelog | ||
* Wed Oct 7 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.29.0-1 | ||
- New upstream release 0.29.0 | ||
|
||
* Wed Sep 16 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.28.0-2 | ||
- Add pystache, aexpect, psutil, sphinx and yum/dnf dependencies for functional/unittests | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
|
||
MAJOR = 0 | ||
MINOR = 28 | ||
MINOR = 29 | ||
RELEASE = 0 | ||
|
||
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters