From 88d9b5a740bede9a0e6623355c88bb6ee306dc16 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:48:05 +0100 Subject: [PATCH] automatic version update by autodist [release 19.7.0-1mamba;Sun Oct 27 2019] --- python-twisted.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-twisted.spec b/python-twisted.spec index 16ee789..9e7e41c 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,7 +1,7 @@ %define pkgmajver %(echo %{version} | cut -d. -f 1-2) Name: python-twisted -Version: 19.2.1 +Version: 19.7.0 Release: 1mamba Summary: Event-driven networking framework written in Python Group: System/Libraries/Python @@ -58,7 +58,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "/iocpsupport.*\.so$/d" %{name}.filelist %if 0%{?with_pyver} -sed -i "/_sendmsg.cpython-36m.*\.so$/d" %{name}.filelist +sed -i "/_sendmsg.cpython-3.m.*\.so$/d" %{name}.filelist for f in %{buildroot}%{_bindir}/*; do mv $f ${f}%{with_pyver} n=`basename $f` @@ -77,6 +77,9 @@ done %defattr(-, root, root) %changelog +* Sun Oct 27 2019 Automatic Build System 19.7.0-1mamba +- automatic version update by autodist + * Sat Jun 08 2019 Automatic Build System 19.2.1-1mamba - automatic version update by autodist