Hello community, here is the log from the commit of package lekha for openSUSE:Factory checked in at 2019-06-20 18:54:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lekha (Old) and /work/SRC/openSUSE:Factory/.lekha.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lekha" Thu Jun 20 18:54:33 2019 rev:4 rq:692585 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lekha/lekha.changes 2017-07-08 12:34:58.173629016 +0200 +++ /work/SRC/openSUSE:Factory/.lekha.new.4811/lekha.changes 2019-06-20 18:54:36.980781372 +0200 @@ -1,0 +2,6 @@ +Tue Apr 9 09:35:18 UTC 2019 - Simon Lees <[email protected]> + +- Refresh broken patch +- Use python3 for setup commands + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lekha.spec ++++++ --- /var/tmp/diff_new_pack.Mog5QV/_old 2019-06-20 18:54:37.484782063 +0200 +++ /var/tmp/diff_new_pack.Mog5QV/_new 2019-06-20 18:54:37.484782063 +0200 @@ -1,7 +1,7 @@ # -# spec file for package epour +# spec file for package lekha # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # @@ -20,7 +20,7 @@ Version: 0.2.0 Release: 0 Summary: PDF Reader -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Publishing/PDF Url: https://github.com/kaihu/lekha Source0: Lekha-%{version}.tar.gz @@ -33,15 +33,15 @@ # .desktop files contained actions with no action defined # I couldn't work out what the actions should do so they are removed Patch2: fix-invalid-actions-in-desktop-file.patch -BuildRequires: python3-efl BuildRequires: efl-devel BuildRequires: python3-PyPDF2 -BuildRequires: python3-xdg BuildRequires: python3-distutils-extra -Requires: python3-efl +BuildRequires: python3-efl +BuildRequires: python3-xdg Requires: python3-PyPDF2 +Requires: python3-efl Requires: python3-xdg -buildroot: %{_tmppath}/Lekha-%{version}-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} BuildRequires: fdupes @@ -59,10 +59,10 @@ %patch2 %build -python setup.py build +python3 setup.py build %install -python setup.py install --root "%{buildroot}" +python3 setup.py install --root "%{buildroot}" # install icon mkdir -p %{buildroot}/%{_datadir}/pixmaps ++++++ feature-mouse-zoom.patch ++++++ --- /var/tmp/diff_new_pack.Mog5QV/_old 2019-06-20 18:54:37.500782085 +0200 +++ /var/tmp/diff_new_pack.Mog5QV/_new 2019-06-20 18:54:37.500782085 +0200 @@ -1,7 +1,7 @@ -diff --git a/lekha/app.py b/lekha/app.py -index 519b63e..c130612 100644 ---- a/lekha/app.py -+++ b/lekha/app.py +Index: Lekha-0.2.0/lekha/app.py +=================================================================== +--- Lekha-0.2.0.orig/lekha/app.py ++++ Lekha-0.2.0/lekha/app.py @@ -127,18 +127,36 @@ class AppWindow(StandardWindow): main_box.show() @@ -58,4 +58,4 @@ + class PageSmart(Smart): - \ No newline at end of file +
