Hello community,

here is the log from the commit of package archivemail for openSUSE:Factory 
checked in at 2020-01-15 16:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/archivemail (Old)
 and      /work/SRC/openSUSE:Factory/.archivemail.new.30080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "archivemail"

Wed Jan 15 16:14:56 2020 rev:17 rq:764449 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/archivemail/archivemail.changes  2012-05-16 
21:04:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.archivemail.new.30080/archivemail.changes       
2020-01-15 16:34:42.152933958 +0100
@@ -1,0 +2,7 @@
+Tue Jan 14 12:12:06 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Do not use (no longer supported) __python indirection macros.
+- BuildRequire python-base instead of python-devel: no python
+  module is being compiled.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ archivemail.spec ++++++
--- /var/tmp/diff_new_pack.aprzJf/_old  2020-01-15 16:34:42.556934103 +0100
+++ /var/tmp/diff_new_pack.aprzJf/_new  2020-01-15 16:34:42.556934103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package archivemail
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,13 +22,13 @@
 Version:        0.9.0
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://archivemail.sf.net/
+URL:            http://archivemail.sf.net/
 Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Summary:        Tool for Archiving and Compressing Old Email in Mailboxes
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Utilities
 BuildRequires:  ed
-BuildRequires:  python-devel
+BuildRequires:  python-base
 %{py_requires}
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
 BuildArch:      noarch
@@ -48,13 +48,13 @@
 EOF
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
 # python => 2.5 expects this to exist (it will exist if the package
 # installs something there, but we don't)
 mkdir -p $RPM_BUILD_ROOT/%{python_sitelib}
-%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
+python setup.py install --prefix=%{_prefix} --root %{buildroot}
 # we don't need the egg file which python => 2.5 installs
 rm -f $RPM_BUILD_ROOT/%{python_sitelib}/*
 


Reply via email to