libcheck0-32bit-0.11.0-1.26 >  A [Qp9|p3#(`-]|?Kow{xbhO.f >rx]H6O Wjk#vWLãn h|^W3A;3%C%ŜF!0dJV9=- =XO_!<jj[*W+dP~!X`52 )7HfzWwdk5 k*`෬(i&%p+4* g ,}735a19bc0e7b1b68eba4c450e69a8bd1e7d3fcc0aea8581c495a5f0640e8c7e7876b4a5eaef592876f4dd4c391001979c404dab0w[Qp9|h<Ja2ӝ}lHxqe%pI+B1 6̏(!&eHʲ"WBMS  NUhxH0LP ߋWFeQr |@h Z0QZA!n b*YyIoh0ɮ&g!Pk~MV=Q7u^P,_ r. XpMߔĵ.} ?=ExDIR-TZT>pA1h?1Xd  8 AGN`h l p x  T (K8T9:>.ZB.bG.pH.xI.X.Y.Z.[.\.].^.b.c/d0e0f0 l0 u0 v0(w0x0y011 11TClibcheck0-32bit0.11.01.26Unit Test Framework for CCheck is a unit test framework for C. It features a simple interface for defining unit tests, limitating the developer the less possible. Tests are run in a separate address space, so Check cancatch both, assertion failures and code errors that cause segmentationfaults or other signals. The output of unit tests can be used within source code editors and IDEs.[Psheep22SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxx86_64/sbin/ldconfig[P[P73b083ae98649364ab25b2a8a154133ac61f0d1a74d55958fdeaf040a9417a52libcheck.so.0.0.0rootrootrootrootcheck-0.11.0-1.26.src.rpmcheck-32bitlibcheck.so.0libcheck0-32bitlibcheck0-32bit(x86-32)@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libm.so.6libm.so.6(GLIBC_2.0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.3.3)librt.so.1librt.so.1(GLIBC_2.2)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YX@U@TS@SR3@Rz/@Qo@PNNtK@KhKepK@Iavvissu@yandex.byzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgjengelh@medozas.decoolo@novell.compuzel@novell.comjengelh@medozas.dedimstar@opensuse.orgcrrodriguez@suse.de- Update to version 0.11.0: + Avoid issue in unit test output checking where a shell's built-in printf command does not work properly, but the printf program itself is correct. + Emit only valid XML characters in XML logging. + Add LGPL header to files where it was missing. + Strip timestamps from examples using filterdiff if available. + Fix potential SIGSEGV in Check related to the disk filling up during a test. + Support added for applying tags to test cases and selectively running test cases based on tags. + Macros for comparing memory regions (ck_assert_mem_eq, ck_assert_mem_ne) have been added. + Macros for comparing floating point numbers have been added. + Macros for comparing string, but allowing for NULL (ck_assert_pstr_eq,ck_assert_pstr_ne) have been added. + Macros for checking if a pointer is NULL or not have been added. - Update the homepage and source Url to current location. - Add libtool and makeinfo BuildRequires and use autoreconf when building, needed as package is not bootstraped. - Add NEWS file.- Update to version 0.10.0: + CMake on MinGW and MSVC was unable to find time related types because time.h was not included. This header is now included for the checks. + If the test runner process catches a SIGTERM or SIGINT signal the running tests are now also killed. + If Check is compiled without support for fork(), the behavior of functions which require fork() to be useful have been changed. Functions that attempt to set CK_FORK mode are no-ops, check_fork() returns in failure, and check_waitpid_and_exit() exits in failure. + Add space around operators in assert messages for readability. + Use mkstemp() if available instead of tmpfile() or tempnam(). + Fix issue with string formatting in ck_assert(), where using the % operator would be interpreted as a string formatter. + In nofork mode, the location of a failed assertion within a test case was lost if that test case has a checked teardown fixture (even if that fixture function is empty). This is now fixed.- Implement shared library naming guidelines: move the library to libcheck0. The new package obsoletes 'check', as there is no other content. - Do not pass --enable-pic to configure: only static libs profit from this. - Add fdupes BuildRequires to eliminate the couple duplicates. - Move %install_info_delete from postun to preun: access to the .info files is required for successful execution.- Update to version 0.9.14: + Changes to (unofficially for now) support Solaris and AIX platforms. + Fix issue with checked teardown functions in CK_NOFORK mode. + Allow checked fixtures when compiled without fork(). + Various code cleanup, including changes for compiling Check on c++ compilers Clang and g++. + Re-enable internal unit tests.- Update to version 0.9.13: + When a test assertion fails, exit() was invoked. This results in any registered exit handlers being invoked. A test should not be relied upon to clean up if it fails. Instead, _exit() will be used to signal a test failure, to prevent exit handlers from being invoked. + Fix issue with string formatting in ck_assert_(u)int_* calls, where using the % operator would be interpreted as a string formatter. + If the LOG/XML/TAP file name is set to "-" either through the srunner_set_log() srunner_set_xml() or srunner_set_tap() calls or through the related environment variables, the logged data will be printed to stdout instead of a file. This is mainly to support using TAP for fixtures which expect the results to be reported via stdout. However, it is available via all of Check's logging modalities. + For CMake builds, check_stdint.h was not being installed. This is now fixed. + Check's example under doc/example now also works for CMake projects using Visual Studios and MSVC. This includes an example CMake configuration. - Drop check-missing-includes.patch: fixed upstream.- Update to version 0.9.12: + Additional unit tests created for internal and external Check APIs. + Check now compiled on Windows using MSVC when using CMake and NMake. All unit tests pass, though shell script based ones need to be run in the MSYS environment. + Check now compiles on Windows using Visual Studio 10 when using CMake. check_check passes when run from Visual Studios. + Always capture the start and end times of tests when using NO_FORK mode. Previously the end time was not captured, resulting in arbitrary durations being recorded when tests failed. Bug#87. + Added additional configure script checks for support of timer_create() on the target system. This allows for OpenBSD to compile and run all Check's unit tests successfully. + Added a unit test, check_mem_leaks, which can be used against valgrind to test for memory leaks. No memory leaks were found. + Added tcase_add_loop_test support in checkm. + Add support for logging in Test Anything Protocol (TAP) format. + Refactor Check's assertions to be more like the assert() call in assert.h, in that static source code analyzers can use gcc attributes in the header to make assumptions about the flow of the code. See feature request #29. + Fix ck_assert_ptr_* causing const compilation warnings. - Add check-missing-includes.patch: Add missing include in order to fix the build.- Update to version 0.9.11: + Check's unit tests pass when compiled out of the source tree. + Check compiles for Windows using the MinGW/msys environment (without using fork), and all unit tests pass. + Check compiles for Windows using the Cygwin environment, and all unit tests pass. + Check compiles for Windows using MinGW in Linux (without using fork), and all unit tests pass using wine 1.4.- Update to version 0.9.10: + Support 64bit int for __ck_assert_int (sf#3599471). + Add equivalent uint variants for __ck_assert_int (sf #3600433). + Detect if the system has a C99 compliant version of the printf related functions for check to use, and if not use an implementation provided by check. + Updated HACKING and release procedure in Makefile.am. + Detect if the system has clock_gettime() available, and if not use an implementation provided by check. clock_gettime() is used to measure test durations. The implementation for OSX uses OSX specific system calls to get the time. For all other systems, clock_gettime() does nothing. + Updated documentation in check.h to reference new check API. + Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from check's unit tests. + Fix implementation of putenv in check's libcompat for systems that do not provide it. + Fix implementation of unsettenv in check's libcompat for systems that do not provide it. + mprovements to the new Check API: new comparison functions for pointers: ck_assert_ptr_(eq|ne). + Test timeouts can now be in nanosecond precision. + Cleanup compile warnings (sf#3579199). + Renamed Check's internal list functions to start with check_ (sf#3448601).- Update to version 0.9.9: + Measure test duration and print in XML output (sf#3521371) + Added contrib/XML_for_JUnit.xsl (sf#3521371) + Added support for setting log files via environment variables. (sf#3576713) + Added better pkg-config and subunit support (sf#3417041) + Make tests/test_vars.in bourne shell compatible (sf#3472578) + Added ck_ prefix to mutex_lock variable, to avoid name clash on Solaris (sf#3472574) + In autoconf, request system extensions to generate 64-bit safe code (sf#2803433) + Fix for mutex deadlock when killing threads (sf#3564640) + Make XML output well-formed (sf#3575642, sf#3485651) + Fix buggy duration calculation (sf#3575451) + A more complete CMake / MSVC patch for those interested in pursuing Windows development with Check and Visual Studio. + Added instructions for improving the speed and output of `make check' when using Automake. + Added a chapter in the documentation for selective running of tests. + Changed how the message pipe is read. Before, the whole file was copied to RAM with realloc, giving problems with huge allocations for repetetive tests, the problem was visible for a specific GStreamer test case. + Improvements to the new Check API: documentation, macros that allow multiple evaluation, unit tests, and new ck_assert_(str|int)_(lt|le|gt|ge) comparison functions. + Made the new Check API primary and use it to define macros from old Check API + Added checkmk, a tool for reducing "boilerplate coding" when writing unit tests with check. + Added xslt link to xml output, added display of iteration field into xslt stylesheet and moved it to directory accessible from web page root + Added longjmp to fail function to ensure that no code will be executed in test function after failed assertion + Fix dead assignments and several possible NULL pointer dereferences.- Own %{_datadir}/aclocal to fix build without automake/autoconf.- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel building- buildrequire pkg-config to fix provides- Add pkg-config Recommends to check-devel, as required by policy.- Package baselibs.conf- Update to version 0.9.8: + Added CK_SUBUNIT support for outputting test information in the subunit wire protocol. + Added code and tests for timeout scaling via environment variable + Added documentation for testing exit values with tcase_add_exit_test() + Add make_macros perl script from somebody + add type to check_type error message + add contrib dir with xslt transform + function exist testing support + introduce HAVE_WORKING_SETENV to protect tc_timeout_env usage + support running tests with multiple pthreads + partial MSYS/MinGW support. - spec file cleaned using spec-cleaner.- remove static libraries and "la" files/bin/shcheck-32bit0.11.00.11.0-1.260.11.0-1.260.11.0libcheck.so.0libcheck.so.0.0.0/usr/lib/-fomit-frame-pointer -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.suse.de/SUSE:SLE-15:GA/standard/6d8a387974976c088b8bdea2adf48cb7-checkcpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a9d4d7ee72a440d42f57465d7d966ec80555e5d, strippedPR RRRRRRRR R R RR Rutf-8caa3c1d7fb161aface592195f3e276b300c22fb45d2aabd480c161fbde5dd74c?7zXZ !t/SA] cr$x#,ǔm[oǷSSyTSaV"^hӸ@,bNn/ݠL=Ǎ{i%eށR桅_Ҏt;#R,!u>R6<#oX>y˦(h, C* i= y;"g,?ڋw( jUִni{.6Ca[]=ۄ;W+(! g.|OdLr I#|0Vku):xa|E|#(R^k)PZR'5 U/?+֘weo0%5C5 l-;;l2#nZw2 ڻYwA{AO= F@k/Sb}XiUܚ'5)r4U56h@!oa0.,rz*ӎh U'IH4ʀ70d=-waZBum} [Q7[Mu w ꯂVT(QME^&;wܑ| Loz@sfOh|te#U@=GUB鿇YFF7 >F_i hų2J;H0 ȩ$૱"pc֣h ۦfl=P}e+p0ZNbFd~kOܕViYnkiP9q'NUD5WEKQB%QLGQ@l+Uw|X0 h W;WbU tbyxc&-=A4Ln Sky0 m6[ Gk;_s̄Fjhkg&H2a1Y7q٪x*6j'W ٴ7 5a`0:Җ9bϬ)=$4셽:csh,Nbzlx'3JxX셔H50.B 9݋<#Tjނj0Ki)WE {.?Õ 'v f +Iv[0 =AaP_YTJPaTMX'A<6чb5,Aw&k!gG?lmhquY {TɟıZѢSnahL t ;t7YXKo(PI)[mUO-\>= >IdMGIʔ ȶ(&'r dJ .t\yցlR" d`93'  lgԖM>ee8h_MW!7X2BeacDWAhML]}K^\Mx-@+PY!gӓ/BaNk=(~WϟuЭYn~HCȌ{X,Fe٦hyjT ^@~<J{5љt!GmvE|gZ6H0<\yD/_U?j\F‘ZFj9mxhx txk$`lfڢ&yy`±(I +Sŗ.EsH\MA#1#{}C$Y/ҧ Ic[U&AFPc]ZҌ#QK0|,ܥ c<$dG*B?Dp%@SVj(Fc܇ѻRj 9=a$tluMIoߐ#_ E,[*y$|z0R;^Ҷ=%KpMgK}Aky0Osoi$pp5FΝX ѭ 9$7koeC(Hԇ3*^NDs|ƒ持T*c 4a(XD9uBN3T>P=7,ӞG JL:n+Rq+ߢt(Gc ޑZ?>'kCuRa2U_@*79;:txb'OfLf4Þmv5-}wW %ՠm=CW-fʆ̛e$l)s6#MF ?ap+Z~8߻(_`P]/1ӡ[ɯWraݲf`cveOHSP.mE~pAa{w$/L ]<>;k"wls-Pq,ZM jmyH:|yҍ1N`X(,Da RS@O{EM;";2r-kR;eF`(PIG9EaI_g]@'O2ya`.?:b5%pkzS"$'ZD%>øȈVQvm&DǢQJ?ޑpe MV5f,ٓӆ_t4|x'M cQDCXuLq*=)szJ3 \=[(H/əj x|Vqbߡ6#1HU,W~%W65ţ~e_E(c +_Nj6ްSj<=]&w?g)x/pI2%MĄ2XNFvQ 40<@o"NsSswTgnnaGIbꯞT4SYn2QvtQg.adxc=~ pYt; \D_qݻd|,ywV{TkI>0Xy&EmȢ3 Szg+{pɶʢ${`o^Wv/CmIBxBlL UЏ$+R&hq=QuƷz] gL%qI2~c=:Lل3A@&^~%I|xIEV?Oj0UNluUo|}ma `(H/U6?+؈-#`H,Cp k0oΪ z+mj,HTiug\!Dt_9v_A32oC\6eiI槮oHP]WJ `JnlP p^8%s:ր6J 1$bK *&3ؿCJ=DWVG.5",t!^+7>NH$}_YdL^';vkeC^'}h6$@_C–s8`FpgQ9Hgh>O}7DM5JgkСˇeyP,PtjDŽq0pb?PiRo =q\ɏQm#҂J7*ȍ,Jڊ uI )1oٙ,&-;P[&j~Y oVYQߟ)kN"!$+a{%OlV@~T`4Š;NSlWT3YJ3Dz0v"ȭYVi|KyIO6#jzhdisW= PVLSOe|>oyaqY xX3P.8Bv2?LYl߃BnUϔo]0~5]GT#6u?Uzk&qk=ZitxhDm]H uW਄!pVl4`k*O`= &MldWz'R#7ծTl50̏%ꘌRYIt(R95h%!DžmB\DbGQV֤G "Ke >ТLexsc[\~Ist4\dE?+.-EO r o<pJRSpg~E$}3 Sə2{1)k 9KDBע5ͤSR6)K6݆Dcnծ& *mo8u+xMU&L_r Sjw8]Q~껜U5L9opCᒦZB+=pW8[bqZUXGOC@k^Ӽ WXxGg o A~vTLޥk*vkQq8;R=BYNKtڴ}G:C7;)~w5b/?-{ =:>!]dVR.8#?l(P9M@;KZx3G} f(BcTyN%-O@| jDs o֟w?fvd5Z5#ziU?-Z$ychx#wZؒ!jE\mW+>>c/'7WEN \nc?\]&„1=[w6(+/Qwo<c5Qzz1Ud wwUAEИctlG g3ói@I,>To?-=b$B'tj2=&yCd>G\-LJ4k/}7=q̜] <[Ĝ;C5Z>z2Un'Qm<͸(j>DnYSusZ ;dgsUl4~a(<-ab T $)/HRL4)7"+)[4 Jžzmkht,ؽ)]9چhC_Le> d M"k81~_>{&2R?V܉B<oR;y>t`jƏ 2c/`f1|اgۦ;fO= ۖ<)s,[]: [`Z\σӲ8Z~3 ;}d{א_{ BFY$n>vŋ;J8m:Ž}K(: MQ18gݙu߭pKG2.~u4|i+L1!-Mh`>$D]T Vm"[c:V d05 F1THz)x-yczaƦ<ŋA{a_RIkɝm|zLod dYw g O_` )dTAbnZ[¹sp&TX 7шp~̛ FNja &X鰑U=xխ-/Bu8hrfX6kork"G)6=#`Wxy(p]];gs#Axɘ 9iKst(Z/l]5:˸)p@;3_ݰZ%aI=HWifx BTcsHlz؅dj4ˋP7Y~/oǝ0 k@]bk{b`3* QF/8mJ8 ;5ʁmWTr/M{YB21r;bOeO:Xpl&H8jЧgQ _oԌ3WNTM|9QĐ+zLr\_caQRB,[ py6ρͦFpQCxd91W*yo"]Pe~cҕxۍ9uo_Ziȓu+~xevnJ~Ж0sQeڛ|ź];dl.Ш}0l$;l~+Xbfu3@) tfI/"/ǼB%d3:,t`A+9r,v532vƛc-6w룺cS|PÝ9VR2 )>/Sa{Dy.ڼIQh5NCΝjXQY7hDPj)%K0RN7P ӑx_8c!88CȜ]Spe?Kx8;GX8EAx$;(/vc1{cߤgRMlIX%}Ku jBs٧wgYS}nL&KV.,-t6c%W B{fd{pE|. e)Dd =rx߳h!Re4_j pB-'ծ4jirjoVJ_7mzH`pJ1~ܾ ymrzȭ6{laPorߖrEz~Y}_A@.d6u ~*Dh [̵3o5d ^cG5tP9`7Sz#]hf`maKz=CBX-Br]Z CAaDktmz*ՠf@q`x3ǒT ,GZm Ǫ踟|,mGuMC0i̧a{f(; 8v.ݥџd`G7AuSʚ4c{k/!æXޣ rq .0cdA^})Y+uW_jy3)<:|Voamޖ-=M5z"E 9BUd{ LJ 0 Qi򍂩q_i2Os 23-ORJ}[gpե.K5ò_$o׷,0r14) n )K}!R #KCh/oR:$:5X\> I>-9F^y>`u/.?0]llcR{Hb8ڃ*"ڞc ?NFʀ(5N7Nđl|z4)"J +T ՔrQI [YFBQb~f<1KOk#';!j .a5r_3,8wFkbC!1ͧ0M. `>#6w εΜ$ nOǚR;!H`38?iőPIm;i]uIIM)k@qA-6 9{]9%Įv&8 )9Xx53^JMe2(S7ZXGpckv#_]\U+儭3w"-Cb+ԘمrpV"vLAd|h3z; ijݮf~6ŀ"SW#Zޠ|F<_B D4VC\(V(.+=Eq鞩l۬b966L-t8ڀx;9j-`u_s,Xo@y-&+u=Vx!X^~Y<~KAVpeǢ+xacx@͹fyVhGL~D:RPBK~>o&Wm[ x:m؉fl_Mo>BgZNWP]e<_iE`ʰ@^E܈+ =4HչJU_Jz2$5BfJ4^>}uGxv_,iҍy$7N.K""c$ǟ^Y.r vsLnH:#z2;Z7Ҥy8ɬJ**ke"OqTu[._I+F uو?'NrG#CHRNl6̃(]4xGHɼ koWLP5Upww }< +*&R=s]? hZ; $?@ +fF2WxI#S=4lk#E]:5]ܔ%;c.Ћۆ!r^Ԥ[lYmSD.YύV &t*-ɕiʭ>2oDrP(/9Iw+W ?H]lo0o1X#&x z˝Dbyd \ulsYp1$׮/$2LT,Pܨpb%fd[-^)݉8paU%|J* I0PWo~Lhͩ Yfj<}]F% bpd9N`beg7R8BqmVK=sU'qdSpeC\/LR.x< SB쭼}? ~䦧eozmܾy9;)$w7P-$yO: d3 v͕7͈i;ny-g*~S^l*f:LӴoa*X 8wI_WdH{q{}|A tCRb.hxA707 tb=a]ipe&eq*VаY.M_!~F;;kR Չ&@MobzUHSYAF`Pl0Yme*` _!E~O+s%7l&> r!bЎ+QNzݘ>]he]q1N_&.D14!{`x6hpa×L~A7Cܒ/]~`6VneZ.pdd[(@jp=<5ʠ;ӠV܂Hʸ04pQI21垧ZCa4 ?B ۋǹv]N1@ S+ R`&JMXJ caEa¨JXҾ,)|oT]{̳? iE;$*q i"W?ݫRv {DXf2yy!VoBcL̎?h/mBBR9Ь*`!vЈI%9 ' cR2DjH\8:Ǽ,'6B7]/W$ǫD/I_+]I؅.-gcjʏp5y3cRnӡ0lvuj֙Cąxʐe7W@`pC'f߽H9H;q.2F#љ`z0`RK]Od"TqΕc 4c[DHӂo>Uim,_R/>lmDibs>mWʗ&UA R*_+E}|,%%v  7$.;Cu%hSBz?BʚmT,U nk-4\?OnDlj15e(Et5&3~(4fceƼDb$Ssu!ce}]2:oMs/^y; ۰LvIe@oD餮t^!?z8lFEqng~ MX@@*:*1ֺu1 9cX (ľ5@])#` YIJ:p<")<)zNj"4"pņzS}Tv2O¹-L9I9 DjmKdMDuü̡1|Nݰ{4,嚦Y?\Ä`B>H"912+Dz 1Re}>0NZ cn8 !_[qPrfx1垆1 neS,?3;iIZHtmW52Cw\"ҠN\4E\X㐩Y%;}fNO컶bYIȔǮGX`SqG,Аs>ŖE8!_kn'_ c"gXʈ;=,()%L!yz?@ SvLMA!j-doG=҃80; ƥǘ}u 4[%`/tJcWz !3(C961 3͊M)# f4RcۤЩgH4"YiI|J=N*G+ \y?G>`oIAS٣ٺbFP!䣢ϰ^h1lw`=2U]כ}|JK#hi2c4]zQJT7f)+P(׋_]||!EX<])d0 fW7N-N:1<]+} an^N]#?~[!1ED\^5}17`jx~\Dက_A]A1<Q|z0->5jBZdeRHNTċyJuM #Ct/ q:o} Ϣh\oUx2"f@Q=k4rdیϢ_h~*4f6;?{ {@Uː fN71b MTU ZU*V3?jI5sK# {Uk!oD.+(SO1d[4HέZ˧qkܨFPQ1ܼB5em0>m\ok^D! -\:W)'sQ@W2*nLnwVߘi2imoI ^o,L(AT.6_ "tgmI _])NU!qP/c\Ѫ۾^aM<^ *N-M{ 2I}#jFK}k1"`G2<_ YqcHtr