From ab0c9821f154b7678e824a6150b3f6d1e416e9e6 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Fri, 29 Apr 2016 17:13:43 +0200 Subject: [PATCH] bump version & changelog for release v0.2 Change-Id: I2a4bcade9e33f51e9f8122400f2f3b1dfe760f22 --- packaging/debian/changelog | 6 ++++++ packaging/docker/build_env.sh | 2 +- packaging/rpm/python-synergy.spec | 9 ++++++--- setup.cfg | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 5844edf..3d33a68 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +python-synergy-service (0.2-1) unstable; urgency=low + + * Working release with minimum set of functionalities + + -- Vincent Llorens Fri, 29 Apr 2016 16:43:50 +0200 + python-synergy-service (0.1-1) unstable; urgency=low * Initial release diff --git a/packaging/docker/build_env.sh b/packaging/docker/build_env.sh index db714a4..3f5fb73 100644 --- a/packaging/docker/build_env.sh +++ b/packaging/docker/build_env.sh @@ -1 +1 @@ -PKG_VERSION=0.1 +PKG_VERSION=0.2 diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 2986b1e..d99856b 100644 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-synergy-service -Version: 0.1 -Release: 1%{?dist} +Version: 0.2 +Release: 2%{?dist} Summary: Synergy service License: ASL 2.0 @@ -84,7 +84,7 @@ exit 0 %postun -%systemd_postun_with_restart synergy.service +%systemd_postun_with_restart synergy.service if [ "$1" = 0 ]; then userdel -r synergy groupdel synergy @@ -92,5 +92,8 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Apr 29 2016 Vincent Llorens - 0.2-2 +- Working release with minimum set of functionalities + * Wed Jan 20 2016 Vincent Llorens - WIP RPM release diff --git a/setup.cfg b/setup.cfg index ba6ce42..05cae80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = synergy-service -version = 0.1.1 +version = 0.2 summary = Synergy is as an extensible general purpose management OpenStack service. description-file = README.rst