From 16d75d56e0272beea88576cff672dcff662ff380f5d22924687314833acd82ca Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Thu, 2 Jul 2015 16:31:53 +0000 Subject: [PATCH 1/2] Stable release DAPS 2.1: - added support for webhelp - added support for (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 --- daps-2.0.tar.bz2 | 3 --- daps-2.1.tar.bz2 | 3 +++ daps.changes | 17 +++++++++++++++++ daps.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 daps-2.0.tar.bz2 create mode 100644 daps-2.1.tar.bz2 diff --git a/daps-2.0.tar.bz2 b/daps-2.0.tar.bz2 deleted file mode 100644 index ad83b8a..0000000 --- a/daps-2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4711e556a082a741bb1c938d698c6ad5e9270a60a5bbb1d7cf24db63b812706c -size 2390712 diff --git a/daps-2.1.tar.bz2 b/daps-2.1.tar.bz2 new file mode 100644 index 0000000..3af1e97 --- /dev/null +++ b/daps-2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7126fa93e006265ecb6394a211c013cc6f2ec092808727c592cddbe44ebc7b6 +size 2388764 diff --git a/daps.changes b/daps.changes index 476eb17..1e4804b 100644 --- a/daps.changes +++ b/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 (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 diff --git a/daps.spec b/daps.spec index fa18665..6ed82f8 100644 --- a/daps.spec +++ b/daps.spec @@ -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 From 18e3c138a9cdbc486b1f368ba3e0aae71636e5131b385f29f5af57dc186894f1 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Mon, 6 Jul 2015 10:34:50 +0000 Subject: [PATCH 2/2] Updated changes file for maintenance request OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=172 --- daps.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/daps.changes b/daps.changes index 1e4804b..3b1e139 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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