From 7ee252170cef7d05f69bff3bf91eb8fb3e6af5d3 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Wed, 29 Feb 2012 13:43:16 +0100 Subject: Version 0.8 --- python-nitrate.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'python-nitrate.spec') diff --git a/python-nitrate.spec b/python-nitrate.spec index cf51c24..41238ce 100644 --- a/python-nitrate.spec +++ b/python-nitrate.spec @@ -1,6 +1,6 @@ Name: python-nitrate -Version: 0.7 -Release: 2%{?dist} +Version: 0.8 +Release: 0%{?dist} Summary: Python API for the Nitrate test case management system Group: Development/Languages @@ -40,8 +40,13 @@ install -pm 644 documentation/*.1.gz %{buildroot}%{_mandir}/man1 %doc COPYING README examples %changelog -* Wed Feb 22 2012 Petr Splichal - 0.7-2 +* Wed Feb 29 2012 Petr Šplíchal - 0.8-0 +- New method clear() for cleaning containers +- Component and Components class implementation +- Improved object initialization and id check + +* Wed Feb 22 2012 Petr Šplíchal - 0.7-2 - Fix url, directory ownership and preserve timestamps. -* Wed Feb 22 2012 Petr Splichal 0.7-1 +* Wed Feb 22 2012 Petr Šplíchal 0.7-1 - Initial packaging. -- cgit