Accepting request 315195 from Documentation:Tools
Latest DAPS version 2.1 plus update of changes file to be in sync with SLE 12 maintenance. OBS-URL: https://build.opensuse.org/request/show/315195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=28
This commit is contained in:
commit
d822f5d107
@ -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
|
23
daps.changes
23
daps.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 6 10:32:48 UTC 2015 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
- no changes this version is just for the sake of the maintenance
|
||||||
|
process: DAPS update is required by bsc #936253
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Jun 19 09:21:31 UTC 2015 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 2.0
|
Version: 2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
#
|
#
|
||||||
# ATTENTION: Do NOT edit this file outside of
|
# ATTENTION: Do NOT edit this file outside of
|
||||||
# https://svn.code.sf.net/p/daps/svn/trunk/daps/packaging/daps.spec
|
# 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
|
# only run if package is really uninstalled ($1 = 0) and not
|
||||||
# in case of an update
|
# in case of an update
|
||||||
#
|
#
|
||||||
if [ 0 = $1 ]; then
|
if [ 0 = $1 ]; then
|
||||||
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||||
--del %{name}
|
--del %{name}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user