Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py-radix for openSUSE:Factory
checked in at 2024-07-24 15:30:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py-radix (Old)
and /work/SRC/openSUSE:Factory/.python-py-radix.new.1869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py-radix"
Wed Jul 24 15:30:19 2024 rev:3 rq:1189128 version:0.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py-radix/python-py-radix.changes
2024-06-18 22:53:12.473351993 +0200
+++
/work/SRC/openSUSE:Factory/.python-py-radix.new.1869/python-py-radix.changes
2024-07-25 12:07:25.198456171 +0200
@@ -1,0 +2,5 @@
+Mon Jul 15 16:47:28 UTC 2024 - Sebastian Wagner <[email protected]>
+
+- fix patch syntax for 15.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py-radix.spec ++++++
--- /var/tmp/diff_new_pack.xItyeM/_old 2024-07-25 12:07:25.630473638 +0200
+++ /var/tmp/diff_new_pack.xItyeM/_new 2024-07-25 12:07:25.634473800 +0200
@@ -26,7 +26,7 @@
URL: https://github.com/mjschultz/py-radix
Source:
https://files.pythonhosted.org/packages/source/p/py-radix/py-radix-%{version}.tar.gz
# PATCH-FIX-UPSTREAM - Change incompatible pointer type from RadixNodeObject
to PyObject
-Patch: https://github.com/mjschultz/py-radix/pull/58.patch
+Patch0: https://github.com/mjschultz/py-radix/pull/58.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -45,7 +45,7 @@
%prep
%setup -q -n py-radix-%{version}
-%patch -P0 -p1
+%patch0 -p1
%build
export CFLAGS="%{optflags}"