libspectre-devel-0.2.8-lp152.3.6 >  A ^'/=„Qy]\-/cVF8O;H3k٨<&HQeT!* Rrߓ j2hBrKw5 W"BXaݐضvyIY/.E`c{>YS5%a1xʯIB*°@h.laKF/#56we5kDde*Yr^+-IW~cMԌՄP)^AriFűzpm%7d7915f82e9285fa8cd630d7a9bb8edfcdcff49931ff786106ea0c3091842ac6e818be904d6a2f6c1fffb5d3819a299615e7d81b0^'/=„n˂5 s\SN{)̄ ׷}ļJ͈ Z΂(f}=ogkXω:wMΠܯ~}\~~_~AhW+1ڍ]F8&?bN~v>p>D?4d # N% ?_             8 t ,H(8 94 : FG H IP X\Yl\ ] ^bcwdeflu v$wh x yz0Clibspectre-devel0.2.8lp152.3.6Library 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.^'wildcard2oopenSUSE Leap 15.2openSUSEGPL-2.0+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libspectre.freedesktop.org/linuxx86_64M A큤^'^'^'^'^'^'^'^'^'^'^'^'44c74f99e2dcc640d14751303ef1a20ac74b2af97ad4022bf8190d2a2e8fbe2de5483cf7adb5b73dea9b8b01beb331d59a0e01a6353271429efcec9466fa37d4bbaeebebe43225af127fdef47bc7d97d86c703484f6a1e675f6bc962a253cc696100a9b05e87a1f877fa71a59674af444ed8e15ff9aab86ba8093535429794ac8d0db285a63b3d07cfe25e6da580d478705b7add4fcb9fdfc374b8556805a9407d1ef26dc204a1d88c0ed72acdc8a228884a94aa495406bec0bf18ec2c7e3e7cc9f40e8afd62fc04f180f560dca6f961e69cbebf6ae30ce75efd4595a4d09182ef708c5409e40d2d00818ba401d069cd8a3652e23a47e539462dc962a0930196ce26aefbde6881db2373a0c13a50cdf37ef560eba0ab85149b399a68f4e68cdab0fed64bb601c76a593d47c292a2c8110021d24adaf620c2a4498554be005670libspectre.so.1.1.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibspectre-0.2.8-lp152.3.6.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.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.wildcard2 1589651441 0.2.8-lp152.3.60.2.8-lp152.3.60.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:Leap:15.2/standard/e7ddb23b67c6d2986e91b8a43ea99953-libspectrecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textlibtool library filepkgconfig filePPR*OU8wTutf-8fc45730927426f7de24f59c2bbef06d4ba9d14505370f9bb46035c4372b2fa51? 7zXZ !t/vn] crt:bLL g@ѨHD\EDN_]3 S : i/T >syIUjY7bۨbƐ5Z`?7C 0 E_nOMWqhcT\Gu# -穐6eҗ$O=}䓧BDz=U ERt׬mpf22ٯ(ޯW j*K}|⾱\, 6Q77]^ʀvs6{g{jhjV%`rx hJR1X流LvŅj `*jAB+;|ECFty&veʈ{upy)޻yLtT_ lgxe?1ak,Rn{Ne$50:Ga*U:QyC0"pbZ csv -Οyd0ㅼK{XOde6:B >,9u⃂HAa˞whbl[G?Sxy#|XOP<~"kmX-oJ[ZҮ}72AQ~3A:ln /}{ ]V(Ьha20*kF(mO%VnHֱzٸ? /*1Iâ o `=Hj|2|$>F泡|4"gu$h$%ȁl⊷>dt35Cp~}]Eu0K~YCρ:yovm~Y"B\WSȫ^ƋK8Ʌ˧s-4ڷ$J}xΠ o? Mu9eF?fLfΉ130Lt؂ܞ< A B{oKD*[Gx}jCW.}Ǥ;0LkXyiXyp^sIua^rfY(Z,_c/ zehp̩uJ̍!d# Ajx}"K7pX"jHPw}{HnxvBB\I b i (ŜVFڜFRPՂn@1g]h·|Wr<"Ͼ Hp' )م|,1st8t5 ~OP'VuXR_6>W*"FRM. H]AK{&8ڼ*+yK5:(gi6UG-J`W|>1[xVj̊ B.QHQ@+i|$276;a&OZ p[5=Sc EbNw_z4xI̳=- 28~->0Y d_"%"po`T|Z jc>me1j|ͮBh%)S*U/Ti3HidvJ@cn(5^< #I-s蚻LJ,wYlsDJamK$oKTSTat>!N]G>H6CI tjm aYN3߰g}GiKyh!`8="Orp"q~{l&t@0HUP]] gPǣ z^Rܹn[);e]t7FU "PALG3/<<CA̔<a!!E̾S?HJ~M.u(S2蟸"=Az9:HZGc@# 1G-7!(mq hy~Lg"ϏJ`pДvk{4% 8nmܐƨ#N#-R ȸ$۹2{D1R gs(\ʹAKgJx9 cK%S"3k=v=*d~$~~7B˨rʚѯUaf2Mх[8;?iU( I֊2] Hʷ[.i͹ͨZ6$0p+~!r+ 4ho3Q* e>oV1wz 7F|1n-޿7wLϭgN8eܣadA ݶhM::.XA.SLgi\%ϡIz wg=p72ɒiܱ )ju%8O]y#Iu>fSd(zLYT/ߗ$9F`hUޫaDc>f -Kd$M WvS"<3hqBԠ)ݖy8ƴƤi,r't.2㲱3yJeHa!@eXCUI 17!IlDܕ?|̜5= d1u$c)V@˪nON4ܽ;+K\ ):sé#/a(D#VbN>9HkeR&QEM֛(VMPK!mS䪩Kk~FJ’ Q^V)B4qBzϒ#vMt8x;$~Q)k"x95SSGt6|wxpjrǿzCj#pCst|l ՟~Ǵ vZ})m7JLEozWLŊi=4J/@e鸰Du&s