Hello community,

here is the log from the commit of package daps for openSUSE:Factory checked in 
at 2016-07-30 00:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/daps (Old)
 and      /work/SRC/openSUSE:Factory/.daps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "daps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/daps/daps.changes        2016-06-25 
02:22:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2016-07-30 
00:27:22.000000000 +0200
@@ -1,0 +2,40 @@
+Mon Jul 18 12:38:12 UTC 2016 - [email protected]
+
+Stable release DAPS 2.3.0:
+
+* New Features:
+  - Config File Parser:
+    Up to now, config files (DC-files, /tec/daps/config and
+    ~/.config/daps/dapsrc) have been sourced. This has been a major
+    security issue, since every shell code gets executed when a file
+    is being sourced. DAPS 2.3.0 now comes with a parser that fixes
+    this security hole. Apart from one exception (see below) existing
+    config files do _not_ need to be changed. However, the parser
+    offers more flexibility, see
+    https://github.com/openSUSE/daps/blob/develop/etc/config.in
+    for documentation (the manuals has not been upfdated, yet).
+    The only exception that requires changes in the config file is
+    something like FOO="$FOO bar" To concatenate values, use "+="
+    now. See the following commit for an example:
+    https://github.com/openSUSE/daps/commit/7a2ce04
+  - Bash Completion:
+    TAB-completion for DAPS has been one of the very first feature
+    requests we opened (almost five years ago). Now we finally
+    managed to conquer the black Bash magic required to get it!
+
+* Bugfixes:
+  - subcommand "locdrop" failed when the book did not include
+    images
+  - spellcheck now ignores text in <replaceable> tags
+  - obsolete daps-susespell has been removed (replaced by
+    daps ... spellcheck long ago)
+  - paths starting with "~" were not always correctly resolved
+  - several fixes for ePUB
+  - several fixes for generating Mallard files (*.document) for
+    package-html and package-pdf
+  - #10 : Generate TAB completion
+  - #359: Drop bash 3 suppor
+  - #369: Code review: Check Variable Assignments
+  - #375: Issues with the xmlformat target
+
+-------------------------------------------------------------------

Old:
----
  daps-2.2.0.tar.bz2

New:
----
  daps-2.3.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ daps.spec ++++++
--- /var/tmp/diff_new_pack.5i7oEn/_old  2016-07-30 00:27:23.000000000 +0200
+++ /var/tmp/diff_new_pack.5i7oEn/_new  2016-07-30 00:27:23.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           daps
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 
 ###############################################################
@@ -55,7 +55,7 @@
 
 BuildRequires:  ImageMagick
 BuildRequires:  automake
-BuildRequires:  bash >= 3.1
+BuildRequires:  bash >= 4
 BuildRequires:  dia
 BuildRequires:  docbook-xsl-stylesheets >= 1.77
 BuildRequires:  docbook_4
@@ -87,7 +87,7 @@
 PreReq:         sgml-skel
 
 Requires:       ImageMagick
-Requires:       bash >= 3.1
+Requires:       bash >= 4
 Requires:       dia
 Requires:       docbook-xsl-stylesheets >= 1.77
 Requires:       docbook5-xsl-stylesheets >= 1.77
@@ -204,9 +204,11 @@
 %dir %{_sysconfdir}/%{name}
 %dir %{_defaultdocdir}/%{name}
 
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
 %dir %{_datadir}/%{name}
-%dir %{_datadir}/xml/daps
-%dir %{_datadir}/xml/daps/schema
+%dir %{_datadir}/xml/%{name}
+%dir %{_datadir}/xml/%{name}/schema
 
 %config %{_sysconfdir}/xml/*.xml
 %config %{_sysconfdir}/%{name}/*
@@ -214,14 +216,11 @@
 %doc %{_mandir}/man1/*.1%{ext_man}
 %doc %{_defaultdocdir}/%{name}/*
 
-%{_datadir}/%{name}/*
 %{_bindir}/*
+%{_datadir}/bash-completion/completions/%{name}
 %{_datadir}/emacs/site-lisp/docbook_macros.el
 %{_datadir}/xml/daps/schema/*
 %{docbuilddir}
-%exclude %{_defaultdocdir}/%{name}/INSTALL
-%exclude %{_sysconfdir}/%{name}/config.in
-%exclude %{_sysconfdir}/%{name}/catalog.xml
 #----------------------
 
 %changelog

++++++ daps-2.2.0.tar.bz2 -> daps-2.3.0.tar.bz2 ++++++
++++ 4573 lines of diff (skipped)


Reply via email to