commit asciidoc for openSUSE:Factory

2020-11-05 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2020-11-05 21:54:13

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.11331 (New)


Package is "asciidoc"

Thu Nov  5 21:54:13 2020 rev:47 rq:845728 version:9.0.4

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2020-08-12 
10:56:05.800731391 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.11331/asciidoc.changes 
2020-11-05 21:55:00.244172827 +0100
@@ -1,0 +2,13 @@
+Tue Nov  3 08:09:36 UTC 2020 - Ismail Dönmez 
+
+- Update to version 9.0.4
+  * Fix listing out installed plugins (e.g. --filter list)
+
+---
+Wed Oct 21 06:31:32 UTC 2020 - Ismail Dönmez 
+
+- Update to version 9.0.3
+  * Fix extra newline characters inserted into generated source
+  * Validate line endings as part of test suite
+
+---

Old:

  asciidoc-9.0.2.tar.gz

New:

  asciidoc-9.0.4.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.qcqXQr/_old  2020-11-05 21:55:01.168170750 +0100
+++ /var/tmp/diff_new_pack.qcqXQr/_new  2020-11-05 21:55:01.172170741 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   asciidoc
-Version:9.0.2
+Version:9.0.4
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0-or-later
@@ -47,7 +47,7 @@
 This package contains examples and documents of asciidoc.
 
 %prep
-%autosetup -n %{name}-py3-%{version} -p1
+%autosetup -p1 -n %{name}-py3-%{version}
 
 # do not use env
 find ./ -name \*.py -exec sed -i -e 's:%{_bindir}/env\ :%{_bindir}/:g' {} \;

++ asciidoc-9.0.2.tar.gz -> asciidoc-9.0.4.tar.gz ++
 256535 lines of diff (skipped)




commit asciidoc for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2020-08-12 10:56:02

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.3399 (New)


Package is "asciidoc"

Wed Aug 12 10:56:02 2020 rev:46 rq:825216 version:9.0.2

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2020-07-13 
09:03:48.707840644 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.3399/asciidoc.changes  
2020-08-12 10:56:05.800731391 +0200
@@ -1,0 +2,6 @@
+Mon Aug  3 05:46:34 UTC 2020 - Ismail Dönmez 
+
+- Update to version 9.0.2:
+  * Revert to using optparse from argparse for a2x
+
+---

Old:

  asciidoc-9.0.1.tar.gz

New:

  asciidoc-9.0.2.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.seTLFy/_old  2020-08-12 10:56:06.416731698 +0200
+++ /var/tmp/diff_new_pack.seTLFy/_new  2020-08-12 10:56:06.416731698 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   asciidoc
-Version:9.0.1
+Version:9.0.2
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0-or-later

++ asciidoc-9.0.1.tar.gz -> asciidoc-9.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.1/.github/workflows/release.yml 
new/asciidoc-py3-9.0.2/.github/workflows/release.yml
--- old/asciidoc-py3-9.0.1/.github/workflows/release.yml2020-06-26 
21:00:25.0 +0200
+++ new/asciidoc-py3-9.0.2/.github/workflows/release.yml2020-07-21 
17:02:12.0 +0200
@@ -36,3 +36,11 @@
   asset_path: ./build/asciidoc-${{ github.event.release.tag_name 
}}.tar.gz
   asset_name: asciidoc-${{ github.event.release.tag_name }}.tar.gz
   asset_content_type: application/gzip
+
+  - name: Update Homebrew formula
+uses: dawidd6/action-homebrew-bump-formula@v3
+with:
+  token: ${{secrets.BREW_TOKEN}}
+  formula: asciidoc
+  tag: ${{github.ref}}
+  revision: ${{github.sha}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.1/.github/workflows/test.yml 
new/asciidoc-py3-9.0.2/.github/workflows/test.yml
--- old/asciidoc-py3-9.0.1/.github/workflows/test.yml   2020-06-26 
21:00:25.0 +0200
+++ new/asciidoc-py3-9.0.2/.github/workflows/test.yml   2020-07-21 
17:02:12.0 +0200
@@ -13,16 +13,66 @@
   python-version: 3.6
 
 steps:
-- uses: actions/checkout@v2
+  - uses: actions/checkout@v2
 
-- name: Set up Python ${{ matrix.python-version }}
-  uses: actions/setup-python@v1
-  with:
-python-version: ${{ matrix.python-version }}
-
-- name: Install Dependencies
-  run: |
-python3 -m pip install -U pip
-python3 -m pip install -U pytest pytest-runner flake8
-- name: Lint codebase
-  run: python3 -m flake8
+  - name: Set up Python ${{ env.python-version }}
+uses: actions/setup-python@v1
+with:
+  python-version: ${{ env.python-version }}
+
+  - name: Install Dependencies
+run: |
+  python3 -m pip install -U pip
+  python3 -m pip install -U pytest pytest-runner flake8
+
+  - name: Lint codebase
+run: python3 -m flake8
+
+  test:
+needs: lint
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev]
+
+steps:
+  - uses: actions/checkout@v2
+
+  - name: Set up Python ${{ matrix.python-version }}
+uses: actions/setup-python@v1
+if: "!endsWith(matrix.python-version, '-dev')"
+with:
+  python-version: ${{ matrix.python-version }}
+  - name: Set up Python ${{ matrix.python-version }}
+uses: deadsnakes/action@v1.0.0
+if: endsWith(matrix.python-version, '-dev')
+with:
+  python-version: ${{ matrix.python-version }}
+
+  - name: Install apt dependencies
+run: |
+  sudo apt-get install -y --no-install-recommends \
+docbook-xml \
+docbook-xsl \
+dvipng \
+graphviz \
+imagemagick \
+libxml2-utils \
+lilypond \
+source-highlight \
+texlive-latex-base \
+xsltproc
+
+  - run: python asciidoc.py --doctest
+  - run: python asciidocapi.py
+  - run: time python tests/testasciidoc.py run
+  - run: git clean -x -f doc tests/data
+
+  - name: Test make install
+run: |
+  autoconf
+  ./configure
+  make
+  

