typelib-1_0-Rest-0_7-0.8.0-3.4>t  DH`pYx/=„y1"} sFGMc$_IPq_YS&F[~]HMiPr* fM^09J}-W#_QB uvVhy9 sjZYswIcx@ض8 pg@=s-14P=rZkz3Kd zFcM>5eSB91160496a9ea2cc0d6bb7bb7f5de22142d06376d7:Yx/=„vtA 2 #S r#9#:u35fcA? @ F V``yygM?]jځc/Sգ(ľ4UNv%y4@x]:k )zjM*U^/gmy,aA`O2K:yk{4X H**"%%r<JHyƐY |4t|*+B$D7~[GO/W>: ? d ! b $, 0 4 < ~  @ % (U8\9:FGH I(X,Y<\X]`^bc.defluvwxyz Ctypelib-1_0-Rest-0_70.8.03.4Library to access RESTful web services -- Introspection bindingsThis library was designed to make it easier to access web services that claim to be "RESTful". A reasonable description is that a RESTful service should have urls that represent remote objects, which methods can then be called on. This package provides the GObject Introspection bindings for librest.Yqlamb11V0openSUSE Leap 42.3openSUSELGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://git.gnome.org/browse/librest/linuxx86_64C<YlYm52ee08e63abf39c58d8b6255fcc4202694490b9fb6ab29770ccba249768b9c9crootrootrootrootlibrest-0.8.0-3.4.src.rpmtypelib(Rest)typelib(RestExtras)typelib-1_0-Rest-0_7typelib-1_0-Rest-0_7(x86-64)@@  @@@@@@ librest-0.7.so.0()(64bit)librest-extras-0.7.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)typelib(GLib)typelib(GObject)typelib(Gio)typelib(Rest)typelib(Soup)typelib(libxml2)rpmlib(PayloadIsLzma)3.0.4-14.0-12.02.02.00.72.42.04.4.6-14.11.2W,@W@U hT @S@R@Qޞ@P>@O\@O@N_NvMVMMM@MoLs@K@K!@KjK9@JJ2C@J@JMJ@mgorse@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@novell.comfcrozat@novell.comfcrozat@novell.comdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgpascal.bleser@opensuse.orgawafaa@opensuse.orgabockover@novell.comglin@novell.comglin@novell.com 0.420090612vuntz@novell.com 0.3.120090518 0.3.120090511- Update to GNOME 3.20 Fate#318572- Update to version 0.8.0: + build-sys: Set version to 0.8.0. + tests: Fix lastfm test. + tests/proxy-continuous: - Simplify the code. - Server chunks can be different from client ones. + oauth: Don't leak temp data in steal_oauth_params. + rest-xml-parser: Ignore text content at the top-level of a document. + rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling authentication.- Update to version 0.7.93: + oauth: Add missing include. + xml-parser: Add missing break in switch statement. + Don't dump XML parsing errors to stderr/stdout by default. + Fix misc bugs in tests. - Drop librest-missing-include.patch: Fixed upstream.- Update to version 0.7.92: + Bugs fixed: bgo#665716, bgo#708358, bgo#708359, bgo#728340, bgo#728952, bgo#728953, bgo#735919, bgo#735920, bgo#735921, bgo#735922. - Add librest-missing-include.patch: Add missing includes.- Update to version 0.7.91: + Bugs fixed: bgo#702483, bgo#703103, bgo#703642, bgo#712231, bgo#712747.- Drop librest-fix-build-without-ca-certificates.patch: as identified in bnc#825903, this is not sufficient and needs more investigation / rewriting. - Revert --without-ca-certificates configure option back to - -with-ca-certificates=/etc/ssl/ca-bundle.pem.- Add librest-fix-build-without-ca-certificates.patch: Fix build with configure --without-ca-certificates. - Pass --without-ca-certificates to configure instead of - -with-ca-certificates=/etc/ssl/ca-bundle.pem (bnc#825903).- Update to version 0.7.90: + Allow to disable libsoup strict SSL check + Add username/password support + Several API additions + Build fixes + Fix some leaks.- Add baselibs.conf, as we need the 32bit package for gnome-online-account libraries.- Split typelib files into typelib-1_0-Rest-0_7 subpackage. - Add typelib-1_0-Rest-0_7 Requires to devel subpackage. - Change librest0 group from Development/Libraries/GNOME to System/Libraries.- Update to version 0.7.12: + Build: Detect CA file location [bgo#663783] + proxy: Force all SSL certificates to be trusted [bgo#663783] - Add config(ca-certificates) BuildRequires and Recommends in the shared library package. - Pass --with-ca-certificates=/etc/ssl/ca-bundle.pem to configure.- Update to version 0.7.11: + oauth-proxy: Fix format string warning + oauth: - Add GType for OAuthSignatureMethod enum - Add property for signature type + Build fixes.- Update to version 0.7.10: + Introduce rest_proxy_call_upload to provide progress feedback. + youtube-proxy: Added upload progress callbacks. + Added documentation to rest_proxy_call_upload. + bmc#13746: proxy-call: Allow customisation of data serialization.- Update to version 0.7.9: + Add "disable-cookies" construction property to RestProxy.- Update to version 0.7.8: + Add youtube proxy for uploaded video. + Fix introspection build. - Drop librest-fix-introspection.patch: fixed upstream.- Update to version 0.7.7: + Fix a few introspection issues + oauth-proxy: - Use POST method to do OAuth 1.0 authentication. - Added 'signature-host' propery. - Add librest-fix-introspection.patch: fix introspection build. Taken from upstream, commit e9c917.- Update to version 0.7.6: + API for manually constructing and outputting XML - Changes from version 0.7.5: + Introspection build fixes - Changes from version 0.7.4: + Add cookie support to rest-proxy. + proxy-call: Add continuous call mode + Various bug fixes. - Changes from version 0.7.3: + Fix memory corruption in oauth-proxy-call. - Changes from version 0.7.2: + post-twitter: use the correct URL endpoint + Plug leak. - Changes from version 0.7.1: + Flickr: add upload support + Various bug fixes. + Improved documentation. - Changes from version 0.7.0: + Remove FacebookProxy + Add Lastfm proxy + Add a oauth2 proxy + Add RestParam and RestParams types + Flickr proxy: Allow specifying the permissions required in the login url + Various bug fixes. + Improved documentation. - Drop librest-fbconnect-url.patch: facebook features got removed upstream. - Change BuildRequires to pkgconfig() ones: glib2-devel to glib-2.0, libsoup-devel to libsoup-2.4 and libsoup-gnome-2.4, libxml2-devel to libxml-2.0. - Add pkgconfig(gobject-introspection-1.0) BuildRequires to enable introspection. - Update Url tag.- Update to version 0.6.3: + Fix leaks. + Code cleanups. - Changes from version 0.6.2: + Add introspection support. + Mark GErrors which shouldn't be freed as const. + Add oauth_proxy_call_parse_token_reponse to parse token responses. + Build system fixes. - Remove explicit Requires of devel packages in devel subpackage: they will be added automatically the pkgconfig()-way.- (re?)add librest-fbconnect-url.patch from Moblin:Factory to fix the build of bisho - some spec file tidying: more explicit %files listing to avoid unintended/unnoticed major changes - use %soname and %abi defines throughout to spec to ease future maintenance- Fix spec to comply with shared libraries policy.- Rename to librest, provide/obsolete rest- Add librest-fbconnect-url.patch to add a new fbconnect url funciton for facebook- Upddate to 0.6.1 * 四 7月 16 2009 Gary Lin 0.520090716 - Update to commit ff4561e2a8c38f49127f6e3b2ce7c238a29e1571 * 四 7月 09 2009 Gary Lin 0.420090709 - Update to commit e9a71922f5997243c45dfaaff21dd9b4a6340ca3 * 四 7月 09 2009 Gary Lin 0.420090709 - Update to commit 41f91eec3d26a2514c4bc310b90829cd2d14ed4a- Update to commit 92e1871d3181a73a780f588689733f25e3df5b48- Use configure macro to get the right options.- Update to commit e49d8730bfb277af59732822e78535ef37e29b6c- Update to commit 153d2e8c5cc3452a7275c7ea7fa6abe8750cde8blamb11 14950593130.70.70.8.0-3.40.8.0-3.4Rest-0.7.typelibRestExtras-0.7.typelib/usr/lib64/girepository-1.0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/4ff7fa6c8ef506e6c93640a0b1523dda-librestcpiolzma5x86_64-suse-linuxPRRRRRPRRRR RRRJ[Xzd?`] crv(vX0D~J=[̺!40ic% %4Qtorj*ʴV(keT﩮a &\3B"X32 U{@HҶ LXuGZeJoPjKq=ΌeX|e;Q ϞdDA4 S.3%X $%URBpAeh毺wb;X)I%y}A݅}X>\v~jm*ިz##'lְ;"HDE=c95޼U!B32?QYk8?2Nb SD('b>˧Cl#y6lq̷>/ a$C/Fp% -*.i7bhKʐi=L\^^D63OwŸHi2B;*?~,qrs*G뷏]g UVo}^$&ٺ 3l6WY׆:m|I7iZ:f߯R␃n_|I!'-kVGYnٛ ڽ ֯qѯviEcNWe2*QU$kB SԦ9점ڟvdM[3j=3څ>.o/+Y״ \:G9pA7X/[ }rҷL%َ7)4m\Ft=F-l*>Vm6AO rc,7U-H\CX].c^>%f4KGQ E(GN! i2~Y 2C?Qi 4 S,_SidȤbz ڝVꪣE32\Vo<;fLif[o`XmrCf%*sbo㜞΁{#!dk(]Ȥ7I&[dE}R.0}Yr0 k]d=4 q.#m* @ۨc ]mAnf3.VV|p Cx~ Si #~9ݞP t[z7^/85-yO*5 j [k[/1p]yL'lR 0w>K8mH@q9OVsM´. c" -'IH8&Us~g2r!-DlŮ%'rt62gvA1l$LGՍ3Qyo]̉ 1ӊbyWEn,o s'9>_1˜_u@8]2iS'P*_t-0NIys\-Ij c+t3$tZij)LDvXrGⅤ'^#NJ'Iz/Jt u6wh] lDR5g<5eLXW -].Yl)JmtI@ΆT*b(] af"k#91l5),->t{l;Y A_ ^B-<4V1,i_|Fz-(HC xx-!uFY)JENQDDVRS.y&wbLEzJ*>0ƍB"M}Y8Q3?WUo^ݯrt8no/ qFڵɢ,YܙL2z/t\{i8BjlJviN-bCT^: t_=H A - O<2ⅅu=x+|h=0r{J7V#cWw, BNJ{֊GlBA` Aސb$aX'Ro-|aYGW缸nIJ&znЌC=uI*x*AHQidWhKO'Km1抆-f7$s ~d n,zΰd]jj^M$jͅGm}U´/N݁|A-DnzHH%6=f=b+q{->ͽ 1Mw<^EgY5K#',sX5vQg0F4d/c{d쌁kҒ)5(۽ h~ͧ'-R+t4Z#LAYߡ?֠l _/mQ"d[ulyh)4@!1 !q!`8XE]KTT]1#n^oAh}&9X႗O寒Iy%1H]aSˇ. y(E)78I2uчD]'ۛ TT:'8s3[T86XY{tƆG"٢iu3N<.~nb#s`jjHqLj/bݟ]c&w@RcU*߮m4K)/j"B bP4պHf@3T[XC[u#e@?+-K<;\̡A!FxK y0Gr5L35{.*sҶw`ZA0}|xsiQd܏*%8g!g"sŸARƣ%l ;>K |} it;RVJ]לKmHҀWjv-- ˬl59?˶w{{"d jgZ\ w6dzж֕/q3AcT*JCˏ/c^'d)iFhiEhMLȩZTk._ri-&[/r6Ajh޴y6{93:$~Iz&eMv-NWqoP;K' jnPH Tx>\ S3`Ž+Gy8x@A8YP۸& HNT5vqA(ը'SeԢPmg@2H%3.ڠ$mハɽ^]ne>4(2MSRŊX gfuRD&ϯy"kUw_ ^80 8\~#AJ+mmI_m=HM^ )P~`O!?n-uIIVD#v'Nϊ,&Dt.j`w_[arX-FizYBѸ55욥a̍(b氺A]vVO>!)|tl*PzldJr L]M-joӂ8]|s<2~cp^2(BX1uD:fz CA:k-B{wD~+{ģ»Y <n8E (9*of+! GgLa(̢Wkqd]UquO[֐gI֏N%B-T3IVNyY6t 0tgUfǾl?޼'tξʗ$ k:s ;7ΐ YWE| g,BmU!CO_dpznZ[kؙ%݊(3) fn׍])R['GrB8?ALK%⫨7\R/ dP@[]ʜd?[-hq!'Opx.챫1jVD+5= 4pIEP l=!ĿSڱ;]J5Q*( ;Crf޻(ɴȅ1L# L7Uph@pֱ@Ect=m瘗a1G{m]ɗ lY=@F ) r%r(ww8ԔQ15r*|N