diff --git a/daps-1.1.4.tar.bz2 b/daps-1.1.4.tar.bz2 deleted file mode 100644 index ea7da92..0000000 --- a/daps-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e2359bffd921dd42f43881ec3f87e7ba3d6337d9f83766814b959dc22fc89a -size 2666898 diff --git a/daps-1.1.5.tar.bz2 b/daps-1.1.5.tar.bz2 new file mode 100644 index 0000000..08275a0 --- /dev/null +++ b/daps-1.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371177f84a3665ecba593f5c0cd18d252ccc58c5a7be9e9a1e6e861996075ce7 +size 2633814 diff --git a/daps-fetch-source b/daps-fetch-source index 684f668..cfdad70 100644 --- a/daps-fetch-source +++ b/daps-fetch-source @@ -14,7 +14,7 @@ NAME=daps VERSION= SPECFILE=${NAME}.spec -SVNPATH=svn://svn.code.sf.net/p/daps/svn/trunk/daps +SVNPATH=svn://svn.code.sf.net/p/daps/svn/branches/daps_1.x TMPDIR=$(mktemp -q -d --tmpdir daps_XXXXXXXX) EXCLUDES=${TMPDIR}/${NAME}/packaging/exclude-files_for_daps_package.txt diff --git a/daps.changes b/daps.changes index 35a7373..875f097 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 22 13:50:03 UTC 2013 - fsundermeyer@opensuse.org + +Version 1.1.5 (Bugfix release) + + * fixed errors in EPUB generation (wrong paths in content.opf) + EPUBs should now be viewable in all ePUB viewers + * fixed two errors in target locdrop: no proper image tarball was + generated and the notrans-tarball had a wrong path + * added a missing conditional requirement (on $IMG_DIRECTORIES) + for image building + * fixed errors when building dist-{html,htmlsingle,jsp} + ------------------------------------------------------------------- Fri Mar 22 09:22:01 UTC 2013 - mmeister@suse.com diff --git a/daps.spec b/daps.spec index 02e892d..0b77cba 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 1.1.4 +Version: 1.1.5 Release: 0 ############################################################### @@ -44,7 +44,7 @@ Summary: DocBook Authoring and Publishing Suite License: GPL-2.0 or GPL-3.0 Group: Productivity/Publishing/XML Url: http://sourceforge.net/p/daps -Source0: http://downloads.sourceforge.net/project/daps/%{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.rpmlintrc Source2: %{name}-fetch-source BuildRoot: %{_tmppath}/%{name}-%{version}-build