Accepting request 139553 from Publishing
Updated to 8.6.8 (forwarded request 139552 from thomas-schraitle) OBS-URL: https://build.opensuse.org/request/show/139553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=32
This commit is contained in:
commit
6b7ca2b88f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d54c11716e4309ff4d942cf6a6d9745d6a28754ff1de01efed0dc659457ac71
|
||||
size 881704
|
3
asciidoc-8.6.8.tar.gz
Normal file
3
asciidoc-8.6.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4
|
||||
size 900422
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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-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-2.0+
|
||||
|
||||
%description examples
|
||||
This package contains examples and documetns of asciidoc.
|
||||
This package contains examples and documents of asciidoc.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
x
Reference in New Issue
Block a user