diff --git a/python-fastavro.spec b/python-fastavro.spec index 19d1d6a..0d7ef1f 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-fastavro Version: 1.4.5 -Release: 1 +Release: 2 Summary: Fast read/write of AVRO files License: MIT URL: https://github.com/fastavro/fastavro @@ -13,11 +13,12 @@ Fast Avro for Python %package -n python3-fastavro Summary: Fast read/write of AVRO files Provides: python-fastavro + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb + %description -n python3-fastavro The `fastavro` library was written to offer performance comparable to the Java library. With regular CPython, `fastavro` uses C extensions which allow it to @@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 20 2022 tanyulong - 1.4.5-2 +- Delete unnecessary gdb from BuildRequires + * Tue Oct 26 2021 yangchenguang - 1.4.5-1 - Init Package