Hello community,

here is the log from the commit of package novnc for openSUSE:Factory checked 
in at 2019-01-08 12:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/novnc (Old)
 and      /work/SRC/openSUSE:Factory/.novnc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "novnc"

Tue Jan  8 12:18:23 2019 rev:9 rq:662499 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/novnc/novnc.changes      2018-07-04 
23:50:05.108226524 +0200
+++ /work/SRC/openSUSE:Factory/.novnc.new.28833/novnc.changes   2019-01-08 
12:18:23.756930262 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 15:21:40 UTC 2019 - Dirk Mueller <[email protected]>
+
+- require python3-websockify for recent distros (bsc#1119737)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ novnc.spec ++++++
--- /var/tmp/diff_new_pack.MrE5ze/_old  2019-01-08 12:18:24.160929883 +0100
+++ /var/tmp/diff_new_pack.MrE5ze/_new  2019-01-08 12:18:24.164929879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package novnc
 #
-# Copyright (c) 2018 SUSE LINUX 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,19 +20,17 @@
 Version:        1.0.0
 Release:        0
 Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption 
support
-License:        MPL-2.0 and LGPL-3.0
+License:        MPL-2.0 AND LGPL-3.0-only
 Group:          System/Daemons
-
-Url:            https://github.com/novnc/noVNC
+URL:            https://github.com/novnc/noVNC
 Source0:        noVNC-%{version}.tar.gz
-
 Patch1:         novnc-0.3-manpage.patch
 Patch2:         novnc-1.0.0-fix-interpreter.patch
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:  python-devel
-
-Requires:       python-websockify
+%if 0%{?suse_version} < 1330
+Requires:       python2-websockify
+%else
+Requires:       python3-websockify
+%endif
 BuildArch:      noarch
 
 %description
@@ -43,7 +41,7 @@
 %prep
 %setup -q -n noVNC-%{version}
 %patch1 -p1
-%patch2 -p0
+%patch2
 
 %build
 
@@ -69,10 +67,10 @@
 install -m 444 docs/novnc_server.1 %{buildroot}%{_mandir}/man1/
 
 %files
-%defattr(-,root,root,-)
-%doc README.md LICENSE.txt
+%license LICENSE.txt
+%doc README.md
 %{_bindir}/novnc_server
 %{_datadir}/novnc/
-%{_mandir}/man1/novnc_server.1*
+%{_mandir}/man1/novnc_server.1%{?ext_man}
 
 %changelog


Reply via email to