SHA256
1
0
forked from pool/daps

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}

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=116
This commit is contained in:
Frank Sundermeyer 2013-03-22 14:11:08 +00:00 committed by Git OBS Bridge
parent d2196e994a
commit c69acb18c9
5 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7e2359bffd921dd42f43881ec3f87e7ba3d6337d9f83766814b959dc22fc89a
size 2666898

3
daps-1.1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:371177f84a3665ecba593f5c0cd18d252ccc58c5a7be9e9a1e6e861996075ce7
size 2633814

View File

@ -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

View File

@ -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

View File

@ -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