Accepting request 75178 from home:vuntz:branches:devel:languages:python

Update to 0.60.0

OBS-URL: https://build.opensuse.org/request/show/75178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtkey?expand=0&rev=5
This commit is contained in:
Vincent Untz
2011-07-02 18:03:29 +00:00
committed by Git OBS Bridge
parent 4199db3abe
commit 8a0e5fc2d8
5 changed files with 35 additions and 48 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jul 2 19:46:16 CEST 2011 - vuntz@opensuse.org
- Update to version 0.60.0:
+ Add methods to get the active layout symbols and group
(lp#65626)
+ Add python error exit in getKbd (lp#526791)
+ Fix potential X resource leaks
+ Add test code to simulate missing X keyboard
+ Some code cleanup
+ Reorganize source directory and add AUTHORS, NEWS and README files
+ Add MANIFEST.in file
+ Use pkg-config to find paths instead of hardcoded paths
+ Update license to LGPL 3
+ Use 'python-virtkey' name also for source package
+ Change version format to major.minor.micro
+ Add some API documentation
- Change License tag from GPLv2+ to LGPLv3+.
- Drop python-virtkey-use-pkg-config.patch: fixed upstream.
- Update description
-------------------------------------------------------------------
Mon Dec 20 09:02:23 UTC 2010 - saschpe@suse.de