commit asciidoc for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2020-07-13 09:03:43

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.3060 (New)


Package is "asciidoc"

Mon Jul 13 09:03:43 2020 rev:45 rq:819046 version:9.0.1

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2020-06-14 
18:13:37.626504700 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.3060/asciidoc.changes  
2020-07-13 09:03:48.707840644 +0200
@@ -1,0 +2,6 @@
+Fri Jul  3 07:25:59 UTC 2020 - Ismail Dönmez 
+
+- Update to version 9.0.1:
+  * Fix a2x crashing on decoding generated HTML pages
+
+---

Old:

  asciidoc-9.0.0.tar.gz

New:

  asciidoc-9.0.1.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.DzUrGN/_old  2020-07-13 09:03:49.331842141 +0200
+++ /var/tmp/diff_new_pack.DzUrGN/_new  2020-07-13 09:03:49.335842151 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   asciidoc
-Version:9.0.0
+Version:9.0.1
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0-or-later

++ asciidoc-9.0.0.tar.gz -> asciidoc-9.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.0/.travis.yml 
new/asciidoc-py3-9.0.1/.travis.yml
--- old/asciidoc-py3-9.0.0/.travis.yml  2020-06-02 07:11:24.0 +0200
+++ new/asciidoc-py3-9.0.1/.travis.yml  2020-06-26 21:00:25.0 +0200
@@ -5,6 +5,11 @@
   - 3.6
   - 3.7
   - 3.8
+  - 3.9-dev
+
+jobs:
+  allow_failures:
+- python: 3.9-dev
 
 addons:
   apt:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.0/CHANGELOG.txt 
new/asciidoc-py3-9.0.1/CHANGELOG.txt
--- old/asciidoc-py3-9.0.0/CHANGELOG.txt2020-06-02 07:11:24.0 
+0200
+++ new/asciidoc-py3-9.0.1/CHANGELOG.txt2020-06-26 21:00:25.0 
+0200
@@ -3,6 +3,17 @@
 
 :website: https://asciidoc.org/
 
+Version 9.0.1 (2020-06-26)
+--
+.Bug fixes
+- Fix a2x crashing on decoding generated HTML pages
+
+.Building
+- Fix generated tar.gz not having files under top-level asciidoc folder
+
+.Testing
+- Test against Python 3.9
+
 Version 9.0.0 (2020-06-02)
 --
 .Additions and changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.0/Makefile.in 
new/asciidoc-py3-9.0.1/Makefile.in
--- old/asciidoc-py3-9.0.0/Makefile.in  2020-06-02 07:11:24.0 +0200
+++ new/asciidoc-py3-9.0.1/Makefile.in  2020-06-26 21:00:25.0 +0200
@@ -256,15 +256,20 @@
rm -f $(manp)
 
 MANIFEST: MANIFEST.in
-   bash build_dist.sh
+   bash build_manifest.sh
 
 ##.
 ##   dist: creates the zip and tarball for release
 .PHONY: dist
 dist: vers_update manpages MANIFEST
-   @mkdir -p build
-   tar -czf build/asciidoc-$(ASCIIDOCVERSION).tar.gz -T MANIFEST
-   zip build/asciidoc-$(ASCIIDOCVERSION).zip -@ < MANIFEST
+   rm -rf build
+   mkdir -p build
+   tar -czf build/asciidoc-tmp.tar.gz -T MANIFEST
+   mkdir -p build/asciidoc-$(ASCIIDOCVERSION)
+   tar -xf build/asciidoc-tmp.tar.gz -C build/asciidoc-$(ASCIIDOCVERSION)
+   cd build && tar -czf asciidoc-$(ASCIIDOCVERSION).tar.gz 
asciidoc-$(ASCIIDOCVERSION) && zip -r asciidoc-$(ASCIIDOCVERSION).zip 
asciidoc-$(ASCIIDOCVERSION)
+   rm -rf build/asciidoc-tmp.tar.gz
+   rm -rf build/asciidoc-$(ASCIIDOCVERSION)
 
 ##.
 ##   test: run the asciidoc test suite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asciidoc-py3-9.0.0/a2x.py 
new/asciidoc-py3-9.0.1/a2x.py
--- old/asciidoc-py3-9.0.0/a2x.py   2020-06-02 07:11:24.0 +0200
+++ new/asciidoc-py3-9.0.1/a2x.py   2020-06-26 21:00:25.0 +0200
@@ -42,7 +42,7 @@
 import mimetypes
 
 PROG = os.path.basename(os.path.splitext(__file__)[0])
