Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package trytond_purchase for
openSUSE:Factory checked in at 2023-10-19 22:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_purchase (Old)
and /work/SRC/openSUSE:Factory/.trytond_purchase.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_purchase"
Thu Oct 19 22:50:12 2023 rev:27 rq:1118962 version:6.0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_purchase/trytond_purchase.changes
2023-10-10 20:58:42.590622028 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_purchase.new.1945/trytond_purchase.changes
2023-10-19 22:52:31.049743776 +0200
@@ -1,0 +2,6 @@
+Thu Oct 19 11:39:14 UTC 2023 - Daniel Garcia Moreno <[email protected]>
+
+- Remove %python3_install prefix and root options, that's included in
+ the macro by default.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_purchase.spec ++++++
--- /var/tmp/diff_new_pack.Olu0Lh/_old 2023-10-19 22:52:31.529761186 +0200
+++ /var/tmp/diff_new_pack.Olu0Lh/_new 2023-10-19 22:52:31.533761331 +0200
@@ -1,7 +1,7 @@
#
# spec file for package trytond_purchase
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2014-2021 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -13,20 +13,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
%define majorver 6.0
Name: trytond_purchase
Version: %{majorver}.12
Release: 0
Summary: The "purchase" module for the Tryton ERP system
-License: GPL-3.0
+License: GPL-3.0-only
Group: Productivity/Office/Management
-Url: http://www.tryton.org/
+URL: http://www.tryton.org/
Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
Source2:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz.asc
Source3:
https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: trytond
Requires: trytond_account
@@ -53,7 +56,7 @@
%python3_build
%install
-%python3_install --prefix=%_prefix --root=%buildroot
+%python3_install
%fdupes -s %{buildroot}
%files