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