From afba8175c6aaac6a855f9ad2ebf725caae539af65dcb696b05515628066853ec Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Tue, 7 May 2013 11:57:12 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=125 --- daps.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daps.changes b/daps.changes index 2fa6531..296dfe0 100644 --- a/daps.changes +++ b/daps.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Mon May 6 11:28:00 UTC 2013 - fsundermeyer@opensuse.org -- Bugfix: Typo in Varaiable name +- Bugfix: Typo in Varaiable name +- Created bnc #818744 requesting an online update ------------------------------------------------------------------- Fri May 3 21:30:12 UTC 2013 - fsundermeyer@opensuse.org From 5d8443d7b239ead3ea8a1f77c9f4b0913f22649c790731d0c7e2fc20e26179bc Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Mon, 13 May 2013 08:40:31 +0000 Subject: [PATCH 2/3] Version 1.1.7 (Bugfix release): - Critical fix: Locdrop tarballs did not have profiled but original sources. This has been corrected - Made check for ROOTID in lib/daps_functions more robust OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=127 --- daps-1.1.6.tar.bz2 | 3 --- daps-1.1.7.tar.bz2 | 3 +++ daps.changes | 8 ++++++++ daps.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 daps-1.1.6.tar.bz2 create mode 100644 daps-1.1.7.tar.bz2 diff --git a/daps-1.1.6.tar.bz2 b/daps-1.1.6.tar.bz2 deleted file mode 100644 index e693ae8..0000000 --- a/daps-1.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:579d55c322e44b572bf7d08efc01bce14a6a2aac40c7a38abc332f853363edb5 -size 2655112 diff --git a/daps-1.1.7.tar.bz2 b/daps-1.1.7.tar.bz2 new file mode 100644 index 0000000..8e56e77 --- /dev/null +++ b/daps-1.1.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c3a216ec555287151909bbb1c2ed9e5d8b340c2d410d68f5fdeb671810c36 +size 2686246 diff --git a/daps.changes b/daps.changes index 296dfe0..a633abd 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 13 08:30:05 UTC 2013 - fsundermeyer@opensuse.org + +Version 1.1.7 (Bugfix release): + - Critical fix: Locdrop tarballs did not have profiled but original + sources. This has been corrected + - Made check for ROOTID in lib/daps_functions more robust + ------------------------------------------------------------------- Mon May 6 11:28:00 UTC 2013 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 150d483..7e3ec55 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 1.1.6 +Version: 1.1.7 Release: 0 ############################################################### From 253f3bfa2ee182f250594afd7e620c5bee0f409e34382583f610829bfbf1a7fb Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Wed, 15 May 2013 14:48:16 +0000 Subject: [PATCH 3/3] - Bugfixes: * option -m was missing when parsing the command line options * allow relative paths for --statdir and --export-dir * A custom static dir (--statdir) was not correctly copied/linked when no --static option was specified * fixed entitiy packaging in various targets * made automatic setting of HTML_CSS and EPUB_CSS more robust by allowing empty values when readlink fails OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=128 --- daps-1.1.7.tar.bz2 | 4 ++-- daps.changes | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/daps-1.1.7.tar.bz2 b/daps-1.1.7.tar.bz2 index 8e56e77..e1acf34 100644 --- a/daps-1.1.7.tar.bz2 +++ b/daps-1.1.7.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785c3a216ec555287151909bbb1c2ed9e5d8b340c2d410d68f5fdeb671810c36 -size 2686246 +oid sha256:9b85b0fcaeabe5d649af246b879d30395826966fe5aa4191385c2f40899ea5c8 +size 2686586 diff --git a/daps.changes b/daps.changes index a633abd..efe0b2c 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 15 14:46:08 UTC 2013 - fsundermeyer@opensuse.org + +- Bugfixes: + * option -m was missing when parsing the command line options + * allow relative paths for --statdir and --export-dir + * A custom static dir (--statdir) was not correctly copied/linked + when no --static option was specified + * fixed entitiy packaging in various targets + * made automatic setting of HTML_CSS and EPUB_CSS more robust by + allowing empty values when readlink fails + ------------------------------------------------------------------- Mon May 13 08:30:05 UTC 2013 - fsundermeyer@opensuse.org