Hello community, here is the log from the commit of package pstoedit for openSUSE:Factory checked in at 2020-10-03 18:56:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pstoedit (Old) and /work/SRC/openSUSE:Factory/.pstoedit.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pstoedit" Sat Oct 3 18:56:51 2020 rev:32 rq:838561 version:3.75 Changes: -------- --- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes 2017-09-25 13:49:14.980660230 +0200 +++ /work/SRC/openSUSE:Factory/.pstoedit.new.4249/pstoedit.changes 2020-10-03 18:57:34.869620427 +0200 @@ -1,0 +2,33 @@ +Thu Sep 17 17:56:09 UTC 2020 - Dirk Mueller <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- pstoedit-3.70.tar.gz pstoedit-imagemagick7.patch pstoedit-pkglibdir.patch New: ---- pstoedit-3.75.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pstoedit.spec ++++++ --- /var/tmp/diff_new_pack.0c82ay/_old 2020-10-03 18:57:35.397621011 +0200 +++ /var/tmp/diff_new_pack.0c82ay/_new 2020-10-03 18:57:35.401621015 +0200 @@ -1,7 +1,7 @@ # # spec file for package pstoedit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pstoedit -Version: 3.70 +Version: 3.75 Release: 0 Summary: PostScript and PDF Converter -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Publishing/PS -Url: http://www.pstoedit.net/ +URL: http://www.pstoedit.net/ Source: https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM pstoedit-pkglibdir.patch [email protected] -- Fix plugin search path. -Patch: pstoedit-pkglibdir.patch Patch1: reproducible.patch -# pstoedit-imagemagick7.patch sent to author (wglunz35_AT_pstoedit.net) on 2017-09-20 -Patch2: pstoedit-imagemagick7.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -39,10 +35,9 @@ BuildRequires: libpng-devel BuildRequires: libtool BuildRequires: libzip-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: plotutils-devel Requires: ghostscript -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description pstoedit converts PostScript and PDF files to other vector graphic @@ -93,9 +88,7 @@ %prep %setup -q -%patch -p1 %patch1 -p1 -%patch2 -p1 chmod -x examples/*.ps examples/Makefile* doc/*.* copying %build @@ -110,33 +103,31 @@ --with-pptx \ --without-swf -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print # doc cleanup rm -rf examples/Makefile* +rm -rf %{buildroot}/usr/share/doc/%{name} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-, root, root) -%doc copying -%doc examples -%doc doc/*.htm +%license copying +%doc examples doc/readme.txt +%doc doc/*.htm doc/%{name}.pdf %{_bindir}/pstoedit %{_libdir}/*.so.* %dir %{_libdir}/pstoedit %{_libdir}/pstoedit/*.so %{_libdir}/pstoedit/*.so.* %{_datadir}/%{name} -%doc %{_mandir}/man?*/*.* +%{_mandir}/man?*/*.* %files devel -%defattr(-, root, root) %{_libdir}/*.so %{_includedir}/pstoedit %{_libdir}/pkgconfig/*.pc ++++++ pstoedit-3.70.tar.gz -> pstoedit-3.75.tar.gz ++++++ ++++ 75188 lines of diff (skipped) ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.0c82ay/_old 2020-10-03 18:57:35.657621299 +0200 +++ /var/tmp/diff_new_pack.0c82ay/_new 2020-10-03 18:57:35.657621299 +0200 @@ -1,13 +1,13 @@ -Index: pstoedit-3.70/src/pstoedit.cpp +Index: pstoedit-3.75/src/pstoedit.cpp =================================================================== ---- pstoedit-3.70.orig/src/pstoedit.cpp -+++ pstoedit-3.70/src/pstoedit.cpp -@@ -390,7 +390,7 @@ extern "C" DLLEXPORT +--- pstoedit-3.75.orig/src/pstoedit.cpp ++++ pstoedit-3.75/src/pstoedit.cpp +@@ -399,7 +399,7 @@ extern "C" DLLEXPORT const char buildtype [] = "release build"; #endif - errstream << "pstoedit: version " << version << " / DLL interface " << -- drvbaseVersion << " (built: " << __DATE__ << " - " << buildtype << " - " << compversion << ")" -+ drvbaseVersion << " (" << " - " << buildtype << " - " << compversion << ")" - " : Copyright (C) 1993 - 2014 Wolfgang Glunz\n"; + errstream << "pstoedit: version " << PACKAGE_VERSION << " / DLL interface " << +- drvbaseVersion << " (built: " << __DATE__ << " - " << buildtype << " - " << compversion << ")" ++ drvbaseVersion << " (" << buildtype << " - " << compversion << ")" + " : Copyright (C) 1993 - 2020 Wolfgang Glunz\n"; }
