diff --git a/1.12.0.tar.gz b/1.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3182ed675c07ea8b46ccdd7acecf9e3f0b9a581c 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 25200073ea9c9df1cbc20fd14bf04377d53ab802..0000000000000000000000000000000000000000 Binary files a/Beaker-1.12.0.tar.gz and /dev/null differ diff --git a/python-beaker.spec b/python-beaker.spec index e62f9c2fefc2f56a840966e55c3eb5e41fd0e74a..47efef7c76fc28d29fc7984b11994bbc3fcb05f1 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