xdotool-devel-3.20160805.1-bp153.1.17 >  A `B6!M@eeei$$YҶS0 ,r(R6*3L 9TbtBw $tmm-ƮŸN gĴ1Xl`'x-%]Q_S%< 77$muX/n5o a!1KV r~NAP Q Jj"ӛ&樖fɅVqJHd]v*9^|mq KH8W<z\$ zړHy'..ӦA3ͳ|xNM83z8091fec19b7148537a27c8b90d01251d22dcb68ca1678e315c6515e6c33488e15d41d8feb86a0a1ca0acc74268b09826793546fd7|`B6!M@eeeOJ?xG1io8\[auk;psq&uO_MGqh3]utR WȖ(x6~*RP|{$]>tl,.0f͔A^NGO{Z{"PwVDz}s6SGR6|4}&c[}̼x>즺2OM1L|ʳKyգ++Cx9⮿âHQ2}G* 36yoޯ/P:U!:~yULWVcl>p=<?,d ( F,08<Ybo     : HPZdt(8 9 :| >@FGH IXY \P]X^hbc(defluvz(Cxdotool-devel3.20160805.1bp153.1.17Development and Library filesThis tool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions. Library and Header files for xdotool`B,s390p23kKSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/X11https://www.semicomplete.com/projects/xdotool/linuxs390xkK `B+`B+cea61670593230383194cbfe94e1b6ad567e29a32d28c992ef5c9258a5b92373libxdo.so.3rootrootrootrootxdotool-3.20160805.1-bp153.1.17.src.rpmxdotool-develxdotool-devel(s390-64)    /sbin/ldconfig/sbin/ldconfigpkgconfig(x11)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xdotool3.0.4-14.6.0-14.0-15.2-13.20160805.14.14.1ZjYp@TT@Q9P{@O8@M%J@I؝@avindra@opensuse.orgbwiedemann@suse.comcrrodriguez@opensuse.orgaspiers@suse.comaspiers@suse.comcoolo@suse.commalcolmlewis@opensuse.orgmeissner@suse.demhrusecky@suse.cz- update to 3.20160805.1 * Fix release tool problem. cflags.sh was missing from the previous two releases. * `make test-package-build` now works correctly on Fedora and OSX - includes 3.20160804.2 * Fix some bugs in the Makefile - includes 3.20160804.1 * Fix memory leaks in window search and charcode map lookups * xdotool selectwindow (xdo_select_window_with_click) now only selects the window if mouse button 1 is pressed. Any other buttons will cause this selection to be aborted. * Fix bug where `xdotool click` with --clearmodifiers can sometimes leave stuck keys or mouse buttons. * windowmove now supports coordinates as a percentage of screen size. For example, a move to 50% 50% would move the window such that the top-left corner of the window is in the center of the screen. * Typing commands (key and type) will now try to use XTEST instead of XSendEvent in a special circumstance. If the window id given (by window stack or the --window flag) is the currenly focused window, key sequences will be sent using XTEST. * getmouselocation, getwindowgeometry, and search commands: now supports --shell and --prefix for having stdout be consumable by bash or similar shells. * xdotool scripts such as running via `xdotool -` will now execute commands as lines of input are read. The previous behavior waited until stdin closed before executing anything. - includes 3.20150503 () * Fix sending wrong keys when using multiple keyboard layouts * Add --repeat and --repeat-delay to allow repetition of a key sequence * Fix handling of empty files in type command * consume regexp argument only if present. * update URLs to Github * Changes determined via: https://github.com/jordansissel/xdotool/compare/65cb0b1...v3.20150503.1 with an optional delay in between each full sequence. - drop _service file in favor of github release tarball - use https for site - cleanup with spec-cleaner - add remove-dead-function.patch * removes reference to function in header file that was removed- Add xdotool-2.2012-reproducible.patch to override build date to fix build-compare (boo#1047218)- 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)- 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- 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- patch license to follow spdx.org standard- 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- fixed build with asneeded- First version of package (20090330)/sbin/ldconfig/sbin/ldconfigs390p23 16149937083.20160805.1-bp153.1.173.20160805.1-bp153.1.17xdo.hlibxdo.so/usr/include//usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/0c53c4693a6fa169aaf2c07139cf0bdd-xdotoolcpioxz5s390x-suse-linuxC source, ASCII text}٘qj,{utf-8cbdab036ccaca9535b0c9449ced5db37aceb783dc8369b0e03fb8f6bffe025ee?07zXZ !t/l] crv(vX0`IYlF@ l3q8IFuvd{H>2YZ\1P${ Xޓ-mw!"v)ud*ÓSmG8`ݤER' aM}@2DE%>Fmԟj%h2> 0踕ֻv^z )ZP_887pSQ#6B'(G!/@9Aj-71ՅŒ?Dī-%~ya\OU"ޗWP(*fp''TQ:42Qm=4윘OȈ0Bn7R'*4eJ*= 5⯄{b$Nge"smQp홾"xSZ;&i} q'{bdii`"3ެHw, nCV[yNBnW Om оD ع;Ihh/~e`05b= bϫ+0D"f]-U:\FCLŭY FDѐt*^I i!TzX]vS\=P0%hsݾ SJv_v c&eT]maiښ}ЅS+]0~ohA&4L'෌VlR'BY,TN+gbmo(5%+@ yY xKS_xᦄ[G$'O=]fz :mjdDEyjB(n11lA(˵#Q1(yljrY75t6xC !Ѐ{$$k:=R/DQ(ly?5w/-ey5] h2:oۘv#/dI<c{c,qu'qkWv 7f=n\E|/Tt2~wC-]Ɖ< K 6xHYQ\@黚صx$*2oJaVuSd}$ & m O\yd=VPΛ&+5]6EE]ZYM7"4eVSg/+̹]haJǩ8$Ђ>rշQ9Ķ.ht F{հͼ5BGK:k?L$n`w='$S$l wsh`IR\[6N6u NgQ |`x/䠄+ DP9be v,v)ʝaɬ +$4Bn QL_q~iJ4*k0\y. 1C9[親^ & W8 l3*)Нq)JCGaDqBUd=hy˽QI$v-q;DL>xRx2{PިUX+xlW{uRtM`3xpF r_tqg'u!^4A '\8ړ &n[*\iSbȪ!4&mDŽW8Ny07ZW\Cn>QoGLixM.c/b8ibjGeN$!Mqh醺kðv7MɾիԿ:pRP#=:5 a~JjB!37;~z4Pc1S N"U07 )9zXd9y24U1ċo0Uf{D{]ʩbc廪 輍[g-xB]Q+V HOHрZf,z'v+*?ptxU!"keh"x,IL'6y~Rh;VQU Oc#2&?n$i5D%F-ubP ui`@lc`]3얥 鷕\ĮB&h,/AYJ\Y2NvS=GjIo@*G|d]\jKQi\V5X O=p]nQ6cd@` zҔUK6h@~7Vho +XaT+(bx!P!LXFX=x{_ƒb~3󦗱 qx{a D N6/>F8|ղtQ.kK|fJSt&PJ~R hwF5ӟ6~;C}1W +ެQ>2|ǜ U/&Jo;w',X'FW P9|ňH LG|tVfDЀ4pdNH97a4x*@.LOR=^\{"| 2&cs)Y:參͹۰]pdȫ;ke΃Fؖ<,ʊA nlV taA;Cާ~ fXy"X~tII|Osnr?RoUF* JBryG&w`pN}c\X&} xuIF)YLK3S'MltKU-iZ2-OcBђPՄ݀&KZb+A:ɚfHacw D:>l\N3] :ye~D6=7V1bA{@wNrxIب"Ԓ"^!Pc \j@ZW:ۭ35_a @:b~'{yb`xȔa\_Y|]fpXVvҐAO 71bqNU_&u5oddbPiA\ 5_ᘋ,F/` D6h\uT(K$s!z-w NAӊ\tͤTٹꠑ-AW3&ӈ|JKTc x;D&jFZ߂zUge{:ccmAZ!5|G6-ZlvNhl|>Ȍ@V%"TSOm=) m%+Y,;(vI~+5h< 7N1ðgXH:Y,0WXr{ " KX1Q Y" \`8yHՀ)D\{25HvS3kc 98u"Jz3FQԼj10jzISi6 'W$?6CjHGeSs˂4uW 8 qnRP z|;P4iI8!*ryg4szPX UR*;h*sXw+bؙMŘE6R =S^ؖ4ś+ C͹otΙ %JIjIey^+pޙ@_{4]-_몄B,ax Y`rJ qxMCԳ(7bG~ŽKFWn9\< sw/(Z Arh'6F\U&6\aM j\v ϞI3={6& 6ƆX3~oHr @-Wa={e$pXjS&&#*$k?cFƠ3e2 k7_O0 T>6Q9Zj|伻Ω?Gͺ?3kp=8}dmpUcG:(H޶AZX]q Ewm V;4Mza',x;aQʫMQvePWut.c3k4-1hϤ/ bϧ#̜OF&Sɚd#~uj`^_;V{4SnQ;07Ț@+DFV?vF"^~vZr+ǁ8ij.ef=r  1ţIS%µZ\N ~22QGZgu,@pcNeXh?GT!wƔj w%|':jJg*%Gُf^j*1B;Ux;D^wh$O {m {H3m9%-g_. %RUOR1߬=8#%*,=,@OmyZ_ tցHU @+R(v2eg,CAf 3vsdb%%-2Fu@m8nE%iЛX!<.mNiqkWO~gaq:uNʕ7ЏjLu@ȗfDMn)YF|gFG?ej:QUu:*pRqrh@̍@rF8rzf .NihmQ U 56f5@1~gce;>j( (6]#7 ;19S u!bqE^I)]m48 YZ