xdotool-devel-3.20210903.1-bp154.1.44 >  A bx !M@eee) !QSt#Ij̼:xQ7\mÏ+-HH̻SS7ZxmW%md'VaVWؐ(P:1\4v 4HR&C] GɌ(^#fCB}K<vvDA(E$zBaaCWj÷׶uX} > ǐ,<,0/?[ N=3 )rh,O679b66d5e86da232023959a40175987b692cfcd27bcc26dc1264a28777cc225f83845858d714c4919a5f99231cda4d573cd4bb5f2@bx !M@eee\T]FX+gAbU͵XA6+CGgIMZ27=jP^omGY`GW"-A*8(`Tch*4LFʦk#*'=y ;FnQ ,agЬE{^Ebۧ{>{Qp@ ? d ( F,0<@]fs      4 \  (E8L 9t :E >@FGHIXY \L]X^rbcKdefluvw x y z ( 8 < B 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 xdotoolbx s390zl23pSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/X11https://www.semicomplete.com/projects/xdotool/linuxs390xo ځbxbxbx1767f0f62d5587133282089d56206df2deab740402a0226fecab1555fd5e574d31882cc653830467a3526e51eadbed5fd1f080ab74e391e4cdc0471083d50c39libxdo.so.3rootrootrootrootrootrootxdotool-3.20210903.1-bp154.1.44.src.rpmpkgconfig(libxdo)xdotool-develxdotool-devel(s390-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/ldconfigs390zl23 16520893533.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-xdotoolcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePRR( X|y9AYgAutf-849de305724f57a84b458ebb208b980742c19e77fa883891945ef3589dfd8a61a?7zXZ !t/r] crv(vX0*sdgw-eΨ3-.r\F }e+jz4uC!, mS^w٭m8Wկe:&wrW!p薮mh-sp{ EgQ"Zo=d1J?,3o9-&T x-Pqmd{Uww#<#|`vaW5K-ԬFkjW?_ X ` uTF,k%ie Et#.eo?-$Ͽ^\M=GJBXPjDPAl| qg2},O+zeMuDDu45l+ hg!/n꽬wC;e'GЩ>*C)9s!\qBrޜrwkı [ U҄knٯR \ȰN*bMj#{wF]'wlDIz_&Ih0j6 W+hyOkoNhTV7zO@Ɂ{&z.X;YXF(:/IL'߫!AR&_C ;2{3ߣ$5IF6>#LW K}ejIg aQuO ɼ(UKג m luԷ,I(0KOqC5YY3_'E^ϸTƷA};,x J\3MAIԳJ:l{8x?W3:}%9Y#`T7(QC`L=_cy^ĩ'Kٱ1me/{nA,1jD6*\)TOX"){K݂|:x2tQG0@;ḣ3q=]S* FUL3fH`81!\#FOh~ K,p#,f:2y3* NH͎jFv_=^߃j]ݐ^Uk g&!3>de(Nf`DIӋuNJuep1#O b$8vO_ѫ Ya4=d!ЗxIЃgqy&}kfo$~ `yY};vzè,.ȫ@_ j QL>娅R94'ovojE$ϭ-T-tUr( C5sD(&)lT= y٠>,&)c0E%}ߠeH1KzW*QFw[d %d/3d}nW{cWܙpl{4N];R[QՔlvgAw7ߏ|;r"t6^Cliyoy,T,TR%TK͎Ck[}zf#w[MҰO*KFj|,b]$hGTh"I4,E֝?S.~0 <n]hP C-9Pgt=/8F@g o;u_Q1h_VstXFP]\oL$ j@>ꗳZr|^jGhQ{S+4$:KWQ FU+r ϜIzlm 'ŀ'a&Rjwhfm{^Cim/ C)  V> э*k@yĈǮQ"psS9E 6:Y1_L( O_h1z>"H*³EUx(wZc҈*B[*7El4]mmuƅJ'Zj!+~gU/SV C&GORnP7~Ѓ=ݳG?nhHN7`!ҮApZvR ;v/ه1]WJm1 Q9=ZXgq&Ʌ~Ä}3(_Y!k?#<dsm_M `m}7#rVhbrl:tNqizfmպ[f1][4 !;`bo<9.K|FT(e${.X7șc꘮T@_95.u,a` e­XTKߢ.>֌c|?QT2-*y*w[Ξy'[7#yFz9E}H .j:ƍ7łlJWq>[fX. y .AnfHL16MqJ--@y!2]yX؁t?d Ƅs?>Minx'6 jAQw$&p8"ώL&x4q:rdl(PF\*f&T# F sbRRME/yeκwt%(Bq#G6[tn|o-(jG":PɎ΁$sT%uxXMW`GPy>W'p2ߛV110p'Gϸ0.i/3GޤSCO)?=Уa (MpVq5Gl'T^o:arvԏ4ȣIh]:d1PjP;[u> $&y>ᯄO^L bLV{-sۖbG׻܆(TN >mv헨>Ǔ{0LA^06k|*aB74ȇ_-a/I*U_Mj)6f -}D.i԰ѩ9=U:R\XY3ȣC7vLq"0>4 ;cEgPк IJy}ٔE} a>]&S0.iR IݷKA@5DVG-Zg&֓K.%!%]=="be@AfDz_z+m}Ċsx4ɪw^S Ŏy{s\Ɗ6ŢjΓx㛷h }@$rbvY).ƫr Ȳ i2Ц [;&҂ʊ}|Q[&L#__IiK !H/H,IlWp]$kҞr:LkYOTqd+CRB7W/Xx&O%n /UԶc$EwC8S9c6TVr}Xؘ P+>lWE&0?ڋ$I#72{ _kO> N7" Eu skte to>Ele먽pht|m1jUsTiboD?W50"$,_"+'pouut_N>~Le r={ (tf ^<< W*'F^7h .†? *N(g4F(C>w|tVmȊ=RhTBS9-+aY0s 9Zr 5h}W[ +Y^_uv8"t>¼[/ul sFfH")C5o&b%]D 8znf1anmsC1A5gXt$2WARuKv(52`$BxdrP8A/],/pro8HJ//wJLھ-I19S 1?`jP(E/4^lSW?nI);W0A,`$Ed\Elbu=`oz1hmxmcOiF 6.Π2D \}h9uc&}wC2/\AgMṮޤiDwBJcJҗ^mnõמcl^:3Grөd-S ra( }O?mvVygd$JLԴo4.y9 Q#S2dyT6lt|>&O$5y6KGAֺ%#aBBU$Oe~qe`ŝEn3 :He1_~Bhś6˨jr`ʉ;B!ksmY(})%/#ȿ3`O]j8@x/(i-3}6ĭP 8 J} I B+`U{t`5xs3Ev$-f?sEIyCG+KO)4<.Rܐ5\s}"D aFsk)ƻŤ5dl6X8~!2 ­A2$d2Mb9)8-ce{KYD +}m3@S˒VIJIi-C , ־D5[H,IWc䡏ܲ nftO(]֬h[UµC̫܀zn:9q5NE9fwF+ʯ"P[aBfw?%{r$MD<d\R3d?ʳp`"O_rFѨ:{7gIUGMeT ~:' †n#ԡ58*șCæ,o$"Ȟ5qJq/}i[UrG-:0m=9 )]j-袱;M& ь 6d~!#|mu0aAU7l@;)KwwjeQ,< JǞN*>+WƔT94// +8BpCҜ'DȠL8dv!i՟gcu5Уe6(rr˞Z_^XY$eE&>Θm?jw9}*ei ^xow7O-lhH-D-,3f'AO ծoՃ +~0!KFS5򝝌;f]bj7%x Q 8LX~'9g1A-z Эw»Э嬄Kye[ ^udBY^Ё!E\ttd_`s^ozF}ob?7:- YZ