libgovirt-devel-0.3.4-lp152.4.3 >  A ^3z/=„W;z}P 2*6<΁Y?1h7:>t!rwj11tz4:A{&;q;aD.?OX\r>a+=w Bc ݓ ~Eؙ5 `!!J~/ABH~1]]9GTvA8=OeTj<78^@=t/[~)v v:O߲ 0A&8eb86faa3d125e3338d3e39a7cb27f533d7ab7cb300a717eaadeeeed174cb17741c9784bbe2fa2817783ad98787a253307e3a84dS@^3z/=„Ԍۋ5K>L~)P@d1%.u7vn)>p>?d " Y (,?HZ t D l   8Pt   0   ( H8 P 9 x : A F#G8HIXY\ ]p^bcd#e(f+l-u@vwx,y|zClibgovirt-devel0.3.4lp152.4.3Development files for the GObject-based oVirt bindingsGoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings.^3z lamb62openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++http://cgit.freedesktop.org/~teuf/govirtlinuxx86_64' 9 ' 7 `AA큤^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z ^3z 648607cc9a006ed83a1803aeca91b60cba40ed22d417cbb82c0db40e04e88b9dc7c32c4d9ae15c4ffcc6d6a8245db9b504571733818e2ab7e9f6ce19c1573b7d7093fe5ea811a9e723a877c308387f9280969f7948b79264f1a2bb2d352563817eaf08a4b0b1e6774f8b464f131229001081bc5ff7bbb330c99d49518a5894b8e428d7dcea7180d3157d8eb1469544da435ad56c461374df055321f2f5fe084ae56ffc787df5b11877b2d0c019ea5c886acae0e790904ce633b1674cf9cc4fb8b6d4cb28206c01d2575a57eb999db149b36655f113fe42df20f7ced00b5fc2134891c2e4fa726095843ef653a1734dc87819bde88f6bd3125e1aebbe4f410991afbff4463f282c423c8b96d32241282c9a428b1cb65cf282c8fcd211e71b2765a213f7b421b518a6140fb6f87e87179a3de3731286fc0d6bcf6a3f09e0e5f8f1accd8d11fb35fa8d9e7bf52eba4c3b1e62b449cbdbdc52e381a518b97a985025bc808840fa2cc614ce5047d0a1108bdcca0751594c1e7c894f6e87ecbcf8f1ae897dae29473912e9ad994742dbe9f0da5ad8d9fba808954a22a1f2e84cb71227c6eb3bfa43459283e5b726bcfe5fa9ed55c9f3ce96f1c8224d2a952b284a6557ff796f127c62ff9ada6ea26ae721003b227891e0a91beeca5eb4b493213be52a8d8544021d5c3662006a802004da17ddc7c58c44a273cb640d2db149cf2cb88f65c02b4bce35870c5f98bd91188b1a828a1bc71b258e9ae0c9f89644c6fcf22elibgovirt.so.2.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibgovirt-0.3.4-lp152.4.3.src.rpmlibgovirt-devellibgovirt-devel(x86-64)pkgconfig(govirt-1.0)@@@@@    /usr/bin/pkg-configlibgovirt2pkgconfig(gio-2.0)pkgconfig(glib-2.0)pkgconfig(gobject-2.0)pkgconfig(rest-0.7)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib-1_0-GoVirt-1_00.3.43.0.4-14.6.0-14.0-15.2-10.3.44.14.1Z1@ZW4U%@T6xT HRRQ@QQ;$@jengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.org- Fix SRPM group. Update summaries. Fix faulty disable-static switch.- Modernize spec-file by calling spec-cleaner- Update to version 0.3.4: + API additions: - ovirt_proxy_get_api(). - OvirtVmDisplay::ca-cert. - OvirtCollection::resources. - OvirtProxy::sso-token. + Fixes to CA certificate handling. + Fix crash when a REST API call returned multiple elements with the same 'name' attribute. + Various leak fixes. + Improved API documentation. + Fix GCancellable disconnection after async calls. + Updated translations. - Add pkgconfig(gthread-2.0) BuildRequires and version it: Configure checks for it.- Update to version 0.3.3: + Add support for SPICE proxy. + Don't report REST call cancellations as an unexpected error. + Access REST API through /ovirt-engine/api rather than /api as the latter is deprecated. + Parse status of storage domains. + Add support for GOVIRT_DISABLE_HTTPS and GOVIRT_NO_SSL_STRICT environment variable in order to make it easier to lower security during development/testing. + Fix compilation with older glibs. + Fix mingw build. + Updated translations.- Update to version 0.3.2: + Allow empty filenames in OvirtCdrom, this allows to remove the current CD image from a VM. + Parse leading '~' when handling commandline filenames. + Implemented ovirt_resource_delete() and its async variant. + Add translation support. + Bug fixes. + Updated translations. - Add intltool BuildRequires: New dependency. - Add lang macros, and package the new translations. Add Recommends for the new lang package (and make libgovirt2 provide libgovirt, so that the lang package is installable).- Update to version 0.3.1: + Handle cookies set by the oVirt instance in order to have some 'persistant' authentication through the JSESSIONID cookie. + Add support for VM pools. + Added ovirt_resource_refresh{_async} in order to refetch a resource content remotely. + Various leak/memory-handling related bug fixes. + ovirt_proxy_new now expects a hostname without the https:// and the /api part hostnames with http/https/api will still work fine but will cause runtime warnings.- Update to version 0.3.0: + Add support for listing storage domains and the files they contain. + Add support for changing the CDRom available in a VM. + Introduced an OvirtApi class which represents the toplevel oVirt collection from which one can access VMs, storage domains, ... + Rework certificate handling, OvirtProxy now has a 'ssl-ca-file' property that can be used to specify which CA certificate should be used to validate remote certificates. + Certificate checking is now enforced by default unless OvirtProxy::ssl-strict is set to FALSE. + ABI/API hasn't been broken, even though some functions were deprecated.- Update to version 0.2.0: + Break ABI :(. + Switch back to using GSimpleAsyncResult (from GTask) to gain compatibility with older glib versions. + Refactor internals to make it much easier to add support for more REST collections. + Parse more VM states from the OvirtVm resource. - Rename libgovirt1 subpackage to libgovirt2, following upstreams soname change.- Update to version 0.1.0: + Add OvirtVmDisplay::host_subject property, this is required in some cases to connect to a VM which is using SPICE. + Add OvirtVmDisplay::smartcard and OvirtVmDisplay::allow-override properties. + Implement ovirt_vm_refresh_async().- Initial package, version 0.0.3.lamb62 1580431885 0.3.4-lp152.4.30.3.4-lp152.4.30.3.4govirt-1.0govirtgovirt.hovirt-api.hovirt-cdrom.hovirt-collection.hovirt-enum-types.hovirt-error.hovirt-options.hovirt-proxy.hovirt-resource.hovirt-rest-call-error.hovirt-storage-domain.hovirt-types.hovirt-vm-display.hovirt-vm-pool.hovirt-vm.hlibgovirt.sogovirt-1.0.pcGoVirt-1.0.gir/usr/include//usr/include/govirt-1.0//usr/include/govirt-1.0/govirt//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0/-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:Leap:15.2/standard/00723896fd504331c1e0b4cc648b1d4b-libgovirtcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII textPRRRRRZC;y!LXutf-8a145eb3252730dec890d43576ed6c533a9076dcbfb413683e83b4a1be3638fbe? 7zXZ !t/)/] crt:bLL A`WyVME뿂{8,\.n`uQ%r1VXi+jw{H B:ޔ2io_sKN^>kݤHHhYA8ou/IOTTfq;ԝ\Oj"VH#ae[k;A=EjT ]/}*vثM08 G{==amR.nßd(;G[ZXEGZF9h-WYI yt'2}⫲|Ta5:W>۝B#f$"`}vf!GRQ4D10#@o 5 }2م iBw ZNzA.3Pp5d`%k.N>&_f773O!Cҁ&dfjB̬kMDpZALUSAbJ.yG:RE0|$8+yq{?CPoQV zVm+)EêTPyJe=(lj%'VfEsGMrq+v=rbb~3'P}Agp .$ފxU +yUASځ1x.a 4V{ 2$"K{4ogrnc7fF=nO@UƳ=!ca;%&WvɄN3,UptCiDD;;DRJ@`2_tB4 ,yqD,Dog|nSᅬI Ԗ+6yC$d,gBz-j*˂*^6,%G>y.jeSjn FD&:'ʹ TȺ= 5x6CdI32TjGDzqy[fDc2.a.я#7*Sv. $u <+/`QpI$$/ta{S|.!B.p$*] V9=**zQĒDNAd()ՅTz@ބ Z 9Ĕ AU׵HFsCkNc 1$ [h3dBcz hiv(Ph7re.cS=']{FΡ0u#j@/z&*5_yͩSNP!)IStNpXc'"2g#AǛ/ՠ7 `,C?9_ V)C#7אM <323~&x&6>\/숂0>[MwK<2y$uv!|`/EYnN{Q;[*F2MJ K]˙R%U "F4'wp kyYҭl89.L}B+K7I;H}Q@n3'2DZ5pΟ@+KZtfHt֔j8JQ3R5p ֕X-gI/GNub Y/.`m'،? FNz\KMHYz 2 z(SXꍸ>b ޼&OO$Q8jC1^ī%d(a0H]#ǙFᇧ4PjFhʏ-ph|^0]A-C@7 #K >9Z8Z"rg9383q` hb_d~onu]Yr&$N}EARQ]'nl xr̵|*bkftԣgcqU!=0h- ^\!oN@" tG DiCo]:?rǕעFbꯣ@m"9ba4]%7TPnTCˁ~gq2Bܧ܌ASA:ų)cJ0M;12 wPrCFz߅.W,#KܱƚXN="cح : AJdf zIMCY`eX]Ц4nxg;\V0w{Yp.F$T5ezbn-ep$![:<ٝm,nwhP,fah |EĿZEfW}Qwrf-GΓBK,vH3; OqTCpD NUg4P-0ThNDbo @$DX,! jr\C dl YAO>7mEtz^q p%Oh 'UQu3ly$s?cی>+_]6"TH~\B }XB@sDwrޭh+'C]"ioz&eOZZk8۞|0E̋yb,{Zy|$ aV<{Zw삀y9Fc(hRRp O>QmS{Iƕ0Y8V,m%}XB__Ԡ"s8< ewĖf& o6MFB2 9[wxP+ݢxW U{@?=Gy0A<W^>c9c/Mh:m&WrW$#IKB}bA]!SS)A@pEh4W덨[""օ!|W VzuMp %wr)aЉIQWGEjYxT0N"x}mҍ]i:}ڧ UD> 1& y@Y>daD~>)3̽A20ֺydڜ/yVj$^O;ʏ|}\6;PYAԺC4^!ɮT{5Z:< F )_M[JPw^)jU1}uoe\։sxV?\˺H̴i+>!d\˼5<.]턧@=_ 078!?wwk8R qS+$ׅGvYh_-XY"hvDR W\#Y w~Sj<q.UBͰ(a:E;Fα>mZWPՅGjF5D85Y]Idŵ07Xtx S?87}>/C G z3lDP-Ќ` _u)Y]*r_6HMsf؎n՜ee_a>}Eb-S]a~c}UZȿbwu0nfDT״&^>1n{zGE|,6D K·P!B Ul=f{Ȍ.ƩCFڐ=;m~߸X b~qqԸ?1[oo /htI! 6(l9`^d=tZL}!`!Rd^5T7u5i *f,R7;odק>V$ v0%_N_}Pgt6@l@lr 2NjMa9E |9Zu~tq77}=i|;խi2vq/,MLm,w@;&.N{@&KhCpUhQo e}F'N{Zo{W}*q3m7 !INuu $/J8@s#$9MH޴oNLJ\ :K@9ԏ.d13<ۂ41 ņm`ƸJv6RÒ5:!F~,b%U"#֕GO Z:G((m]{@B.|"cRRY4cr ĬخS/&s2:jZ%=mM.P9BޗρZSy&OoNaߣ@61A36ںgV7%/Vo@7H`u"XTtGmr'CuY ]1J|&8bM:N|P#{et<@>pgy ~%+ڂ&sg+f'A#@xpa;羸C>8@1ѕNFĠI2+[ 0խ0xs-z>8>;`375($maJ'vO:?-@+%/؁;2RY,YlOB\FPuMԆ"y SdCe3鲇޼QjR\Bѣ϶$iZe,Qv>GNOiZ޺RVLw@xQB ;3*.?tfo]gv־eN9;8Yj%|q x`PZ91HV`DdlAg-/$FX=K O:O6gK;c]HM􈅼"&WHP߫k;]O"WFN# LnmMz&nYcǍVfHW7gP->4OȠ! kt{n$Sؾq'_(xg_qYrZDK3cBAi&}'ߊ>J忕 g~gwWQZSJ M3ЀOa+t1Qv`5M%b o:NC*F9k*Κt`;G,،HL%Vg^0bK+kPC(+یΟ&>P/PQj̖-go+Yb`6V~x Y]#`vV[]nPg1՚6c1Mo5e<(!(oU}v뽶aR;a[;ưgqxc$hm3eKCc{iԜ8g=EaaDʗԂ ku^`\K*?(vaȿl$hYdIb|@*5HybdhbafNDr+ >AxYm/>ڰ֞:W!0ޙNrDuw*{&Mʚ#rIarDiE p[Pv9DʫEĂ8W "-|cL%r(q{P%q/j4ҀC8CnW|1@vs? e[' 6/O-#n$|.j> v o4%Yqŏ{>ۺEd-}ԊDȑ@FȳyphKW4.Q"5NBWU=+ ш!)!|S}c_M?pUD/cy.OdLdbsɰS\ehxA" ]B u)xFr+#h!s[vL5ŐdG1{ƸЉG ^A 9Q[g9I?_OnUuW4qD( U0t, ]g TM~%.*$KۘT^_WHߣk^[C 5 `VuF3(ܐ%/oM%PVfOf4x1݋>}AxuִkXŒ$}&0%F:/k%Ƌ7M!d8٦gӷ wH 1X~`"9M4jKTE{zˋKP9[To02޼p곮x^D]lg˻և[N3Zh~`3SOqhXj#wy:mKknQ$º(wW6&1Ys:hhG-GmY|E3"ƋKo%cI\ [ƾ_ۏp9?!nD8 V1zD:c>уG 8zK"7n:1ghl9z5ˑ-nH a7u|B$W"AƂܺpnMm寘2Ӿ,dO]>sp}|KNG%.1Q+0RcөwRk>%nn',XU=dRq얬gi*I_ϻɐXؼZf TVgF4m1Eq^ɉB?]"tNnҺκ\C'NW\pf07S_}8[PZ(pud"DA0|?'8~p5pက_U]5QxJ#3|Д(  L;aCd Ff>%`ҬVig3U)]+s+wAFAʮ^ia3\~;[8_{X1I8?$H Ns.0h*%{, bZ+8./^IңRAؒM,b< Uا=GLAZn∶~eK*x%*i G.+<i=A[bCݹŸl'3Iw&G~2ˆ^d:onFـ*g(/ao-soy'fnG$_Hi*G)eJ2npNu frN@NrܖD4Vd8&\ШrzB<7PLRlg%jLӣAUOM. JX'u WuqYi鄇-7;0TJtJtj7i g t٪˫y=2FJC]62ыL7\(6웬j혅lOIG$7{hYѵ=,#%LF+!7U'9i>JW5!hҼ8-Րi5 .7dA6aӀ,9,c7E0#&PP,!A.L2N Ԓ/3W"Qnevj|ɵ࿻܀=0ޘo\i7y=ߞ*r#4"YQHDz2CE,!C.rebXDkLC  .s q}O.w/ҢTJ˥աH񥘔*y.bv6Q*$Yt^W& P'KF)زKpl3[R ʍ[T)`1r;{ X &֦:ڄq,8j @:=³:Z>N_ĪƵ`{=F6VAIV0 )$ ,;͚@P=LhVǡ" \Vʥ~|,vUyCC<~X~} iR?QA [hV+˟˫%}5kq$dƫT;;/8Y L Ey۾p4a;5C{UFybdkcZ0qwS=.w][A:X mzMӖFa* *KX`; g3K{ _l' adOy$Sy3E $g/~ }HM`^ bG_"ORŋ uaQY-{A}<&XsYDC9T-&D/]P1g6k-]%acZe[pl54N6uȋeU1Mŏ܆Wɳ{Jy"g?MێYz9J']P+ K,-Z :X)@$qdM'"Vu4O/wN'f5 ;ӈEoCv ZݿTL{.fIO|kɃ6T0g9SJo@&GlR"Bd@LꈞB"r9)<6}4S?'Oz޸ '6 l෈SJI|UE/Exw IU9VG;yN,9b