Stable release DAPS 2.1:
- added support for webhelp - added support for <xi:include ... parse="text"> (issue #71) - handling of passing XSLT parameters on the command line has been improved (issue #263) - improved handling of doxcuments that do not need to be profiled - daps_autobuild: changed the order of builds to increase performance - Bugfix package-src: removed extraneous text - Bugfix daps_autobuild: in case no rebuild was necessary, rsync deleted the previous results - Bugfix DB4 -> DB5 migration: Fixed various issues in the migration stylesheet OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=171
This commit is contained in:
parent
b36ac8b05c
commit
16d75d56e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4711e556a082a741bb1c938d698c6ad5e9270a60a5bbb1d7cf24db63b812706c
|
||||
size 2390712
|
3
daps-2.1.tar.bz2
Normal file
3
daps-2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7126fa93e006265ecb6394a211c013cc6f2ec092808727c592cddbe44ebc7b6
|
||||
size 2388764
|
17
daps.changes
17
daps.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 16:29:55 UTC 2015 - fsundermeyer@opensuse.org
|
||||
|
||||
Stable release DAPS 2.1:
|
||||
|
||||
- added support for webhelp
|
||||
- added support for <xi:include ... parse="text"> (issue #71)
|
||||
- handling of passing XSLT parameters on the command line has been
|
||||
improved (issue #263)
|
||||
- improved handling of doxcuments that do not need to be profiled
|
||||
- daps_autobuild: changed the order of builds to increase performance
|
||||
- Bugfix package-src: removed extraneous text
|
||||
- Bugfix daps_autobuild: in case no rebuild was necessary, rsync
|
||||
deleted the previous results
|
||||
- Bugfix DB4 -> DB5 migration: Fixed various issues in the migration
|
||||
stylesheet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 09:21:31 UTC 2015 - fsundermeyer@opensuse.org
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: daps
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
|
||||
###############################################################
|
||||
#
|
||||
#
|
||||
# ATTENTION: Do NOT edit this file outside of
|
||||
# https://svn.code.sf.net/p/daps/svn/trunk/daps/packaging/daps.spec
|
||||
#
|
||||
@ -201,7 +201,7 @@ exit 0
|
||||
# only run if package is really uninstalled ($1 = 0) and not
|
||||
# in case of an update
|
||||
#
|
||||
if [ 0 = $1 ]; then
|
||||
if [ 0 = $1 ]; then
|
||||
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||
--del %{name}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user