Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-parallax for openSUSE:Factory
checked in at 2024-05-17 20:06:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parallax (Old)
and /work/SRC/openSUSE:Factory/.python-parallax.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parallax"
Fri May 17 20:06:05 2024 rev:22 rq:1174728 version:1.0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes
2023-03-03 22:31:27.812045656 +0100
+++
/work/SRC/openSUSE:Factory/.python-parallax.new.1880/python-parallax.changes
2024-05-17 20:07:25.896301182 +0200
@@ -1,0 +2,6 @@
+Thu May 16 15:05:01 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Use %autosetup macro: allows us to eliminate usage of deprecated
+ %patchN syntax.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-parallax.spec ++++++
--- /var/tmp/diff_new_pack.xuQZXF/_old 2024-05-17 20:07:26.604326765 +0200
+++ /var/tmp/diff_new_pack.xuQZXF/_new 2024-05-17 20:07:26.604326765 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-parallax
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,10 +36,10 @@
BuildArch: noarch
%if 0%{?suse_version}
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
%else
Requires(post): %{_sbindir}/update-alternatives
-Requires(postun):%{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
%endif
%python_subpackages
@@ -49,8 +49,7 @@
multiple nodes using SCP.
%prep
-%setup -q -n parallax-%{version}
-%patch1 -p1
+%autosetup -p1 -n parallax-%{version}
%build
%python_build