From 07b77461a25619b004ed3a298e8e9f3092b7b53d Mon Sep 17 00:00:00 2001 From: ervin Date: Wed, 21 Sep 2016 13:31:08 +0200 Subject: [PATCH] Release v1.1.0 Change-Id: I5e28616b130376cb8f179d016c3a9908282afbc0 --- packaging/debian/changelog | 8 ++++++++ packaging/rpm/python-synergy.spec | 7 ++++++- setup.cfg | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) mode change 100644 => 100755 packaging/debian/changelog mode change 100644 => 100755 packaging/rpm/python-synergy.spec diff --git a/packaging/debian/changelog b/packaging/debian/changelog old mode 100644 new mode 100755 index 1c49051..5897a49 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,11 @@ +python-synergy-service (1.1.0) unstable; urgency=low + + * Improve Synergy serialization capabilities + * Streamline the packaging process + * Use dependency pinning for both CentOS and Ubuntu packaging + + -- Ervin Konomi Wed, 21 Sep 2016 11:11:02 +0200 + python-synergy-service (1.0.1) unstable; urgency=low * Fix broken links in README diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec old mode 100644 new mode 100755 index 37d2f8f..853a1b6 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -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.0.1 +Version: 1.1.0 Release: 1%{?dist} Summary: Synergy service @@ -91,6 +91,11 @@ if [ "$1" = 0 ]; then fi %changelog +* Wed Sep 21 2016 Ervin Konomi