cmark-devel-0.28.3-bp153.1.21 >  A `Bɜ!M@eee`EgAajcXAG޽Zs։ Tq9g1P]t Dfq_| .SHa&1CSacׯ m&G 5tR:3:Xl6xgN5"o(gFqjnK\ G /$Hfn(8ԡ$v/2TQG!O3Y C lËua`=fe469ef22e1355117f0bf5559f5b915b96f76f8d1ee35c84ce07365f7aaf54759315197c3a7f12a029e9e567687cfbcd9cbe0276iĉ`Bɜ!M@eee@t&hk#ܨ$Z~!ymˎr6J{`)8iխcpVY&B]rW -fOzأ`K̾ "U'(ʈ8$-S!ZUpti|/cȮt6˒Đ@_W-X4 VеȁzS_ ,\ ך@s)L:>< q6Nlv7R})#w G4'3Di;~>p>.?.d  D| 7=H p            B t (8 9 : F*G*4 H*\ I* X*Y*\* ]* ^+wb, c,d-e-f-!l-#u-8 v-`w.0 x.X y.z.....Ccmark-devel0.28.3bp153.1.21Development files for cmark libraryThis package provides the development files for cmark.`Bնobs-power8-03SUSE Linux Enterprise 15 SP3openSUSEBSD-2-Clause AND MIT AND CC-BY-SA-4.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/jgm/cmarklinuxppc64leK  #A큤Yph`Bՠ`B՟`Bՠ`Bՠ`Bյ`Bՠ`BնYphYphd32568d687be9b1881a0a27854fba9c88153519a5fc2f2182db0b1572bae24613d87402f15e253257640d1335bd04b9ec84de3793055c2d0883567c1348638db8062f40b3d88a5721dfe5f18be323131817e74cc19835b0b62d89f4c2e499c2eaa7975cdd5eb83daddada1e3e765b2bbf57173521b39a11909813671cf573f5a86215a26a2d0c1eb683a56ac627a83b719e4438656698db9e53f6dd5d19b0ff0c7ef664a75cf91bc3e7604ecd3eb2505ffb9224de38782c2f9e039ed6bc6a0ca7cf1e5f567d2fa4b3541fb53d4db42c316fc4fb1132a5fe44ac871965e394eda6fc3c83c840b04c5f684184ab0e5c9c003cc7f105ee986eeb57d07707167e7a4libcmark.so.0.28.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcmark-0.28.3-bp153.1.21.src.rpmcmark-develcmark-devel(ppc-64)pkgconfig(libcmark)@    /usr/bin/pkg-configlibcmark0_28_3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.28.3-bp153.1.213.0.4-14.6.0-14.0-15.2-14.14.1YZ@Y5YéX1@X.@XkWW!W!Vn@V#mimi.vx@gmail.comdimstar@opensuse.orgmimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commpluskal@suse.commpluskal@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comkgronlund@suse.com- update to 0.28.3 * -smart: open quote can never occur right after ] or ) * Include GNUInstallDirs in src/CMakeLists.txt * Fix quadratic behavior in finalize * Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc - drop cmark-install_libdir_is_abs.patch- Add cmark-install_libdir_is_abs.patch: CMAKE_INSTALL_LIBDIR is an absolute path (if -DLIBDIR=%{_libdir} is being passed.- update to 0.28.0 * Update spec. * Use unsigned integer when shifting * Avoid memcpy'ing NULL pointers * DeMorgan simplification of some tests in emphasis parser. * Fixed undefined shift in commonmark writer * latex writer: fix memory overflow * Check for NULL pointer in get_link_type * Move fuzzing dictionary into single file * Reset bytes after UTF8 proc * Don't scan past an EOL * Document cases where `get_` functions return `NULL` * Properly handle backslashes in link destinations * Fixed `cmark_node_get_list_start` to return 0 for bullet lists, as documented * Use `CMARK_NO_DELIM` for bullet lists * Fixed code for freeing delimiter stack * Removed abort outside of conditional (typo). * Removed coercion in error message when aborting from buffer. * Print message to stderr when we abort due to memory demands * `libcmark.pc`: use `CMAKE_INSTALL_LIBDIR` * Fixed buffer overflow error in `S_parser_feed` * Update emphasis parsing for spec change. * Fixes for the LaTeX renderer + Don't double-output the link in latex-rendering. + Prevent ligatures in dashes sensibly when rendering latex. `\-` is a hyphenation, so it doesn't get displayed at all. * Added a test for NULL when freeing `subj->last_delim`. * Cleaned up setting of lower bounds for openers. * Fix #178, quadratic parsing bug. Add pathological test. * Slight improvement of clarity of logic in emph matching. * Fix "multiple of 3" determination in emph/strong parsing. * Correctly initialize chunk in S_process_line * Added 'make newbench'. * `scanners.c` generated with re2c 0.16 * `scanners.re` - fixed warnings; use `*` for fallback. * Fixed some warnings in `scanners.re`. * Update CaseFolding to latest * Allow balanced nested parens in link destinations * Allocate enough bytes for backticks array. * Inlines: Ensure that the delimiter stack is freed in subject. * Fixed pathological cases with backtick code spans: - Removed recursion in scan_to_closing_backticks - Added an array of pointers to potential backtick closers to subject - This array is used to avoid traversing the subject again when we've already seen all the potential backtick closers. - Added a max bound of 1000 for backtick code span delimiters. - Added pathological test case. * Remove redundant cmake_minimum_required * Make shared and static libraries optional * Added support for built-in `${LIB_SUFFIX}` feature * Add Makefile target and harness to fuzz with libFuzzer * Advertise `--validate-utf8` in usage information * Makefile: use warnings with re2c.- update to 0.27.1 * Set policy for CMP0063 to avoid a warning * Use VERSION_GREATER to clean up cmake version test- update to 0.27.0 * Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 * Fix for non-matching entities * Modified print_delimiters (commented out) so it compiles again. * make format: don't change order of includes. * Changed logic for null/eol checks only check once for "not at end of line" check for null before we check for newline characters (the previous patch would fail for NULL + CR) * Fix by not advancing past both \0 and \n * Add test for NUL-LF sequence * Fix memory leak in list parsing * Use cmark_mem to free where used to alloc * Allow a shortcut link before a * Allow tabs after setext header line * Don't let URI schemes start with spaces. * Fixed h2..h6 HTML blocks * Autolink scheme can contain digits * Fix nullary function declarations in cmark.h- Use current cmake macros- Fix building with different release types set via cmake- update to 0.26.1 * Removed unnecessary typedef that caused build failure on some platforms. * Use $(MAKE) in Makefile instead of hardcoded make- update to 0.26.0 * Implement spec changes for list items: + Empty list items cannot interrupt paragraphs. + Ordered lists cannot interrupt paragraphs unless they start with 1. + Removed "two blank lines break out of a list" feature. * Fix sourcepos for blockquotes. * Fix sourcepos for atx headers). * Fix ATX headers and thematic breaks to allow tabs as well as spaces. * Fix chunk_set_cstr with suffix of current string * Export targets on installation * Fix cmake warning about CMP0048 * commonmark renderer: Ensure we don't have a blank line before a code block when it's the first thing in a list item. * Change parsing of strong/emph in response to spec changes. process_emphasis now gets better results in corner cases. The change is this: when considering matches between an interior delimiter run (one that can open and can close) and another delimiter run, we require that the sum of the lengths of the two delimiter runs mod 3 is not 0. * Ported Robin Stocker's changes to link parsing in jgm/CommonMark#101. This uses a separate stack for brackets, instead of putting them on the delimiter stack. This avoids the need for looking through the delimiter stack for the next bracket. * cmark_reference_lookup: Return NULL if reference is null string. * Fix character type detection in commonmark.c + Implement cmark_isalpha. + Check for ASCII character before implicit cast to char. + Use internal ctype functions in commonmark.c. * Better documentation of memory-freeing responsibilities. in cmark.h and its man page * Use library functions to insert nodes in emphasis/link processing. Previously we did this manually, which introduces many places where errors can creep in. * Correctly handle list marker followed only by spaces. Previously when a list marker was followed only by spaces, cmark expected the following content to be indented by the same number of spaces. But in this case we should treat the line just like a blank line and set list padding accordingly. * Fixed a number of issues relating to line wrapping. + Extend CMARK_OPT_NOBREAKS to all renderers and add --nobreaks. + Do not autowrap, regardless of width parameter, if CMARK_OPT_NOBREAKS is set. + Fixed CMARK_OPT_HARDBREAKS for LaTeX and man renderers. + Ensure that no auto-wrapping occurs if CMARK_OPT_NOBREAKS is enabled, or if output is CommonMark and CMARK_OPT_HARDBREAKS is enabled. * Set stdin to binary mode on Windows * Add library option to render softbreaks as spaces. Note that the NOBREAKS option is HTML-only * renderer: no_linebreaks instead of no_wrap. We generally want this option to prohibit any breaking in things like headers (not just wraps, but softbreaks). * Coerce realurllen to int. This is an alternate solution for pull request, which introduced a new warning on the comparison. * Remove unused variable link_text. * Improved safety checks in buffer. * Add new interface allowing specification of custom memory allocator for nodes. Added cmark_node_new_with_mem, cmark_parser_new_with_mem, cmark_mem to API. * Reduce storage size for nodes by using bit flags instead of separate booleans. * cmake: Global handler for OOM situations. * Add tests for memory exhaustion. * Document in man page and public header that one should use the same memory allocator for every node in a tree. * Fix ctypes in Python FFI calls (Nick Wellnhofer). This didn't cause problems so far because all types are 32-bit on 32-bit systems and arguments are passed in registers on x86-64. The wrong types could cause crashes on other platforms, though. * Remove spurious failures in roundtrip tests. In the commonmark writer we separate lists, and lists and indented code, using a dummy HTML comment. So in evaluating the round-trip tests, we now strip out these comments. We also normalize HTML to avoid issues having to do with line breaks. * Added to_commonmark in test/cmark.py (for round-trip tests). * spec_test.py - parameterize do_test with converter. * spec_tests.py: exit code is now sum of failures and errors. This ensures that a failing exit code will be given when there are errors, not just with failures. * Fixed round trip tests. Previously they actually ran cmark instead of the round-trip version, since there was a bug in setting the ROUNDTRIP variable. * Added new roundtrip_tests.py. This replaces the old use of simple shell scripts. It is much faster, and more flexible. (We will be able to do custom normalization and skip certain tests.) * Fix leak in api_test. * Makefile: have leakcheck stop on first error instead of going through all the formats and options and probably getting the same output. * Add regression tests.- update to 0.25.2- Initial package for version 0.22.0obs-power8-03 1614992822 0.28.3-bp153.1.210.28.3-bp153.1.210.28.3cmark.hcmark_export.hcmark_version.hcmark-relwithdebinfo.cmakecmark.cmakelibcmark.solibcmark.pccmark-develREADME.mdcmark.3.gz/usr/include//usr/lib64/cmake//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/cmark-devel//usr/share/man/man3/-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/b67aa5bae47463cf2df232135a8ed7fa-cmarkcpioxz5ppc64le-suse-linuxC source, UTF-8 Unicode textC source, ASCII textASCII textpkgconfig filedirectoryUTF-8 Unicode texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)PRAP9 J[utf-81542e9e6c10ddcb18d00e154e68536f17defdd30accd4a0b0f93250db11ed55a? 7zXZ !t/6] crv(vX0D(5Li⹑R l#-fGlx{Fq_|q 5VD UU(z|GY]q P .T}:6LHߐ|$–,k9Sљ.rui` ŇL# Y*%: x+& ⪾ECE:H8^mŧȗ4lWq)`)@R".fϊQ,ѵC`h)M![mTۯUExEW"ʜy(U5?e.jݺwf$r[Lz?ހd&cӂruXyzqjiQ3:L( &DF"9mm(,Hۜ5`ZO ňRBG=>r'>\n\!x4UC J͕nnïhpU] ~`Tolg O;.Diu5M[9_T{HO^tik_bAk s hg@lW e=AqvRy@ýJ z{֨|Q<"{q([{&e-mdng4z+Oi'YHkH2%qh'SdH-iBF篆Ri7 b }_#M8`sgqׂA\R^mM\ajC?IFKjE] t@ۘ]Dpܲ.FF %°LzඬY陵 䲐Ji["D dM710&Oap"tUKA]LyՇ +^ND֒xfWCg]DYjÍKTnm%b#5`-.>I`a^4,vA{y㝻91i1"V>Fk]V@ԑomMMrwE9a⏃5ˮ(0iz.Bpo^(xw[#:G!*r( kok&RSTwcSn)>a\LYgzWd Q\'14 7j"[=|oI:=*`2 AlnGҬMKt>@L X/"Əb5PL:;'sTJ?'Pnq4iz|.0|u>QtkF#YE1/Zŏ.H׶j#͘J x$旰XRFI_po`v-5'7씣z5r1<r'戛M [ڴiQ`j9Wl2dۻjJ]P'X"͞B[?ؠaeWqD:sEih陑Hv̐ƅvahQk ڤ$fzgF[}hguN.1dJ]77ubêI!Zb ApJ@QK@NEА"b/ >ŒlCbb}; 6ivvɫhvHb_9C=0f`f#v,,Tc/5f~IE˧=,_g}*LۂhCsA Ms%x&yiBfYїZGڔԤ{I[p ޺Ϲ^FKav:2%I̬ N%Sq~i'*DS6cB)]pla-kH %_pg$b^V p;SF=4 ۩<,gU#껸@P"/$cyON@}2 h9eS(4F[!pRH9ӛHJvҞG:0 L s.K=j}]!8.aWo„A`cLdH!ch37<˅]M"MO_Q#Mg?,w[oȦ0c mu׺ϐ FJm]/,cz ?#WL1{"o05cJ08jӠ{$gԼ=uNcxm %3J; iW5UXőeFY<Ӗ'`c)*?/bJp  hb2AZ{7H{dKmIVE$gpBʒNxE\ ~bNjEoN<5[f"yT~ 85X8jPah`Pm\_96Q={)qGr,_r yeZH_A, $(&y z[ۭc17ypy꯰CXJK"H}Ē9XvMkV?#Xq M| 1Er$I8itJܜUZH.W(M?3yyM^EoOb{VRH:H9Ύ7U ԟ@<=f`I[dlIzL KIKedvSuB:MS@m-:ИɥV,pzeUz0#ELXZA| U#l2\)Y9(]E&\6i$90@ibKO~s(D M?գ_F:LtQmtrJjU丣UX?9&\cdL<r8pEl sN# ߨN(Dq>;^~WFy9ڥ[Zp?0 @=n6Z(l{RY;sZtspP۳@^nIQʾ섥IxQ?/Z~:;z8IgCst;99}-i%z.ͤaTǸ6u c^M\94r3Sw|5d#SKN9mqh. >_Wsrx8|NS {T´ʳ}lAhrg +|{Y~S()OEcՂL1/_S;*icOG&K O )xʱQFS*, $őjlZ/.VyՀ mE^1Vcs&9 ds[{o-`ILO#lxmϿY9Ubiih1H=06?F4׺1{BYFT3TH}Ѵ/5qEm{'D_:O_bQ-=M24?hq)3tqPF[t%R)?da˜+e֟C5šT?Bye Xi܍`4rUEc+hTA}Q8AMwv]pXo_#y"}^#7YJ-$8ů{ wڤI~[nKNt|2WP\q~k>lZm( $+ɱ(rHPr-}Gc=y Xy+ % k=0rG hW񁒱) b>n ~ݍ>l bh46H, $YϠz{oQn0#2)* SרHK{0Qa_~]5|FN;s&ae̙YNٙ _ 쁜ïghx8XC}U,DW 8%hy.Gw0 `R SϞoU09p*(n^(/d88ypZ{yN3 cl~D+(9qpdKI+O5hePVbh(Pu DlZ22ntdWmvM?z$vt;*']̍!* D(Ǽ<0m|Mn;[ MB"E0c~=Nh'.`Æ>`ul? ey|y8OC:GGIӬjr$C75=#D]2ӔSfUFq˨vDYX-2#`kɌkJGBt+&=pgVx5 -,5\T]DEDX!B_ScQIG\"zcm4~(33NRϾ:Y WݓNͥЊN~6lєeP) K/XX5 3KL2*+jTCX&D?Hk׻ `]l~~QĘFMX$0yg NIE458+yj-fqŒ3vz m=J5AXA>ht ]"sjM(bzo̮r!9 ךɓ"6KܟO]*Y`TWLz#Xxw-ol+cQvcKaw| W2Tl4h^`$8hs.pT~ΌDTiQQGih-EŢƾ9[c? |UWJ\F~ܕǬdpbTijEK Q]7Ppqш4r<&+WEV JV65Xץ9]ߒ”J)ƿQKYj>aA?g_6݁PtssL%]Y4_y1"oR&C/53>PڧeӀB7¶وFh`W]cmK): $`oC%b ޥN߇e#?&-¢T;뽻/pATz0w=S)Nj?Um __0WMR$#ȧ]1RǏd dF`3xS͋uu1iTᨓ`%.d>ҵ浙r폣nffVD! (gzep$gcU Όl7{7<{95)njɐcOcdr2*ZaPa_C'Llr\YOQte >DtsI;_#&K'hh)nT-*lٟ' &MR6ćAq&U]-EkyM'xK&;LB9 \?k3> U.+:{&ʯJROp#b\c~7't6j"׊m/?Nn/'MI==Iƍ2X^_(AH˥,TGdڟ,:%҈}}҃s jp7ʋj@p$ _hO; `mf6R4==/FG|'ʚ+|_WqWd]<y\Gaۙ)/𫜥mWMcwSVQڨpPeaf5)w ÏzBti6:^ (-JI+r--ꟽCڶsɇ:T`&8f8#HWڢ?#LlMY= FHaFqLMW6\[N:''B@VSL60I$_T| 3޸gU0~n8e|c}GD;2\_fdG>Ұ~^>.C o#8l5R/M^xYAm7"jUy0Cl1=PdvG+a#{d-u? +8'{tt@ !wg#j__ZCRAĐԸr/Jm:6+C(F gC!5X$b­=0jo&,yaćۣTEɻS??Xk>4oj"Y|a4,@4l,Bn~2ZVUI&סR칭?0M<h| [M7"ݙQ4 zqǍ=!/Pv:_1gH4s#ܨm!f~Ȼn*7֊2q}䊿q41l֪ R`0oޟ܇o/PϐӅD߽B?]ѐ%̓B/he,>4Ɗ &8XpJFH~>O{a)V }+Pώ-?p {e ko 9ϱKR>20I(ȧaͰ'',٪>QNn~XgA,OΞemq_oIXPMS5RK+ÐnzZyxMz0ALSoYړͺuwJ84d[rWZ}wQk8?ITLF4y2%K@ZZPT6i0&Jy:=Fd.$`s^AtWtH2iZ@ÈW%c=i(PNu@ڤן-pÊ{RpϹeɕڑ OP:zz Y4z5}UzkLrè{yS]q`[Ezxl{xӈuGLa`㜸7^^gk09]UbM%JSfp_  lS' -A9*bLJ'%qaB+U1 rCXd9#$ϝ\Gzh!2(޵yY/$ϒ楐 a$I@TtxoK[Е wt`lޯ=G}nn~IMu穘эe 3Mn( +cg+m7]:xC0G+w kcޅzF+PqGFfDS'詮>SC& ՞*ׇ+I(L<6;P2ޅ&zpkHϰ5Ek_Q(+p(sj}2л6Rwd3\HR5RC FvlݣyF~[2y8-\Rb ERvЇ IoPa{{G>xno+30\v#ٴ7 kgH>3w~)rFe]:\E]+oqs9<5 0*sڟg'кtv;H:"iSMC bYԗ⮿ z㟤 ԛlē,;  ipel~Ɛsjlnk'=tNe;!#!IXɞF\|Qt@4xM>:"`ME_#7HYT|CIO|U^iGBцwg0NһH P偙WqkCeoQ\l8ZMͿF$iHx_韵D7TppˤLnYzH@D#"! L(VN5F#nڟYk@Y IdPd^|HA&`ASzq$EՙpMi{J`(Wx3AеC\!O"ϖ0lQYaufA$ ͑cػAgPFI!Ŵ인M$1"_'p+>2xbX=|3m$fEt73KrTBl3}JSe[s_ zڄ`tA K4fOsuqeheC]!b}8ѺaȧȐl>irl9]Zpz>3IA 5ѨJG;Jrc),A܀ <, INӹ@~yk[@ʳ5='v^CUr6&©97׫8>9*]WAP<'$*E6Ic -D)sKV+QFp,$uy- A.F{~^aR AՠDЬQr-7A!#q2{,;~<זv *>)\drhV^BKSzQ }yf]]֝ 8&U{&^}~AFŞ^ȼ(edx>m \16ƒx W o 6ygj((pWkA'x}ȨDZK,S5  )wD)#8P'XG(%cÏ"H"TlK3Č SR\&+ʴre:"o^RHb #cw/iץw w1_* 6znRt+87vlQ;`ϜlnGQ$;}WABbEDlTM(} qկ?k-WxԣJ+ N!1^f#oM ?r0/Fm5-%%osK1[pςHos"X)N>ѐtf(X\ .]<NxAc|?"-uIXt6X]B.H*DɌC,W^}[_DqxhQm+01^WT(~H>W^ȜyYeM#} e~dݼOCbl%yޖq6Q}o)$&&&x جx-N98F vkMR ʻ9VKB|IkO9'bF8#΍fDW :<P;&0 Y[i"3xz6-U! }ۙ̅bU4v6lBgQKrhE-IVING{, \PZőDN%bCgrAO.Eα[)"۔G*8#`l#t.+89FX4s4}¢$r*%)():08,ۛEn41w4 8= ϯ0-ʘUr_7ᔛh;΄WViJbRz{/se2xMYI ԼYU18ūJzzVUQy<3omkf.ρ%pfU]IlO,3)&d ?~Z5.GntTCa7SITnv{JC8?NClYYh-R\uY%~Blz'4ܥU,LJ wI0x21˂O/m+t ֵ!#bs#,ϛ(VE97Y܈"zFJxw9$l~,QX}eR &wL$<1߮"P4 0ɮ]c?.9(*@rjd!I".NNz0Â=zDYZx&8檅=9xkctk*^Y7~~R|)R՝/I+3AF.BԪB1_V lf<(JfQP)_@Rɾo.̽w[Ҫ5IxL7'-g4Q- '<_?a-K;{,=$.Cmf)owՕNRK{hSP:3ٲٽ738od)nn Y٨x߷IFF*wZ.Cm} j>v#ѳsCT&>W RՍe/1',NsNv06)mM*l'POv$<(\EQyg,uVI?I]7-wSAͤD_~x(2ՓhTw@~;fk:V-ܺT<j3|ܵyWs'YBh@-q؇ƕϗ$Zo)jR"5~F%mW-=` ufk3JY'm M\eB]3f΍(!4@064UvNAJm9(h֠( 2<,a2ûуjpa92eMkyClXeQZ/Qj\)?8rHl> ؝3֍s9 ֊kK=ZK$KcFEXcZ] cT> P2679E|A "cU𗛥14`I5wL'o/ICVNv#_ <>y1뉙=ڵr?CReD/EW4qhռ ]ӱ=b`z?_sR~QH? x:)̙=iY-?,$}, 1jf㴷41SءSrS!P k^x@*϶ar Y I#/2Sfc<ױ7in Sn&zoZ?<.?!1M6Arez