Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lekha for openSUSE:Factory checked in at 2021-05-15 01:23:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lekha (Old) and /work/SRC/openSUSE:Factory/.lekha.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lekha" Sat May 15 01:23:54 2021 rev:5 rq:892978 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lekha/lekha.changes 2019-06-20 18:54:36.980781372 +0200 +++ /work/SRC/openSUSE:Factory/.lekha.new.2988/lekha.changes 2021-05-15 01:24:02.571055510 +0200 @@ -1,0 +2,11 @@ +Sat Apr 17 00:55:46 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to 0.2.1 + * Add paged scrolling + * Add zoom on CTRL + Mouse Wheel + * Fix reading PDF's with no metadata + * Fix outlines panel inadvertedly being controlled by mouse wheel +- Dropped upstream fixed fix-panel-on-mouse.patch and + feature-mouse-zoom.patch + +------------------------------------------------------------------- Old: ---- Lekha-0.2.0.tar.gz feature-mouse-zoom.patch fix-panel-on-mouse.patch New: ---- lekha-0.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lekha.spec ++++++ --- /var/tmp/diff_new_pack.wgnzbA/_old 2021-05-15 01:24:03.103053640 +0200 +++ /var/tmp/diff_new_pack.wgnzbA/_new 2021-05-15 01:24:03.103053640 +0200 @@ -1,7 +1,7 @@ # # spec file for package lekha # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,18 @@ Name: lekha -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: PDF Reader License: GPL-3.0-or-later Group: Productivity/Publishing/PDF -Url: https://github.com/kaihu/lekha -Source0: Lekha-%{version}.tar.gz +URL: https://github.com/kaihu/lekha +Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # Lekha doesn't ship a icon so ship a generic one for it for now Source1: graphics-viewer-document.png -# 661193de60e542a80e88019d59342f345f10a1ae -Patch0: fix-panel-on-mouse.patch -# f0ab75e3016f10dce01f6543ae99955a8492e9a8 -Patch1: feature-mouse-zoom.patch # .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 +Patch0: fix-invalid-actions-in-desktop-file.patch BuildRequires: efl-devel BuildRequires: python3-PyPDF2 BuildRequires: python3-distutils-extra @@ -41,7 +37,6 @@ Requires: python3-PyPDF2 Requires: python3-efl Requires: python3-xdg -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} BuildRequires: fdupes @@ -53,10 +48,8 @@ EFL and python based pdf reader. %prep -%setup -q -n Lekha-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 +%setup -q +%patch0 %build python3 setup.py build @@ -77,7 +70,7 @@ %defattr(-,root,root,-) %doc README.md COPYING %{_bindir}/lekha -%{python_sitelib}/* +%{python3_sitelib}/* %{_datadir}/pixmaps/accessories-document-viewer.png %{_datadir}/applications/lekha.desktop