Hello community,

here is the log from the commit of package transmageddon for openSUSE:Factory 
checked in at 2020-09-22 21:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transmageddon (Old)
 and      /work/SRC/openSUSE:Factory/.transmageddon.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transmageddon"

Tue Sep 22 21:14:58 2020 rev:23 rq:836024 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/transmageddon/transmageddon.changes      
2020-01-31 23:57:31.207658718 +0100
+++ /work/SRC/openSUSE:Factory/.transmageddon.new.4249/transmageddon.changes    
2020-09-22 21:15:57.728180374 +0200
@@ -1,0 +2,8 @@
+Thu Sep 17 13:24:26 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Properly switch to python3 for building:
+  + Pass PYTHON=%{_bindir}/python3 to make install.
+  + Drop python BuildRequires.
+- Do not produce the obsolete., now empty post scriptlets.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ transmageddon.spec ++++++
--- /var/tmp/diff_new_pack.IRsH6Q/_old  2020-09-22 21:15:59.856182237 +0200
+++ /var/tmp/diff_new_pack.IRsH6Q/_new  2020-09-22 21:15:59.860182240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package transmageddon
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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/
 #
 
 
@@ -21,9 +21,9 @@
 Version:        1.5
 Release:        0
 Summary:        A Video Transcoder
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Url:            http://www.linuxrising.org/
+URL:            http://www.linuxrising.org/
 Source:         http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE transmageddon-gtk3.patch dims...@opensuse.org -- Require 
GTK+ 3.0
 Patch0:         transmageddon-gtk3.patch
@@ -33,8 +33,6 @@
 # Needed to create typelib() Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  intltool >= 0.40.0
-# python is needed for the build (py-compile)
-BuildRequires:  python
 BuildRequires:  python3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -67,17 +65,11 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make DESTDIR=%{buildroot} install %{?_smp_mflags} PYTHON=%{_bindir}/python3
 %fdupes %{buildroot}%{_datadir}
 %suse_update_desktop_file %{name} AudioVideoEditing
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-, root, root)
 %{_bindir}/%{name}


Reply via email to