rasqal-0.9.33-lp151.2.3 >  A \/=„ ?/NA*#FǮ/&d^Kq2&>ETFxNku|J]y?xD mR!!e EP<8z\lp>?d   9TX`dw         * (S8\9:FlGHIXY\]^bcdefluv$wLxTy\ztCrasqal0.9.33lp151.2.3RDF Parser Toolkit for RedlandRasqal is a library providing full support for querying Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them and returning result formats. It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language.\lamb54openSUSE Leap 15.1openSUSELGPL-2.1+ or GPL-2.0+ or Apache-2.0+https://bugs.opensuse.orgProductivity/Otherhttp://librdf.org/rasqal/linuxx86_648 x큤\\b5aeeae61f7e26be1953a0a3d7dcb9d86091e2449ee9514897d3c3a73718d1b885fb4db9760e99a62d17e719d9e2c93d06027a8e850891658ccbc747a2dc82b8rootrootrootrootrasqal-0.9.33-lp151.2.3.src.rpmrasqalrasqal(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libraptor2.so.0()(64bit)librasqal.so.3()(64bit)librasqal3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.333.0.4-14.6.0-14.0-15.2-14.14.1Ut@Q Q @O.@OKO?@N@N@N;@Nw.MML@KK?5@p.drouand@gmail.comhrvoje.senjan@gmail.comcoolo@suse.comzaitor@opensuse.orgdmueller@suse.decrrodriguez@opensuse.orgtittiatcoke@gmail.comtittiatcoke@gmail.comtoddrme2178@gmail.comtittiatcoke@gmail.comasterios.dramis@gmail.comtoddrme2178@gmail.comdmueller@suse.debeineri@opensuse.orgdmueller@suse.de- Update to version 0.9.33 * Added support for reading and writing boolean result formats. * Fixed several query engine operator evaluations (AVG, STRBEFORE, * STRAFTER, CONCAT) * Updated query results class constructor and methods, deprecating older. * Portability fixes for ICC, clang and GCC 5. * New internal test runner utility * Variable bindings query results can be formatted in mKR CSV format. * Multiple other fixes and improvements including fixing reported issues: 0000546, 0000568, 0000583 and 0000588. - Remove redundant %clean section- Update to version 0.9.30: + Removed RDQL support + Improved floating equality, comparison and promotion rules + Other fixes and improvements- update license again- Update to version 0.9.29: + Supports all of SPARQL 1.0 by passing 100% of the approved tests. + Added support for XSD date. + Made XSD dateTime and XSD date equality and comparison work + Make limit and offset check work properly in a subquery + Correctly handle errors during aggregation expressions evaluation + Fix blank node generation when made in a CONSTRUCT to match SPARQL + Added SPARQL 1.1 draft UUID() and STRUUID() support + Requires Raptor 2.0.7+ + RDQL support will be removed in the next release (0.9.30) + Made other fixes and improvements including fixing reported issues: 0000493, 0000494 0000504 (http://bugs.librdf.org/)- add baselibs.conf- remove libmhash buildrequires, which development was abandoned on 2007-08-18 and therefore should not be used. the library will fallback to internal hashing routines. - remove obsolete configure options/cflags- Remove the specific -32bit compilation for 64bit systems. This as that rasqal depends on mhash for which there is no -32bit package- Update to 0.9.28 * Added full support for SPARQL 1.1 draft STRBEFORE, STRAFTER and REPLACE. * Add internal Mersenne Twister PRNG or choose others via configure * Language name 'sparql' is now SPARQL 1.1 * The query result formats now all use the W3C Format URIs as their primary URI * Improved configure check for for ceil(), floor() and round() to prevent GCC optimizing the test away and getting the wrong answer * Bugfixes- Split documentation package (fix for RPMLINT warning) - Added mhash buildrequires - Cleaned up spec file formatting- Update to 0.9.27 * sub-SELECTs can now be executed * OPTIONAL and UNION fully execute correctly * Grouping over sub-graph patterns fully executes correctly * CONSTRUCT WHERE abbreviation is supported and executes * CONSTRUCT works when working over a query with optionals * Updated the CSV and TSV outputs to match the editor's draft SPARQL 1.1 Query Results CSV and TSV Formats * Fixed issues: [1]#0000127, [2]#0000423, [3]#0000434, [4]#0000454 and [5]#0000459.- Update to 0.9.21: * Updated to handle aggregate expression execution as defined by the SPARQL 1.1 Query W3C working draft of 14 October 2010 * Executes grouping of results: GROUP BY * Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN, SAMPLE, SUM * Executes filtering of aggregate expressions: HAVING * Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and SERVICE. * The syntax format for parsing data graphs at URIs can be explictly declared. * The roqet utility can execute queries over SPARQL HTTP Protocol and operate over data from stdin. * Added several new APIs * Fixed Issue: #0000388 - Spec file updates: * Changes based on spec-cleaner run. * Changed License: to LGPLv2.1+ or GPLv2+ or ASLv2.0+. * Changed rasqal Group to Productivity/Other. * Added mpfr-devel in BuildRequires:. * Removed gtk-doc from BuildRequires: (not needed to build html docs). * Removed autoreconf from %build section and simplified configure. * Install html docs in %{_docdir}/librasqal-devel/. * Minor other updates.- added 32bit compatibility libraries - removed package name from summary (fix for RPMLINT warning)- update to 0.9.20: * Updated to handle more of the new syntax defined by the SPARQL 1.1 Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010 Added execution support for new SPARQL 1.1 query built-in expressions IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN. Added an 'html' query result table format from patch by Nicholas J Humfrey Added API support for group by HAVING expressions Added XSD Date comparison support Support building with Raptor V2 API if configured with --with-raptor2. Many other bug fixes and improvements were made. Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374, [#0000377] and #0000378 See the Rasqal 0.9.20 Release Notes for the full details of the changes.- update to 0.9.19: * Add initial draft parsing and API (NOT execution) support for SPARQL 1.1 Update W3C Working Draft of 2010-01-26. * Add public APIs (row, results, result formatter, variables table) so that query results can be built, read and written without query. * Add API resilience checks for invalid NULL pointer arguments. * Many other bug fixes and improvements were made.- update to 0.9.17: Added a new query engine that implements the SPARQL algebra better All constructors now take a rasqal_world argument Added LAQRS syntax support for SUM, AVG, MIN, MAX, COALESCE() experimental syntax Added query result formatters for CSV, TSV and ASCII tables Prefer pkg-config for configuring Many resilience and resource failure fixes by Lauri Aalto Many other bug fixes and improvements were made Fixed Issues: Issue#0000077, Issue#0000128, Issue#0000168, Issue#0000258, Issue#0000261, Issue#0000271, Issue#0000279 and Issue#0000305lamb54 15450753560.9.33-lp151.2.30.9.33-lp151.2.3roqetroqet.1.gz/usr/bin//usr/share/man/man1/-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.1/standard/bc2524802ad740e51224cdd8fc3461fc-rasqalcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=5a1297f2ad03a3d4c7068b097d4a7ead8271b1d9, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRϛ 1{uexutf-86a6bfe7097ee12375511b04be970c4d357f093fd3c5b95a66775354f0cf2487f? 7zXZ !t/;>] crv9u:Q)^q glP=ʟh0Gɔ$XO) c-cOl<3 Ch'MK2{Dg1;oJ^ɀCн!8V z86'hk:߅XJ,l&|璉7?.q+[ e{ FUc!!V;}WO&Ks2}^ZҰ7 S鐵pYkA`t, ~NwH~.H#lUdz+h(HÌ~Y"elߥXt| Xq[{g6Kurn]4un:%F lO c+/V.Dz.!ń|Syx=dx.Fy6X,VmHO^l"BS qu--0GvhH&A]}VI.Јuq.q9 Nm4I?6jTz|BDzjSm''=A: r-zTҷ`T zl;8W5XKߦhTl%<(eO3,41Zd{FgMrjLxd^e8Qxq𾽵@>DhQ|_JՍ+AEp$%D6 < t&=>KAH%]{<"-Gy;Idv6ꊌjU)L?J,uO@^U学C82FFx0鷄ǜ1Ętj7!~s};e.DZrń! ?2URIGA:VdWHz?Rd/Lק04ؿ;VqNG$zKi 3x~z%#@N>TJdWox,5A'[@1V)%Ѿ'фKw'FtWjp$ .DzÅVyΒ%JtKs n2Z} Ըϕ9qt5:ݟ W5NSov71&96#j9U@"}<J'rH?G ?[Q-hgܳ;y{r_!M+Zut3i%\`jF fxb>-ߚZaڏ` Yu7"1sM?Q H>.B#>WXв [s±܀mwO,5ʠ1+"ab5Aˮ `: ?A՗ӳخ}*ãm(PrIm0&\;TQS)@BaW>&:燆=N~H!c}Lr3Mj}yR_[)V#P!!;<~}bi@֭S,\`#Cka 鋦o)'-x.Q8RM3]ս$1.nS ^oTl|{4c@ . E@<>?NiO "S«{wd>'qt2VT,!HA=-Au7'|qO<ce׵9y],lup"G`..WF'u"\X%3HN3e->0JU4FĀl/'oD;O݆f>k]<<&4pOlVqFy /GE'>x-ݴ CaECv߅We'&K]B|ӲOVp,nr<ɤ0(wu %K€cA%BwiSI"-fg3[!"/>~p>'9.*hn[ML&cL4?O9]BC +Ǿ]Kq,&p 4w૽9a ߗWOf#F3dՈﷇJ vܜ7s#Y{#YSCpGLQvØҰcJu}zh0Ӣ%=$l8pgޙ;?t2C?yLe3l~J;>k{^^Ft8xMRj72#c-Ei} wV#!J: ?xdݷ6eQKKs`jgѺLm(sm ꁄUG>K f{ `|sWQ3 ۺbS/C]Tu?tDzd[b]eài00y(  ?̓ 6〫A؈wYSmtc:W|;:x3eCFֽ䡻lS 5K/AHί -, tlˆTCF4{Vg<|F1V̍㖈[M~L(k nfiRoPr&q,u6ֵe_j[]Zt(p hmj`/z(fq)<\24?  OQikg'.uB4RC jMߧK֎DQӑ È|Kh~xy<`$ jȑ#`Q.LK2pP p#ݚ#hUBwܐq箃KT9? ~7rdSi2&YX7|<0Tj)%\TZMsnzϭk-oEtxAԵg53.KyBdSC.7c|qA_Um@;Uؒa*-XPUi^oOcsiezW;k#\ɚoz/i{4"k%4W,|Ec}C0uxRL1GMyi!ʉ'v8hm34IŊGXuxWuE`u# #׉GrKY~&BrN>ՐbIQ&Pҟ-pLBOբ?ϞLGq+!}C:؊Ȭ[R6@@|ݛJI Ra%CNL4T%apJxfҩ`Wwu.O= =Eo' :¼?bQӚ_5C6mPSc%pآ\ԭǙ;U.I.m)N03 ֒muOJIG"TTq󼶷b6NEp[Fd6NRVoc@|$_'A,n]^qشg';p$T 8*y"kIT`WA~6'Pl۽eϽx^xuG=}jZ6>gb3=bF U@iC J_| [Fq``JY,+4B6He\g]P6=@#qpAoI rļ 'rꂞJZfµ#[R1|xA#؋s'JB0Oc*bNyr m0P{qoW0%|dDL 3rbHIfEaഒc"9\bD O\P>X$` x5H X$y0^t0<9i% ^QF}|4~D3 W|ٵy؁sw&UxYeXײ6G;aww}̿n,{,_%z]N Ea45Gbs$)32Ӛivqے7׭y4K"ŖiLetә|= VN;H/`Q$X^T|:o, dbf TCr@ϟPk.c̗YbլV"2nT@?wlо8TtB9êqҷ*;։'BQW,׳/'w7G_ZD G74rф4,7wܱ&xV( %Cʭb+)>XCeM'rjt`QBSZ7t%BK%sr7 uK~ƦF(^턭#k_עig[ϛD ҙȿ֟g*HGئb8_ xZK†D"Q2`.cPmiֵPTd/**]ɴ4EMR8 ˅lKȺ$!ƕ0_|bJG>Atkk ܌iEs,.~*`.5uQi3jM6)0@p5p"yT1P[|Πi.چ@AZc񡰁\:xvk>wɮGò_%5_c$>d6\1-l@12xiDO Wt g64ܕ7ތ r U=BPHeB?7^QW ݺ@s2 A&> 1:'x] j7+CC}*[9D=ee{737Į-WjܫjJ(/LI?T}#Xq񘊀 CJ` f=?iw!ol)=9u3F6׎`eP2[8z>=rUy[%gP|ECXy iJA?bk!3;Ք9>o27ONVbsزŜdQ"I)&٣9FK`$R2vEݤ/J\c$paa9y bs3Y{hj'VFQ@ȔL&bEiD.D݁S .ayڗj(v9Ӂ@)J!an}QQ+)c}GڔwJ\G#]Rsia!>$n8/$ ͠p+azjpi$(I ev+D0E}LοG ܳ|!m9[Y'WI]'`!ւ^t'UL]`}~@i*V_O[˄I;cN=q!1d::Wm Q[ES50 .zȢvgOFa*a啕ghQ ?V4Ìv9B}c|{X+; ǻv5;X 9qC, [*9>"8bPI`4'm|OE56o u;kqi*oPPwb7_d娪| eG՘sMe@_²u * r4DCAMI|^Z4e4o44U@Hv, E+^+zW';m,C%ȊEޚihjMEEUR6Z\3C]en~99e ,P~9௕Goan^cp,RCYffm_ NxTw$  jg-Ico}`Krg6wpW?_'z_ Mg͎,W5WFYf<HUvn#e69Z^)/k×ϭps~EhRg._ocFAj/[_mf*hӀ2 3D"HeL}Ø;"B4v)82ut-͋zEJJO-%Lbފ.`.+$G $p^f^ @me8O27@ :;J//+&dPC ' lLϘSRAQl$ɟd犨7M=H:@chh]F.E^BUcAhG .7 -}M}SH[(&t+$[E5~IB)琌e؝8R ݎ6n%uX^a]~oz5[SgՀ[,0ndηROkS;9M- .9 (ơ2*QxBw)[J =٭0TIs ?t%#Uyh2A>|쾼)))ML44|l lZm!?kf@e5SNVyQ􎂎#3¯;rG 5|n)i(Kp>g@P+>(G[r"@mzz<4uU%|L,gd:[ n@ބEh(ådxNwxq*L>&y)F&Np/$,h}&C@E$`ŵwLJ՘6I mcfhPچn!?ˎ܃Km޻#Xkye>/$̼NЧ"Ǯ%N+_FGmpdQu!dwS@0y5ef:r8ї&6c?fBUՀ7}dpmø [Sc(OVod 팡opKW>n*?Z/ ?E#tSFrYH;f(B>84cеc8~r&ѹ ZCdn]OLH^N z^ zsjQv=Z=!^ggw[T7Z~)#E i 2`l>4VʶEU @Cj?Fs|6nur43 {ܑ.MRHSų,i/l]oKڱ0wZG}փU˙Zche .i*򯎨(#m,Udo  W$L]R<1\ڼ%,'wBl? Om45~;}-RP Ds/ B/+WːC::egi@N[4 Fb@Y^zQP&Zt:@ qSNe5}#Pc=L/)* ݺ!$7 {eaI^<T@e׸BRi,_lT= bk螷DzHj,Q>2Y["3 ^{>Mj ɝI62'ǚ lܔMCDLhQgC1 ywRb$$["vA#x - 郇Rłʡݮ?zih ]lD.cA@M[* Z9 br"uQ+W6L< 7v=N0 M5ix'TDXyb"!GIq@*Pf5,_?9oFqXm mLЌ,lSU VGӊ{VSf6sӨкE(vYKI2>^*\j>m4߃H@^n3.)pPp}{5t|Em;?,Ġx'LuN:G q.y)8zgtF&6n ? ֲC{DuDc%r}{x&/M^&ʈ~}fa6qqZCĭ{뤵t Iq*ܸ;Ef喺P`I[#ۿi8P. ڥpk$C8!ho@a9S@e!l\iBbV? H9{$m <j[wso"PLaT!Ξ0z BE!;) n{N3D(kmG|h L{ɹܵ]MvWwN୯:ol \o#+@^~z$էx: 4]/w*:C`@l(tɫ:LR4A>xr)2^otИA944Y g:0zC~s{mbk%{+1/AV4LN#p p cPDi֫bG=mnpAIp`ngאFܳřEmD.y6ݾѤ+͍scrKT 38ye$%zXemMn.НK VjYNTrP-"s'y`7sK*`lg3㣺_";YτL+I!nF ZFoLSMs=)9й;1jcE IWODBN|%8N. AŞ I7`6gN=zCߩ$_1mz U8TE[c̯:U7<$rjdJ%[H8&MiRIڽpQ6WO msΞx0Rͷ~Ѷ~p@yB:#G) 41Q^Bo#֠?3B҆6)r%&/LQAn e׸cVI_; 7\x}( [?N[KpY8[XyI #W!-ɓ:zo)\N*s'a)fu]`98n<#ބQ=?3 Jobi wįKqd՛7pQcK5[jVOṼ2k5*oTe9o[v*c.ѣGk&d|~*7ORwzw V ݞT aP'5ɷBiwZTwBt^^P[~'"\𗄆G[wxx̡$g 6;nShqh͠`+]SDlnzbBdM\`΋*!qERxmΡF7@iLGCݑ0X6kLsې(5ܲ Pp'nD.d VWbr O.UGU.CIlF ;Nø]݌d!Sܷ|B =[x d'@~m6Ŭm:P{yTז*\Lc1X*i2F tJ:!|haXp7ޜW3C :ӇFG6.>Ϧ)ꠐ28JbJ [ܫ}Vێh}_#MվMZpl|rށ@+|ۊH >)ϰRi4 8L5pZr1bZЬe؊]N$iJ 9{~ƶϊHjs63\qW9Vk{wO\bJ^P0t<j`  &3? `ttVZ"]Jff vB늲xx[ZvNljtob}RHt|\p E5z'[iFb?M8oursVİM%@Oa1Q1a.rb9(+xׂ>AΫ̓-!nb$RS蛏Vj4䙨aƇtm?$Lur{"(ZAjR3>N;C@( Q-Yepԉ *i@=jr}Vd'9?3~b~̈́C\&ފG@aءNJ5;X9RLIũ!miQ!h *PӐ}<0`N'1JTHkJX\½/(YPjo-$!Gη3hѯELsƝ0Ub,`!o<7*8.tZlYw]TXQdp-&-`֎WT!T?7v|/H.DzgtsXtњ %#ig^p$dz7ǟgF$ef&2ҿvoXʍI95di +[H$&xA'߂ZԎZ_gBa*T5}FbWgk[I>멯#D( fE[&m9ڿ1Nj,5.kӤ('m b &tLMW)U!=nF4Q(j6tˀUHA\TW> D6քhJ Le_-W\F WX9k(:k,sz9I۰Z[8ݞ SL8E5dҁ} &<6V`XiDvf.FXȱ/cwh'&>ǐkVi{/1?X9ļֆij-rjb ⋐H6z4vS\$G @Ὸwt{G0j