libpcreposix0-8.31-4.1.1>t 4 DpQ/=„u?@B(6Z#,$ b+jAwoK]i{\3yEB}"4Umcyۑ,cHΒOLSn,qϘ zȥ6{Bt5ٶ[5TI]eUKS\1C?"qU50dG uğnV,z>.EibT5t (bi&ػqUŬG奓nP |^Շ "kUl~g+>Q/=„'5b%HKE񼺖:5E0ЋD@Q%)Q S;=WPdc5ͨE{a54W(sE_d#Iakn`)5Ft|s\/'FQ<>}>>p`gjJx (blnBy Q!15H.1Fhoϕ:MAҊ5@m:.7&#K3E/]J#< g~Ck2XJs'* eaaec4f5563841c23ec97eddd8f3f22c6d0b8fd3*><?d  M$(6?L ev     ",DL   (89:>E@TFcGxHIXY\]^bc_defluvwxxyzClibpcreposix08.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. pcreposix provides a POSIX-compatible API to the PCRE engine.Qbuild15(openSUSE 12.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librariesftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/linuxx86_64(QQcca979865a3533ca93a458ea667074balibpcreposix.so.0.0.1rootrootrootrootpcre-8.31-4.1.1.src.rpmlibpcreposix.so.0()(64bit)libpcreposix0libpcreposix0(x86-64)@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libpcre.so.1()(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.1libpcreposix.so.0libpcreposix.so.0.0.1/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]=0x8f9bb9ab8d0c318fc11a2ceb2fed374574004da9, strippeddirectoryPRRRRxFuU.;Q?@] cr$x#C×ͰQIn P\|hZu\*$tyCcLl/\ecaL@uZ'(j;9ɛ.2``F0 ZCXoh Kf"OxrS 0Q2t_H&[{EzeWJ64#Jܪ&:~5ֳYe 76A&@e_ tM?x6;PdW_$)xg@$ţTؼuK}'qoD.QX2];wS5B'p8ĮcQ;) dD>-S%GtWABBD(ǿt '\pdrw巒Ա4QF κ}tRC6Ym[>Z{Y< ~[EJUtzx|SW.Nnp2 ͉H`Ƣ$=*Ju". ǟѳJ}d,Qhu\KeHȚ=> Sg]1PFփXR/KbP"3 ]f7ӎI= 2x8IT~4AP2j#JYtL~ 1 58ҹ|>{F[<"`C%JwTC%qb2~J!1Q1eϮ%\n1}.2 Z'BEftMz1y &ˏ}.yF}-//8fO[&6BXDc k*aYB͓H ?9ȫ|'Ut ƚtmk$HjT"D)<投!0U?)FB(-=`mXO%eU?~s*DC&#v+"G58` G_"F}+zIU48SIO=0$'(AXp|Kγul/rH/Wl1{}b]p}y,fV-iqCz]$^5_*w6:hP)R]az@B9:; 9Y:(Ze#Bȅ2TOdZx>VՉ7w8ۑaلcb" Ȥs21vHymuCl( 9ġRGYO+} Rk/4~o,H<,{XW˺Er9H(8׵PU@ˉͦ?zG~$-ȕwEs`' o3k6Fo[zf#O]Nqee^K)6 {=ěVUᰰ"b5lYӡH"((uQs}V^K0&V&C"Mtk!}M FQ7| qšOѷ>N޴oUXr ou`,,w`E{LiF$ڠxD͊1e-{b6 .ljW>Oθja~q߃DA.|Gt-ɨ2ǐsLw*btVx>1FcuYCn\Ḋ]ޝ/l2;Q z||GHH9SBضѥ&,DME#1ف`OPc_(U5,NnC_uJ"~ \. l țSon !bEAukj8ӾM+B4؅gpr68蚓Pɵ_?g8 m(h՟x|fݹĢ"F(/)]Qǹ;L rqٕx8!P?F.8Jp%UC_'XsKl*x}uHd<ӏ|ŋq;KBjp=%Bns Ld2"544"oUt!q񡤋*aE^vw m,>jQ).Ήo amad_8B8}w bnhRbI