diff --git a/asciidoc-10.2.1.tar.gz b/asciidoc-10.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..92ccea9531cbc48d1bf9b6e16514c3aaef953dec Binary files /dev/null and b/asciidoc-10.2.1.tar.gz differ diff --git a/asciidoc-py-10.2.0.tar.gz b/asciidoc-py-10.2.0.tar.gz deleted file mode 100644 index c836509486d1190014452a849626ac34c268dba6..0000000000000000000000000000000000000000 Binary files a/asciidoc-py-10.2.0.tar.gz and /dev/null differ diff --git a/asciidoc.spec b/asciidoc.spec index 15cb209baaeb8569e240736b03ee1eb41a5a0221..c9862a6961561bccaebea4a70c17a80eab6d26bb 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,10 +1,10 @@ Name: asciidoc -Version: 10.2.0 +Version: 10.2.1 Release: 1 Summary: Python 3 port of Asciidoc Python. -License: GPLv2 -URL: http://asciidoc.org -Source0: https://github.com/%{name}-py/asciidoc-py/release/download/%{version}/%{name}-py-%{version}.tar.gz +License: GPL-2.0-or-later +URL: https://asciidoc-py.github.io/ +Source0: https://github.com/asciidoc-py/asciidoc-py/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel docbook-style-xsl graphviz libxslt source-highlight BuildRequires: texlive-dvisvgm-bin vim-filesystem symlinks automake autoconf @@ -29,7 +29,7 @@ Obsoletes: %{name}-doc < %{version}-%{release} Provides: %{name}-doc = %{version}-%{release} %prep -%autosetup -n %{name}-py-%{version} +%autosetup -n %{name}-%{version} %build autoreconf -v @@ -53,14 +53,6 @@ python3 -m asciidoc.asciidoc --doctest python3 -m pytest --ignore=_build.python3 -v python3 tests/testasciidoc.py run -%pre - -%preun - -%post - -%postun - %files %doc README.md BUGS.adoc CHANGELOG.adoc COPYRIGHT %license COPYRIGHT LICENSE @@ -77,6 +69,9 @@ python3 tests/testasciidoc.py run %doc doc %changelog +* Thu Jul 25 2024 Funda Wang - 10.2.1-1 +- update to 10.2.1 + * Tue Mar 21 2023 lilong - 10.2.0-1 - Upgrade to 10.2.0