Accepting request 162379 from Documentation:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/162379 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=11
This commit is contained in:
commit
bbb4e77a74
@ -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
3
daps-1.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a3e95d0e509063989b515b5cdf54f392ca0f91e5a9d3611cb60c3de083fa784
|
||||||
|
size 2654373
|
@ -14,7 +14,7 @@
|
|||||||
NAME=daps
|
NAME=daps
|
||||||
VERSION=
|
VERSION=
|
||||||
SPECFILE=${NAME}.spec
|
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)
|
TMPDIR=$(mktemp -q -d --tmpdir daps_XXXXXXXX)
|
||||||
EXCLUDES=${TMPDIR}/${NAME}/packaging/exclude-files_for_daps_package.txt
|
EXCLUDES=${TMPDIR}/${NAME}/packaging/exclude-files_for_daps_package.txt
|
||||||
|
|
||||||
|
30
daps.changes
30
daps.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 07:46:45 UTC 2013 - toms@suse.de
|
||||||
|
|
||||||
|
- Fixed bnc#811376
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 09:28:54 UTC 2013 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
* fix for EPUB validation bug (EPUB Mime-Type file ended with
|
||||||
|
a newline which caused a validation error)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 15:13:47 UTC 2013 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
* spec-file update: Version 1.77 or better of the Docook
|
||||||
|
stylesheets is required
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Mar 22 09:22:01 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
@ -54,7 +53,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: bash >= 3.1
|
BuildRequires: bash >= 3.1
|
||||||
BuildRequires: dia
|
BuildRequires: dia
|
||||||
BuildRequires: docbook-xsl-stylesheets >= 1.75
|
BuildRequires: docbook-xsl-stylesheets >= 1.77
|
||||||
BuildRequires: docbook_4
|
BuildRequires: docbook_4
|
||||||
BuildRequires: fam
|
BuildRequires: fam
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -109,7 +108,7 @@ PreReq: sgml-skel
|
|||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
Requires: bash >= 3.1
|
Requires: bash >= 3.1
|
||||||
Requires: dia
|
Requires: dia
|
||||||
Requires: docbook-xsl-stylesheets >= 1.75
|
Requires: docbook-xsl-stylesheets >= 1.77
|
||||||
Requires: docbook_4
|
Requires: docbook_4
|
||||||
Requires: fam
|
Requires: fam
|
||||||
Requires: ghostscript-library
|
Requires: ghostscript-library
|
||||||
|
Loading…
Reference in New Issue
Block a user