diff --git a/1.12.0.tar.gz b/1.12.0.tar.gz new file mode 100644 index 0000000..3182ed6 Binary files /dev/null and b/1.12.0.tar.gz differ diff --git a/Beaker-1.12.0.tar.gz b/Beaker-1.12.0.tar.gz deleted file mode 100644 index 2520007..0000000 Binary files a/Beaker-1.12.0.tar.gz and /dev/null differ diff --git a/python-beaker.spec b/python-beaker.spec index e62f9c2..47efef7 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -2,7 +2,7 @@ Name: python-beaker Version: 1.12.0 -Release: 1 +Release: 2 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -40,7 +40,7 @@ Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycrypto %prep -%autosetup -n Beaker-%{version} -p1 +%autosetup -n beaker-%{version} -p1 %build %py3_build @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Thu Feb 02 2023 wangjunqi - 1.12.0-2 +- fix build problem + * Wed Jan 18 2023 wangjunqi - 1.12.0-1 - upgrade package version to 1.12.0