xdotool-devel-3.20160805.1-bp153.1.17 >  A `BҮ!M@eeeJWtgJO݌ciJDF%)Wm1oUSO'_+k5i^$pdc5 0eZCB]ڨ"8kFM-MrVDIL5qi}<~̚$բD;p/?B/M6+ [+ 0}x+߈&bgfIssy4(J>|$i^ñ\9@-6LckM?k.6]UQKe7ebb68591bac8c4d5c910fe6b9df80a2bd0183c616a9c1880936ae9c53f6da0cecd65dde0c11d48623aa643030f74ae6410280b9f7`BҮ!M@eeeoҜ4BGbsX8+eFa b*K@V>쀷fxoIWy9cE<bטBZ|S3=rO7FRZeJ H3ES.*ȉa) ~v"l[FBl2nyLAEE# '<i, Qc |{ ngEFF oӟט]Ma6/KJ7nٓ.E]u(zU l>p=<?,d ( F,08<Ybo     : HPZdp(8 9 :x >@FGHIXY\L]T^db~c$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Қlamb60kKSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/X11https://www.semicomplete.com/projects/xdotool/linuxx86_64kK `BҚ`Bҙcea61670593230383194cbfe94e1b6ad567e29a32d28c992ef5c9258a5b92373libxdo.so.3rootrootrootrootxdotool-3.20160805.1-bp153.1.17.src.rpmxdotool-develxdotool-devel(x86-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/ldconfiglamb60 16149920263.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-xdotoolcpioxz5x86_64-suse-linuxC source, ASCII textK%Ll=Sutf-8db2dda51e17e317fc1f20c247a87df95987e487d8b8c85ff4a4f986d1327f7f7?07zXZ !t/l ] crv(vX0`IVJA{\EOO7>"W &c{t:ɨim%2%]ÀKk)dw߃%V/fu"nEg<ڎ@y+Mu-}e8`'jˇnOCo$$ߧaBz~p3j*&(mT % :a}с.?e9Ei;=FbV*_Zo֏,0Ά=9ԧ?zt NjR.e46WjfkT6sd: wJt1Te|hBwhTN*DZp)ed.]Y@rG\KTF$Y)@뵾R})&SV(b8IC7RX5kJT֎n ()E Ol_>^Joi#IJo^hB`dۀm rsՉlQj MhL|L,OpաA8n+izޫo~>9deA@D*^0S`x]L5׏"yQH#' X՝[UokJ9q0taL=Y=",^:Bgjs*,HַZa<JF8I/㪊_*IOah.ߢ8+:t%#F!(ϓ;Cq3hT|3&]^<܁DzJ sClv8CpŠf1NbW3l/Wt'ZEE %*KFdgHgQ°,춼pRSxEčE1 )܊EM\; AFKJ Eܬ^#ҡijz7ƅ|ܢK'>*?Ƕg'J)G:ᏯX%hȐ?ߜU"3ׅ+r(g &~J$|K:GJ*Z;:X_2u[T嫍M`Oj$)vƋ;nzl {b t`~ᘵh]ӥV$ 6̤+ŋG|% +ZyTF ӫ-+Ze-<=tV,iJUǾ@\68t[c1; U-h c-kNit ٬YJG޷wy2KvDe?yK%U&Gt iŶ?Sйyc\,>SsOzOX?nwI/R#Ԉ믲`ha9,:slL&dЧ9۶k@P% Deh:`%B0Y0t;ZHcХu LK(jH%zcVB v-B)ά~R{d*[,>1iܾ:O>=ۙǂ ]%K&hk4D (-ŸX0n4Be+߾x{PHs%la,>fwlɀN(ݐqgD$xm&"xw&:)OYϗPZP;?nJopJjr@:e&َ*VPANf=6=L:\𝂾#skG$A9P M۪TvI2p> B@yVJ]NEl#zjȺTbߠ'a2o|ݪ ]v5mw{ԦgY@ 񮤅 1RƂhNc @/EN~^$y|LJ.0;w. O ºaylLMHRC+rnNK痔H{dzp܌mhU/"Vlmjw[rpHF#ѴZ_\NTTe0M޻lb} ]Q4v;# ŮR"VXV3=zÅU@U_I╉Ac*0,]D|fi!( ss#3qY" 7ŽB1?/aJ9㪢]F0Г^' }qQSp vûmkj9Df,v#,J x9t D1t/%ƹ@h&*ƽ@[S4_ ৅mz{8fSɋ@[ݡ<0LNx[սoRcnA=$ΑB4?)P(fĖgڱzxY%F#c$l3D4eg u{lE ݴsɓ*vHuHݡ Q(Z !cWD ,;-(VK;/6}kBjq=TOz㗖7-lpLLmgepc)o83fD~R~k%|!멳SΗTLd$$()։[UU}EdyC~etrxޜZn$B0͎N*K; uzySBhF [ )~B\2Qt^̔ >U;Ċ[ wܛWZO} >BOfp{ՀT3q}ߌb3d :\қ5䤟Im<3_?%%H='gw(+3 ^w5x\SV,*NN*pUZ$/o:9|QS__Κ@k [V!5:" I޻ E=M]f7k=q-p[5['8ŋ8CZ_j=ͅ(/yQ ([̆zɼk7)`@߈A(zK 83qŒextfI #V`xr'kvoҙXknCeڳpRZ>Yܛ@LhVS| |G E$X6Hώ<#q()m%mT m]"t: bgP8OTX&Oo8!V]'*,QiRG' ҼQR\c_ S ^&blK s k@''‚*oIr/`qLC.PpwM~_FZhbQ8[.!VȦ*LpD Bq#+w'O0M, BzM6d@226.KVSdQ#2%J_hyȢ9XuA_­GyߗB o 7?W {}\*ЦӨ5^qbvzHf@]Ǩ7{}@lCxR\H֧%~Xh(}۔0[޽bZO{ :@oع)jU݃)ַ-Otn+7Ɓ`jCoj0TL 7lmNސM 4wYC+6Lw~y(H3a$:ȻH'U Of364mgx[Ъx!aamnAùDw$f T2)*7~ClrSawL$|x$L5/Z#\L+ٺR CN wa $S,$d&zlBzlGT{]xV~*dH58(%8bRfS<7F *ɬrM&|2-FDق Y{o_|SqQU]q6IO g{8.P 'P4-p< j;Y[r}Q~.)&᜵T3sÂmB_lSF?s3oCEr'hg%SJ.sB ch\y U[DGT~>?_[e]e>zx.@`MCryHGrNT!Rdpii%Om%t5T!0M`9'όXF:N]5k*8c)pG1gauZ/nj-I8hϧ{+?.as5IO6>Ü#^)FݟO5ӉhZڶVΚzG"O50RϪ;P-'2)x뢜o\;՝T.}2d~lWK@E:Y87{)iL W@wxV!͌ R#]6ō~0~X=16%y`o{̵k1߭\v[y7f]<d2ey/bP9 ;8Ȑ'LnF: OG:1 ń pɯOa6&7vUbLj<#E 7+`UEjKQAzuVo]cg# |9#0INX]mCwU;ȓm)׉%` ìW̥gى"iM*s+؛q6A%Rri& {bȂMs$}-]|+}7~JЎJ>L`lg yq KkFg$r4)geFgAwN$%\=^=4gG_2MYЉ7#r3_i ZsnۛuCgL^uLOH𤞗]YiF~*;}Ws~mNd$uqK$>Χ7VJ[j-Z{ b2hrE\ӫ ;b ( =+|xK_.v B.$V_e!FJ_ 9 L¼uu=0gSśyB#:/^sS¼kVMilL"]3vH E nGIkʋ1ⴵnU&GL`!Irh/%$?myrxX("h6ٝ(ۮIE h{cB&#2PA#3j ,VՋCߜ}VJ%-Zj]V_ .@l4 .yJWHHIP <p @>Hs7eb~E2|fҲ4So4/:Uȡ dyxyT8n.dпI^vBk:RdEi6͇o^XFB2J" PnDe)N 򠢬Av3)?,Cȗ"F}QO5Z5$uH6ƣ g4a Y^tW-%bORMroծQOz~d|H: NuGFޗ@,"eǰP".h(HR4q YZ