Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2012-10-29 20:01:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and      /work/SRC/openSUSE:Factory/.asciidoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asciidoc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes        2011-11-07 
15:51:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2012-10-29 
20:01:54.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Oct 27 12:04:19 UTC 2012 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  asciidoc-8.6.6.tar.gz

New:
----
  asciidoc-8.6.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ asciidoc.spec ++++++
--- /var/tmp/diff_new_pack.1LIXOp/_old  2012-10-29 20:01:57.000000000 +0100
+++ /var/tmp/diff_new_pack.1LIXOp/_new  2012-10-29 20:01:57.000000000 +0100
@@ -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 @@
 %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

++++++ asciidoc-8.6.6.tar.gz -> asciidoc-8.6.8.tar.gz ++++++
++++ 8067 lines of diff (skipped)

++++++ asciidoc-vim-fix.diff ++++++
--- /var/tmp/diff_new_pack.1LIXOp/_old  2012-10-29 20:01:57.000000000 +0100
+++ /var/tmp/diff_new_pack.1LIXOp/_new  2012-10-29 20:01:57.000000000 +0100
@@ -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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to