Release v1.5.1

Update the required version of synergy-service.

Change-Id: I5425090cd7b9d896718523974c748e6c54375f8f
This commit is contained in:
ervin 2017-03-21 12:23:04 +01:00
parent 0d84f532d8
commit 16d1843455
3 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,12 @@
CHANGES
=======
* Update synergy service packaging
1.5.0
-----
* Release v1.5.0
* add some unit tests for Trust
* CLI: remove auth_token, unused vars and add tests
* add some unit tests for ExecuteCommand

View File

@ -1,3 +1,9 @@
python-synergy-service (1.5.1) unstable; urgency=low
* Update synergy service packaging
-- Ervin Konomi <ervin.konomi@pd.infn.it> Tue, 21 Mar 2017 12:09:29 +0100
python-synergy-service (1.5.0) unstable; urgency=low
* add some unit tests for Trust

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: python-synergy-service
Version: 1.5.0
Version: 1.5.1
Release: 1%{?dist}
Summary: Synergy service
@ -85,6 +85,9 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Tue Mar 21 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.1-1
- Update synergy service packaging
* Mon Mar 20 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.0-1
- add some unit tests for Trust
- CLI: remove auth_token, unused vars and add tests