Hello community,

here is the log from the commit of package torbrowser-launcher for 
openSUSE:Factory checked in at 2020-10-08 13:14:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/torbrowser-launcher (Old)
 and      /work/SRC/openSUSE:Factory/.torbrowser-launcher.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "torbrowser-launcher"

Thu Oct  8 13:14:10 2020 rev:17 rq:840185 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/torbrowser-launcher/torbrowser-launcher.changes  
2020-09-28 14:28:46.118132219 +0200
+++ 
/work/SRC/openSUSE:Factory/.torbrowser-launcher.new.4249/torbrowser-launcher.changes
        2020-10-08 13:14:22.883291789 +0200
@@ -1,0 +2,21 @@
+Wed Oct  7 12:14:53 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.3.3:
+  * Switch to Web Key Directory to refresh signing key from
+    torproject.org, because everything is broken.
+  * Use proper version comparison now that Tor Browser 10.0 is
+    out.
+  * Fix DNS leak when downloading over Tor.
+  * Various bug fixes, as well as AppData and AppArmor fixes.
+- Drop tor-browser-developers.asc key: fixed by update.
+- Drop patches incorporated or otherwise fixed upstream:
+  * torbrowser-launcher-apparmor-fixes.patch.
+  * torbrowser-launcher-version-check-fix.patch.
+- New BuildRequires and Requires: python3-packaging,
+  hicolor-icon-theme.
+- New Requires: xmessage: one of zenity, kdialog, or xmessage is
+  required and we choose xmessage as a minimal requirement in case
+  neither of the first two are installed in the system already.
+- Rename source file into %{name}-%{version} format.
+
+-------------------------------------------------------------------

Old:
----
  tor-browser-developers.asc
  torbrowser-launcher-apparmor-fixes.patch
  torbrowser-launcher-version-check-fix.patch
  v0.3.2.tar.gz

New:
----
  torbrowser-launcher-0.3.3.tar.gz

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

Other differences:
------------------
++++++ torbrowser-launcher.spec ++++++
--- /var/tmp/diff_new_pack.w06qYz/_old  2020-10-08 13:14:23.471292321 +0200
+++ /var/tmp/diff_new_pack.w06qYz/_new  2020-10-08 13:14:23.475292325 +0200
@@ -17,34 +17,33 @@
 
 
 Name:           torbrowser-launcher
-Version:        0.3.2
+Version:        0.3.3
 Release:        0
 Summary:        Tool for launching and easy-updates of Tor Browser
 License:        MIT
 Group:          Productivity/Networking/Web/Utilities
 URL:            https://github.com/micahflee/torbrowser-launcher
-Source0:        https://github.com/micahflee/%{name}/archive/v%{version}.tar.gz
-# From gh#micahflee/torbrowser_launcher#482 (SHA512: 
aea340451291ce5b0fd87fb2f399a57d1407c5f81ee2e01d389e5586eb9b83cf77e48bbdfe8a71043d834b2475a67f43fd0f398d788f3a41a7a007d77d29dcab)
-Source1:        tor-browser-developers.asc
+Source0:        
https://github.com/micahflee/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # 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
-# PATCH-FIX-UPSTREAM torbrowser-launcher-apparmor-fixes.patch 
gh#micahflee/torbrowser-launcher#443 boo#1162284 [email protected] -- Fix 
apparmor file so that it doesn't hinder actually running the browser, patch 
taken from upstream commits
-Patch1:         torbrowser-launcher-apparmor-fixes.patch
-# PATCH-FIX-UPSTREAM torbrowser-launcher-version-check-fix.patch 
gh#micahflee/torbrowser-launcher#499 [email protected] -- Fix version 
checking with torbrowser 10.0+; patch taken from upstream PR (not yet merged)
-Patch2:         torbrowser-launcher-version-check-fix.patch
 BuildRequires:  apparmor-abstractions
 BuildRequires:  gpg2
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-PySocks
 BuildRequires:  python3-devel
 BuildRequires:  python3-gpg
+BuildRequires:  python3-packaging
 BuildRequires:  python3-qt5
 BuildRequires:  update-desktop-files
 Requires:       gpg2
+Requires:       hicolor-icon-theme
 Requires:       python3-Parsley
 Requires:       python3-PySocks
 Requires:       python3-gpg
+Requires:       python3-packaging
 Requires:       python3-qt5
 Requires:       python3-requests
+Requires:       xmessage
 Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -82,7 +81,6 @@
 %lang_package
 %prep
 %autosetup -p1
-cp %{SOURCE1} share/torbrowser-launcher/
 
 %build
 python3 setup.py build
@@ -116,7 +114,7 @@
 %dir %{_datadir}/metainfo
 %endif
 %{_datadir}/metainfo/torbrowser.appdata.xml
-%{_datadir}/pixmaps/torbrowser*.png
+%{_datadir}/icons/hicolor/*/apps/torbrowser*.png
 %{_datadir}/%{name}/
 %{python3_sitelib}/torbrowser_launcher-%{version}-py%{py3_ver}.egg-info
 %{python3_sitelib}/torbrowser_launcher/

++++++ torbrowser-launcher-fix-distro-name.patch ++++++
--- /var/tmp/diff_new_pack.w06qYz/_old  2020-10-08 13:14:23.495292343 +0200
+++ /var/tmp/diff_new_pack.w06qYz/_new  2020-10-08 13:14:23.495292343 +0200
@@ -1,9 +1,9 @@
-Index: torbrowser-launcher-0.3.2/setup.py
+Index: torbrowser-launcher-0.3.3/setup.py
 ===================================================================
---- torbrowser-launcher-0.3.2.orig/setup.py
-+++ torbrowser-launcher-0.3.2/setup.py
+--- torbrowser-launcher-0.3.3.orig/setup.py
++++ torbrowser-launcher-0.3.3/setup.py
 @@ -35,7 +35,7 @@ from distutils.core import setup
- SHARE = 'share'
+ SHARE = "share"
  
  # detect linux distribution
 -distro = platform.dist()[0]


Reply via email to