libpcrecpp0-8.31-4.1.1>t 4 DpQ/=„h((ȭቲ v<ښd_InK~>ĺ0-+fE/ 4{}B9\.6ehLj ؏ a9? J{ݫ4b9^1fr jYdM# Ld ݐaYm%c-Fjʪ>LM/(@._;E_ݺpUI{!M2Q/=„oI#>;eav)+mT;*o X|^ã\Jmy\uO„}?.׼ϛ}+ 7J^kTL$٫T;u1LTNߎ@ukwr63af2016768a5378b5cd7f15b88bc96f2d9500f84><?d  K"+8 Qb      ,4p(89,:>a@pFGHIXY\]^bcwdefluvwxyzClibpcrecpp08.314.1.1A library for Perl-compatible regular expressionsThe PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. pcrecpp provides a C++ API to the PCRE engine.Qbuild15openSUSE 12.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librariesftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/linuxx86_64QQ221abdd64f809672969766c8bdd6e3bdlibpcrecpp.so.0.0.0rootrootrootrootpcre-8.31-4.1.1.src.rpmlibpcrecpp.so.0()(64bit)libpcrecpp0libpcrecpp0(x86-64)@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpcre.so.1()(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.9)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2Pe@PM@P.2@POO1@O1@O))@NåN@N/Nw.MwkLL@L(K@Kf@KrK#ĴJ/@J)J!J+@J*@jengelh@inai.decgiboudeaux@gmx.comdimstar@opensuse.orgjengelh@inai.deafaerber@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgdvaleev@suse.comcoolo@suse.comcrrodriguez@opensuse.orgdmueller@suse.decoolo@suse.comcoolo@novell.comcristian.rodriguez@opensuse.orgvuntz@opensuse.orgjengelh@medozas.decoolo@novell.comprusnak@suse.czms@suse.dejengelh@medozas.decoolo@novell.comcoolo@novell.comcrrodriguez@suse.dedmueller@suse.dems@suse.dems@suse.de- Update package descriptions about the differences between the PCRE library subpackages.- Use the --enable-pcre16 configure flag. This switch enables 16 bit character support that will be required by Qt5- Upate to version 8.31: + The JIT compiler now supports partial matching and the (*MARK) and (*COMMIT) verbs + PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehing in a pattern. + There should be a performance improvement when using the heap instead of the stack for recursion + pcregrep can now be linked with libedit as an alternative to libreadline + pcregrep now has a --file-list option where the list of files to scan is given as a file + pcregrep now recognizes binary files and there are related options + The Unicode tables have been updated to 6.1.0 - Rebase pcre-visibility.patch.- Only use --enable-jit on supported architectures; the build will otherwise fail (e.g. on sparc).- Add devel-static package- fix baselibs- Update to PCRE 8.30, upstream SONAME bump, libpcre1 - Drop no longer needed ppc patch. - move library back to %{_libdir}- Fix cache-flush on PPC- add libtool as buildrequire to avoid implicit dependency- Update to version 8.20 * too many fixes to list here, see included ChangeLog * replace pcre-visibility patch with the one I submitted to upstream for inclusion.- udpate to 8.13: * too many fixes to list here, see included ChangeLog * the Unicode data tables have been updated to Unicode 6.0.0.- remove fragile _service- Update to version 8.12 * This release fixes some bugs in pcregrep, one of which caused the tests to fail on 64-bit big-endian systems. There are no changes to the code of the library. - Update to version 8.11 * A number of bugs in the library and in pcregrep have been fixed. As always, see ChangeLog for details. The following are the non-bug-fix changes: Added --match-limit and --recursion-limit to pcregrep. Added an optional parentheses number to the -o and --only-matching options of pcregrep. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ START_OPTIMIZE option, which is now allowed at compile time- Support GCC visibility, symbol clashes no more.- Update to version 8.10: + Major additions: - support for (*MARK) and friends - PCRE_UCP option, which changes the behaviour of \b, \d, \s, and \w (and their opposites) so that they make use of Unicode properties + Other additions: - support for \N, which always matches any character other than newline - added --line-buffered to pcregrep + Several small new features and bugfixes - Changes from version 8.02: + Update Unicode data tables to Unicode 5.2.0 + Update the licensing terms in the pcregexp.pas file + Several bug fixes - Changes from version 8.01: + Several bug fixes and build system improvements - Changes from version 8.00: + Enhancements: - remove restrictions on patterns used for partial matching - give extra information for partial matches - improve the partial matching process - add option to make a partial match override a full match - enhance "study" process by finding a lower bound matching length - groups with duplicate numbers may now have duplicated names without the use of PCRE_DUPNAMES, but they may not have different names - add REG_UNGREEDY to the pcreposix interface, which maps to PCRE_UNGREEDY. + Several bug fixes - Drop pcre-7.9.patch: fixed upstream. - Rearrange spec file to have all the %files sections together, as well as all the scriptlets together. - Kill the main package that only included doc files like AUTHORS, NEWS, and license, and put those files in libpcre0: this really makes more sense. Therefore, make libpcre0 Provides/Obsoletes libpcre0. - We can also remove the other dependencies on the main package, since everything already depends on libpcre0. - Remove AutoReqProv: it's default now. - Remove references to perl 5.005 in descriptons: it's not mentioned anywhere anymore upstream.- use %_smp_mflags- buildrequire pkg-config to fix provides- build noarch docs only for >= 11.2- fixed license statement according to the conversation and permissions granted in (bnc #578724)- add baselibs.conf as a source - package documentation as noarch- add obsolete/provides for pcre-32bit (bnc#539543)- split package into tools, docs and libraries- disable static libraries, shouldn't be used now- fix symlinks to libpcre and libpcreposix to fix the build- moved libpcre and libpcreposix to %{_lib} (bnc #507449)- Release 7.9 11-Apr-09 (bnc #500734) Mostly bugfixes and tidies with just a couple of minor functional additions./sbin/ldconfig/sbin/ldconfigbuild15 13592155648.31-4.1.18.31-4.1.1libpcrecpp.so.0libpcrecpp.so.0.0.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/4b6628e9267322f7b640f248efe5c83e-pcrecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xf0b3d40b9b45ecb8fd17e76e22000ec145b2cba6, strippeddirectoryPRRRRRRRR R R R R RxFuU.;Q?@] cr$x#C×ͰRC/Sѯ, wIܲ¨g>^N0Бںw"ҝ8;*7֥XL~bHm#n$ra@H;G\w#$" b@BGB\&݂b CqGrɣWZ\8z?66q" ZX~k"|,u; 0n׏Ú-9_gpbP#nB@ӮaT!Ye5׻Q3TREMή癟P*@в,t,x,z@@țCQF1GM'#",syҮFOL{B.nAY6鲫)m;7F3zywp%J"oqc:~~zXң%t CgAP}uvSsdjQrkhK pKE7n25rA)5#-sdS}XKvS (v/9m:BDükՐT q#}>m"x lT%#G6 >$@_WU;Ո!Y1]~oFbP;xDcsF6njXπE75(f̈1 p 0&QFM8p#y/ .`R@Nùո&Qy6 `ՁТ Z[X w8cjOFI aʍ0Wa_Paap?vݵUv>*`h\gKN`5Z . Yeqc_o7MHNz$f,yFw<@pN3yKpw8yj$f WRwY#I+9L.Y^2c\yJྪ$.P !R@#BnH}(| UZXLo޶:Qzl}L]P &&X=@ JƝ Yq[]@V= n9HЂiٜ 3_A%!pZBJ#U U'?<)zv^#U״>yU\YE> #"7F&Ƀ__DU2TҠ+%Zrs`)!z*kHRLm}0]('L ..C ^~' XapHWuΗ:g§_!2"F-<-vYe]]{۞$#=bNDDctdw+PC7[4e'ry`+3DZ2VlTG.nr\? `XrK]'r6YCB}{ތ{VMO1Y=XH+!:薇/ qDRlA&5?c~o]lnxj.q;nTDxeCϻ?v^8l)rI{9VT7_5E| ɧq2A}`ԩ\:B=/o(lva9"LKVO2p/N:I)䯨̓/@%$;cK:ղm7`#0e1͌k%J "W|Gy{Ɗ9oK:ʙPU d8B1 'Yy7X?Y>7,fZ]_*k$Qz==DUd~m2$zxvMܜ% ɖ4/rsۨg{$o%뾨l*FOX*ӳ \ۣpf=w_lyh#^lE_ CJ|/ll=BACD5ĶE{\bR%֮Ĉӑ+q zP=`~u+;lgۮ\UiphA~dSB0g^y-yxT 3b&?Mͷ_t`P{M$G{Vֽ(_% M6J̠~rpkZ~t}-*<5Y#3MĚ6kI@eXMEo*ۃu:;θY _@S:5hzMMnA % >V(97FNWf~4Ԛh"zzFi>7nX=E6J CexQ: :O\iK﯊2LL beQ:uxGk1mg@MAd@=?xXq8Dad=]O/vU[>"I~I>3?z` _Լi/ '%l> RI kKm;mB J ;3єhvg,Sɱ>Y@n( Gu)鎋yCǂHI9Tc]3{eKt>׿cT'+|B#jU1Cd|uPmnP\?݉#N:=I0ga|ɡ(PAzalztKPi<~A'U{,5N&ī=Z9-ᨾ'B0Ϋpa\ ?/N I"N%YTdwpЂɔ/Ƀ 7@*syĮ2ww+v.1pqCuoNX1}RH03+#ItmHpo_j罨-H6XlPVRRfۮSܹCnji>Or*rUIߚb&bbt:="o`׺ޥ!EiU?[df:c\FCqUjlgsuyHo'%v H@ْ/'-IVΑp:icfu.RP)P|?> ??YFx M"Rw3Ie GC,|_Vd͔ũ 0 4j3/j\eSEa3L@Sڞn0i@$#{72V'7IMhF˺X(Xl|갂E n;37>JBbT8%Lu80+ܝݢQv_N1.2b+޸Xnhofa5@Q*M~L:` .GUöڞW@;2pvN%8Ag PMu2⿑{$A!mĊ#:uīڛTǹ۫v8] yӿgJr2vqX] xp:,ӄ? 2RL-t KaVtwEP:kSc n=iY9d6&{'R5DS/G8Rs kbRU}s@F"KG+nI4wd0X\JSL2UJUYR4'|ZFXhَu>]V_€`O^`ҘC3WZbNviB a!w("8jaլZk85.ia"}%Nw˄W\i;ZfNx'lGcװZg@ci00lc űtG]ؖ!Κ-wRQ`Towx$z}j%ڃm:(I 7&h3G ?vC]&m[ ?*MMnw_k eBPj0Sk)7sUϗ@P9_}R! @lܨ?KSmv]CxDBWpv}U`jYx[&NU%RM7y!AysQ.ų]Bz M }UM`U=ޯ|=u2U+RI0Ԙv &ݨRD=ǭ>UL,O~{0.׷qw^'-mC}(+՘ vR/E ڋ5#\6c]t0D! |Nm1'Bg`_AmdIl-iSqsf*$| Gc4 AlpA T7 ؤaزzCE1&xPgwr;^Lc:n-xZY`MtdFzn uf;(z>2Ƥgؔ]=+)D nA^z|ǀMF-,Mhz?56I?TDeOAԻgj;C΃(9_uKqOf@ӀsN>B?M_ɗ33ؖ#~"O|6?U)f_cyYdҤ@TSػXSB4!l`lh{kJg4r(BQOMDJ㑑(6>I}/!zR3"K$E^o!5j6+z$ʮn姾yh!׻BpOtB!RI̗E)WMwe4%)VX_ ʜui|@̚T0")O 5cĿ"@p(_$Vdn kfpݥYOBXH CjbM V٤o<dijrLB7h$H^V0&ۥBMu]5X[3;BaR%~9Qi:(,D2 bH(+P)(r.r״檜qbpmE)DsL,Ѷ8>v5 떹 8EaVmǁn *]tL,C=<'7I Լ(ɤ>,xs&,ƢQ AekуWIq]*< ^ژv`RI̡ejaϞNǹyxۻJ )ԡ$ڦ(t,)#/*<Z,v!ʚ/L϶xYR%x3F]y+p'!AB""MfEgW!-w=&8usWyuaI}HUWq1ٹ(Uzըn̑a==1_A@xo;O,4@q|N(-qU{V~`OxpхY`0b!5Ϳd,--@frQn"pO/3ԅaqޫhS yKuN5Gb:KZSWG B[,(=T'>,,<dɑxSVWA %̥brUY.JB )o!4.٩V>l,Y*9Sl$}V(tڎE Vܺ¯KKVHhO_Ьg AC5BҺio/[(#-:悪Jfˌ?#}VZ+}ktX"WӼJZ䐜,H+6>}"pw^ [[M ›? Ÿ[3N; Z/B[aF)"_ڤ4J@YIˍjNa|N7QeuwD 0w%&sl27 |cV-q |}0Bf}!f2iBN9FD7MxVwe\J}$:͋QE1IWk81Z+ۗ> m@?JZ5FvX' w(E+2cv _XЮ_Bg1K(&H 2H fo^=҇N SZ9%qq0z@m²?9L7FOI]+`O !FdVHG8BZ$1ȹlT rߝ?ˇ30F`~%bw`B Ŀ4t"ԾYgZO51E(Nh<;$*B ;dx\OY-TQ:if}tMM8;d?NgN" 68o{ "Q4Bl FhbmŗZŃ\?Kݤ+U>Ge* Z8" ~_l#A@j̇,Pl.NN=MnP8zsBz\%-=Oa@OV}8w ;Շaoѐgcv_ 2Qi{YfiԈZH$a86n_so^1e'jN2:(R @VVj{)wiIm"j$!|S;D 2$")m],`d1Vd5ja#3Z72˜27.ރB],%\$癲aeS&{2R}f~ۘeD2ܩ&Ay s#R.Ue]^0tY2!W%(\xQfú[ v'5V2lj_w*vP;mN$L/FV N$uu@܄jlx"=\r,-ʜ>=!FȚ%~}:` vHk)#OY!ݬ˔ƃFe5J8-UXaU4J"icB[yJZ vi֨xv'sʑBpSAWɛn ,4G8Pzߨ' ~(^ku/`ܢqPS4//ٺ'TQ1~;/ifs&ڽU V!~0aCyD}aKIPwz^Iz)0=k*Gg8e=]e n&Q pޜ$Zzv"Y $]lz,"tBѽqtՎ8,І0{Mk+MӢrbJ$TWx(Yx,<'-ak8K Y*弞fmZD3M.pKRiUu-@Ƙ q>ʄ1خ*(8#z}V1񮌛O_Bd>ɮ/ ԍR-eT N1-R j{-͋0i@9㟶g$[,*ܲ !K>Kčʠ([o}$bAO%dbR\|%a͍lELMc}tzm'߹[zB3x9ǙƫO&+8)\<<{wԅh М!Wt{$ŜeRpK][Kt,,뗑dWJ$w Vqf["kg'TU YpM6L:?KaDhYvHǨ3Ft/wUE]_3#m#y߇IHi1cʍxtq( xj%GQe(!ad~lHNXg@?/C')SC nل,2BGH?j@u@"M!qVzo?]^;\~ԛj64#z y&S]>h>R:7-JE 7?B^HvJ+;-Q(r=*kDƗxa`aJ{pFԅl'IF@ GUos֪AZkdjzan0LAT'fh ~yt xg3N{Sڬ eId͝Luy!$ s4ӭaÍ9S3ke/r6m4!mkUAYC_CvS);]{07y,*{CP:Sw8̒Himt*|So k3Lj<\Xܡlgf/^R` | i ]H U.7Fo1/}3eqٌyiB}U~ˢosxq=v Wɛ6?Rš(V>5