diff --git a/breathe-4.34.0.tar.gz b/breathe-4.34.0.tar.gz new file mode 100644 index 0000000..778f9ec Binary files /dev/null and b/breathe-4.34.0.tar.gz differ diff --git a/python-breathe.spec b/python-breathe.spec index 3289de7..0e65655 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-breathe -Version: 4.33.1 +Version: 4.34.0 Release: 1 Summary: Sphinx Doxygen renderer License: BSD-3-Clause URL: https://github.com/michaeljones/breathe -Source0: https://github.com/michaeljones/breathe/archive/refs/tags/v4.33.1.tar.gz +Source0: https://github.com/michaeljones/breathe/archive/refs/tags/v%{version}.tar.gz#/breathe-%{version}.tar.gz BuildArch: noarch %description @@ -30,7 +30,7 @@ Provides: python3-breathe-doc Breathe is an extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output. %prep -%autosetup -n breathe-4.33.1 -p1 +%autosetup -n breathe-%{version} -p1 %build %py3_build @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 30 2022 jiangxinyu - 4.34.0-1 +- Upgrade to 4.34.0 + * Fri Jun 17 2022 houyingchao - 4.33.1-1 - Upgrade to version 4.33.1 diff --git a/v4.33.1.tar.gz b/v4.33.1.tar.gz deleted file mode 100644 index f6c2e37..0000000 Binary files a/v4.33.1.tar.gz and /dev/null differ