diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2013-12-11 20:25:25 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2013-12-11 20:25:25 +0200 |
commit | ff0ac6cd9d7e472e87d39055a0de8a89a22a640f (patch) | |
tree | d882b2ac63a5d9ddb146f9de1d44c7fca8f99bba | |
parent | 9344d0158d6fb7849f65723b0f15c3b51ca5e82f (diff) | |
download | repa-0.1.tar.gz repa-0.1.tar.bz2 repa-0.1.zip |
Release 0.10.1
Change-Id: I230dc37007a19960e4615dec8a2e1fa50dea5209
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | packaging/repa.changes | 13 | ||||
-rw-r--r-- | packaging/repa.spec | 6 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 31 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5064bd4..c0c3b74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +repa (0.1) unstable; urgency=low + + * Quit gracefully when interrupted with ^C + * Use long and short commandline options + * Add --version command line option + * Create man page + * Packaged for Debian and Ubuntu + * Add license file + * Add standard copyright statement to all source files + * Create SR with git project information + * Implemented base functionality of list, accept, reject, group and rmgroup + + -- Ed Bartosh <eduard.bartosh@intel.com> Wed, 11 Dec 2013 20:15:00 +0200 + repa (0.0.1) unstable; urgency=low * Initial packaging diff --git a/packaging/repa.changes b/packaging/repa.changes index ecf9cbe..3c7623e 100644 --- a/packaging/repa.changes +++ b/packaging/repa.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------------ +Wed Dec 11 18:18:43 UTC 2013 Ed Bartosh <eduard.bartosh@intel.com> - 0.1 + +- Quit gracefully when interrupted with ^C +- Use long and short commandline options +- Add --version command line option +- Create man page +- Packaged for Debian and Ubuntu +- Add license file +- Add standard copyright statement to all source files +- Create SR with git project information +- Implemented base functionality of list, accept, reject, group and rmgroup + ------------------------------------------------------------------- Sat Aug 10 13:39:54 UTC 2013 - eduard.bartosh@intel.com diff --git a/packaging/repa.spec b/packaging/repa.spec index 211b0a4..a9850f6 100644 --- a/packaging/repa.spec +++ b/packaging/repa.spec @@ -1,10 +1,10 @@ Name: repa -Version: 0.0.1 +Version: 0.1 Summary: Release Engineering Process Assistant %if 0%{?opensuse_bs} -Release: 0.dev.<CI_CNT>.<B_CNT> +Release: 1.<CI_CNT>.<B_CNT> %else -Release: 0 +Release: 1 %endif License: GPL-2.0 URL: https://otctools.jf.intel.com/pm/projects/repa @@ -31,7 +31,7 @@ import os from setuptools import setup setup(name = "repa", - version = '0.0.1', + version = '0.1', author = 'Ed Bartosh', author_email = 'eduard.bartosh@intel.com', packages = ['repa'], |