libspectre-devel-0.2.8-3.10.1 4>$  Ap^)Gp9|[q@,A1{ fI[&l7YШiDm*d.BDt1ϱ6@.-ԁt`b~(r@LNduLY;:s^2M"U8b\'fY܎6@@%tUY4:!;aHA?8}$qŦT; /疜rH8[UӓM=Ae1db124d02f070c6f10fb070080522d70eb59e0b32e319c798af392df01f04078912b2999dceb0daf830c67e41c9c38cb45630891,^)Gp9|7Bc 1k,"]t\wJ*lpQY\iMGSE`~ׂ3B!%ȴJ@C4[ܟ Y[~ 2s{Ƌqr} G@y){ѮzJƵ^MD/WMu8Thz5~/~#Fk8΃z1y]XDp>t?dd  K6? Uu       8      P  @\(8 9H : FG H4 Id XpY\ ] ^bcde f lu$ vTw x yz`Clibspectre-devel0.2.83.10.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.^(xinomavrooSUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/Development/Libraries/C and C++http://libspectre.freedesktop.org/linuxppc64leM A큤^(^(^(^(^(^(^(^(^(^(^(^(44c74f99e2dcc640d14751303ef1a20ac74b2af97ad4022bf8190d2a2e8fbe2de5483cf7adb5b73dea9b8b01beb331d59a0e01a6353271429efcec9466fa37d4bbaeebebe43225af127fdef47bc7d97d86c703484f6a1e675f6bc962a253cc696100a9b05e87a1f877fa71a59674af444ed8e15ff9aab86ba8093535429794ac8d0db285a63b3d07cfe25e6da580d478705b7add4fcb9fdfc374b8556805a9407d1ef26dc204a1d88c0ed72acdc8a228884a94aa495406bec0bf18ec2c7e3e7cc9f40e8afd62fc04f180f560dca6f961e69cbebf6ae30ce75efd4595a4d09182ef708c5409e40d2d00818ba401d069cd8a3652e23a47e539462dc962a0930196ce26aefbde6881db2373a0c13a50cdf37ef560eba0ab85149b399a68f4e68cdab0fed64bb601c76a593d47c292a2c8110021d24adaf620c2a4498554be005670libspectre.so.1.1.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibspectre-0.2.8-3.10.1.src.rpmlibspectre-devellibspectre-devel(ppc-64)libtool(/usr/lib64/libspectre.la)pkgconfig(libspectre)@     /usr/bin/pkg-configghostscript-devellibspectre1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)9.520.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.xinomavro 1588668422 0.2.8-3.10.10.2.8-3.10.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.suse.de/SUSE:Maintenance:14900/SUSE_SLE-15_Update/297a5b817eab55004b1809628635773a-libspectre.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textlibtool library filepkgconfig filePPR,jwj&g(utf-803921ce1a7ed5eb008c29743dc1373cf83ce58df3c36e5671293ab8857a7154c? 7zXZ !t/vm] crt:bLL e>zź ZBX%ԢQϋt*%,tˇ/>^sz?HQM~dӹC̽#<o2w(SqFk8ăBѽ g}:1͓o4:\u'% HAv+nnaHTuk;xmc7wEi}:1Ƥҥ&tr 4$!`o6}7}ʪ/!EC_Cc)X7'N$o* ^l $FZL00m~!QJhV!^뺸kܦaoA[!H c⑻q)YJcCYjo/9?yIbD}DXEDM4OiT49a*/,DSn۳4Rnȗj^@0OQ$2g<)hsl:q ЌG|.zD4G^%;BkԴXtp/XOIJ, @e_nE5M(0 EiBji:m;HbA7EF|P?,sA((65@#>?uJ AxsW^?t(/KX i3'lYd5YUkc4l3TK)g5 NB@j[Dڿ@=P}YކM4nJ9"er}L̯s(u 2wX0t*mk0ԁzSk G )sʬS8_A=~C{"aP!^{Erz]s1>TtrR=kJ(sX g[l {OhSEiыxڰU"KKm%Ǝ!CeϠhӬ)~7X+|˹@\3DޱuIv„sZg'2CU tL 9W!U} N-]3vκ2- 'St8eߛ/kOk4 ) tZX_~+xWB#9!ء1/e5;yhZd| YGc*L.c))yGiun+L*SafIX( ő2 Hf]&ܴC+A(4Cbm]`~¥zv?IOH4B{)CEzǃ3bEf:vVd3M@6bnBB1yTnL$$“$a"ͷf%lx4x(ݝ rTy}9DO#Í% ?klpLE)(UTWar*ɔЕ ڷMhhqce_8oAL1tps̒A{-8/5倭 v1O+@\M,!,j^n 7|pJ;7f|=rW> YGiG:谈+ՏbFw)Ùu[&,艵sx62P5 nfN[[<`ﬕSk$L^^b2z?U+Ce}\hk \MgM "0I~xl/hAh0'c)=ݚ;32i$穚|ԑ;0Hox^g /2ذ=3 gbP ɭwm6xnۥJ"1 CPe4 w)Lîs{Ib]BAA޶ L^C5.<siu UY[|=`dcWA߮1\wcfZ=s-X!ҿgW.lmR'gh'$*Knr-{#D~z^,B:~(&vnJirQS1lBQ;>tJ#9["\A\JصaAECqNs:m-<֕dDE>a[TR'Z=ފtm\3kaRS7s&'0S)LHDZ@ߟ=SoU4]M'DpޡEB(N.آý)\<)1Rt>˱q:_F}d1A!-6d+߁Ź, u5\Bƙ_WX)#TB悿։6Q*K$TCnެ5jÍ=LNb5ǻ[~&mǗIUNAvZCr7ᦕl2|}FEB Ru!IQT2ӽ>?m\c8s“1zpQ^`wTNpVV0U.nE\on-38Y N P5 Dlj'ʼb#SɜǢ%R)XB[ [ڻ$Dʵ΄;rt3|W.ufUr)ۊXOK{\>@ZAh3xlTu}?tE ɒDr(0gPL!&Xcr;/0,U~_2ecҜ`b5*Y4决,6CjN<2"O4@yO]N㞌4L m} /zOΜ/pRy]#C8 [\wHDKE'L^"r~|qjdd)Eh|ʆ Kq*p I;٦9rz>+`f`:/fg?R'% >t@? HOrd{Ha'Feh$%"_&D3:o-7s|UW9d.$=(qt",\}H'kpWaw1Uo <=xF;3aNn2}EBrKa6)4m^6gf$B#KkfpWrHH#=-HCcrO (%C7H 脡)Q u(C@O6Gz^uqerl̨#&ZF! PFKII17v-MPHlWMeݐvpv6l5P;g)mW5>+„D5s)7_G%9$uTgX;S\Z^L-&KfP8 dԼ(Oe_G*Zht(Υ{Bj d~&שM챱d