Hello community,
here is the log from the commit of package torbrowser-launcher for
openSUSE:Factory checked in at 2018-09-26 14:23:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/torbrowser-launcher (Old)
and /work/SRC/openSUSE:Factory/.torbrowser-launcher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "torbrowser-launcher"
Wed Sep 26 14:23:27 2018 rev:9 rq:638196 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/torbrowser-launcher/torbrowser-launcher.changes
2018-02-06 16:48:57.384623534 +0100
+++
/work/SRC/openSUSE:Factory/.torbrowser-launcher.new/torbrowser-launcher.changes
2018-09-26 14:23:29.265915495 +0200
@@ -1,0 +2,19 @@
+Tue Sep 25 07:43:56 UTC 2018 - [email protected]
+
+- Update to version 0.3.0:
+ * Switched from python2 to python3.
+ * Switched from gtk2 to Qt5.
+ * Switched from twisted to requests/socks.
+ * Use QThreads for async.
+ * Removed modem sound.
+ * Only refresh gpg keyring on verification error, instead of
+ every time.
+ * Updated AppArmor profiles.
+ * Updated available languages, and fixed locale detection bug.
+ * Fixed false signature verification error related to twisted.
+- Update dependencies in keeping with upstream changes (noted
+ above).
+- Replace python(2) wherever used by the corresponding python3
+ equivalent macro/command.
+
+-------------------------------------------------------------------
Old:
----
v0.2.9.tar.gz
New:
----
v0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ torbrowser-launcher.spec ++++++
--- /var/tmp/diff_new_pack.7vEJRW/_old 2018-09-26 14:23:29.869914535 +0200
+++ /var/tmp/diff_new_pack.7vEJRW/_new 2018-09-26 14:23:29.873914528 +0200
@@ -17,7 +17,7 @@
Name: torbrowser-launcher
-Version: 0.2.9
+Version: 0.3.0
Release: 0
Summary: Tool for launching and easy-updates of Tor Browser
License: MIT
@@ -27,22 +27,17 @@
# PATCH-FEATURE-OPENSUSE pythontorbrowser-launcher-fix-distro-name.patch
[email protected] -- Use the correct distribution name (the setup.py code
gives "SuSE" instead of "openSUSE")
Patch0: torbrowser-launcher-fix-distro-name.patch
BuildRequires: apparmor-abstractions
-BuildRequires: python-devel
-BuildRequires: python-gtk
-BuildRequires: python-psutil
-BuildRequires: python-twisted
+BuildRequires: gpg2
+BuildRequires: python3-PySocks
+BuildRequires: python3-devel
+BuildRequires: python3-gpg
+BuildRequires: python3-qt5
BuildRequires: update-desktop-files
-BuildRequires: wmctrl
+Requires: gpg2
Requires: python-Parsley
-Requires: python-gpg
-Requires: python-gtk
-Requires: python-psutil
-Requires: python-pygame
-Requires: python-pyliblzma
-Requires: python-service_identity
-Requires: python-twisted
-Requires: python-txsocksx
-Requires: wmctrl
+Requires: python-PySocks
+Requires: python3-gpg
+Requires: python3-qt5
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -83,10 +78,10 @@
%patch0 -p1
%build
-python setup.py build
+python3 setup.py build
%install
-python setup.py install --skip-build --root %{buildroot}
+python3 setup.py install --skip-build --root %{buildroot}
%suse_update_desktop_file
%{buildroot}%{_datadir}/applications/torbrowser.desktop
%suse_update_desktop_file
%{buildroot}%{_datadir}/applications/torbrowser-settings.desktop
%find_lang %{name} %{?no_lang_C}
@@ -113,8 +108,8 @@
%{_datadir}/metainfo/torbrowser.appdata.xml
%{_datadir}/pixmaps/torbrowser*.png
%{_datadir}/%{name}/
-%{python_sitelib}/torbrowser_launcher-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/torbrowser_launcher/
+%{python3_sitelib}/torbrowser_launcher-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/torbrowser_launcher/
%files -n torbrowser-apparmor-profile
%defattr(-,root,root)
++++++ torbrowser-launcher-fix-distro-name.patch ++++++
--- /var/tmp/diff_new_pack.7vEJRW/_old 2018-09-26 14:23:29.893914497 +0200
+++ /var/tmp/diff_new_pack.7vEJRW/_new 2018-09-26 14:23:29.893914497 +0200
@@ -1,13 +1,13 @@
-Index: torbrowser-launcher-0.2.2/setup.py
+Index: torbrowser-launcher-0.3.0/setup.py
===================================================================
---- torbrowser-launcher-0.2.2.orig/setup.py
-+++ torbrowser-launcher-0.2.2/setup.py
-@@ -31,7 +31,7 @@ import os, sys, platform
+--- torbrowser-launcher-0.3.0.orig/setup.py
++++ torbrowser-launcher-0.3.0/setup.py
+@@ -35,7 +35,7 @@ from distutils.core import setup
SHARE = 'share'
# detect linux distribution
-distro = platform.dist()[0]
+distro = 'openSUSE'
+
def file_list(path):
- files = []
++++++ v0.2.9.tar.gz -> v0.3.0.tar.gz ++++++
++++ 4931 lines of diff (skipped)