Package Release Info

pstoedit-3.70-bp152.2.18

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

pstoedit
pstoedit-devel

Change Logs

* Wed Sep 20 2017 pgajdos@suse.com
- build against ImageMagick 7
  + pstoedit-imagemagick7.patch
* Fri Mar 04 2016 bwiedemann@suse.com
- Add reproducible.patch to make build-compare work
* Fri Mar 13 2015 sbrabec@suse.cz
- Fix plugin search algorithm (pstoedit-pkglibdir.patch).
- Drop patches:
  * pstoedit-parallel.patch: It was apparently autotools fault.
  * pstoedit-3.50-plugin-close.patch: Triggering bnc#680125 is
    fixed since 12.2.
  * pstoedit-3.60-libdl.patch: Patch is correct, but not needed.
* Thu Mar 12 2015 p.drouand@gmail.com
- Update to version 3.70
  * some code improvement
  * removed the -DBUGGYGPP compile flag since now g++ can compile the
    code without it. The former work-arounds are still there but will
    be removed later.
  * enabled more warnings when compiling with g++ and fixed some
    resulting warnings.
  * changed the autoconf part to better support the inclusion of
    libzip for the pptx driver.
  * included a lot of documentation corrections
  * using non case sensitive comparison when determining the target
    format from the file suffix.
  * using more STL classes instead of older private replacements
    (string and vector). In this context also some hard coded limits
    were removed.
  * fixed an assertion violation when using -ssp and a closepath occurred.
  * added the dump of the font name for the DXF format.
    prototype of a "simulate fill" option for emulating filling by stroking.
    This is based on fillpoly.c from the hp2xx project. This is still kind
    of experimental.
- Update pstoedit-3.62-parallel.patch > pstoedit-parallel.patch
* Fri May 30 2014 tchvatal@suse.com
- Version bump to 3.62:
  * new backend generating PowerPoint pptx files
  * improved handling of composite fonts
  * fixed a bug in detecting rectangles.
  * improved bounding box tracing in case of text (but it is still not perfect).
  * changed the creation of filenames when using the -split option.
  * fixed a bug in passing generic libplot arguments to the libplot drivers.
  * improved support for 64-bit systems related the integration of pstoedit to gsview.
  * include a version info resource in pstoedit's windows exe and DLLs.
  * include a work-around for a Hurd specific problem with dlclose.
- New patches to fix build behaviour:
  * pstoedit-3.60-libdl.patch
  * pstoedit-3.62-parallel.patch
* Fri Apr 05 2013 idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
* Wed Nov 07 2012 sbrabec@suse.cz
- Update to version 3.61:
  * fixed a bug in handling of -page option.
  * improved support for 64-bit systems related to different
    version of ghostscript
  * added some features for supporting the LaOS project
    (Laser Open Source Cutting, http://www.laoslaser.org/)
* Fri May 25 2012 sbrabec@suse.cz
- Build against libEMF on all platforms.
* Tue Apr 10 2012 ro@suse.de
- fix buildrequires, ImageMagick-Magick++-devel
  is now libMagick++-devel
* Sun Jan 22 2012 tabraham@novell.com
- removed patches deprecated by this release
  - pstoedit-3.50-libadd.patch
  - pstoedit-cxxflags.patch
  - pstoedit-no_builddir_in_la_file.patch
- refreshed pstoedit-3.50-plugin-close.patch
- update to 3.60
  + added option (-minlinewidth) for adjusting very thing (e.g.
    zero-width) lines to a minimal width.
  + added option (-pslanguagelevel) for easy switching the
    language level to be used by GhostScript during interpretation
    of the PostScript/PDF file
  + new driver for the "Context Free" drawing tool
    (http://www.contextfreeart.org/ ) contributed by Scott Pakin
  + fixed the windows binary version - some drivers were missing
  + fixed some problems in handling composite fonts (FontType=0)
  + windows 32 bit binary can call 64 bit ghostscript as exe
    (i.e. not via DLL interface)
  + support for 64 bit windows and Office 2010
* Sun Nov 20 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Tue Aug 10 2010 sbrabec@suse.cz
- Fixed parallel build.
- Build with correct CFLAGS.
* Mon Aug 09 2010 sbrabec@suse.cz
- Don't dlclose() in destructors (bnc#622977, Redhat#507035).
* Sat Feb 13 2010 dimstar@opensuse.org
- Reformatting of the package meta description.
* Wed Aug 12 2009 sbrabec@suse.cz
- Updated to version 3.50:
  * Improvements to the PCB and mpost drivers.
  * Improvements of the font substitution mechanism.
  * New drivers: gcode (.ngc), .vtk (e.g. ParaView).
  * Added Cairo output driver (outputs Cairo C code).
  * Fixed clipping and image support for the Asymptote backend.
  * Fixed line width problem with the xfig format.
  * Code adaptations for newer libraries and compilers.
  * Other enhancements and bugfixes.
* Fri Jun 05 2009 coolo@novell.com
- fix compilation with gcc 4.4
- rediff to avoid fuzz
* Thu Jan 15 2009 sbrabec@suse.cz
- Enhanced features of PCB output.
- Build with gd.
- Changed BuildRequires: plotutils -> plotutils-devel.
- Spec file cleanup.
* Wed Sep 10 2008 jsmeix@suse.de
- fixes-for-GCC43.patch applies fixes for GCC 4.3,
  see http://en.opensuse.org/GCC_4.3_Transition
- Update to version 3.45;
  * Fixed a bug in the fig backend related to dotted lines.
  * Better support for pagesize handling.
  * Better handling of fonts using 0 encoded characters
  * Fixed endless loop issue of GhostScript
    (see Novell/Suse Bugzilla bnc#414188).
* Fri Aug 22 2008 meissner@suse.de
- build with optflags, some cleanups
* Wed Jul 18 2007 ke@suse.de
- Add plotutils to BuildRequires to fix SVG support; reported by
  Christian Morales Vega [# 292023].