14
0

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

Cleanup python3 packaging

OBS-URL: https://build.opensuse.org/request/show/148542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtkey?expand=0&rev=10
This commit is contained in:
Vincent Untz
2013-01-15 09:15:41 +00:00
committed by Git OBS Bridge
parent 8a19a98c14
commit f0cd290e82
5 changed files with 123 additions and 17 deletions

View File

@@ -1,15 +1,31 @@
-------------------------------------------------------------------
Tue Jan 15 08:57:57 UTC 2013 - vuntz@suse.com
- Add pre_checkin.sh and rework python3 packaging so that only
updating the python-virtkey spec file is enough: the few
differences between the two spec files are handled with a
%build_for_python3 define.
-------------------------------------------------------------------
Mon Jan 14 16:34:27 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
- Initial python3 support.
-------------------------------------------------------------------
Mon Jan 14 16:04:34 UTC 2013 - p.drouand@gmail.com
- Update to 0.63.0 version:
* Add support for system-layout specific items in Onboard's layout files
- Cleanup the specfile: it only build for Suse > 12.01 version actually
- Add BuildRequires: pkgconfig(xkbfile) now needed for building package
- Update to version 0.63.0:
+ Add support for system-layout specific items in Onboard's
layout files
- Changes from version 0.62.0:
+ Allow arbitrary sequence of modifier masks
- Changes from version 0.61.0:
+ Add support for python3
+ Reduce the number of unnecessarily linked libraries
+ Make XkbGetKeyboard use correct constants
+ Switch the name of the source code package back to virtkey
- Cleanup the spec file a bit: drop non-openSUSE packaging bits.
- Add pkgconfig(xkbfile) BuildRequires: new dependency ypstream.
-------------------------------------------------------------------
Fri Feb 24 09:31:30 UTC 2012 - vuntz@opensuse.org