cmark-devel-0.28.3-bp153.1.21 >  @ `B!M@eeeuC#ogC!,mthrm\|"`aEWl.\&vW A BU]+BӔ̰3LPQti J兂p&;?XTZOnE?Ҽ}l;*ws2joK7a|Z}sRS 5ăKv&J:.Y:-}\[h +|Ϫlh6 ߷͝[_+cp6'ŃmyWFv265be3e5fb418ce3b1db0829ff314953f2c23b6c7a35bd56c104f8913a1a2dd4ff960d3b1785d26e9171f4a4ef7eea6458b5fd09i`B!M@eee[/o4eo<+g i$(gVe,:Ky1lş+"캐p`0 0tWW#-}&1 -'EZ9>p3Ɨv'R\܏8mu <5unC{%hgxY\i.xF&\StoR鋡 0BЅmwFNBF\W\!W,6AɋN@ZZ6>p>.?.d  D| /5< d  x          6 h (8 9 : F*G*( H*P I*x X*Y*\* ]* ^+kb,c,d- e-f-l-u-( v-Pw. x.H y.pz.x....Ccmark-devel0.28.3bp153.1.21Development files for cmark libraryThis package provides the development files for cmark.`Bs390p22SUSE 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/cmarklinuxs390xK  #A큤Yph`B`B`B`B`B`B`BYphYphd32568d687be9b1881a0a27854fba9c88153519a5fc2f2182db0b1572bae24613d87402f15e253257640d1335bd04b9ec84de3793055c2d0883567c1348638db8062f40b3d88a5721dfe5f18be323131817e74cc19835b0b62d89f4c2e499c2eaa7975cdd5eb83daddada1e3e765b2bbf57173521b39a11909813671cf573f5a86215a26a2d0c1eb683a56ac627a83b719e4438656698db9e53f6dd5d19b0ff0c7ef664a75cf91bc3e7604ecd3eb2505ffb9224de38782c2f9e039ed6bc6a0ca7cf1e5f567d2fa4b3541fb53d4db42c316fc4fb1132a5fe44ac871965e394eda6fc3c83c840b04c5f684184ab0e5c9c003cc7f105ee986eeb57d07707167e7a4libcmark.so.0.28.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcmark-0.28.3-bp153.1.21.src.rpmcmark-develcmark-devel(s390-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.0s390p22 1614991855 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-cmarkcpioxz5s390x-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)PRh{absk9utf-8d090d86c23acd1b2c5467b4d0d233adf027a435a6d01b240fcc08b535aed7f69? 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!PY<{X|"$ egdȀ$6DADlgIď&bt?< ֛80gK Irpˊ?_VelNbG*s!O3y, AVPD>/!'C lb^>+C<ڿZ]Pe=,h 1nWd6n(k;d *= `KbłX5 }Xƪt8t\ב,}dc R降 UJ f[d`!~r$Zsm46mڎ81&cOgTFT8} 쫝Q8` po qjiاup|Dһn`NnBέ_"0 쩽w!4|q_3k'hF#8Czl@&q67`b=КNw#Z q3-\̀2//a-ԜCmjByUFSPa<"3$Z̻mqCȋ뒇0 ;RRGfp3ɔ_l'@Cm"^ >X5![1mw$ʷWS4Mڅyi3܈;/PCaSٜb8:` n 6gtHfI$!['mYC:6C6{]鉸DW諒uTgKw @=\Pdt4m ƃ oRR]~u?,PJBJRԨ8t2]ÎfA]ÅQA\pv4ɞf5 T>ssuqx(?OՈHp=c^W&YdHdGuZިnq0j9S;h5 krΐ=32ϏMF͙9VOg ElP4Tc^lwbez:זDXīˌgA7WH- #$%IU ղ)$]O=]o=n7~! qqa&9e)hh}TxwþӨ9.P:Pa#C X9R2D{@P羧jà4(ELת<:yl9Q|g{ v&lLW6(=P}CqȂwȇ٤za3n`3;VSgd!,ϴuHb2bmE3yT[y+`o 'Ogw&ާ6詍2r :Z MN|X!nQzohetmP"IQg!V"7ME2?T6-$TvBz-A6^O7] E:[.>,i 6_Y(U?'Q=r,ȧv4gxmHk,~7sL^,MWÏ~Ě^ \ص s^clc|e>m8L~wj(T6,I"-KPZOY#/̷%);qy45-=nᑚ;r` 0W|Dvp 0o{q'U͸@cjO[sS<0!_1Y !Ee_gs)h<TvWf9j@e٦m [.{`|.:<.:+XΥl| cR qrC ?"k3eʘBW7‚QPKE~KReaU5tG09RkOy 8E}~#T2d%^7Nk0mx׎n>2ܘ0 ҆ rB!d$988}쓾PSʓ;%"zdq8yy?&%_C!ЇPhCpS5)+ennSKퟪ/B>CJ6Ρ5Unkӷp|-8s4D^B3YaûOw|;tz=m){7Ugf'ԿG+v KJduBzaugi>gB;WΊQj}T`T!ϣ $fgiC)̌ul7BTQ4m J2g̑!3ea),@efć_Iְ_֞'(;vPxH MeS}gp3̘|{j`̳bWW ;TJtYNw q껜Ni;Nޟl=iDςJWE| '""YEC Kk;;ZPk:җڿL?ƕݑfL'tp{уt H;MQշ Wکc5DK0 *C'{ ې>pxdA eXT t AƊQjg_hhwDl`)H}6;~vsoQ{%TzL_\;|ЁTk$=j%E4@ Bgi2uBZc[o`ͨ #Oզ왩liPu}qs{eNSHbr#j}'_MǛeE)&Tƽ:t _J_yͶ3Slnq0WX'V;z;Gњ#0mv(9䠼Ti[L&{c(6Clf| J@O*woiXJRQۆ I`GBTGfg o9MЊm T:oG1r!_ E,CSoW.H^kA?.^J )$bXv/d6qqw<sq6wO8q7F^Ao}n;./"}R l&Wf熗t@UiHx f>tjYc @ f҈qoZG@7_=SH$qTOGci䁻DOC2F/FW1u#C>hRWN|-74jekvG+tz37҉rݪ9_4{e/Լ$CEFIn^OSW-b.&7F 0AMTDj\q<5]Q] bB&h%\-L/d9gTҦ\juq5~dKl4b77Nk!ѡQ\惌c jݵDʌI%9$>ˮM̩[#~?.b $S~sԂl*qA# >n͜~Ff@0\NȘl~̽aTuX0P(>r2K UYZ)h+t|!T@ E-;]ȥКKbDLHrm9ڴ ?_a\?6wzYQפ$2' 2}_ sg5.-=)5&:*͝?$~Zs̚vl4GXhQ@Wl~9#\o{S8װ\* +tbj7/1lײcW_΋ 8HqEQsFXCUu˼ґtqJH"7J@a.2,%7P -fL疡If _AGJْۗ#Tt L8sdԻFx3Q"ƵnƏ~^Qu]F$)Ĕх:jjָچb{<^Zu(tP#:)Dv8 3%!/>Or"Z[z{|n^^O^mt†)r ~?3]f_*Н~'{˫H\DO+ 1r:ѲD+W9=_v R3<G4F`p%${^{e ZviV;%^~2$q=Pd H*P@~b-L€F,ya,T ҁfMO~J3"!'Rt PP P~eI0 kF<{ѥw5uP^Ԣ:b{ZuFDGzV)c* >1đ&?FK;Y"R/ʓ_Ň8ۄpJw$4+_Yi]Ӣ(mw;~螡 73S:M&2Lģ^hz? kM39G>Wsրc7Bˤղ <<\e$EI,C2eLEV{r_?/<"]ݒZ] ő,YL\%*["z㜥z"/x etD;?Fr GBފr(&CMYX"2?YhC:O'耟tv Jmc&۩;`:/qeJ] ~e …D _۳x+pX-`ضt]  {caϰdD <)[a͖=eŜP\[]9](2/b ZzKU)R8ŐY'Pp e?ĬR@?]©mD(i⮌A^5ŠbR9tbi>GEi)̫I'rX*hˉOpFA}g07zڳbUP^y/B0"';U0R)*AQ/]\) : HUjfI!waj&xnoTLrhL.K/`o>'2&^XM}@[ADhÑr+XƾM5wxVZz _f*]jEL>au1~.ɇ) +>lzXW$$Sp!~l] Wjy&}BaPVRRȃ ­y anN+c }5 5X7U(kHYPM03̞ VL*#vq #IK-iUu +I6Y HPZu~꽋c?DG L:-CsčTOϻN(^mCׄf+cfLT.S42$DJߕ2)ut鷘rdWl;O%ޡ[ bI L?Q G Vݯv=؎g<.b0P9%}3jd֛Yg RZ/BZsV8H*qzIl6 Ok q{&A_@9YhkdL\o݂ڏ[Z:AxSUG(NNɞg\_s嫀u3bEc ,A@*?ƣ ,?L slNu5bYS.x. }3Pvnfb{3@5=t@kZ(Ht m} X!W.~-=ِbV:l6=<{T+ci2knu7/v?vanՃ8$pSRMqwR;HZY@Zap>_,sh65],t7#úCeuҭL/.195>UgG{CHhHE@aRvV.I cK/?:* f.\ڳ]ApQ3@_fKjAB@xsE. 7su(3; k' UA0q(\Qy& [<(ޒ+}ғ"KsXs&#BNkľƔ2MUOlj\xDI~x+e2() i۫,8, ɦFm5S!^+wQm:F #4$āX v@qj/ޙ,1YOYDݻf/F3z5|@hk?>v;Mj.LeVʕttOGK+3vXq䔩Luv}7$!j36T"6 yx0-^OCAJP5h/ y;(k鹲'BP4f*0W4Xoķ$dkOG|@\)!j_Z9@MJ 3dU3R_ɗr_apPcz{t|`# W_+81Cüϖbu/ r).&RWB* $D͚ܩQ0D6.nqr<+Lbh]~or m0#9 ġ>s}he[ٳ(nZ w7[9#[$+ޭ%~ Ç1FfG CR}?:4;;fM9ReFkl S\In~S%R 8Zpn fB,Lw mߺ% >%F݊z3ұ-iX%࿞4 +9GhSc!!t,caaN[nĊgx9P 8 Fו&Մ!٫l.2/0iҏ"/NQ^E*e/տb$}Dz [>o@!]cc "Xm}cm3\  YZ