Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package daps for openSUSE:Factory checked in at 2021-05-20 19:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/daps (Old) and /work/SRC/openSUSE:Factory/.daps.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "daps" Thu May 20 19:23:44 2021 rev:45 rq:894305 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/daps/daps.changes 2020-04-08 19:54:23.709023084 +0200 +++ /work/SRC/openSUSE:Factory/.daps.new.2988/daps.changes 2021-05-20 19:24:10.918159878 +0200 @@ -1,0 +2,122 @@ +Wed May 12 10:12:31 UTC 2021 - Stefan Knorr <skn...@suse.com> + +- Stable release DAPS 3.1.1: + +* Bug fixes: + - Removed error messages that appeared during command-line + completion + +* Packaging changes: + - Updated Spec file from OBS repo + +------------------------------------------------------------------- +Tue May 11 13:18:36 UTC 2021 - Stefan Knorr <skn...@suse.com> + +- Stable release DAPS 3.1.0: + +* New features: + - Allow converting AsciiDoc books with multiple parts into a + DocBook set (`--adocset`/`ADOC_SET="yes"`) + - Remove `dm:docmanager` during `unpack-lockdrop` when + `--remove-dm` is used + - Added support for DITAA diagrams as an image format (must be + added as an external file) (#540) + - Allow using `{daps-adoc-attribute}` from AsciiDoc sources to + add a list of all AsciiDoc attributes used by DAPS to the + output (#573) + - Added `daps validate` options `--validate-ids` (checks + whether IDs match a basic SEO-compatible set of characters) and + `--validate-images` (checks for missing and duplicated images) + - Renamed `daps checklink` to `daps linkcheck` for consistency + with `daps spellcheck` and `daps stylecheck` + - Renamed `PDFNAME` to `OUTPUTNAME` DC file option to clarify + its purpose + +* Removed features: + - Removed support for the Xfig (`.fig`), PDF, and EPS image + formats + - Removed support for the `asciidoc` tool, DAPS now only supports + AsciiDoctor + - Removed support for `--xsltparam` which has been replaced by + `--stringparam` + - Removed `--css=none` option of `daps epub` + - Removed `daps-auto.pl` which has been replaced by + `daps-autobuild` + - Removed all support for Python 2 dependencies + +* Bug fixes: + - When AsciiDoctor outputs a warning, DAPS will now fail, + avoiding XML issues that would crop up later (this only works + if AsciiDoctor >= 1.5.7 is used) + - Find unresolvable AsciiDoc attribute references (such as + `{reference}`) and error out rather than adding them to the + output + - When converting AsciiDoc, always unset the `imagesdir` + attribute, so DAPS can mandate its own `images` directory + - On successive DAPS runs, always convert AsciiDoc files to XML + again + - Improved default IDs generated by AsciiDoctor, to avoid leading + underscores in IDs (#520) + - Improved AsciiDoc `postprocess.xsl` clean-up stylesheet: + - Rewrite `@contentwidth` to `@width` + - Improved display of article titles + - Fixed validation of generated abstract elements + - Improved workarounds for `authorinitials`, `othername`, + `lineage` + - Output AsciiDoc `<<reference, title>>` construct as + `title (<xref linkend="reference"/>)` (same for links) + - Improved handling of slightly misused AsciiDoc block/ + example syntax that was previously converted to + GeekoDoc-incompatible `formalpara` elements + - Fixed updating of profiled files when an entity or the DC + file of the source has changed + - Only use AsciiDoctor's `--failure-level` if the version of + AsciiDoctor is new enough to support it + - Allowed use of AsciiDoc attributes defined on command line + and in DC file at the same time + - Made DAPS's default set of AsciiDoc attributes overridable + - Internally handle `--param` the same as `--stringparam` (#589) + - Made sure that both `index.html` and `[ROOTID].html` are + generated during HTML builds + - Reworked `getentityname.py` (#556) + - Restored compatibility with Novdoc profiling stylesheet + references + - Avoid stumbling over empty hrefs in XIncludes during validation + - Fixed issue where DC file parser would concatenate rather + than overwrite values + - Fixed issue where DC file parser would not correctly recognize + last line of a DC file if it did not end in a newline character + (#553) + - Fixed issue where default entities like `—` could not + be found + - Fixed `unpack-locdrop` runs that failed because file lists + contained spaces rather than line breaks + - Use `PROFOS` value during `locdrop` + - Fixed `daps html --nostatic` build failure resulting from + identical files error + - Fixed GNU Make 4.3 `+=` operator compatibility + - Added compatibility with Inkscape 1.0 command-line options + - Set initial memory for FOP + - Fixed path to Avalon Framework (bsc#1175214) + - Fixed LibreOffice Draw executable name for Debian (#564) + - Improved error message when MAIN file is missing (#494) + - Improved error message displayed when ROOTID does not exist in + the document (#546) + - Show FOP warnings when running with `-vv` or higher verbosity + - Suppressed error messages about missing `xml:base` during + `daps linkcheck` (#558) + - Improved message output of `daps-xmlwellformed` + - Improved Git updating flow in `daps-autobuild` + +* Documentation: + - Added man pages for `daps-xmlformat` and `daps-check-deps` + (#491) + - Added documentation for generating a DocBook set from an + AsciiDoc book + - Fixed typos and other minor issues throughout the documentation + +* Packaging changes: + - Cleaned up TAR archives generated by GitHub (#489) + - Do not make libexec XSL files executable (#492) + +------------------------------------------------------------------- Old: ---- daps-3.0.0.tar.bz2 daps-fetch-source-git daps-gnu-make-4.3.patch New: ---- _service daps-3.1.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ daps.spec ++++++ --- /var/tmp/diff_new_pack.CfGm4U/_old 2021-05-20 19:24:11.298158270 +0200 +++ /var/tmp/diff_new_pack.CfGm4U/_new 2021-05-20 19:24:11.298158270 +0200 @@ -1,7 +1,7 @@ # # spec file for package daps # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,10 @@ Name: daps -Version: 3.0.0 +Version: 3.1.1 Release: 0 -############################################################### -# -# ATTENTION: Do NOT edit this file outside of -# https://github.com/openSUSE/daps/blob/develop/packaging/daps.spec -# -# Your changes will be lost on the next update -# If you do not have access to the GitHub repository, notify -# <fsunderme...@opensuse.org> or <t...@opensuse.org> -# or send a patch -# -################################################################ -# -# Please submit bugfixes or comments via -# https://github.com/openSUSE/daps/issues -# - %define docbuilddir %{_datadir}/daps -%define regcat %{_bindir}/sgml-register-catalog -%define dbstyles %{_datadir}/xml/docbook/stylesheet/nwalsh/current -%define daps_catalog for-catalog-%{name}.xml Summary: DocBook Authoring and Publishing Suite License: GPL-2.0-only OR GPL-3.0-only @@ -47,8 +28,6 @@ URL: https://github.com/openSUSE/daps Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.rpmlintrc -Source2: %{name}-fetch-source-git -Patch0: daps-gnu-make-4.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -59,6 +38,7 @@ BuildRequires: dia BuildRequires: docbook-xsl-stylesheets >= 1.77 BuildRequires: docbook_4 +BuildRequires: docbook_5 BuildRequires: fdupes BuildRequires: ghostscript BuildRequires: inkscape @@ -67,30 +47,15 @@ BuildRequires: libxslt BuildRequires: libxslt-tools BuildRequires: poppler-tools -BuildRequires: python-xml BuildRequires: python3-lxml BuildRequires: suse-xsl-stylesheets BuildRequires: svg-dtd -BuildRequires: transfig BuildRequires: xerces-j2 BuildRequires: xml-apis BuildRequires: xmlgraphics-fop >= 0.94 BuildRequires: xmlstarlet - -# Asciidoctor is not available on Leap 42.3 -# If we have asciidoctor we build the asciidoc manual -# for which we need docbook_5 and jing -# -%if 0%{?sle_version} == 120300 && 0%{?is_opensuse} -Recommends: rubygem(%{rb_default_ruby_abi}:asciidoctor) -%else -Requires: rubygem(%{rb_default_ruby_abi}:asciidoctor) -BuildRequires: docbook_5 -BuildRequires: jing BuildRequires: rubygem(%{rb_default_ruby_abi}:asciidoctor) -%endif -# # In order to keep the requirements list as short as possible, only packages # needed to build EPUB, HTML and PDF are really required # All other packages required for editing or more exotic output formats @@ -113,19 +78,19 @@ Requires: libxslt Requires: make Requires: poppler-tools -Requires: python-xml Requires: python3-lxml Requires: suse-xsl-stylesheets Requires: svg-schema -Requires: transfig Requires: xerces-j2 Requires: xml-apis Requires: xmlgraphics-fop >= 0.94 Requires: xmlstarlet Requires: zip +Requires: rubygem(%{rb_default_ruby_abi}:asciidoctor) Recommends: aspell-en Recommends: calibre +Recommends: ditaa Recommends: epubcheck Recommends: exiftool %ifarch aarch64 %{ix86} x86_64 @@ -140,10 +105,7 @@ Recommends: xmlformat # Internal XEP package: -Recommends: xep - -Obsoletes: susedoc < 4.3.32 -Provides: susedoc = 4.3.32 +Suggests: xep %description DocBook Authoring and Publishing Suite (DAPS) @@ -154,19 +116,13 @@ tarballs for distributing your XML sources for translation or review. DAPS also includes tools that assist you when writing DocBook XML: -linkchecker, validator, spellchecker, editor macros and stylesheets for +validator, link checker, spellchecker, editor macros and stylesheets for converting DocBook XML. -DAPS is the successor of susedoc. See -/usr/share/doc/packages/daps/README.upgrade_from_susedoc_4.x -for upgrade instructions. - #-------------------------------------------------------------------------- %prep -%setup -q -n %{name} -%patch0 -p1 -#%%patch1 -p1 +%setup -q -n %{name}-%{version} # Correct shebang line as suggested in # https://lists.opensuse.org/opensuse-packaging/2018-03/msg00017.html ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionformat">3.1.1</param> <param name="versionprefix"></param> <param name="url">https://github.com/openSUSE/daps.git</param> <param name="scm">git</param> <param name="revision">3.1.1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">bz2</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ daps-3.0.0.tar.bz2 -> daps-3.1.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/daps/daps-3.0.0.tar.bz2 /work/SRC/openSUSE:Factory/.daps.new.2988/daps-3.1.1.tar.bz2 differ: char 11, line 1