diff --git a/asciidoc-8.2.5.tar.bz2 b/asciidoc-8.2.5.tar.bz2 deleted file mode 100644 index 46df287..0000000 --- a/asciidoc-8.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:624b92ec8716082189be0f033fa6e27b1d9369c8f55ce21af33c7b02f126fb44 -size 566241 diff --git a/asciidoc-8.2.6-no-safe-check.diff b/asciidoc-8.2.6-no-safe-check.diff new file mode 100644 index 0000000..441517d --- /dev/null +++ b/asciidoc-8.2.6-no-safe-check.diff @@ -0,0 +1,15 @@ +--- asciidoc.py-dist 2008-06-11 12:48:36.000000000 +0200 ++++ asciidoc.py 2008-06-11 12:48:40.000000000 +0200 +@@ -152,9 +152,9 @@ + if not os.path.isfile(fname): + warning('include file not found: %s' % fname) + return None +- if not is_safe_file(fname, parentdir): +- unsafe_error('include file: %s' % fname) +- return None ++# if not is_safe_file(fname, parentdir): ++# unsafe_error('include file: %s' % fname) ++# return None + return fname + + def unsafe_error(msg): diff --git a/asciidoc-8.2.6.tar.bz2 b/asciidoc-8.2.6.tar.bz2 new file mode 100644 index 0000000..6feeb10 --- /dev/null +++ b/asciidoc-8.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70055994e4e76f24e635b0c9ed85f8facf4921a4cba91058f738a4362c92c87 +size 578770 diff --git a/asciidoc-vim-fix.diff b/asciidoc-vim-fix.diff index 4b7d9c0..6fed633 100644 --- a/asciidoc-vim-fix.diff +++ b/asciidoc-vim-fix.diff @@ -1,13 +1,13 @@ ---- vim/ftdetect/asciidoc_filetype.vim-dist 2008-01-24 17:39:34.000000000 +0100 -+++ vim/ftdetect/asciidoc_filetype.vim 2008-01-24 17:39:39.000000000 +0100 +--- vim/ftdetect/asciidoc_filetype.vim-dist 2008-06-10 16:07:02.000000000 +0200 ++++ vim/ftdetect/asciidoc_filetype.vim 2008-06-10 16:07:51.000000000 +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 setfiletype asciidoc --"au BufRead *.txt call s:FTasciidoc() -+"au BufNewFile,BufRead *.txt setfiletype asciidoc -+au BufRead *.txt call s:FTasciidoc() +-au BufNewFile,BufRead *.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 BufRead *.txt,README,TODO,CHANGELOG,NOTES call s:FTasciidoc() " This function checks for a valid AsciiDoc document title after first " skipping any leading comments. diff --git a/asciidoc.changes b/asciidoc.changes index 655af6c..df933da 100644 --- a/asciidoc.changes +++ b/asciidoc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 10 16:08:46 CEST 2008 - tiwai@suse.de + +- updated to version 8.2.6: + * Bug fixes since the last release plus a code cleanup and a + few minor additions and changes. + ------------------------------------------------------------------- Mon May 5 17:57:46 CEST 2008 - tiwai@suse.de diff --git a/asciidoc.spec b/asciidoc.spec index f228c7b..192303f 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,5 +1,5 @@ # -# spec file for package asciidoc (Version 8.2.5) +# spec file for package asciidoc (Version 8.2.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,8 +13,8 @@ Name: asciidoc Summary: Text-Based Document Generation -Version: 8.2.5 -Release: 27 +Version: 8.2.6 +Release: 1 License: GPL v2 or later Group: Development/Tools/Doc Generators Requires: python >= 2.3, fop @@ -25,6 +25,7 @@ Source0: %{name}-%{version}.tar.bz2 Patch: asciidoc-a2x-fop-fix.diff Patch1: asciidoc-vim-fix.diff Patch2: asciidoc-fop-extensions-fix.diff +Patch3: asciidoc-8.2.6-no-safe-check.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -58,6 +59,7 @@ Authors: %patch %patch1 %patch2 -p1 +%patch3 %build @@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %doc doc examples %changelog +* Tue Jun 10 2008 tiwai@suse.de +- updated to version 8.2.6: + * Bug fixes since the last release plus a code cleanup and a + few minor additions and changes. * Mon May 05 2008 tiwai@suse.de - added missing requires to docbook-xsl-stylesheets (bnc#386512) * Wed Jan 30 2008 tiwai@suse.de