-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I41c9795f4ebc928caebdc9fb8733562f9c0c9d67
- Loading branch information
Vincent Llorens
committed
Jul 26, 2016
1 parent
661b82f
commit 07bb3cf
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python-synergy-service (1.0.1) unstable; urgency=low | ||
|
||
* Fix broken links in README | ||
|
||
-- Vincent Llorens <[email protected]> Tue, 26 Jul 2016 11:05:37 +0020 | ||
|
||
python-synergy-service (1.0.0-1ubuntu1) unstable; urgency=low | ||
|
||
* First public release. Full set of funtionalities. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
PKG_VERSION=1.0.0 | ||
PKG_VERSION=1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.0 | ||
Version: 1.0.1 | ||
Release: 1%{?dist} | ||
Summary: Synergy service | ||
|
||
|
@@ -93,6 +93,9 @@ if [ "$1" = 0 ]; then | |
fi | ||
|
||
%changelog | ||
* Tue Jul 26 2016 Vincent Llorens <[email protected] - 1.0.1-1 | ||
- Fix broken links in README | ||
|
||
* Fri Jun 17 2016 Vincent Llorens <[email protected]> - 1.0.0-1 | ||
- First public release of Synergy. Full set of functionalities. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters