From a6fa0d4aae9737f1338fab3fbe58db1980624970cca4606e278cac68ee78caf7 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Thu, 15 Sep 2011 20:47:13 +0000 Subject: [PATCH] Beta 7 - DAPS now supports EPS (will be converted to PDF and PNG) and PDF images; SVG sources can also be converted into PDF - new dependencies for EPS and PDF support in spec file: ghostscript-library, poppler tools - completely revised images.mk to increase readability and improved inline documentation - sped up png optimization with optipng by using optimization level 2 rather than 8: almost no difference in file-size, but huge difference in speed - Bugfixes: - rewrote profiling, since the changes from beta6 introduced an error that prevented profiling on changed files OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=44 --- daps-0.9beta6.tar.bz2 | 3 --- daps-0.9beta7.tar.bz2 | 3 +++ daps.changes | 18 ++++++++++++++++++ daps.spec | 6 +++++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 daps-0.9beta6.tar.bz2 create mode 100644 daps-0.9beta7.tar.bz2 diff --git a/daps-0.9beta6.tar.bz2 b/daps-0.9beta6.tar.bz2 deleted file mode 100644 index 5da01a7..0000000 --- a/daps-0.9beta6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:107131dc5b9ed62d19a280725f9e31ef3a211420906ac4e77157ae5e40ac40dc -size 752557 diff --git a/daps-0.9beta7.tar.bz2 b/daps-0.9beta7.tar.bz2 new file mode 100644 index 0000000..fb93659 --- /dev/null +++ b/daps-0.9beta7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2844a4e78cd7a833cbeae1d68ce12c587747a96296b045e8857bc7794942f55 +size 753215 diff --git a/daps.changes b/daps.changes index 3219d0a..97e561b 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 15 20:32:09 UTC 2011 - fsundermeyer@opensuse.org + +Beta 7 + +- DAPS now supports EPS (will be converted to PDF and PNG) and + PDF images; SVG sources can also be converted into PDF + - new dependencies for EPS and PDF support in spec file: + ghostscript-library, poppler tools +- completely revised images.mk to increase readability and improved + inline documentation +- sped up png optimization with optipng by using optimization level + 2 rather than 8: almost no difference in file-size, but huge + difference in speed +- Bugfixes: + - rewrote profiling, since the changes from beta6 introduced + an error that prevented profiling on changed files + ------------------------------------------------------------------- Mon Sep 12 13:44:08 UTC 2011 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 408c6ba..d2f8aac 100644 --- a/daps.spec +++ b/daps.spec @@ -11,7 +11,7 @@ # norootforbuild Name: daps -Version: 0.9beta6 +Version: 0.9beta7 %define dtdversion 1.0 %define dtdname novdoc @@ -54,11 +54,13 @@ BuildRequires: xorg-x11-devel # the requirements for installation BuildRequires: dejavu BuildRequires: freefont +BuildRequires: ghostscript-library BuildRequires: java BuildRequires: liberation-fonts BuildRequires: LinuxLibertine BuildRequires: mplus-fonts BuildRequires: opensp +BuildRequires: poppler-tools BuildRequires: subversion BuildRequires: xalan-j2 BuildRequires: xml-commons-resolver @@ -90,6 +92,7 @@ Requires: docbook_4 Requires: docbook-xsl-stylesheets >= 1.75 Requires: exiftool Requires: freefont +Requires: ghostscript-library Requires: ImageMagick Requires: inkscape Requires: java @@ -100,6 +103,7 @@ Requires: make Requires: mplus-fonts Requires: opensp Requires: optipng +Requires: poppler-tools Requires: sgml-skel Requires: subversion Requires: svg-dtd