* Wed Apr 10 2024 Antonio Teixeira <antonio.teixeira@suse.com>
- Update to version 4.01:
* Add creation of startmenu and desktop shortcuts in Windows installer.
* Include some minor header patches for support of autotrace.
* Improvements to the pcb-rnd driver contributed by Erich Heinzle.
Limit polygon exports to pcb-rnd subcircuits to only those paths which
are not self intersecting.
* Fixed a bug found on MacOS reported by Sean Molenaar.
* Some minor improvements to the GUI.
* Some minor code cleanups to reduce warnings from clang compiler.
* Some code changes to address a warning from AddressSanitizer.
* Enable installation with winget.
- Remove default attributes for doc files (issue was fixed upstream).
- Don't run autogen.sh
* Fri Jun 30 2023 Antonio Teixeira <antonio.teixeira@suse.com>
- Update to version 4.00:
* Many changes in internal APIs for supporting a GUI.
* First version of QT base GUI. Not yet part of standard build
process. Sources are in QT/PstoeditQtGui directory. Just run
"make GUI" in there to build the GUI.
* Code cleanup.
* Some fixes to pass newer Coverity checks. Src code has again 0
Coverity defects.
* Documentation update and cleanup.
* Fix compilation problem with newer GNU libstdc++.
* Use unversioned .so libs for the driver plugins. Contributed
by the Suse team.
* Remove the usage of __DATE__ in source code to allow "reproducible"
builds. Contributed by the Suse team.
- Drop upstreamed patches:
* pstoedit-include.patch
* pstoedit-unversioned.patch
* reproducible.patch
- Add default attributes for documentation files.
Fixes doc files having executable flag.
* Wed Jun 15 2022 Stanislav Brabec <sbrabec@suse.com>
- Fix build with libstdc++ 12.1 (pstoedit-include.patch).
- Convert text files to UNIX style line ends.
- Do not use version numbers for modules that are loaded as *.so
(pstoedit-unversioned.patch).
* Thu Feb 03 2022 Stanislav Brabec <sbrabec@suse.com>
- Update to version 3.78:
* Compatibility support improvement: Support for mawk in creation
of pstoedit.ph header file.
* Tue Sep 07 2021 Stanislav Brabec <sbrabec@suse.com>
- Update to version 3.77:
* Added experimental support for filled objects in DXF output
using the HATCH element of DXF.
* Fixed a problem when running pstoedit with output to standard
output instead of a file.
* Adapted to new versioning scheme of GhostScript.
* Additional backend for pcb-rnd.
* Some additional options in WEMF driver.
* Better handling of bounding box in EMF output.
* Better handling of metric option in fig driver.
* Thu Sep 17 2020 Dirk Mueller <dmueller@suse.com>
- update to 3.75:
* Fix a compile problem under certain MacOS versions.
* Various changes needed for interworking with newer versions of GhostScript.
* Some code modernization based on feedback from VS-2019, Clang Powertools
and PVS Studio.
* Added support for dotted and dashed lines to the DXF backend.
* Reduce redundancy in help documents.
* Porting to Windows CE by Rohan Shetty.
* Made pstoedit compatible with ghostscript 9.27.
* Fix a bug occurring with large scale factors.
* Include full documentation by default and provide an option to generate
documentation locally which then fit best to the local installation.
* Started to apply improvements proposed by clang-tidy.
* Included a bunch of patches from Debian for easier maintenance of the
package plus correction to some spelling issues. Thanks to Barak A.
Pearlmutter.
* added a -vl option to specify a verbosity level. Using the older -v enables
level 1. For more use -vl 2.
* included a patch contributed by OpenSuse folks fixing a problem in finding
the plugins under certain conditions.
* included a patch contributed by Martin Madsen related to checking non
existing directories when looking for plugins.
* added support for pdfwithshow and pdfawidthshow special operators when
reading PDF files.
* Scott Pakin updated the cfdg driver to support the current version of cfdg.
* changes needed for newer versions of GhostScript.
* some code cleanup. pstoedit passed all Coverity checks.
- remove pstoedit-imagemagick7.patch pstoedit-pkglibdir.patch (obsolete)
- rediff reproducible.patch
Version: 3.70-bp152.2.18
* 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].