diff --git a/asciidoc-8.6.6.tar.gz b/asciidoc-8.6.6.tar.gz deleted file mode 100644 index 3960fdf..0000000 --- a/asciidoc-8.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d54c11716e4309ff4d942cf6a6d9745d6a28754ff1de01efed0dc659457ac71 -size 881704 diff --git a/asciidoc-8.6.8.tar.gz b/asciidoc-8.6.8.tar.gz new file mode 100644 index 0000000..5d70a38 --- /dev/null +++ b/asciidoc-8.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4 +size 900422 diff --git a/asciidoc-vim-fix.diff b/asciidoc-vim-fix.diff index 71184a9..66ebcd8 100644 --- a/asciidoc-vim-fix.diff +++ b/asciidoc-vim-fix.diff @@ -1,12 +1,12 @@ ---- a/vim/ftdetect/asciidoc_filetype.vim-dist 2008-06-10 16:07:02.000000000 +0200 -+++ b/vim/ftdetect/asciidoc_filetype.vim 2008-06-10 16:07:51.000000000 +0200 +--- a/vim/ftdetect/asciidoc_filetype.vim.orig 2012-10-27 14:12:14.513899686 +0200 ++++ b/vim/ftdetect/asciidoc_filetype.vim 2012-10-27 14:13:19.553561259 +0200 @@ -10,8 +10,8 @@ " The first sets asciidoc syntax highlighting on all .txt files, the second " only existing files *.txt that appear to be AsciiDoc files. --au BufNewFile,BufRead *.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc +-au BufNewFile,BufRead *.asciidoc,*.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc -"au BufRead *.txt,README,TODO,CHANGELOG,NOTES call s:FTasciidoc() -+"au BufNewFile,BufRead *.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc ++"au BufNewFile,BufRead *.asciidoc,*.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc +au BufRead *.txt,README,TODO,CHANGELOG,NOTES call s:FTasciidoc() " This function checks for a valid AsciiDoc document title after first diff --git a/asciidoc.changes b/asciidoc.changes index 47f4228..8ce39a8 100644 --- a/asciidoc.changes +++ b/asciidoc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Oct 27 12:04:19 UTC 2012 - toms@opensuse.org + +- updated to version 8.6.8 (2012-07-17): +* Added full complement of styles to Open Blocks and Normal Paragraphs —  + those with a minimalist bent could construct virtually any document + using just Title, Normal Paragraph and Open Block syntaxes. +* See details in + http://www.methods.co.nz/asciidoc/CHANGELOG.html + +- previous version 8.6.7 (2012-03-17): +* No major enhancements but quite a few bug fixes which, among other + things, fixes Jython compatibility and improves Windows compatibility. + +- SPEC file: +* Regenerated asciidoc-vim-fix.diff + ------------------------------------------------------------------- Mon Nov 7 13:04:59 UTC 2011 - mmarek@suse.cz diff --git a/asciidoc.spec b/asciidoc.spec index 2f034a1..994d712 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,7 +1,7 @@ # # spec file for package asciidoc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # - Name: asciidoc Summary: Text-Based Document Generation -Version: 8.6.6 -Release: 1 -License: GPL v2 or later +License: GPL-2.0+ Group: Development/Tools/Doc Generators -Requires: python >= 2.3 python-xml +Version: 8.6.8 +Release: 0 Requires: docbook-xsl-stylesheets +Requires: python >= 2.3 +Requires: python-xml Recommends: dblatex # a2x needs /usr/bin/xsltproc Recommends: libxslt @@ -42,10 +42,9 @@ to HTML and DocBook markups using the asciidoc command. %package examples Summary: Examples and Documents for asciidoc Group: Development/Tools/Doc Generators -License: GPL v2 or later %description examples -This package contains examples and documetns of asciidoc. +This package contains examples and documents of asciidoc. %prep %setup -q