diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 73b576b333e391832b14dd955b6980ce517d7a4a..d2243c868021f5b5f1dcab33ee0c6ad19aac5719 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-canonicaljson Version: 1.5.0 -Release: 1 +Release: 2 Summary: Canonical JSON License: Apache 2.0 URL: https://github.com/matrix-org/python-canonicaljson @@ -18,6 +18,7 @@ Canonical JSON Summary: Canonical JSON Provides: python-canonicaljson BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-canonicaljson Canonical JSON @@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 22 2022 liqiuyu - 1.5.0-2 +- Add zlib to buildrequires + * Tue Dec 07 2021 Python_Bot - 1.5.0-1 - Package Init diff --git a/python-canonicaljson.yaml b/python-canonicaljson.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43f53aa36dbd687fde0bb6fe2a1f2a2875b38fa7 --- /dev/null +++ b/python-canonicaljson.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: canonicaljson +tag_prefix: ^v +separator: "."