diff --git a/dogtail.spec b/dogtail.spec index 098ff01..5058d4a 100644 --- a/dogtail.spec +++ b/dogtail.spec @@ -1,10 +1,10 @@ Name: dogtail -Version: 0.9.10 -Release: 4 +Version: 0.9.11 +Release: 1 Summary: Tools for GUI testing automatically License: GPLv2 URL: https://gitlab.com/dogtail/dogtail/ -Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_10/dogtail-DOGTAIL_0_9_10.tar.gz +Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_11/dogtail-DOGTAIL_0_9_11.tar.gz BuildArch: noarch BuildRequires: desktop-file-utils @@ -27,7 +27,7 @@ communicate with desktop applications. %package_help %prep -%autosetup -n %{name}-DOGTAIL_0_9_10 -p1 +%autosetup -n %{name}-DOGTAIL_0_9_11 -p1 rm -rf %{py3dir} cp -a . %{py3dir} @@ -71,6 +71,9 @@ fi %{_docdir}/dogtail %changelog +* Thu Aug 17 2023 cky1122 - 0.9.11-1 +- Update to upstream version 0.9.11 + * Wed Feb 08 2023 chendingjian - 0.9.10-4 - Add python%{python3_version}dist(dogtail) to solve the problem that the package cannot be provided.