libsoci_empty4_0-4.0.2-bp155.3.6 >  A dkI%z [,I}MׯAܽ.4Gׂ}]^GW ˑo{Vg4Z1ȸm0ߟpAɪ"O0 ץ&BK zDv+9~˒;zʶ'´9mJQ)bڟVzO/ar& zѲ:jW8Βp8:xefZKC6|e3Y  o"8)"< @o*`"\PTءL,x!4F`;3ՆӋGͤ5xp|\,g;M{wSP{\ B=d a~bM9Xң'5{,yDg⾜K8 RX)@g;MPB%{-v=`Jk7,lbVy&]Ul rU%4T]l1$NOc`gj|Ӟ62bf1ef7e74ce82c34ff2b4d5b74928099727d0dff4b0115d0e3c362df3a70301ecbafe72d339a73b8320ef0c1cf2463c36d8f50HdkI%z 3Qv$sssEb+h\N?rn9Wa\[XMvD:75Lb:=XbЦغw@?eyHVL7#GTZ"?:bPq:Pr[wϲ)}Ckp~\2+/)%dGg#Uv-*tJ=h "=6 mxB 3jd43A=xH3&Q4t#*Ma@{wd}Y3Ȯ2ex5oB+;oZI% [KR(`x:W-o1_#˾7{p5iZ;?`C%<&q_esa@JJ9|p%.EOÅpr:A}[S %e]`w݃q]6zb=N IaKse5~fzfs tWO]SIg>sLӉGaVM` -w /I!^bTiΙ1G\}߀h}&է_: >p@?d # ; -6> Xu     &0PX(89:>@FGHIXY\]^<bHcdWe\f_lautv|wHxPyX zClibsoci_empty4_04.0.2bp155.3.6Empty back-end for socisoci is a C++ database access library that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard. This package contains an empty back-end.dkobs-power9-11SUSE Linux Enterprise 15 SP5openSUSEBSL-1.0https://bugs.opensuse.orgProductivity/Databases/Toolshttps://soci.sourceforge.io/linuxppc64ledkdk5abdaf1bd2444f8bc26f944e62ee77962e084f4f6a68d81ad24dbf017538ecdelibsoci_empty.so.4.0.2rootrootrootrootsoci-4.0.2-bp155.3.6.src.rpmlibsoci4_0-backendlibsoci_empty.so.4.0()(64bit)libsoci_empty4_0libsoci_empty4_0(ppc-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libsoci_core.so.4.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3baP`a.a&0aG^1thod_@gmx.deGiacomo Comes - 4.0.2Giacomo Comes - 4.0.2Dan Čermák Dan Čermák Alexei Sorokin - Add packages to be able to build on Fedora- add fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch- Add build option SOCI_CXX11=ON, some packages (lime) needs it - fix several RPMLINT warning- Enable test suite run in %check- New upstream release 4.0.2 Version 4.0.2 differs from 4.0.1 in the following ways: Changes affecting all or multiple backends: - Fix using SOCI from CMake projects using find_package() (#854, #867, #868). - Always set indicator to i_null when no data is read from the database (#28). - Add support for building SOCI with LTO (#846). - Enable ELF visibility support (#848). - Fix building tests under macOS on ARM 64 (#852). - Fix using custom types with an explicitly null indicator (#807). - Fix using vectors of custom types for DB/2, ODBC and Oracle (#856). - Fix vectors of XML and CLOB values for DB/2, Firebird, ODBC and Oracle (#869). - Don't return i_truncated for empty strings in a vector for DB/2, ODBC. - Make unloading dynamic backends safer by delaying it if necessary (#862). - Migrate most Linux CI builds to GitHub Actions from Travis CI (#863, #865). - Fix rare deadlock in session::reconnect() (#630). - Fix all warnings in MSVS build (#858). Backend-specific changes: - MySQL - Add "reconnect" option (#692). - ODBC - Don't show interactive ODBC dialogs when reconnecting. - Fix session::get_last_insert_id() for empty tables with SQL Server. - Oracle - Implement session::get_next_sequence_value(). - Fix using default NUMBER type with rowset API (#872). - Handle reading from CLOBs that can't be read all at once. - Fix another memory leak in CLOB handling code. - PostgreSQL - Fix use of quoted identifiers with colons (#840). - Fix tests compilation under macOS (#841, #864). - Fix tests with PostgreSQL 12 or later. - SQLite3 - Fix getting doubles from non-numeric columns. - Fix using uninitialized sqlite3_column member (#677). --- Version 4.0.1 differs from 4.0.0 in the following ways: - Add session::is_connected() (#828). - Fix DST adjustment when reading dates from the database (#723, #799). - Make dynamic_backends::search_paths() actually available (#829). - Fix using std::vector> in query arguments (#797). - Allow using dt_blob and dt_xml with rowset API too (#786). - Fix or work around many compilation warnings with newer compilers. - DB2 - Fix memory leak. - ODBC - Fix bug with handling of strings of exactly ODBC_MAX_COL_SIZE length (#819). - Fix opening connections when using connection pooling. - Oracle - Improve detection for newer Oracle versions (#788). - Use bigger buffer for Oracle connection string length (#666). - Fix memory leak in Oracle backend when using CLOBs (XML or long strings). - PostgreSQL - Fix reconnect() to use the correct connection parameters (#793). - Improve error message returned on connection loss (#828). - Fix use of uninitialized connection variable on connection failure (#822). - Fix inadvertently broken use of single row mode (#571). - Fix handling of identifiers with colons (#782). - SQLite - Add support for "vfs" and "readonly" connection options (#816, #784). - Fix std::tm handling (#770). - Fix "big int" detection (#783, #785).- Initial package./sbin/ldconfig/sbin/ldconfigobs-power9-11 16847697454.0.24.0.2-bp155.3.64.0.2-bp155.3.6libsoci_empty.so.4.0libsoci_empty.so.4.0.2/usr/lib64/-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-SP5/standard/0e37e72396a3c9d569099fcbd5d1c114-socicpioxz5ppc64le-suse-linuxsymbolic link to libsoci_empty.so.4.0.2ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf0bdcb2684e89b284307e2dec925d3396849bed, stripped PRR RR R RRRRRYX'\XN1Ouutf-890a832b8dd9156f722ef0ea29d36eeacb2306dac68c2a82503d532cee2edee36?7zXZ !t/ -] cr$x#Hm NP*iďS:s*Ƈn)c>>'`c-gAE>6YF_I'&;(dO d9mb%Nޒn`!]oXG f{MEY([h} M뺪\ Ȉt6UϼȚ꽖hsz_D^徱UE^ŐXρhx~O8B6V]xp[x\(qTߞm@Ԣ'=n:,J{ $F Y1:">rIC(x[B70$5/m$b°?ؽ ~k00I gL< JTgwC7o[4PS!: WuOQ('_A$5ѾV=输+B(Ǯ[Y w} ݕHk(7FHsɁǩ~_{~$LS[_@0q7t l|AƁ)efQ޿1U6 R)\nc:bWEp nJͤ-H^О[Npe\[K$ >)} Q>駮m(1406,'{B|t,d=oFk}>*R@dJQ iKjN?.1y&pCʮ\uRf*%RkVGrjw^:v/q&MM9JVhu8KΌB'Gb`x:7PZ1\ѶχDՆs>|ݟENu65,U^tz!DQ p"dz,"4S-ຏ0s׻P($cCٵ~L kj.Re9RM{4 Z7^ŶÂjU %sWwLdDwmx= g, zUl?0 _N8dlB( XMEO+Įb"k"v T&Vpm)I鴖WZI#CB\= lJޠ(̪h}/5F I~YŽ{\< G M/U!pI1aR;312)NdLBf0qk7fK~XފH$Q-?\W$>_]rt~ &1Fldp63_Nj8XA; ƎGM6ErjiRgugƬ9h%Ja^@3~;.VIȑ0t`R8̈́+.c6w(j\3'A~04N>}kG F~GEI'v[?8CԃQs_tf҆ Fp+1\np_$bNj j: YvWV#oA$g[c'|-n B@_MrTAqxVal˩fժ5&&blHnK {_\syAQ3BvVlzzH9mq ѤD _x 5ܗCW^0Fo{C:Z H۩2z&d1G2nT07;T*c>oZM@8Yk2Ziu7vD,c^J9kV/U{́iݻىHPPYe zU u`v(".5 tb0[ p@ 7d2kp~`+8-;0 ,T\Z\0!bY;6POC;X|P nj&X-`.hηf+o[=n޴ߩCۉuA8l4L(̡L^7Zûi&tub 7-/m@KJwPڔWH&9 lSQN,{c;jOiI%9$>՛*1/~0(=\$f<0 zhGs cʎb=vbwkXoGI&f͏ރ' bI"i^Nɖ@qٜ>VDm궀¬LbyaD>u:(/$7F>,x9r4ړ'h]pfvT=YN O5-`t?T?-dn+=c 8B\([h:2Rڗz lr?,!|Lt#:><(-dy;^~%s(;iO%L%LyN`LW-ż`ZX-Kg؜䳈GL_Yo]Kn668~-<yBCs$80SxĄFrŪº@O-smc(VKG! Cz(ާsU@CGkoG"XK>P;02#&>Tٜ`3Z 4N X4-*&?C8^'i\hQQuqzԋIW> 6 &MOjk#7HA{KG9{1筬pKE -FǦZnb@xA-~h{tl X=B. H-K ?;35#rW+Z dSN̍QޥJ He:4qLu̒˘_yk5Wc853sc*`I9Sg4-(^P?[qwKQSE$X{kr_/(CTeshJ*^- 9KA8m>Ԩ%,J:_JN` K$w7W}bm`#`J,]oY<,G\UAg nf+Zj' .o"ns Ct(]٘g{Ub! ?6듈m1i}xy` w"!#Sk@Tť\ `9m3C4+P*/ U0'(^sĘK3IGg穲amzp}֦;\o֧ =ݹVHE3sXGHWz)jG+}n2ʜcf?&dWz"e(JޘJ[orڇz` 71x͕řm暼%t;4xl#?GJ爐"hOQ K48 0! ,.$}`Eͦ N[i,ar\ޟ[Se!`;A[D_`Yˑ(McpT ϙRіe :d'hVEuվwtj`iB*Wn*j8WT_D^ܦ%R1*vpYT[qpn4T݀G$*bI"&;FT/ l1QߺΔШ)m &5$N'q^Bf.K,s5 "x'q0sIGgW #o2iHCB z t64 >-VswK]Zr8=[^]ŊHHuͤ8lyAoU?U轃Cx[M(9ZB7&?U]>moWs 4O( j4/甊Gwk|ڹ.9QjcdR:M}c U&<([-cL]zB@fh+?ݶ;Wmgs@\t\R%r3(wVT>A[%wd(f G$Prq;f}sb2@0 (eZY2 (BEmR".X6p1k:\~(޾dV/SZɊP29=]~h0tځ'K2b&,O~x\ Hq-xE<b">==or; B~.{]/NM0yg-4#(rڙJxY][2 w*eH;l®bcDZK' 0Bʙ֎9Hϖ(^Fin0%M?,AZY ޺ICJtp!_auwҿ.EGYpA\qKG[u:y C7+s[;/^ܹ*KDص8;n戦 a*e)9NjeiwI6ҁϰTju  W|!Qk2@=A(vOwtM`@КRL^ [rQciwP Ḣ+"Ps2f4p; \U<Հ'+#,IӮSNeǷy]~'@ԆǨﭧLNSKA't*D]Œвg֬b;3'M (/$t*n F&嵈Qb.TBxRZ 3ϋBfd*%Y:E !m3KQˋ:E!ش&l5R1iYO{?:9"ԃfg!Б)*Xe.YY2]>@搄*+ veY.l%O)޺ܩ}!jX{DJkvpw>&A S͠;N.MHOǟr"꘣ 8B =}{.?nwDCUYL]W"ܓ*DuY zĕ,:Nw^U5b Άk?5Cʱqii0$ |BǿڮsQGFR-J[z:PhJ̻4->=~%Y?m,)AuL6L@U'fYoZ>ӌTXHy7֋4HqP2!.$GqXDZW(,4Rx%xҖS.*5ņlOB K.;guyD*5(RigV7w>h!av4=AsZY<tԝƺu>A=xzY0 ɁM.R(>C98I8#V#}i ir~Q$CI{ TACjh S: `,qJeUxtQG\fD"PeMGS+e! ?mkӞ&Q{"31:b[U>_}mf]tx83R켻 z4ܞUx^L3Ĥ8JªtnU-%'V$D*#+FIt(R4CIm!*k럢b1?^at"0z- 0wq 3ZpY;8 gQTE~:sJ 8P 쯰x (_&leZ>>U(kd1Ou_1iwvtL!=Gs'nU4:\brWJiXҠkL?Dq6>}6mrp[T9lP3YyVGq9q}sE-xJH(n`r1(? Mmmf IPp]iz1\|i= @'3<ۅms.|[F]`f]ng 'ɻJt3gc.ASoItS3?Y>kϼBb+hwU57֫m#+3#Nqn{5L,.)RpC~}|fxR-=6 !zlK?`b5~ .a^SN[K qCB5}10N4fskV=,ilL@m*/5Ե6"0 /-BZ3 !$" +$Bx_*'6 gC=@RBfnpkLo#3bt/;OUv-]br^0{UrlBkiǂQaMkLiˎ׎9Wy8$I*7M >͕:y窉y>ݺ‰ 1LV)i@=rdl"!.+wF_!=nێ~Pܩyw5<1dP4]'Mй R' t%.LPPێY-Ir-j`ZB7Er>!oCc-?t"8= ;nD9){}Iإ?PKj!q'*0 shq۷'O$ PMcOϡ7y c~:Fu^F)@_ E7 i=m n?^iF`8cSCkic0,$0Y/S-9ٕ & 7%kEK!S@ϜF ^&^o햢!41@!?hnbD–{[k' YZ