Update changelogs and system package versions

Change-Id: If18e6decc4b21ddaa230c4be3819dfe1c24cf5f4
This commit is contained in:
Vincent Llorens 2016-11-09 15:37:35 +01:00
parent 30a67fac85
commit fbf53d25ad
4 changed files with 44 additions and 2 deletions

View File

@ -1,4 +1,5 @@
Andreas Jaeger <aj@suse.com>
Iswarya_Vakati <v.iswarya@nectechnologies.in>
Lisa Zangrando <lisa.zangrando@pd.infn.it>
Vincent Llorens <vincent.llorens@cc.in2p3.fr>
ervin <ervin.konomi@pd.infn.it>

View File

@ -1,7 +1,23 @@
CHANGES
=======
* use pbr fully and use postversioning
* Clean up oslo imports
* Update the Sphinx documentation
* fix packaging with docker and its documentation
* Distribute tabulate as part of Synergy
* Remove versions for required packages
* fix missing "requests" from the requirements
* Updated coverage configuration file
* fix docker packaging for CentOS
* fix wrong version of eventlet
* fix docs for packaging with Ubuntu
* fix to get the synergy version when packaging
* fix required packages when packaging
1.2.0
-----
* use pbr fully for easier package building
* RPM: don't output errors on uninstallation
* Fix conf for AMQP virtual host
* Added unit tests

View File

@ -1,3 +1,17 @@
python-synergy-service (1.2.0-1ubuntu1) unstable; urgency=low
* use pbr fully for easier package building
* RPM: don't output errors on uninstallation
* Fix conf for AMQP virtual host
* Added unit tests
* Fixed destroy() method
* Fixed serializer
* Fixed logging for managers
* fix eventlet and dateutil required versions
* Fix requirement version pinning
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 09 Nov 2016 15:35:11 +0100
python-synergy-service (1.1.0) unstable; urgency=low
* Improve Synergy serialization capabilities

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.1.0
Version: 1.2.0
Release: 1%{?dist}
Summary: Synergy service
@ -92,6 +92,17 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Wed Nov 09 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.2.0-1
- use pbr fully for easier package building
- RPM: don't output errors on uninstallation
- Fix conf for AMQP virtual host
- Added unit tests
- Fixed destroy() method
- Fixed serializer
- Fixed logging for managers
- fix eventlet and dateutil required versions
- Fix requirement version pinning
* Wed Sep 21 2016 Ervin Konomi <ervin.konomi@pd.infn.it - 1.1.0-1
- Improve Synergy serialization capabilities
- Streamline the packaging process