commit lekha for openSUSE:Factory

2019-06-20 Thread root
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.changes2019-06-20 
18:54:36.980781372 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 09:35:18 UTC 2019 - Simon Lees 
+
+- 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
+ 





commit lekha for openSUSE:Factory

2017-07-08 Thread root
Hello community,

here is the log from the commit of package lekha for openSUSE:Factory checked 
in at 2017-07-08 12:34:56

Comparing /work/SRC/openSUSE:Factory/lekha (Old)
 and  /work/SRC/openSUSE:Factory/.lekha.new (New)


Package is "lekha"

Sat Jul  8 12:34:56 2017 rev:3 rq:508673 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/lekha/lekha.changes  2016-09-28 
11:30:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.lekha.new/lekha.changes 2017-07-08 
12:34:58.173629016 +0200
@@ -2 +2,6 @@
-Mon Sep 12 02:01:49 UTC 2016 - simonf.l...@suse.com
+Fri Jul  7 06:44:29 UTC 2017 - sfl...@suse.de
+
+- Exclude ix86 python3-efl doesn't build there
+
+---
+Mon Sep 12 02:01:49 UTC 2016 - sfl...@suse.de



Other differences:
--
++ lekha.spec ++
--- /var/tmp/diff_new_pack.G6V80Q/_old  2017-07-08 12:34:58.641563014 +0200
+++ /var/tmp/diff_new_pack.G6V80Q/_new  2017-07-08 12:34:58.645562450 +0200
@@ -47,6 +47,7 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
+ExcludeArch:%ix86
 
 %description
 EFL and python based pdf reader.





commit lekha for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package lekha for openSUSE:Factory checked 
in at 2016-09-28 11:30:31

Comparing /work/SRC/openSUSE:Factory/lekha (Old)
 and  /work/SRC/openSUSE:Factory/.lekha.new (New)


Package is "lekha"

Changes:

--- /work/SRC/openSUSE:Factory/lekha/lekha.changes  2015-08-27 
08:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.lekha.new/lekha.changes 2016-09-28 
11:30:33.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 12 02:01:49 UTC 2016 - simonf.l...@suse.com
+
+- python3 support
+
+---



Other differences:
--
++ lekha.spec ++
--- /var/tmp/diff_new_pack.S8pxXL/_old  2016-09-28 11:30:34.0 +0200
+++ /var/tmp/diff_new_pack.S8pxXL/_new  2016-09-28 11:30:34.0 +0200
@@ -33,14 +33,14 @@
 # .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: python-efl
+BuildRequires: python3-efl
 BuildRequires: efl-devel
-BuildRequires: python-PyPDF2
-BuildRequires: python-xdg
-BuildRequires: python-distutils-extra
-Requires:  python-efl
-Requires:   python-PyPDF2
-Requires:   python-xdg
+BuildRequires: python3-PyPDF2
+BuildRequires: python3-xdg
+BuildRequires: python3-distutils-extra
+Requires:  python3-efl
+Requires:   python3-PyPDF2
+Requires:   python3-xdg
 buildroot:  %{_tmppath}/Lekha-%{version}-build
 
 %if 0%{?suse_version}