Hello community,
here is the log from the commit of package telepathy-logger-qt5 for
openSUSE:Factory checked in at 2020-01-18 12:16:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-logger-qt5 (Old)
and /work/SRC/openSUSE:Factory/.telepathy-logger-qt5.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-logger-qt5"
Sat Jan 18 12:16:58 2020 rev:2 rq:764766 version:17.08.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/telepathy-logger-qt5/telepathy-logger-qt5.changes
2019-03-27 16:20:23.831542346 +0100
+++
/work/SRC/openSUSE:Factory/.telepathy-logger-qt5.new.26092/telepathy-logger-qt5.changes
2020-01-18 12:17:59.191134256 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 18:02:57 UTC 2020 - [email protected]
+
+- Add make-compatible-with-Python-3.patch and build with python3
+ instead of python2
+
+-------------------------------------------------------------------
New:
----
make-compatible-with-Python-3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-logger-qt5.spec ++++++
--- /var/tmp/diff_new_pack.XSanhu/_old 2020-01-18 12:17:59.679134517 +0100
+++ /var/tmp/diff_new_pack.XSanhu/_new 2020-01-18 12:17:59.679134517 +0100
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-logger-qt5
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
Group: Productivity/Networking/Instant Messenger
URL: https://github.com/KDE/telepathy-logger-qt
Source0: telepathy-logger-qt-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: make-compatible-with-Python-3.patch
BuildRequires: bison
BuildRequires: doxygen
BuildRequires: extra-cmake-modules
@@ -33,7 +35,7 @@
BuildRequires: flex
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
-BuildRequires: python-xml
+BuildRequires: python3-base
BuildRequires: telepathy-logger-devel >= 0.8.0
BuildRequires: telepathy-qt5-devel
BuildRequires: pkgconfig(Qt5Core)
@@ -81,9 +83,10 @@
%prep
%setup -q -n telepathy-logger-qt-%{version}
+%patch0 -p1
%build
- %cmake_kf5 -d build -- -DPYTHON_EXECUTABLE=%{_bindir}/python2
+ %cmake_kf5 -d build
%make_jobs
%install
++++++ make-compatible-with-Python-3.patch ++++++
++++ 1689 lines (skipped)