From 034bc31c1e4b188ea434574b7641f9a1d50d0a67 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 14 Nov 2022 11:50:02 +0800 Subject: [PATCH] change source path Signed-off-by: cherry530 --- python-zmq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index 16d32e1..4e8b888 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -1,10 +1,10 @@ Name: python-zmq Version: 17.0.0 -Release: 6 +Release: 7 Summary: Python bindings for zeromq License: LGPLv3+ and ASL 2.0 and BSD URL: http://www.zeromq.org/bindings:python -Source0: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz#/pyzmq-%{version}.tar.gz +Source0: https://github.com/zeromq/pyzmq/archive/v%{version}/pyzmq-%{version}.tar.gz BuildRequires: zeromq-devel python3-Cython BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools BuildRequires: chrpath python3-devel gcc @@ -57,6 +57,9 @@ pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitearch} %{python3_sitearch}/zmq/tests %changelog +* Mon Nov 14 2022 xu_ping - 17.0.0-7 +- change source path + * Mon May 31 2021 huanghaitao - 17.0.0-6 - Completing build dependencies