diff --git a/1.12.tar.gz b/1.12.tar.gz deleted file mode 100644 index bd37231c3eb64abdee73cd03a715057f6bcdcad8..0000000000000000000000000000000000000000 Binary files a/1.12.tar.gz and /dev/null differ diff --git a/patool-1.13.tar.gz b/patool-1.13.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..85c4558b70793e906d37eb4cea6e6a7a1b6b14e5 Binary files /dev/null and b/patool-1.13.tar.gz differ diff --git a/python-patool.spec b/python-patool.spec index e63e62d28d6f30f025ef609899135ad2898dfcaf..5662b6dd1049847816ade2870f596db41f21fe10 100644 --- a/python-patool.spec +++ b/python-patool.spec @@ -1,12 +1,12 @@ %global pypi_name patool Name: python-%{pypi_name} -Version: 1.12 +Version: 1.13 Release: 1 Summary: portable archive file manager License: GPL-3.0 URL: http://wummel.github.io/%{pypi_name}/ -Source0: https://github.com/wummel/%{pypi_name}/archive/refs/tags/upstream/%{version}.tar.gz +Source0: https://github.com/wummel/%{pypi_name}/archive/refs/tags/upstream/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools @@ -33,7 +33,7 @@ ADF (.adf),... %prep -%autosetup -n %{pypi_name}-upstream-%{version} +%autosetup -n %{pypi_name}-%{version} %build %py3_build @@ -52,5 +52,8 @@ ADF (.adf),... %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed May 22 2024 songliyang - 1.13-1 +- upgrage to v1.13 + * Tue Sep 28 2021 zhangkea - 1.12-1 - Initial package.