Hello community,

here is the log from the commit of package impressive for openSUSE:Factory 
checked in at 2020-05-12 22:34:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/impressive (Old)
 and      /work/SRC/openSUSE:Factory/.impressive.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "impressive"

Tue May 12 22:34:59 2020 rev:3 rq:802973 version:0.13.0~beta1

Changes:
--------
--- /work/SRC/openSUSE:Factory/impressive/impressive.changes    2019-10-02 
11:58:51.727036854 +0200
+++ /work/SRC/openSUSE:Factory/.impressive.new.2738/impressive.changes  
2020-05-12 22:36:58.668451078 +0200
@@ -1,0 +2,16 @@
+Tue May 12 12:17:49 UTC 2020 - Bernhard Wiedemann <[email protected]>
+
+- Update to 0.13.0-beta1
+  * Python 3 compatibility: should work with Python 2.7 and >= 3.6 now
+  * Win32 build uses 64-bit Python 3
+  * improved support for non-ASCII characters in page titles (as extracted
+  * with pdftk)
+  * fixed box-zoom mode display error in half-page mode
+  * added option to set last page of page progress bar (--progress-last)
+  * added separate overview animation time option (--overtime)
+  * can now have multiple progress bars at once
+    - page progress is moved to top of screen if any other bar is visible
+    - "auto progress" is stacked over duration bar if both are visible
+
+
+-------------------------------------------------------------------

Old:
----
  Impressive-0.12.1.tar.gz

New:
----
  Impressive-0.13.0-beta1.tar.gz

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

Other differences:
------------------
++++++ impressive.spec ++++++
--- /var/tmp/diff_new_pack.G9oK85/_old  2020-05-12 22:36:59.720453274 +0200
+++ /var/tmp/diff_new_pack.G9oK85/_new  2020-05-12 22:36:59.724453282 +0200
@@ -17,18 +17,19 @@
 
 
 %define dist_name Impressive
+%define fileversion 0.13.0-beta1
 Name:           impressive
-Version:        0.12.1
+Version:        0.13.0~beta1
 Release:        0
 Summary:        PDF and image viewer optimized for presentations
 License:        GPL-2.0-only
 Group:          Productivity/Office/Other
 URL:            http://impressive.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/project/%{name}/%{dist_name}/%{version}/%{dist_name}-%{version}.tar.gz
+Source0:        
http://downloads.sourceforge.net/project/%{name}/%{dist_name}/%{fileversion}/%{dist_name}-%{fileversion}.tar.gz
 Requires:       ghostscript
-Requires:       python-imaging
-Requires:       python-opengl
-Requires:       python-pygame
+Requires:       python3-imaging
+Requires:       python3-opengl
+Requires:       python3-pygame
 Recommends:     mupdf
 BuildArch:      noarch
 
@@ -37,14 +38,14 @@
 supports keyboard commands (not mouse) and a single 3D cube effect.
 
 %prep
-%setup -q -n %{dist_name}-%{version}
+%setup -q -n %{dist_name}-%{fileversion}
 
-sed -i 's/env python2/python/' impressive.py
+sed -i 's/env python/python3/' impressive.py
 
 %build
 
 %install
-cd %{_builddir}/%{dist_name}-%{version}
+cd %{_builddir}/%{dist_name}-%{fileversion}
 install -d -m 755 %{buildroot}%{_bindir}
 install -d -m 755 %{buildroot}%{_mandir}/man1
 install -m 755 %{name}.py %{buildroot}%{_bindir}/%{name}


Reply via email to