File xdotool.changes of Package xdotool
-------------------------------------------------------------------
Sat Nov 1 15:22:22 UTC 2014 - crrodriguez@opensuse.org
- Switch to individual pkgconfig() build requires
instead of using metapackage xorg-x11-devel
- "as-needed" build works, remove SUSE_ASNEEDED workaround.
- xdotool-devel requires pkgconfig(x11)
-------------------------------------------------------------------
Fri Mar 8 17:30:47 GMT 2013 - aspiers@suse.com
- update to github master @ e0a3e8fb
+ don't try to access xdo until after we verify it's not null. (#18, reported by zarelit)
+ mark swedish and danish symbol typing as known-broken, allow skipping them by setting $SKIP_KNOWN_BROKEN_TESTS
+ provide a way to override which specific test combinations are run
+ create a way to build xdotool without setting rpath (see e.g. https://wiki.debian.org/RpathIssue)
+ include the CPPFLAGS variable for C preprocessor flags
+ Avoid unnecessary double linking
+ bump major version due to API overhaul (including function name normalization)
+ constify display argument in xdo_new() since it will not be modified.
+ allow xdo_free(NULL) without segfaults
-------------------------------------------------------------------
Fri Oct 26 14:18:59 BST 2012 - aspiers@suse.com
- add disabled source service and update to github master @ 118979c5
+ Don't translate a window's location if its parent is the root.
+ Fixed merge conflict
+ Fixed an error in xdo_get_window_property
+ Merge miss
+ Unified naming convention for all functions of the API
+ Changed the behaviour of xdo_get_window_property
+ Remove xdo_version.h when cleaning
+ Removed all signed/unsigned conflicts
+ Changed XKeycodeToKeysym to XkbKeycodeToKeysym to get rid of compilation warnings
+ Changed name on xdo_getwinprop() to xdo_window_get_property()
+ Fixed some minor compilation warnings
+ Replaced xdo_get_active_modifiers with xdo_active_keys_to_keycode_list
+ Fix another C++ reserved word issue. Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663007
+ add '--file' argument for the type command
+ don't emit 'findclient' messages
+ Hack linker rpath to solve problem of /usr/local/lib (or elsewhere) not being in the run-time linker path (see ldd, etc).
+ abort if we're using a shell that probably won't work
+ fix librt linking on GNU Hurd
+ drop isatty for good (not sure why it was still here). This fixes the 'test_script' test when stdin is /dev/null. Patch by Daniel Kahn Gillmor.
+ add kfreebsd patch from Daniel Kahn Gillmor
+ add todos
-------------------------------------------------------------------
Mon Feb 13 10:57:52 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Thu Jan 6 21:43:04 UTC 2011 - malcolmlewis@opensuse.org
- New version (Refer CHANGELIST)
- Drop asneeded patch
- Add man page patch
http://code.google.com/p/semicomplete/issues/detail?id=46
- Update/Clean spec file
- Add devel package
-------------------------------------------------------------------
Wed Aug 19 18:15:48 CEST 2009 - meissner@suse.de
- fixed build with asneeded
-------------------------------------------------------------------
Sun Apr 5 09:46:24 CEST 2009 - mhrusecky@suse.cz
- First version of package (20090330)