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