diff --git a/asciidoc-10.2.0.tar.gz b/asciidoc-10.2.0.tar.gz deleted file mode 100644 index a458948..0000000 --- a/asciidoc-10.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e -size 1276134 diff --git a/asciidoc-10.2.1.tar.gz b/asciidoc-10.2.1.tar.gz new file mode 100644 index 0000000..a2f80fc --- /dev/null +++ b/asciidoc-10.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7be8ae894f6cc1e67784d76ffa6c6b9e9f96efdc695db43c6bd63820e5072b +size 1280535 diff --git a/asciidoc.changes b/asciidoc.changes index 413de50..ef7e5af 100644 --- a/asciidoc.changes +++ b/asciidoc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Sep 22 08:56:48 UTC 2024 - jun wang + +- Update to version 10.2.1 + + Bug fixes: + * Fix deprecation warning on escaping table separators + + Miscellaneous: + * Include manpage source files to sdist archive + * Fix setting up debian backports in Dockerfile + +------------------------------------------------------------------- +Tue Jun 11 07:50:00 UTC 2024 - Daniel Garcia + +- Remove python3 shebang from sitelib files (bsc#1212476) + ------------------------------------------------------------------- Thu Jun 23 11:33:12 UTC 2022 - Dominique Leuenberger diff --git a/asciidoc.spec b/asciidoc.spec index 6bb8060..ec1d0ee 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package asciidoc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: asciidoc%{?name_suffix} -Version: 10.2.0 +Version: 10.2.1 Release: 0 Summary: Text-Based Document Generation License: GPL-2.0-or-later @@ -82,7 +82,9 @@ latex dependencies that we don't want to have by default. So this package is opt %prep %setup -q -n asciidoc-%{version} # do not use env -find ./ -name \*.py -exec sed -i -e 's:/usr/bin/env\ :%{_bindir}/:g' {} \; +# Remove python shebang from sitelib files, this will remove the +# automatic dependency on /usr/bin/python3 +find asciidoc -name \*.py -exec sed -i -e '/\/usr\/bin\/env/d' {} \; %if "%{flavor}" == "latextest" %build