Hello community,

here is the log from the commit of package asciidoc for openSUSE:Leap:15.2 
checked in at 2020-04-30 18:51:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/asciidoc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.asciidoc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asciidoc"

Thu Apr 30 18:51:09 2020 rev:18 rq:796685 version:9.0.0rc2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/asciidoc/asciidoc.changes      2020-01-15 
14:47:27.189298636 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.asciidoc.new.2738/asciidoc.changes    
2020-04-30 18:51:10.504564217 +0200
@@ -1,0 +2,40 @@
+Tue Apr 21 06:16:29 UTC 2020 - Stephan Kulow <[email protected]>
+
+- Bring back asciidoc in maintainable fashion to fix bsc#1135082
+
+-------------------------------------------------------------------
+Tue Apr 21 06:00:36 UTC 2020 - Stephan Kulow <[email protected]>
+
+- 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 <[email protected]>
+
+- Small packaging adjustements
+
+-------------------------------------------------------------------
+Tue Jan 14 11:55:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
+Thu Oct 17 13:37:32 UTC 2019 - Richard Brown <[email protected]>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

Old:
----
  asciidoc-8.6.10.tar.gz

New:
----
  asciidoc-9.0.0rc2.tar.gz

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

Other differences:
------------------
++++++ asciidoc.spec ++++++
--- /var/tmp/diff_new_pack.w0wkEg/_old  2020-04-30 18:51:10.804564856 +0200
+++ /var/tmp/diff_new_pack.w0wkEg/_new  2020-04-30 18:51:10.804564856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# Copyright (c) 2017 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
@@ -12,27 +12,26 @@
 # 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/
 #
 
 
 Name:           asciidoc
-Version:        8.6.10
+Version:        9.0.0rc2
 Release:        0
 Summary:        Text-Based Document Generation
-License:        GPL-2.0+
-Group:          Development/Tools/Doc Generators
-Url:            http://asciidoc.org
-Source0:        
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+License:        GPL-2.0-or-later
+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
+BuildRequires:  python3-xml
 Requires:       docbook-xsl-stylesheets
-Requires:       python2 >= 2.3
-Requires:       python2-xml
+Requires:       python3
+Requires:       python3-xml
 Recommends:     dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends:     libxslt
@@ -45,18 +44,18 @@
 
 %package examples
 Summary:        Examples and Documents for asciidoc
-Group:          Development/Tools/Doc Generators
 
 %description examples
 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
@@ -73,12 +72,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


Reply via email to