diff --git a/python-dill.spec b/python-dill.spec index ba5a8d7f44d37d0f88e0aab8898f73e63653d020..7ce10ade245e8cfe0cc58997715883cc4059929f 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dill Version: 0.3.4 -Release: 1 +Release: 2 Summary: serialize all of python License: BSD URL: https://github.com/uqfoundation/dill @@ -17,6 +17,7 @@ serialize all of python Summary: serialize all of python Provides: python-dill BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-dill serialize all of python @@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 24 2022 liqiuyu - 0.3.4-2 +- Add zlib to buildrequires + * Fri Dec 10 2021 Python_Bot - 0.3.4-1 - Package Init diff --git a/python-dill.yaml b/python-dill.yaml new file mode 100644 index 0000000000000000000000000000000000000000..95c9886ad133f4a4239e9009aa66055a3ad75b9c --- /dev/null +++ b/python-dill.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: dill +tag_prefix: ^v +separator: "."