Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package daps for openSUSE:Factory checked in at 2022-11-10 14:19:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/daps (Old) and /work/SRC/openSUSE:Factory/.daps.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "daps" Thu Nov 10 14:19:26 2022 rev:50 rq:1034839 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/daps/daps.changes 2022-10-19 13:17:45.525232268 +0200 +++ /work/SRC/openSUSE:Factory/.daps.new.1597/daps.changes 2022-11-10 14:19:27.725397152 +0100 @@ -1,0 +2,34 @@ +Tue Oct 25 15:09:13 UTC 2022 - Frank Sundermeyer <fsunderme...@opensuse.org> + +Stable release DAPS 3.3.2: + +* Bug fixes: + - Make DAPS work with libslt > 1.1.34 + (https://github.com/openSUSE/daps/issues/679) + - Profiling no longer requires processing instruction + - if DC-file/command line contains profile settings the + profiling stylesheets will autoimatically be applied + (https://github.com/openSUSE/daps/issues/529) + - FOP support for google noto-sans fonts (for Japanese, Korean, + traditional & simplified Chinese) + (https://github.com/openSUSE/daps/issues/684) + - Fix validation error where errors were ignored or failed with a + bash error + (https://github.com/openSUSE/daps/issues/679) + - unpacking locdrops automatically removes dm:editurl from + docmanager XML header (if present) + - Building parts of a document (with --rootid) is no longer + supported when rootid points to a section or sect1 (because + depending on HTML chunkling, this may result in an empty + document) + (https://github.com/openSUSE/daps/issues/686) + +* Helper scripts: + - Added a few scripts for handling SUSE localization branches, + improving SEO and migrating frm DocBook4 to DocBook5 + - can be found in the sources under contrib/ (not included in + SUSE packages) + +* Obsoletes patch daps-fix-build-against-libxslt-1.1.36+.patch + +------------------------------------------------------------------- Old: ---- daps-3.3.1.tar.bz2 daps-fix-build-against-libxslt-1.1.36+.patch New: ---- daps-3.3.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ daps.spec ++++++ --- /var/tmp/diff_new_pack.isfwQL/_old 2022-11-10 14:19:28.337400525 +0100 +++ /var/tmp/diff_new_pack.isfwQL/_new 2022-11-10 14:19:28.341400546 +0100 @@ -17,7 +17,7 @@ Name: daps -Version: 3.3.1 +Version: 3.3.2 Release: 0 %define docbuilddir %{_datadir}/daps @@ -29,8 +29,6 @@ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.rpmlintrc -Patch0: daps-fix-build-against-libxslt-1.1.36+.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -123,11 +121,16 @@ + + + + + + #-------------------------------------------------------------------------- %prep %setup -q -n %{name}-%{version} -%autopatch -p1 # Correct shebang line as suggested in # https://lists.opensuse.org/opensuse-packaging/2018-03/msg00017.html ++++++ _service ++++++ --- /var/tmp/diff_new_pack.isfwQL/_old 2022-11-10 14:19:28.373400723 +0100 +++ /var/tmp/diff_new_pack.isfwQL/_new 2022-11-10 14:19:28.377400745 +0100 @@ -1,10 +1,10 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="versionformat">3.3.1</param> + <param name="versionformat">3.3.2</param> <param name="versionprefix"></param> <param name="url">https://github.com/openSUSE/daps.git</param> <param name="scm">git</param> - <param name="revision">3.3.1</param> + <param name="revision">3.3.2</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ daps-3.3.1.tar.bz2 -> daps-3.3.2.tar.bz2 ++++++ ++++ 12479 lines of diff (skipped) ++++++ daps.rpmlintrc ++++++ --- /var/tmp/diff_new_pack.isfwQL/_old 2022-11-10 14:19:29.853408880 +0100 +++ /var/tmp/diff_new_pack.isfwQL/_new 2022-11-10 14:19:29.853408880 +0100 @@ -1,12 +1,12 @@ addFilter("explicit-lib-dependency libxml2") addFilter("explicit-lib-dependency libxslt") -addFilter("explicit-lib-dependency liberation-fonts") +#addFilter("explicit-lib-dependency liberation-fonts") #addFilter("non-executable-script .*/daps/lib/daps_functions") -addFilter("non-executable-script .*/daps/lib/*") +#addFilter("non-executable-script .*/daps/lib/*") # false positive -addFilter("no-manual-page-for-binary daps-init") +#addFilter("no-manual-page-for-binary daps-init") # internally used only, no man page needed -addFilter("no-manual-page-for-binary daps-auto.pl") -addFilter("no-manual-page-for-binary daps-xmlformat") -addFilter("no-manual-page-for-binary daps-check-deps") +#addFilter("no-manual-page-for-binary daps-auto.pl") +#addFilter("no-manual-page-for-binary daps-xmlformat") +#addFilter("no-manual-page-for-binary daps-check-deps")