-VERSION = '9.0.0'
+VERSION = '9.0.1'
 
 # AsciiDoc global configuration file directory.
 # NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.
@@ -303,6 +303,8 @@
 with open(filename, 'rb') as open_file:
 contents = open_file.read()
 mo = re.search(b'\A<\?xml.* encoding="(.*?)"', contents)
+if mo is None:
+mo = re.search(br'', contents)
 contents = contents.decode(mo.group(1).decode('utf-8') if mo else 
'utf-8')
 parser.feed(contents)
 parser.close()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit asciidoc for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2020-06-14 18:13:34

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.3606 (New)


Package is "asciidoc"

Sun Jun 14 18:13:34 2020 rev:44 rq:813388 version:9.0.0

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2020-04-25 
20:18:45.176837868 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.3606/asciidoc.changes  
2020-06-14 18:13:37.626504700 +0200
@@ -1,0 +2,48 @@
+Tue Jun  9 05:21:24 UTC 2020 - Martin Pluskal 
+
+- Update to version 9.0.0:
+  * Port asciidoc to run on Python 3.5+
+  * Drop internal implementation of OrderedDict and use the
+standard library collections.OrderedDict instead
+  * Implement Dockerfile for running asciidoc
+  * Add Catalan translation
+  * Add docbook5 backend
+  * Fix misspellings in various files and documents
+  * Use UTC for testing instead of Pacific/Auckland (which observes
+daylight saving time)
+  * Use "with" context statement for opening and closing files
+instead of older try/finally pattern
+  * Search sibling paths before system wide paths in asciidocapi
+  * Add manpage for testasciidoc.py
+  * Use argparse instead of optparse for argument parsing
+  * Add simplified Chinese translation (thanks @muirmok)
+  * vim-asciidoc: speed up the refresh process for big files 
+  * Allow specifying floatstyle attribute for figures, tables,
+equations, examples in docbook (thanks @psaris)
+  * Use https://pypi.org/project/trans/[trans python module]
+(if available) to better handle character decomposition to
+ascii for ascii-ids (thanks @rkel)
+  * Use lru_cache to memoize repeated calls to macro look-up
+giving potential ~15% speed-up on parsing
+  * Fix index terms requiring two characters instead of just one
+  * Properly capture and use colophon, dedication, and preface for
+docbooks in Japanese (see #2 (comment))
+  * make install did not include the unwraplatex.py filter
+  * Fix a2x option collection from input file with non-ascii
+encoding
+  * Fix options attribute not being properly parsed in Delimited
+Blocks attribute list
+  * Migrate from hierarchical A-A-P build system to top-level
+Makefile
+  * Add make help target that prints out usage message for make
+  * Fix double slash issue in Makefile when installing asciidoc
+or its docs
+  * Commit generated test files to the repository for continuous
+integration
+  * Test against Python 3.5+ on Travis-CI
+  * Remove symlink tests/asciidocapi.py in favor of just appending
+to sys.path
+  * Add requires directive to testasciidoc.conf to indicate
+necessary external dependencies (e.g. source-highlight)
+
+---

Old:

  asciidoc-9.0.0rc2.tar.gz

New:

  asciidoc-9.0.0.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.UjbHre/_old  2020-06-14 18:13:38.574507883 +0200
+++ /var/tmp/diff_new_pack.UjbHre/_new  2020-06-14 18:13:38.578507896 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   asciidoc
-Version:9.0.0rc2
+Version:9.0.0
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0-or-later
@@ -65,20 +65,15 @@
mv a2x.py a2x
 popd
 
-# install vim files
-mkdir -p %{buildroot}%{_datadir}/vim/site/{syntax,ftdetect}
-install -m 0644 vim/syntax/* %{buildroot}%{_datadir}/vim/site/syntax
-
 %files
 %license COPYRIGHT
 %doc README.asciidoc BUGS.txt CHANGELOG.txt
 %config %{_sysconfdir}/%{name}
 %{_bindir}/%{name}
 %{_bindir}/a2x
-%{_datadir}/vim
 %{_mandir}/man1/*
 
 %files examples
-%doc doc examples
+%doc doc website
 
 %changelog

++ asciidoc-9.0.0rc2.tar.gz -> asciidoc-9.0.0.tar.gz ++
 11881 lines of diff (skipped)

++ asciidoc.version.patch ++
--- /var/tmp/diff_new_pack.UjbHre/_old  2020-06-14 18:13:38.946509132 +0200
+++ /var/tmp/diff_new_pack.UjbHre/_new  2020-06-14 18:13:38.946509132 +0200
@@ -1,8 +1,10 @@
 Avoid version number in generated files.
 Output will be identical between versions.
 In case the output changes, build-compare will catch it.
 a/html4.conf
-+++ b/html4.conf
+Index: asciidoc-py3-9.0.0/html4.conf
+===
+--- asciidoc-py3-9.0.0.orig/html4.conf
 asciidoc-py3-9.0.0/html4.conf
 @@ -460,7 +460,7 @@ endif::[]
  
  
@@ -12,8 +14,10 @@
  
  
  {title}
 a/html5.conf
-+++ b/html5.conf
+Index: asciidoc-py3-9.0.0/html5.conf
+===
+--- asciidoc-py3-9.0.0.orig/html5.conf
 asciidoc-py3-9.0.0/html5.conf
 @@ -539,7 

commit asciidoc for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2020-04-25 20:16:13

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.2738 (New)


Package is "asciidoc"

Sat Apr 25 20:16:13 2020 rev:43 rq:796535 version:9.0.0rc2

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2019-11-11 
12:59:28.429632081 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.2738/asciidoc.changes  
2020-04-25 20:18:45.176837868 +0200
@@ -1,0 +2,41 @@
+Thu Apr 23 12:00:49 UTC 2020 - Stephan Kulow 
+
+- simplify requires - we don't need the full python3, but the
+  interpreter and xml module (which is part of base)
+
+---
+Tue Apr 21 06:16:29 UTC 2020 - Stephan Kulow 
+
+- Bring back asciidoc in maintainable fashion to fix bsc#1135082
+
+---
+Tue Apr 21 06:00:36 UTC 2020 - Stephan Kulow 
+
+- Update to 9.0.0rc2:
+ - Running `make help` will now print out a helpful usage message
+ - Add simplified Chinese translation (thanks @muirmok)
+ - vim-asciidoc: speed up the refresh process for big files (thanks 
@aerostitch)
+
+---
+Tue Jan 14 15:26:40 UTC 2020 - Martin Pluskal 
+
+- Small packaging adjustements
+
+---
+Tue Jan 14 11:55:07 UTC 2020 - Tomáš Chvátal 
+
+- Update to 9.0.0rc1:
+  * Port asciidoc to run on Python 3.5+ (see 
https://github.com/asciidoc/asciidoc for the EOL Python 2 implementation)
+  * Drop internal implementation of OrderedDict and use the standard library 
collections.OrderedDict instead
+  * Implement Dockerfile for running asciidoc
+  * Add Catalan translation
+  * Add docbook5 backend
+  * Fix misspellings in various files and documents
+  * Use UTC for testing instead of Pacific/Auckland (which observes daylight 
saving time).
+  * Use "with" context statement for opening and closing files instead of 
older try/finally pattern.
+  * Search sibling paths before system wide paths in asciidocapi
+  * Add manpage for testasciidoc.py
+  * Use argparse instead of optparse for argument parsing
+  * Migrate from A-A-P based build system to Make
+
+---

Old:

  asciidoc-8.6.10.tar.gz

New:

  asciidoc-9.0.0rc2.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.7K78RJ/_old  2020-04-25 20:18:51.536850981 +0200
+++ /var/tmp/diff_new_pack.7K78RJ/_new  2020-04-25 20:18:51.540850989 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,19 @@
 
 
 Name:   asciidoc
-Version:8.6.10
+Version:9.0.0rc2
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0-or-later
-Url:http://asciidoc.org
-Source0:
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://github.com/asciidoc/asciidoc-py3
+Source0:
https://github.com/%{name}/%{name}-py3/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0: asciidoc.version.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  python2 >= 2.3
-BuildRequires:  python2-xml
+BuildRequires:  python3-xml
 Requires:   docbook-xsl-stylesheets
-Requires:   python2 >= 2.3
-Requires:   python2-xml
+Requires:   python3-xml
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
@@ -49,12 +47,13 @@
 This package contains examples and documents of asciidoc.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -n %{name}-py3-%{version} -p1
+
+# do not use env
+find ./ -name \*.py -exec sed -i -e 's:%{_bindir}/env\ :%{_bindir}/:g' {} \;
 
 %build
-sed -i "s|python|python2|g" Makefile.in
-autoreconf -fi
+autoreconf -fiv
 %configure
 
 %install
@@ -71,12 +70,13 @@
 install -m 0644 vim/syntax/* %{buildroot}%{_datadir}/vim/site/syntax
 
 %files
+%license COPYRIGHT
+%doc README.asciidoc BUGS.txt CHANGELOG.txt
 %config %{_sysconfdir}/%{name}
 %{_bindir}/%{name}
 %{_bindir}/a2x
 %{_datadir}/vim
 %{_mandir}/man1/*
-%doc README.asciidoc BUGS.txt CHANGELOG.txt COPYRIGHT
 
 %files examples
 %doc doc examples




commit asciidoc for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2019-11-11 12:59:27

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.2990 (New)


Package is "asciidoc"

Mon Nov 11 12:59:27 2019 rev:42 rq:739688 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2017-11-10 
14:42:22.308677318 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.2990/asciidoc.changes  
2019-11-11 12:59:28.429632081 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:37:32 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.QEyHRs/_old  2019-11-11 12:59:29.221632920 +0100
+++ /var/tmp/diff_new_pack.QEyHRs/_new  2019-11-11 12:59:29.221632920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:8.6.10
 Release:0
 Summary:Text-Based Document Generation
-License:GPL-2.0+
-Group:  Development/Tools/Doc Generators
+License:GPL-2.0-or-later
 Url:http://asciidoc.org
 Source0:
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0: asciidoc.version.patch
@@ -45,7 +44,6 @@
 
 %package examples
 Summary:Examples and Documents for asciidoc
-Group:  Development/Tools/Doc Generators
 
 %description examples
 This package contains examples and documents of asciidoc.




commit asciidoc for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2017-11-10 14:42:21

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is "asciidoc"

Fri Nov 10 14:42:21 2017 rev:41 rq:539511 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2017-10-10 
11:37:33.669759493 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2017-11-10 
14:42:22.308677318 +0100
@@ -1,0 +2,5 @@
+Tue Nov  7 09:54:03 UTC 2017 - mplus...@suse.com
+
+- Explicitly use python2 (fate#323526)
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.GCEGgE/_old  2017-11-10 14:42:23.128647678 +0100
+++ /var/tmp/diff_new_pack.GCEGgE/_new  2017-11-10 14:42:23.128647678 +0100
@@ -28,11 +28,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  python >= 2.3
-BuildRequires:  python-xml
+BuildRequires:  python2 >= 2.3
+BuildRequires:  python2-xml
 Requires:   docbook-xsl-stylesheets
-Requires:   python >= 2.3
-Requires:   python-xml
+Requires:   python2 >= 2.3
+Requires:   python2-xml
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
@@ -55,6 +55,7 @@
 %patch0 -p1
 
 %build
+sed -i "s|python|python2|g" Makefile.in
 autoreconf -fi
 %configure
 




commit asciidoc for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2017-10-10 11:37:32

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is "asciidoc"

Tue Oct 10 11:37:32 2017 rev:40 rq:532093 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2017-07-12 
19:31:26.531000300 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2017-10-10 
11:37:33.669759493 +0200
@@ -1,0 +2,23 @@
+Fri Oct  6 03:01:43 UTC 2017 - bwiedem...@suse.com
+
+- Re-add documentation
+
+---
+Wed Oct  4 09:21:58 UTC 2017 - o...@aepfle.de
+
+- Remove asciidoc version from generated files with asciidoc.version.patch
+  The version causes unneeded republish of pkgs that make use
+  of asciidoc
+
+---
+Sun Oct  1 13:41:40 UTC 2017 - aavind...@gmail.com
+
+- Update to 8.6.10
+  * Improve reproducibility of builds (e.g. support SOURCE_DATE_EPOCH)
+  * SVG output support
+  * documentation and translations
+- Lint spec file
+- Remove asciidoc-change-Last-Updated-field.patch
+  * merged in https://github.com/asciidoc/asciidoc/pull/9
+
+---

Old:

  asciidoc-8.6.9.tar.gz
  asciidoc-change-Last-Updated-field.patch

New:

  asciidoc-8.6.10.tar.gz
  asciidoc.version.patch



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.9gOdj2/_old  2017-10-10 11:37:36.441637840 +0200
+++ /var/tmp/diff_new_pack.9gOdj2/_new  2017-10-10 11:37:36.441637840 +0200
@@ -17,21 +17,25 @@
 
 
 Name:   asciidoc
-Version:8.6.9
+Version:8.6.10
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0+
 Group:  Development/Tools/Doc Generators
-Url:http://www.methods.co.nz/asciidoc/
-Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
-Patch0: asciidoc-change-Last-Updated-field.patch
+Url:http://asciidoc.org
+Source0:
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: asciidoc.version.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  python >= 2.3
+BuildRequires:  python-xml
 Requires:   docbook-xsl-stylesheets
 Requires:   python >= 2.3
 Requires:   python-xml
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -51,36 +55,31 @@
 %patch0 -p1
 
 %build
+autoreconf -fi
+%configure
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/asciidoc/filters
-mkdir -p %{buildroot}%{_datadir}/asciidoc
-mkdir -p %{buildroot}%{_mandir}/man1
-install -m 0644 *.conf %{buildroot}%{_sysconfdir}/asciidoc
-install -m 0644 filters/*/*.conf %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 filters/*/*.py %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc
-install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x
-install -m 0644 doc/*.1  %{buildroot}%{_mandir}/man1/
-for i in images stylesheets javascripts docbook-xsl dblatex themes; do
-  cp -av $i %{buildroot}%{_datadir}/asciidoc/
-  ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc
-done
+%make_install
+
+# Strip .py extension from binaries
+pushd %{buildroot}%{_bindir}
+   mv %{name}.py %{name}
+   mv a2x.py a2x
+popd
+
 # install vim files
 mkdir -p %{buildroot}%{_datadir}/vim/site/{syntax,ftdetect}
 install -m 0644 vim/syntax/* %{buildroot}%{_datadir}/vim/site/syntax
 
 %files
-%defattr(-,root,root)
-%config %{_sysconfdir}/asciidoc
-%{_datadir}/asciidoc
-%{_bindir}/*
+%config %{_sysconfdir}/%{name}
+%{_bindir}/%{name}
+%{_bindir}/a2x
 %{_datadir}/vim
-%doc %{_mandir}/man1/*
-%doc README BUGS CHANGELOG COPYRIGHT
+%{_mandir}/man1/*
+%doc README.asciidoc BUGS.txt CHANGELOG.txt COPYRIGHT
 
 %files examples
-%defattr(-,root,root)
 %doc doc examples
 
 %changelog

++ asciidoc-8.6.9.tar.gz -> asciidoc-8.6.10.tar.gz ++
 11142 lines of diff (skipped)

++ asciidoc.version.patch ++
Avoid version number in generated files.
Output will be identical between versions.
In case the output changes, build-compare will catch it.
--- a/html4.conf
+++ b/html4.conf
@@ -460,7 +460,7 @@ endif::[]
 
 
 
-
+
 
 
 {title}
--- a/html5.conf
+++ b/html5.conf
@@ -539,7 +539,7 @@ bodydata=
 
 
-
+
 
 
 {title}
--- a/slidy.conf

commit asciidoc for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2017-07-12 19:31:26

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is "asciidoc"

Wed Jul 12 19:31:26 2017 rev:39 rq:508754 version:8.6.9

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2016-09-11 
00:52:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2017-07-12 
19:31:26.531000300 +0200
@@ -1,0 +2,7 @@
+Fri Jul  7 09:59:32 UTC 2017 - matthias.gerst...@suse.com
+
+- added themes directory for installing the other available themes shipped
+  with asciidoc. Makes the "-a theme=volnitsky" and "-a theme=flask" switches
+  work.
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.4h936R/_old  2017-07-12 19:31:27.042928071 +0200
+++ /var/tmp/diff_new_pack.4h936R/_new  2017-07-12 19:31:27.046927506 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,7 @@
 install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc
 install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x
 install -m 0644 doc/*.1  %{buildroot}%{_mandir}/man1/
-for i in images stylesheets javascripts docbook-xsl dblatex; do
+for i in images stylesheets javascripts docbook-xsl dblatex themes; do
   cp -av $i %{buildroot}%{_datadir}/asciidoc/
   ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc
 done




commit asciidoc for openSUSE:Factory

2016-09-10 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2016-09-11 00:51:58

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is "asciidoc"

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2015-03-16 
06:56:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2016-09-11 
00:52:01.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 14:17:15 UTC 2016 - o...@aepfle.de
+
+- Adding the ability to change "Last Updated" field
+  ... to reduce build-compare noise in git.rpm
+  asciidoc-change-Last-Updated-field.patch
+
+---

New:

  asciidoc-change-Last-Updated-field.patch



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.tpeRbG/_old  2016-09-11 00:52:02.0 +0200
+++ /var/tmp/diff_new_pack.tpeRbG/_new  2016-09-11 00:52:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:  Development/Tools/Doc Generators
 Url:http://www.methods.co.nz/asciidoc/
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+Patch0: asciidoc-change-Last-Updated-field.patch
 Requires:   docbook-xsl-stylesheets
 Requires:   python >= 2.3
 Requires:   python-xml
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 

++ asciidoc-change-Last-Updated-field.patch ++
>From 9a2f59e74dde8b0df1acdfc2dde40a0a868a16a8 Mon Sep 17 00:00:00 2001
From: Joseph HERLANT 
Date: Fri, 14 Feb 2014 15:56:45 +0100
Subject: Adding the ability to change "Last Updated" field

This commit adds the ability to change the behavior of the "Last Updated"
field at the bottom of the html documents generated by asciidoc.
This will be done by using the "footer-style" new attribute.
This commit adds the ability to change it to the revision date or to skip it.

This commit also adds the documentation of this new feature to the user guide.


---
 doc/asciidoc.txt |   16 
 html4.conf   |   13 +
 html5.conf   |   13 +
 lang-cs.conf |3 ++-
 lang-de.conf |3 ++-
 lang-el.conf |3 ++-
 lang-en.conf |3 ++-
 lang-es.conf |3 ++-
 lang-fr.conf |3 ++-
 lang-hu.conf |3 ++-
 lang-nl.conf |3 ++-
 lang-uk.conf |3 ++-
 xhtml11.conf |   13 +
 13 files changed, 73 insertions(+), 9 deletions(-)

--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -5948,6 +5948,22 @@ A short summary of changes in this docum
 prior to the first document section. The document also needs to be
 dated to output this attribute.
 
+|footer-style |html4, html5, xhtml11 |
+Changes the "Last updated" field in the footer of the document or removes this
+field and the revision number (in the footer only). +
+Can take 3 values:
+
+- none : Don't display the "Last updated" and "Revision number" fields in the
+  footer of the document
+- revdate : The "Last updated" field's date in the footer will be the revision
+  date specified in the document (`revdate` attribute)
+- default (or any other value) : The "Last updated" field's date in the footer
+  will be the date of the input file modification
+
+This attribute can be set, for example, using `:footer-style: revdate` in the
+header of the file or using the `--attribute footer-style=revdate` command-line
+option.
+
 |scriptsdir |html5, xhtml11 |
 The name of the directory containing linked JavaScripts.
 See <>.
--- a/html4.conf
+++ b/html4.conf
@@ -444,11 +444,14 @@ cellspacing="0" cellpadding="4">
 |
 
 [footer]
+# Removing footer date and version if footer-style set to none
+ifeval::["{footer-style=default}"!="none"]
 
 
 
 template::[footer-text]
 
+endif::[]
 
 
 
@@ -467,6 +470,16 @@ template::[footer-text]
 template::[docinfo]
 
 
+[footer-date]
+# Default footer date is document modification time
+ifeval::["{footer-style=default}"!="revdate"]
+ {docdate} {doctime}
+endif::[]
+# If set to "revdate", it'll be set to the revision date
+ifeval::["{footer-style=default}"=="revdate"]
+ {revdate}
+endif::[]
+
 #
 # article and book document types
 #
--- a/html5.conf
+++ b/html5.conf
@@ -662,9 

commit asciidoc for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2015-03-16 06:56:57

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is asciidoc

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2013-03-22 
11:00:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2015-03-16 
06:56:57.0 +0100
@@ -1,0 +2,82 @@
+Fri Mar  6 21:23:02 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove asciidoc-vim-fix.diff
+- Update to 8.6.9
+  * html5, xhtml11 and slidy outputs now wrap pre element contents at
+right margin (see
+[1]https://groups.google.com/group/asciidoc/browse_thread/thread/98
+77a316b7a47309).
+  * Vim syntax file: highlight line breaks in lists (patch submitted by
+Alex Efros). See
+[2]https://groups.google.com/group/asciidoc/browse_thread/thread/51
+45e4c0b65cde0a).
+  * Vim syntax file: fixed highlighting of lines with spaces preceding
+an indented paragraph. See
+[3]https://groups.google.com/group/asciidoc/browse_thread/thread/51
+45e4c0b65cde0a
+  * Vim syntax file: dropped ) from list of illegal characters
+following opening quote. See
+[4]https://groups.google.com/group/asciidoc/browse_thread/thread/1a
+60eb4507a0555f/264c39c6a89fc7a0
+  * Added + intrinsic attribute. See
+[5]http://code.google.com/p/asciidoc/issues/detail?id=14
+  * Allow tabsize=0 in configuration file. See
+[6]https://groups.google.com/group/asciidoc/browse_thread/thread/c8
+8457020288ce1d
+  * Removed wordpress backend into the blogpost project (where it
+belongs) as an AsciiDoc backend plugin.
+  * Added HTML5 footer badges.
+  * Added favicon to AsciiDoc website.
+  * Changed AsciiDoc website domain to asciidoc.org.
+  * Vim syntax file: closing quote character cannot be immediately
+followed by same closing quote character.
+  * Documentation updates.
+  * If admonition icons are embedded using the Data URI Scheme and the
+icons directory is undefined or does not exist then the iconsdir
+attribute is set to the location of the icons installed in the
+AsciiDoc configuration directory.
+  * Updated ./stylesheets/pygments.css from pygments 1.4.
+  * HTML backends: Align inline images to text-bottom.
+  * html4 backend: Added hr attribute to make the inter-section
+horizontal ruler element optional.
+  * Documented Callout lists cannot be used within tables. See:
+[7]https://groups.google.com/group/asciidoc/browse_thread/thread/26
+8f9b46ebc192d3
+  * Removed Vim related stuff from the installer makefile. See:
+[8]https://groups.google.com/group/asciidoc/browse_thread/thread/75
+3a52b2af85fcfc/04c9091b0856fc13 and
+[9]https://groups.google.com/group/asciidoc/browse_thread/thread/cd
+07629fa7a53fb3
+  * Dropped vim/ftdetect/asciidoc_filetype.vim from distribution, the
+file detection was broken and the default settings satisfied noone.
+  * Vim syntax highlighter: increase sync backtracking to catch changes
+to large block elements.
+  * Added Romanian language configuration file. Contributed by Vitalie
+Lazu. See
+[10]https://groups.google.com/group/asciidoc/browse_thread/thread/2
+fe14a10dbf20d20/27726e7e13f7bfc7?lnk=gstq=romanian#27726e7e13f7bfc
+7
+  * Added ruler and line-break outputs to HTML Help outputs. Patch
+submitted by DonM. See
+[11]https://groups.google.com/group/asciidoc/browse_thread/thread/b
+131d0155eccd73e
+  * Added Czech language configuration file. Contributed by Petr Klíma.
+  * html4 backend: allow embedded images and icons (data-uri
+attribute).
+  * html4 backend: table and example block caption place at bottom for
+consistency.
+  * html4 backend: dropped border around example block.
+  * html4 backend: cellpaddings made equal to 4 for consistency.
+  * Vim syntax highligher: Highlight closing OpenBlock delimiter when
+it immediately follows a list.
+  * Updated html5 backend (previous commit was xhtml11 only). See:
+[12]https://groups.google.com/group/asciidoc/browse_thread/thread/d
+bdfaf838f93e020
+  * Embedded data-uri images now figure file mimetype from file
+contents rather than the file extension. Patch submitted by Lex
+Trotman. See:
+[13]https://groups.google.com/group/asciidoc/browse_thread/thread/d
+bdfaf838f93e0
+
+---

Old:

  asciidoc-8.6.8.tar.gz
  asciidoc-vim-fix.diff

New:

  asciidoc-8.6.9.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.iUE2G5/_old  2015-03-16 

commit asciidoc for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2013-03-22 11:00:07

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is asciidoc, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2012-10-29 
20:01:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2013-03-22 
11:00:08.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 12:52:46 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.MjIUEG/_old  2013-03-22 11:00:09.0 +0100
+++ /var/tmp/diff_new_pack.MjIUEG/_new  2013-03-22 11:00:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -29,7 +29,7 @@
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
 Url:http://www.methods.co.nz/asciidoc/
-Source0:%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch0: asciidoc-vim-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit asciidoc for openSUSE:Factory

2012-10-29 Thread h_root
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 ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2011-11-07 
15:51:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2012-10-29 
20:01:54.0 +0100
@@ -1,0 +2,17 @@
+Sat Oct 27 12:04:19 UTC 2012 - t...@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
+
+---

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.0 +0100
+++ /var/tmp/diff_new_pack.1LIXOp/_new  2012-10-29 20:01:57.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.1LIXOp/_new  2012-10-29 20:01:57.0 +0100
@@ -1,12 +1,12 @@
 a/vim/ftdetect/asciidoc_filetype.vim-dist  2008-06-10 16:07:02.0 
+0200
-+++ b/vim/ftdetect/asciidoc_filetype.vim   2008-06-10 16:07:51.0 
+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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit asciidoc for openSUSE:Factory

2011-11-07 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2011-11-07 15:51:47

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is asciidoc, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2011-11-02 
11:47:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2011-11-07 
15:51:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  7 13:04:59 UTC 2011 - mma...@suse.cz
+
+- Add missing dependency on python-xml.
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.LgyCBr/_old  2011-11-07 15:51:56.0 +0100
+++ /var/tmp/diff_new_pack.LgyCBr/_new  2011-11-07 15:51:56.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 License:GPL v2 or later
 Group:  Development/Tools/Doc Generators
-Requires:   python = 2.3
+Requires:   python = 2.3 python-xml
 Requires:   docbook-xsl-stylesheets
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit asciidoc for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2011-11-02 11:47:01

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new (New)


Package is asciidoc, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2011-09-23 
01:52:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2011-11-02 
11:47:04.0 +0100
@@ -1,0 +2,9 @@
+Fri Oct 28 13:52:10 UTC 2011 - y...@sibnet.ru
+
+- updated to version 8.6.6:
+ * New html5 backend.
+ * Enhanced plugin system.
+ * See details in
+   http://www.methods.co.nz/asciidoc/CHANGELOG.html
+
+---

Old:

  a2x-missing-package-msg.diff
  asciidoc-8.2.6-no-safe-check.diff
  asciidoc-8.4.5.tar.bz2
  asciidoc-ignore-deprecation.diff

New:

  asciidoc-8.6.6.tar.gz



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.NAIGZL/_old  2011-11-02 11:47:05.0 +0100
+++ /var/tmp/diff_new_pack.NAIGZL/_new  2011-11-02 11:47:05.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   asciidoc
 Summary:Text-Based Document Generation
-Version:8.4.5
+Version:8.6.6
 Release:1
 License:GPL v2 or later
 Group:  Development/Tools/Doc Generators
@@ -29,11 +29,8 @@
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
 Url:http://www.methods.co.nz/asciidoc/
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 Patch0: asciidoc-vim-fix.diff
-Patch1: asciidoc-8.2.6-no-safe-check.diff
-Patch3: asciidoc-ignore-deprecation.diff
-Patch4: a2x-missing-package-msg.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -53,9 +50,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch4
 
 %build
 
@@ -67,7 +61,7 @@
 install -m 0644 filters/*/*.conf $RPM_BUILD_ROOT/etc/asciidoc/filters/
 install -m 0755 filters/*/*.py $RPM_BUILD_ROOT/etc/asciidoc/filters/
 install -m 0755 -D asciidoc.py $RPM_BUILD_ROOT%{_bindir}/asciidoc
-install -m 0755 -D a2x $RPM_BUILD_ROOT%{_bindir}/a2x
+install -m 0755 -D a2x.py $RPM_BUILD_ROOT%{_bindir}/a2x
 install -m 0644 doc/*.1  $RPM_BUILD_ROOT%{_mandir}/man1/
 for i in images stylesheets javascripts docbook-xsl dblatex; do
   cp -av $i $RPM_BUILD_ROOT%{_datadir}/asciidoc/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit asciidoc for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory
checked in at Mon Sep 19 15:39:00 CEST 2011.




--- asciidoc/asciidoc.changes   2009-07-20 12:33:13.0 +0200
+++ /mounts/work_src_done/STABLE/asciidoc/asciidoc.changes  2011-09-17 
14:22:45.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 12:22:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.VEsAxQ/_old  2011-09-19 15:38:57.0 +0200
+++ /var/tmp/diff_new_pack.VEsAxQ/_new  2011-09-19 15:38:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package asciidoc (Version 8.4.5)
+# spec file for package asciidoc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   asciidoc
@@ -29,7 +28,6 @@
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
-AutoReqProv:on
 Url:http://www.methods.co.nz/asciidoc/
 Source0:%{name}-%{version}.tar.bz2
 Patch0: asciidoc-vim-fix.diff
@@ -44,12 +42,6 @@
 articles, books, and UNIX man pages. AsciiDoc files can be translated
 to HTML and DocBook markups using the asciidoc command.
 
-
-
-Authors:
-
-Stuart Rackham srack...@methods.co.nz
-
 %package examples
 Summary:Examples and Documents for asciidoc
 Group:  Development/Tools/Doc Generators
@@ -58,12 +50,6 @@
 %description examples
 This package contains examples and documetns of asciidoc.
 
-
-
-Authors:
-
-Stuart Rackham srack...@methods.co.nz
-
 %prep
 %setup -q
 %patch0 -p1
@@ -92,9 +78,6 @@
 install -m 0644 vim/syntax/* $RPM_BUILD_ROOT%{_datadir}/vim/site/syntax
 install -m 0644 vim/ftdetect/* $RPM_BUILD_ROOT%{_datadir}/vim/site/ftdetect
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %config /etc/asciidoc






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org