libgxps-tools-0.3.0-lp150.3.3.2<>,U\/踋/=„x;7n~rG.NPã2po?N)J"5rӈ5x8ulf2 :(Ubٗۼn,S7ªYS. :FaGE qv \ݧjjWҝbJ:儗wvߛ2t਀[u(%\l#4]ƔCSw'+~JRHohS2_VGUQk08BL9J]X >>*?*d " D  &0 X  l      2  < d   8|4(]8d9:F"G" H" I# X#,Y#4\#X ]# ^#b$c$d%Ke%Pf%Sl%Uu%h v%w) x) y)-z*****Clibgxps-tools0.3.0lp150.3.3.2Tools for rendering XPS documentslibgxps is a GObject based library for handling and rendering XPS documents.\/lamb21AopenSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgProductivity/Publishing/Otherhttps://live.gnome.org/libgxpslinuxx86_64k j{hk(j#]#큤\/\/\/\/\/\/\/\/\/\/e5870f98eda2eff82c0b16d439cad25a04b0e651109842606a23ce343330bfd034d90b5499e5331b9527db70626b11c50896b65c0480f0681311283d338317bb8265d41857eac709a8275d231dc725e4902acbc4312eeaf3037f28e024464fce6ec89ff1c2ca3f94ef337ad420c96c0deb0d83fcc25679efc840b0d91e8b085dc3694e82d944fac30718cea883baaae36c111f5d1a14aa29fcbeb11ada05d273efb2c14c27f0473cc208552c9a059b07d490a8c4d2e7e021eec204889f3d087b70928eb4c9a28f812e5edc7b2bb29d9396abefcf7cd469a713ecf6c6f8f324af5d3656319ab5a859d28bdcbd6e903d3fa0e143293b0c42e919c7cb7af0a06a796c36d0c9339baabba1dd902cb5cb8965bd2ab6f8caaf78f52e1d77c1723028047fddc5b06fa42b886a930b6ef2cfb7b03b7c7a1ef1bcc88ff64d6da8fc1fde38rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibgxps-0.3.0-lp150.3.3.2.src.rpmlibgxps-toolslibgxps-tools(x86-64)@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcairo.so.2()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgxps.so.2()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[ā@YbY@X@WgUU)ŬQ#@OiOO NNåqzheng@suse.comjengelh@inai.dezaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgpgajdos@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.org- Add libgxps-CVE-2018-10733.patch to fix a heap-based buffer over-read issue (CVE-2018-10733, boo#1092125).- Fix RPM groups and summaries.- Update to version 0.3.0: + New features: - Add initial support for resource dictionaries (bgo#777731). - Support OpenXPS fixed representation schema (bgo#768117). + Bug fixes: Fix a crash when extracting a malformed file (bgo#785479). + Build: Switch to meson build system (bgo#783642). - Add meson BuildRequires and switch autotools macros configure, make and makeinstall to meson, meson_build and meson_install following upstream switch to Meson build system. - Add gtk-doc BuildRequires, needed to build documentation, also build manpages. - Add libgxps-rpmlintrc: Filter out bogus rpmlint warning about libgxps-tools not containing any libs. - Run spec-cleaner, modernize spec.- Update to version 0.2.5: + Fix handling of internal documents paths to ensure we always use "/" instead of the system path separator (bgo#777894). + Improve performance when querying archive entries by using a hash set instead of a GList (bgo#777272). + Improve performance when querying documents in archive by using a GPtrArray instead of a GList (bgo#777269). + Fix a user after free in tools. + Fix several memory leaks. + Fix potential NULL pointer dereference found by coverity (bgo#776323). + Add a missing break in switch statement found by coverity (bgo#776323). + Fix uninitialised variables found by coverity (bgo#776323). + Fix several compile warnings. + Remove wrong return from print_token() that is void (bgo#772296). + Fix GObject introspection build (bgo#775637). + Build: Add support for building with Visual studio (bgo#771057).- Update to version 0.2.4: + Fix the build with GCC >= 6 when tests are enabled. + Fix non-literal format string warning for clang (bgo#760177). + Correctly show translated messages for command line tools on some locales (bgo#760437).- Update to version 0.2.3.2: + Follow up release to fix the build in some cases due to libm undefined symbols.- Update to version 0.2.3.1: + This is a follow up release to fix the build in some cases due to libpng undefined symbols.- Update to version 0.2.3: + API changes: Add API to get Core Properties of a XPS file. + New features: - Support ImageBrush Viewbox and rotation/shearing matrices (bgo#751357). - Add support for JPEG images with GRAYSCALE color space (bgo#744120). - Add support for interleaved zip archives. + Bugs fixed: - Fix transformation for VisualBrush elements (bgo#742630). - Fix parsing of dash array with negative values (bgo#715023). - Make gxps_dash_array_parse fail for an odd number of dashes (bgo#715023). - Fix parsing of dash array when it has trailing or leading whitespaces (bgo#715023). - Fix the build with libpng16. - Fix parsing of real numbers containing e[+-]number. - Fix a crash in documents containing nested FixedDocument (bgo#685741). - Drop obsolete xz BuildRequires: We now support xz tarballs by default. - Drop libgxps-libpng16.patch: Fixed upstream.- Add libgxps-libpng16.patch, also build against libpng16.- Update to version 0.2.2: + Bug fixes: - Fix COPYING file that used lgl2 instead of lgpl2.1 (bgo#671271) - Fix the build with --enable-gtk-doc (bgo#671274) - Fix several memory leaks when parsing fails (bgo#668937, bgo#668940, bgo#668941, bgo#668969, bgo#668968, bgo#668966, bgo#668965) + Tools: - Set image parameters after jpeg_set_defaults(), so the resolution does not get overwritten by the defaults + Documentation: - Ignore private headers when generating API doc - Add index of new symbols in 0.2.1 - Add Since: tag to GXPS_VERSION_STRING api docs- Update to version 0.2.1: + API changes: - Add GXPS_VERSION_STRING macro with the library version as a string + New features: - Support OpacityMask for Path elements (bgo#663477) + Bug fixes: - Fix MAJOR/MINOR/MICRO version macros - Fix FSF address in COPYING file - Fix building with libpng15 (bgo#664666) - Fix tools build by linking to libm (bgo#664439) - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. - Drop libgxps-link-libm.patch: fixed upstream. - Remove gnome-common BuildRequires and call to gnome-autogen.sh: those were only needed for patch above.- Split typelib file into typelib-1_0-GXPS-0_1 subpackage. - Add typelib-1_0-GXPS-0_1 Requires to devel subpackage.- Update to version 0.2.0: + API changes: - This release contains a small API break. Even though all of the XPS documents we have for testing use integer numbers for the page size, the XPS Specification says that page size is a double value. Functions gxps_page_get_size() and gxps_document_get_page_size() now return page width and page height as gdouble values instead of guint. + New features: - Add support for PolyQuadraticBezierSegment figures - Add support for Smooth Cubic Bézier curve - Initial implementation of ICC based colors. Only CMYK colors are supported for now - Support Opacity for SolidColorBrush elements (bgo#663472) - Add support for scRGB color syntax - Implement Quadratic Bézier curve - Support OpacityMask for Glyphs elements (bgo#66347) - Support OpacityMask for Canvas elements (bgo#663475) - Support opacity for ImageBrush elements (bgo#663471) - Support opacity for Glyphs elements (bgo#662654) - Support opacity for Canvas elements (bgo#662653) - Support opacity for Path elements (bgo#662652) - Support opacity for LinearGradientBrush and RadialGradientBrush elements (bgo#662655) + Bug fixes: - Fix parser error messages for invalid content (bgo#663899) + Tools: - Add xpstojpeg tool for converting XPS documents to JPEG - Add xpstosvg tool for converting XPS documents to SVG - Add xpstops tool for converting XPS documents to PostScript - Add xpstopdf tool for converting XPS documents to PDF - Add xpstopng tool for converting XPS documents to PNG + Updated documentation. - Add libgxps-link-libm.patch: Add missing libm linking. - Add gnome-common BuildRequires and call to gnome-autogen.sh for above patch. - Add pkgconfig(cairo-pdf), pkgconfig(cairo-ps), pkgconfig(cairo-svg), pkgconfig(lcms2) and pkgconfig(libpng) BuildRequires: new dependencies upstream. - Rename libgxps1 subpackage to libgxps2, following upstream soversion change. - Create a tools subpackage to distribute the various new tools.- Initial package (0.1.0)lamb21 1553346536 0.3.0-lp150.3.3.20.3.0-lp150.3.3.2xpstojpegxpstopdfxpstopngxpstopsxpstosvgxpstojpeg.1.gzxpstopdf.1.gzxpstopng.1.gzxpstops.1.gzxpstosvg.1.gz/usr/bin//usr/share/man/man1/-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:9882/openSUSE_Leap_15.0_Update/c27dfe22b1dad51ad7fffe6a6cb51ce8-libgxps.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=8d00d5cc974cee993342e794cf4e7b51a67fcd6f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=71d4319c068e77f2e87c6fb40254933e4d669807, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d257b8e1108426093c344b130782aadc612b346c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=29f1d7e0ac97e8225316ef180e83494ae6656f15, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d2c9400ead269069f602ff95a6201806001ff899, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) %  RRR RRRRRR RRRRRRRRRR RRRRRRRRR RRRRRRRRRRRRRRRRRNLR!xTiutf-89b00612a984dd3d5ad58431f73d3efc2d9ba975f46a110a40f0c8b249987dfd9? 7zXZ !t/;&t]"k%]dݢIύȞc;t`s^5s> Bʟ;|T m%C ig: (]֗K%Ƭ)d(TNZFVu\<迡X)CIOIA'S%Zs,{Hך!–$L sm*ߧKxhqS}20:Ȁѿ~žX ֶBc.mS(g#@i,Sf,TT$ƍegh=4N{scL׈LǢ1sM'6沚|Bڊ&T/i`+0L[n3I&bE3,Ǹok{?s_Gy-N[I2*8YD)AQ.m+ϪE;toN1Vx,~mbsILqg&ήiC#n\Ә*0aDc9j^76a@|ήː#-]d\*?f6SZh(I~v8w<0D (a21/Ԅs;ZBLQ } XՔ_.O a WnϱCH[e&~]џn` 6!;OzKI>\ ɍ0^hH /s&7Ḟ Ƌ@*/}<6i$V\,v,xC3bG-M !C{0 A]pNt^l~4(ꩽNLP8YegAm k,`^}؍fo L+˧Lt-oZT,ʦt-m k4yJ[1Јcvf_I^qޢOd~Џo=c8 eȆ:0%i39x\ml{~G|~֐lh^;TFQad-GKpI\*2~f8Z9cʇ!f$"ZW9@GMrS!b‚Yő:b+N9r;awKxS1kP%#}`gLM#BG3;h .#)VX :ʑ`ت/ eڦnzvDk~h\9[-Z j(&^rp #BN75i^n]aqB<:cD2^:$WL*DnsU%q6(J/&?Cke+^Qio1(3.Cfcu@ /= ɹT&jC<-{O#dLNͱl#_j&J_H(o4y2@߮b'f֋&H\Y@\|p9/BdIt|],?YUG8N"'ԪÉL=\,3 d`zg8Tq semZ03 O/yľ[ڱp֬2FJJDl BSza>2yW>?(pEe[]g9ؽt=*6WQwU u Bx˲|UAQs ]./&}?*uI(cPoTul6u0!D[ <=!szʽ~J6ƊT$E^)k3'ƒEZm˿u(͎LcٞoϚЕOyG=I~%%:Of.(9x=SB@0_].<I_1z :_ ^?״C\$d6RA Yel,8֥YՉ 䋷 3%|RMߊ#,C6gbE}3Vt$|#,kbp%R-m} Hlrɣ7("#1>4 ƈZ|6Yfh'y>>]RfȚCu`ʶ$]yg X޿bAs#ڒ S!J\i|egd^ 13lDӠ7`/-{z.e( %5CHfL+| fE4pK D[=ZHfE9-i-S?9c@qWPwx:~F}2k9 ~W%3'R^d~}+{o: uQZ֢*}; ZG3Kf^~S `EIraE..*\0!$Ǖ4jeX A Z K'r\) 7m@ qQ@4۝*KZP9E> e }I \œ08/,SGR}ATO:Gir:&%G>X1U,A҃JDz`E>bdnl Zf*V;Hb´Se@g׀S^{ KP kpb9{ٶLW@~B$"LeLJC :_USl'! PDd4"O6ohG.2ȅlל;?Bm Ca΍;KZsY@Y}|o`5wz&[]!tWv"YtHG!SVob0;gw9K?.O]'w_iDT(4}#Sbf"UU0R0;'ɮWoD^CS[kA'V}VQ2ִg]{XF6}#c'"P yMWhM` j}٠Jj C%y7tj'1H/}ng v"pv֪&LagɈ%cP l]\.ct"f}׺Q,x<0SԥaqXCǪ mL9} aMͻ $d{Xf:rf>^B@7Gώl m!F'+EGgM± y1Ǥ.CDߊ 4"U.sʢP:D,R@E;T khz} } Mf߰N-ĐnA9lC%i}|_9Xy*94BFҩMymv\{#x9Qh,| 6{x 1١x M0`6K3]pʥ^Bxd>e7_^\1_Mٗ0PUt/o;1OonT~u4_ 0b7S=5 0m*݊E~[YiIMgcg-~r47['>l1bqSD~ ݧ-3'Rg uJ ]-qT78*KP^d?hܧ A/aC5+.`bGWHsNZ\g,5葭"ϵxvMq/JU@Yk^8ܶȄ_4mx]-< + e]s7 YUЍQq %+&Jk/Ɗv'kѯ^`q1I-%u"/A5=^S-k3P\׾Vs1xAYܶ 9ېo;hjTƉ_X1[i5бՂoyT1*Piaפ_kkʈ; ?:!MMs#>48&IIɈGՐn͵]%}YDiBB7a]9p N$GM㐾Q@~Du)h`4D]Y_.T A8ŲC?x.;K,zU=`;Y@mCcãpl"4$R ;D:V[,ί&Az,y-`oq .! ʰ0mg!N؎j3 jugRI' )@Ѽ,jy/1:5-3/Ӏ\s-taŻݵh1;s'uL%7G<ʀŨ ]W2K7Hᤣ(gss% ҕygud:۰r:ٌm)}|- DJ'kC+ ,*(x+n\~DHS׼/L_qid/8Dw0(Y5ɤ48V5 ݏPϊ"#ƅNs c֑,P31[IbՐ+ A^ڳ47);w#x%] PՀSjhNJҝRkS_Z1׉lyU3@6 t32J,a(h4X=q K3R!uI ' YߔB3SlcMU.kt5]D&cL^3$ 8L"` ?.}U|I1t{WyWQ[XpRM27J-Ǧ,;p:f3bF!6}rG~9cxP}DC_šnvm7!S'o,g>nD6SBj|G@:M?9F7eps!A{'eydkn#|/e+hVg)IVɉC]ۺ6Zxjw͌)CQg~սwj(\r>/3]1"fy"F)Y=^i4l_b=.>#hhVRuܐur#!)νdKm=~tiO>ܡVy@ ēPa܅*/FBfԒnjWL.ʕ~ ņkL H_*9v/ +Ѱ-PS!;cbh` =l0^v[sSbTv{oPN :J&Ce>lLwg' Z#ʣ0A.\y`͹S+B0X?g$$4GZAbSO~%`bױɐ< skA<{z4Ԕۣnng FHb=nPRx>Oʳ^܉E*Z*Skb*r-k P~M>Szvp!pPfe t>¬V~`ȹwڼ40íc1"vZ`Ń3QRAPkeҋ-+P2ͼ&^3RW5Έ \FFMz*jOY!~cz] Q351˞[^HIfyr#;Jt{(hjʵͫ9|$'p[H~G3P3 >?Y<@iBҲI%nĿ68Gz{?)a%ؙ`t$ZN "%hqSxG.f=YN_>ʿ$YP3EZ'Hmyqp\" 'wEn. %b1MQU mԇP޼27%lL9kE׾wsަl\qapRp3N݅TVQkG_G b0G8ʈE)p¶l!yra.{W}^iy򎰚&,0d䝽mm_(˱vRbW}Zbp+z3&s$ GSե'OPލ[JDža{ucK9U1w[ z39P_gLf?Ί5 Ose7Tp?wfMs?V[mVr0U.@0dѻP_qW20^MJy"aC %# # +lFQ Ƅ)z1ozPKɿrhB.2J;j:i51<ʄ)4[T/> lRN+y^;FKly\v|D_FM 8s'z/ v@콘Nlc|K9Ug8ݤlz;fwwN_ A9\{or=\onMum;<}+@]hf1}{vb2`#JuGdH_eg#Mw _ YZ