Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pstoedit for openSUSE:Factory checked in at 2023-07-03 17:41:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pstoedit (Old) and /work/SRC/openSUSE:Factory/.pstoedit.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pstoedit" Mon Jul 3 17:41:55 2023 rev:36 rq:1096198 version:4.00 Changes: -------- --- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes 2022-06-16 18:22:11.680249123 +0200 +++ /work/SRC/openSUSE:Factory/.pstoedit.new.13546/pstoedit.changes 2023-07-03 17:41:56.392419895 +0200 @@ -1,0 +2,24 @@ +Fri Jun 30 18:23:13 UTC 2023 - Antonio Teixeira <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- pstoedit-3.78.tar.gz pstoedit-include.patch pstoedit-unversioned.patch reproducible.patch New: ---- pstoedit-4.00.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pstoedit.spec ++++++ --- /var/tmp/diff_new_pack.Jqcl75/_old 2023-07-03 17:41:57.164424440 +0200 +++ /var/tmp/diff_new_pack.Jqcl75/_new 2023-07-03 17:41:57.180424534 +0200 @@ -1,7 +1,7 @@ # # spec file for package pstoedit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,13 @@ Name: pstoedit -Version: 3.78 +Version: 4.00 Release: 0 Summary: PostScript and PDF Converter License: GPL-2.0-or-later Group: Productivity/Publishing/PS URL: http://www.pstoedit.net/ Source: https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz -Patch1: reproducible.patch -# PATCH-FIX-BUILD pstoedit-include.patch [email protected] -- Add missing include needed by libstdc++ 12.1. -Patch2: pstoedit-include.patch -# PATCH-FIX-OPENSUSE pstoedit-unversioned.patch [email protected] -- Do not use version numbers for modules that are loaded as *.so. -Patch3: pstoedit-unversioned.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -91,10 +86,7 @@ PostScript and PDF converter development headers and library files. %prep -%setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 for CRLFFILE in doc/readme.txt examples/figtext.ps ; do tr -d '\r' <$CRLFFILE >$CRLFFILE.lf touch -r $CRLFFILE $CRLFFILE.lf @@ -126,15 +118,17 @@ %postun -p /sbin/ldconfig %files -%license copying -%doc examples doc/readme.txt -%doc doc/*.htm doc/%{name}.pdf %{_bindir}/pstoedit %{_libdir}/*.so.* %dir %{_libdir}/pstoedit %{_libdir}/pstoedit/*.so %{_datadir}/%{name} %{_mandir}/man?*/*.* +# Remove +x attribute from doc files +%defattr(0644, root, root, 0755) +%license copying +%doc examples doc/readme.txt +%doc doc/*.htm doc/%{name}.pdf %files devel %{_libdir}/*.so ++++++ pstoedit-3.78.tar.gz -> pstoedit-4.00.tar.gz ++++++ ++++ 40358 lines of diff (skipped)
