libspectre-devel-0.2.8-lp150.2.3.1 4>$  Ap[A/=„|fx7{]ԏhAh5/)ڑVgCBͱԧPPŪ4Nk+"kJ'lcGl^uƳION2eċ $Fnm؆xf<~)C_z(qkh| 2ROy3wB4)f9JUM7jgzHS^}gǍnQ A`D5 B*i8!d4e861cacef2acbd604f35380c8d0b98e6433ca97b239476d91210f477b284836a7ffd1903d02849df1078f1493f26c874ed4bff14[A/=„Ӓ^7Ͻ+c%NаھerojNT̪|?IupZ M󂵢 >$a D)jcѪ5p*bM١E?l /_mY:<Ă>#1!KS5u"e>zE۾*YvRQ̭R)TYgBURUŊ~5eTlIk~ ޛrFFy"璠4$!]tv>p>|?ld % P% >^             8 t 0L( 8 98 : FG H IP X\Yl\ ] ^bc{deflu, v\w x yz  &hClibspectre-devel0.2.8lp150.2.3.1Library for Rendering PostScript Documentslibspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents.[-cloud133oopenSUSE Leap 15.0openSUSEGPL-2.0+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libspectre.freedesktop.org/linuxx86_64M A큤[+[+[+[+[+[+[+[+[+[+[+[+44c74f99e2dcc640d14751303ef1a20ac74b2af97ad4022bf8190d2a2e8fbe2de5483cf7adb5b73dea9b8b01beb331d59a0e01a6353271429efcec9466fa37d4bbaeebebe43225af127fdef47bc7d97d86c703484f6a1e675f6bc962a253cc696100a9b05e87a1f877fa71a59674af444ed8e15ff9aab86ba8093535429794ac8d0db285a63b3d07cfe25e6da580d478705b7add4fcb9fdfc374b8556805a9407d1ef26dc204a1d88c0ed72acdc8a228884a94aa495406bec0bf18ec2c7e3e7cc9f40e8afd62fc04f180f560dca6f961e69cbebf6ae30ce75efd4595a4d09182ef708c5409e40d2d00818ba401d069cd8a3652e23a47e539462dc962a0930196ce26aefbde6881db2373a0c13a50cdf37ef560eba0ab85149b399a68f4e68cdab0fed64bb601c76a593d47c292a2c8110021d24adaf620c2a4498554be005670libspectre.so.1.1.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibspectre-0.2.8-lp150.2.3.1.src.rpmlibspectre-devellibspectre-devel(x86-64)libtool(/usr/lib64/libspectre.la)pkgconfig(libspectre)@     /usr/bin/pkg-configghostscript-devellibspectre1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)9.250.2.83.0.4-14.6.0-14.0-15.2-14.14.1W:WwV?9@V9@V9@RΏ@PL_K @JJ@alarrosa@suse.comzaitor@opensuse.orgbadshah400@gmail.comdimstar@opensuse.orgdimstar@opensuse.orghrvoje.senjan@gmail.comzaitor@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.org- Add fix-bsc975503.diff to fix handling of PostScript files with embedded EPS files. The PS file then contains two "%%EOF" DSC comments and the first one stopped the parsing of the file as if the real EOF was reached (bsc#975503, fdo#97091).- Update to version to version 0.2.8: + Fixed the document rotation with newer versions of Ghostscript (fdo#76450). + Build was also broken with Ghostscript >= 9.18 and has been fixed. + Fixed a compile warning due to a comparison of integers of different signs when building on OS X (fdo#56476). + Makefiles were updated to properly use CPPFLAGS instead of CFLAGS (fdo#56481). - Drop libspectre-gs-9.18.patch and libspectre-rotate-documents-correctly.patch: Fixed upstream. - Drop zypper BuildRequires: It was only needed for above patches.- Add libspectre-rotate-documents-correctly.patch to fix documents being rotated incorrectly; patch taken from upstream bug report (fdo#76450,boo#898327).- Replace the logic in the prep section to use zypper in order to verify the version. The previous version had issues on openSUSE 13.2.- Add libspectre-gs-9.18.patch: Fix building with ghostscript 9.18; patch only applied when building against GS 9.18+ (boo#953149).- Add COPYING to %doc of the library subpackage (bnc#857790)- Update to version 0.2.7: + This release fixes two crashes that can happen when %%Pages: or %%Page: comments are missing in the document or when %%Pages: comment is present but it's invalid. - Changed tarball into upstream default gz. - Updated url and sourcelinks to valid locations.- Update to version 0.2.6: + The most important change in this release is that gs is now always initalized with the flag -P- to make Ghostscript not look in the current directory for library files. See deb#583183. + Compiler flags -ansi and -pedantic are now optional and can be enabled with --enable-iso-c configure option. (fdo#27735) + Files with a doseps header and without EOF comment are correctly rendered now. (fdo#27830) - Changes from version 0.2.5: + Fix a portability issue that caused crashes on big-endian 64 bit systems. See lp#298139. + Fix a crash when something goes wrong while running pdf exporter. (fdo#26592) - Add pkg-config BuildRequires to have pkgconfig() Provides.- Update to version 0.2.4: + Documents containing embedded documents inside the prolog, typically font resources, were not correctly rendered (fdo#25573) + Fix some portability issues to make libspectre build and work on Windows (fdo#26377) + PDF exporter was broken which might cause a crash when printing some documents (fdo#26592)- Update to version 0.2.3: + Several fixes in the PostScript parser: - Detection of invalid or broken files has been improved. A document scanned without errors with no pages and no format is likely to be an invalid file, or not a PostScript file at all (fdo#19042) - Fix possible uninitialized use of Document media struct contents(fdo#18685) - Fix documents with PJL commands before the initial DSC comments. + Ghostscript is now always run with -dSAFER option + A missing argument in gs command line of PDF exporter was making it always fail for any document in BSD systems (fdo#18826) + Internal copy of ghostscript headers have been removed since they are already installed by ghostscript since version 8.62 (fdo#18827) - Do not call suse_update_config, and do not reset CFLAGS to default value.cloud133 1538497325 0.2.8-lp150.2.3.10.2.8-lp150.2.3.10.2.8libspectrespectre-document.hspectre-exporter.hspectre-macros.hspectre-page.hspectre-render-context.hspectre-status.hspectre-version.hspectre.hlibspectre.lalibspectre.solibspectre.pc/usr/include//usr/include/libspectre//usr/lib64//usr/lib64/pkgconfig/-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:Maintenance:8850/openSUSE_Leap_15.0_Update/2d14d1c5a676034dcebb5e25e8a6609c-libspectre.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textlibtool library filepkgconfig filePPR U L܉ܣӁ" ڲ>`*{H<Ο$OCr^}'iC (ZBjbb& -ygI*ɵ km '揩h! $+]ʕB[\-QBMbzE {J-6,㈝ם<-{q n< *Ʊ_:${\ ix=zX*L%,%OfVT6 V 2+tGT5lp+$ _~NGrr;*G)s=6&/&~V? UAVou*0s)Va);vuDIxiJ Fw?pxMU,YGYo6aHym&s;fqgX8۪f3_d3bjQK.{E/OdNCl?AWm#Kٷ#, pbM _JtUCOrkHϻD@*X>O.8gF%:9Yu&|D չR?T2QfVMC28]]4,("wa$i N<{( Nw'j;%Ggq=rx[N";m )s*=hy:8 a߅z]=O{y[ 639n$,[yA WY( ~H^)fR$$a| 8܆럂S,86!"gKQf8w~4dkMYy4~4P"SD;ξud:+\YAxv#!WуRF6UG,cMu=z5q;@(}[#П}W%4Qw3d{`z[hz&C&Ͼ]\"coR>z._攪9j܄O+ҌApEJWrKqdaPc8aNݓh@E1Ӕ/*5˩qaaлW3fyCOVbM~Da2eE_fB6ty|*e8i 8qAjy|aVBhfAm> Z%Efg9KJ1^@=@M vGb-릏Qx6;<`)UQĦytP 0GQ;C,FQ{}amRφ,v%ˮhEKD } <_&&u:mg- AĔM>\pI=)p`]_XK+N=`xքҋYXLG<o/1„YO̒ ɢp\qDcID*&Š]kQzGXj-LНkqrjWh?z(1t>clp^'}IHe[}ro:sK w ~]nYu荴֠1{j$-rdxMQ V48,s'$`HF6c1? ?^@^zpL# m{L%&9\hq]]VOb_| @<KB4 L4U_Y;sa"ZWm,OB\Y(XѩH:~T0&ż `-F6"!+J"PX.4=d$RttE+.ǯfs`-7qiֹ/Zv(9!KvbƋۈTu>r=f?wV; U,|²bHEoD3>!\ T$ɤ9%O8`%RNTKQ]߆0DRؚw (9ԸؾtGiv^^Ϡ6+xŰD7mu2Oi]C5#t삠%>DA+/[]nfb&6JRtZZrwl# RDs*[px4ѓjt0 Ԟ9hգGݢsQs.HE V?ܙԑ HS栍DS2u @YMׇ?TKJt'Ѵ`TQ۰vDH GE6 d GLtUHݱĮgzxyT UgY5+S"쁉A V@2 ǭ)H< 6u.0Qc^&-_7EiV-bv1q,]}nnb9|eG-D|.W,/R(S2/p=JOjcc"^V_?zBakX3 }i[8äA-D{:z RYd7olw\EIŁ7V~![+1gD81?Ln UK#[~^ \ɡlﷅm H UFtj1KpbWBWj?bFۢ0 i9ANY '°7- U4i2ks~d$u_A`~U,ĹmHJhBFKB(2bcљtb'?Z1xO7B=܁1xauFU.Q4:H_D5Ų^%y:`v|ϩ*^qV֙Ha-y|P(0xZ|ԏ9QtoY݊ɛwڣ?m:/̛ҥ#hxQ=sQ,$^4N+grs7L$_R ͱU!>hco)CQ8P|4c9Jv6{+/Xv[kKc#ᢦ#*N!RNNN(aqshMU<ͤ쟖@O(sgzfv N7:w`~ξbVb_jؐeĘPw͢PK(IӺ~,Wo[0IQ\?yZ 6>cD(Q4IhoH$צcvzɹhf7 Bgj`lR G߰2WrN!T~"(.d hw \IN FIK{:?jGi sg־/rrHzM[p̅ŠV$'L #TXcSmR-axIQ+Z y2v=]Ԑt ^+ *}6&{>ƾMKI穫/0AQ ; N": FЩ;r/̿.`[:QE)SveE$g +y~}})/2I|D}s8 dD֓*W Lorۏ*c]<7QL/wͽ6U,BMGݴ5yTc"|'Xx* Y+$+#;DP$rL`3(nXw^h2̯>Vsy[2UwI.Bd9YHo.w c9׺H@YiqBXg, ~5U.HWǠ{z|Pɬs:4ILbA PUKiDSph`C' <8LέϦtDq:e lN;oʠ9n~,/hf(mpF,4Jh