New release DAPS 2.0~beta4:

- replace special characters (such as space or "/") from
  profiling attributes with "_" when generating the profiling
    directory path
- Made profiling depend on the DC file, too, to ensure a rebuild
  is triggered whenever the DC file changes
- STYLEIMG was set in a way that it had an incorrect value in case
  a fallback STYLEROOT directory was used
- Improved error message when not being able to determine DocBook
  version
- spec file: 
  * require xmlstarlet
  * remove emacs-psgml recommendation
  * svg-dtd package has been renamed to svg-schema

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=141
This commit is contained in:
Frank Sundermeyer 2014-03-14 16:27:51 +00:00 committed by Git OBS Bridge
parent ba619ed6e2
commit a78dc9cda9
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a029f719ba83c5c9a3d20a2a31263c839a7ee6fb599ee402f748cb39c5ab93c4
size 4376567

3
daps-2.0~beta4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa107db76077b9a95deba6a4120d3982018960d1b3ece1aeba888ac548795949
size 5267087

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Mar 14 16:11:06 UTC 2014 - fsundermeyer@opensuse.org
New release DAPS 2.0~beta4:
- replace special characters (such as space or "/") from
profiling attributes with "_" when generating the profiling
directory path
- Made profiling depend on the DC file, too, to ensure a rebuild
is triggered whenever the DC file changes
- STYLEIMG was set in a way that it had an incorrect value in case
a fallback STYLEROOT directory was used
- Improved error message when not being able to determine DocBook
version
- spec file:
* require xmlstarlet
* remove emacs-psgml recommendation
* svg-dtd package has been renamed to svg-schema
-------------------------------------------------------------------
Sat Dec 21 21:30:10 UTC 2013 - fsundermeyer@opensuse.org

View File

@ -17,7 +17,7 @@
Name: daps
Version: 2.0~beta3
Version: 2.0~beta4
Release: 0
###############################################################
@ -108,7 +108,7 @@ Requires: python-lxml
Requires: python-xml
#Requires: sgml-skel
Requires: suse-xsl-stylesheets
Requires: svg-dtd
Requires: svg-schema
Requires: transfig
Requires: xml-commons-jaxp-1.3-apis
%if 0%{?suse_version} >= 1140
@ -116,6 +116,7 @@ Requires: xmlgraphics-fop >= 0.94
%else
Requires: fop >= 0.94
%endif
Requires: xmlstarlet
Recommends: aspell aspell-en
%if 0%{?suse_version} < 1210
@ -123,7 +124,6 @@ Recommends: aspell-en-huge
%endif
Recommends: daps-docmanager
Recommends: docbook_5
Recommends: emacs psgml
Recommends: epubcheck
Recommends: exiftool
Recommends: jing
@ -137,7 +137,6 @@ Recommends: remake
# Internal XEP package:
Recommends: xep
Recommends: xmlformat
Recommends: xmlstarlet
Obsoletes: susedoc < 4.3.32
Provides: susedoc = 4.3.32