xdotool-devel-3.20210903.1-bp154.1.44 >  A bx!M@eee+U# jD쳓\Ôv‰)[p*E4-t=k~QwT`|d&jAq@Emg8/d:ӑp=^[>NߔW.xmA!vYr))bsQgE3_KUi[F@|b-c5e>q`Ň"pP|n0i)<<jt5vmobOL2wƫ1(ShE[E>p孰Ckʍ]Zmj*2FKR$q's:wpQֹ蛼0y:sGa^:Ujr>p@ ? d ( F,0@Dajw       8 `  (I8P 9x :I >@FGHIXY\T]`^zbcSdefluvw x y (z 4 D H N Cxdotool-devel3.20210903.1bp154.1.44Development 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 xdotoolbxobs-power8-03pSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/X11https://www.semicomplete.com/projects/xdotool/linuxppc64leo ځbxbxbx1767f0f62d5587133282089d56206df2deab740402a0226fecab1555fd5e574d31882cc653830467a3526e51eadbed5fd1f080ab74e391e4cdc0471083d50c39libxdo.so.3rootrootrootrootrootrootxdotool-3.20210903.1-bp154.1.44.src.rpmpkgconfig(libxdo)xdotool-develxdotool-devel(ppc-64)@@    /sbin/ldconfig/sbin/ldconfig/usr/bin/pkg-configpkgconfig(x11)pkgconfig(x11)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xdotool3.0.4-14.6.0-14.0-15.2-13.20210903.14.14.3ajZjYp@TT@Q9P{@O8@M%J@I؝@Dirk Müller avindra@opensuse.orgbwiedemann@suse.comcrrodriguez@opensuse.orgaspiers@suse.comaspiers@suse.comcoolo@suse.commalcolmlewis@opensuse.orgmeissner@suse.demhrusecky@suse.cz- update to 3.20210903.1: * xdotool and libxdo will now reject if it is running under Wayland/XWayland. If XWayland is detected, the program will fail. This is because XWayland doesn't allow xdotool or libxdo to work correctly. (#342, Jordan Sissel) * New command `windowstate` which can be used to modify properties of windows. For example, to full-screen the current window, use: xdotool getactivewindow windowstate --add FULLSCREEN * New command `windowquit` which is used to ask the windowed application to terminate. * New command `getwindowclassname` to print the window's class name. * When sending keystrokes, `enter` and `return` now are synonyms for the `Return` key symbol * getmouselocation now updates the window stack with the window the cursor is currently over. * search command now supports searching by window role with `--role` flag * search command should now no longer report BadWindow errors * get_window_location now reports correct value * Uppercase Latin-1/Basic Latin are now typed correctly * Document the regular expressions (POSIX Extended) supported by xdotool * Use the default X11 Screen instead of assuming 0 * Wrap header files with `extern "C"` to enable easier C++ use of libxdo. * Install pkgconfig file when running `make install` * Set permissions correctly when installing `xdo.h` * Fix memory leak * Fixed some documentation typos * Fix all compiler warnings during `make` - drop xdotool-2.2012-reproducible.patch, remove-dead-function.patch (upstream)- 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/ldconfigobs-power8-03 16520883103.20210903.13.20210903.1-bp154.1.443.20210903.1-bp154.1.44xdo.hlibxdo.solibxdo.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/7742222d831016dd5ba3c68714d92d09-xdotoolcpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filePRRWy Rutf-8a5471d755020e09d6f4ead93a2a8cb797474ef958933081c1023c1dee70b8847?7zXZ !t/r] crv(vX0*1NOozE>w*bi(?#q/T.Ly1<̹]H((! id0ы"Hpȝ9RʥOcoͅ Z66:Ob".0lXi~.X6*~(WuXʫ{1JIS:hO﷉$R072nn.qWGX6[E8UpQxl0^jˆlFPaZ{/}:J1Ҷ(ܧI7533|M| 7(k#dm5PEz{OiRI !Q@~ePZXk6⩧U}Qhح/#frk{GJ;RG˒)I/X1p% )u$! >"旐cMBX iZ058- 4A0~aPנEɨ5"8;G.E1Όëué+cԫV _ HUIxnnIrhAKnyuy8 ` 4u;qVB:#>}b wH6%->FBH%p= }Wt%/<8*pDY1EsŜԢ׵32{TCrGL>Dvw\2B`E+| MVիXQ1~#ԯJޫZJҶ ĵq("?cy+-'ma#X4 \\sQѽ'YDozX(K֒W&9ƃ̤{ ptľo[p^`hct fa=Cl[Yң-|* pwLcT.Ƈ.)ٿn&I?L֭<!$+劶zLpi̦V c̖؂n8bH%hyM;PBΉM,dpJ^ijhq&- ̦?^Sf*EzQx7c7o%`d Uv6zCkaeKb˱GCU\6fHTU69Q8G`>&C~vcE"i<-yl O +Jun0ijQM 1X,J+jiG +V:OڥZöG0eGjg,pm c/el/5>o'_D#e! 40dA\:ΙACm;+Sܗ\v4@sC0gDTNXMZ ٠őu:Cbګ1X,q̉{>c|p əB?|mjxzkQľ|K[消{?#m:w<%JٽsԱ>V[119fBzH iZ*)n Mrla{`8e=ݬ%]B^$I$xkS1g>iBv^`ҡ+ J@rZUM@{';\sÈpyANj;~>f'L;^/p%[@6K%e5DӬaP ӞK=m頺zEMYEsdO\mu #"ŪDuܰ"|d%1bl)=r(v;ۣ GFQ @ , {Y%YԄsrsW;!"  jΛѷ*n+iA4)(8 zR)1i_bFCf-*u=LZU{~wl =o$B:#7FAkPZinA\"Ius]?1N/ <+biBY%5ٽt\N Zdbd@ֳ;;σh*2@'ZAը!_.a#!! LT 6 N@9xrKyݠ, cZAO(o9-\LlW S괠%~3⠴B~4L?vKV̟偁 rW*4ML>|GPW|!xL%ܡ;!j$oEO ~}/85:nIeu*(DW&eTN>xN)(2c?`uܝ*O *X;E[(Ogcp#VK }@rΣƕ.E 154ş>8J;:Mo4+\TJ$bLa$e,\Uv\}' P!0Ҡ'NA^mǪ޸iWa%yx n/|6ۏBe: Z1Y~7oT咇sЁ%ph}0뢙H1cֻfSf|/k km7^nS\1@Ff0w /+ WҽVJ[GX]j*N75$Av;{8e0ը BlVzl &Xsl|9:~_@>D(Q@yA9, cik4/E/oZj'Wl|2{UE.N NZ=AsՏJQ8sMSǴ"}<<+v0ܮ Y} F0Y UEr\Oi'ShÚp,_w>ly8`eȒe,$lE3XYQ%8-cMs+{Bd'_1J~F.w.kr)VmMԗ!B|a)Y`󣹴N.*+Y*z%d7ᮢ…%6-0էROdYYFTĜ`$MOm_a ANw]4$.$W݅26Fo?1]kk(hId?M[C,6\fx]WL=vI : N]Wfv%"}±1{ysVqWiѝVTrK# -62vT"OpVYC9!0(7ر: 9ةw3\Rf|dW$P?Y}\&ToGWV5Vei80κ$*ɟ zwMAeXEv4DBpS30Ձwup>Bw<ĞXZ3=[lqQ۹ &qyr y ЎsnG"pcBj6R^ԇQXG(֐ll\'C<Z_"( Lw>Pwm7KO$;$&p&~L@3mAˮeg`ד ZG9t!f,$i_7@zQ׻nlF E,v ``GrK#[o]Ey|GY9ѡ]zĤ"UJ2\fnAP6'y`'n ?xc>Kg`%1Jr8h\dI^6;TƮF:+c '9cD&>Ppʈ]mّFmBz\~95W,GҬcZ bb: $ !܋_jz{e(7B >8ǿ.@d/Q<ʥpTH7V9ni]?^")VHRO0yeWK@9B鋂\=`$(ıGC-& : كp)Ey 'b0u֙MEdsC%*K YBo%\vUuA+/~[8,8W[[Aӯ`u|?A$;E.'*WM_+)s~ym]֨KLny:/4δtgb QY'4 _(aS4EYk*5me(#om4ȋg48V].XJ;6M僖2GNfe@-dx#xP7΍WlnBQZ^(+Q]~o9 c\3|'0zۍxV#_khlӝHHVxjbMyHD%dиe*(*c7 blT]9֜qP@|aXDoEaҾ%i"bU!bo#*{ZV!𲱀qtku}]J8zxN `:$fd3n^V?{xP]P|S0.´,hm&"5H\2%y5M/B4L s``^Ȓ7 IKq^ |$S s{PP>c1`f;3LW8NyLc$V n&^mԽrF[#=i}A<rdAɜA!2{sidG 7K \tua!Vkn5<ޛbEqvRdJT;BHԽZFyI7;ʲG7*5\zox}}\ݩ~VZ3 nWj&؞Am dg/k/ ~n$+fSқ.e=',(XUy2İ!2KMkZK86Kt"C3QȟzEΗGJbbNS+4!M!8lr;8 XGN-fѺXzT{-/Xw2Ioi҃Mb$R*R'mҗi\$< C]Ƈ[peFD䵙bb_?rlK I~ɚyTWvhpj)f0ɗZa5'7b-M|R/FJB~v"MJ{j*ji &n:G8p?ij6bUו{ʓn)nJ:5p Mt_7LE#a4GYl?0՟zg"w(%rr)= A^K.-JSCx֍Q9mt=6$ƧF~rݨ^y)@S ~\j4-nY'][$Q O]j H.tAvETPږ=0$Sc)(O4Րx'UMdKw]I88`kA(Ն,rr@Q G