Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package torbrowser-launcher for 
openSUSE:Factory checked in at 2021-06-23 17:38:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/torbrowser-launcher (Old)
 and      /work/SRC/openSUSE:Factory/.torbrowser-launcher.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "torbrowser-launcher"

Wed Jun 23 17:38:40 2021 rev:18 rq:901564 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/torbrowser-launcher/torbrowser-launcher.changes  
2020-10-08 13:14:22.883291789 +0200
+++ 
/work/SRC/openSUSE:Factory/.torbrowser-launcher.new.2625/torbrowser-launcher.changes
        2021-06-23 17:38:59.636534400 +0200
@@ -1,0 +2,15 @@
+Sat Jun 19 19:12:38 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.3.4:
+  * Ship with latest version of the Tor Browser Developers OpenPGP
+    public key.
+  * Add several translations.
+  * Various small bug fixes.
+- Drop torbrowser-launcher-fix-distro-name.patch: distro name
+  detection fixed upstream, thus hack no longer needed.
+- Add torbrowser-launcher-pt_BR-po-file-end-string.patch: Fix
+  missing quotation marks at the end of str line in pt_BR
+  translation file; patch taken from upstream merge request
+  [gh#micahflee/torbrowser-launcher#579].
+
+-------------------------------------------------------------------

Old:
----
  torbrowser-launcher-0.3.3.tar.gz
  torbrowser-launcher-fix-distro-name.patch

New:
----
  torbrowser-launcher-0.3.4.tar.gz
  torbrowser-launcher-pt_BR-po-file-end-string.patch

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

Other differences:
------------------
++++++ torbrowser-launcher.spec ++++++
--- /var/tmp/diff_new_pack.Xx7ZdY/_old  2021-06-23 17:39:00.100535038 +0200
+++ /var/tmp/diff_new_pack.Xx7ZdY/_new  2021-06-23 17:39:00.104535043 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package torbrowser-launcher
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
 
 
 Name:           torbrowser-launcher
-Version:        0.3.3
+Version:        0.3.4
 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#/%{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-pt_BR-po-file-end-string.patch 
gh#micahflee/torbrowser-launcher#579 [email protected] -- Fix missing 
quotation marks at the end of str line in pt_BR translation file; patch taken 
from upstream merge request
+Patch0:         torbrowser-launcher-pt_BR-po-file-end-string.patch
 BuildRequires:  apparmor-abstractions
 BuildRequires:  gpg2
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-PySocks
 BuildRequires:  python3-devel
+BuildRequires:  python3-distro
 BuildRequires:  python3-gpg
 BuildRequires:  python3-packaging
 BuildRequires:  python3-qt5
@@ -39,6 +40,7 @@
 Requires:       hicolor-icon-theme
 Requires:       python3-Parsley
 Requires:       python3-PySocks
+Requires:       python3-distro
 Requires:       python3-gpg
 Requires:       python3-packaging
 Requires:       python3-qt5
@@ -79,6 +81,7 @@
 a Tor network compromise.
 
 %lang_package
+
 %prep
 %autosetup -p1
 
@@ -93,9 +96,6 @@
 
 %find_lang %{name} %{?no_lang_C}
 
-# REMOVE USELESS TOPLEVEL .mo FILE
-rm -fr %{buildroot}%{_datadir}/locale/%{name}.mo
-
 %if 0%{?suse_version} < 1500
 %post
 %desktop_database_post

++++++ torbrowser-launcher-0.3.3.tar.gz -> torbrowser-launcher-0.3.4.tar.gz 
++++++
++++ 2336 lines of diff (skipped)

++++++ torbrowser-launcher-pt_BR-po-file-end-string.patch ++++++
>From 4baa4362ac15b5ef4dc71722f842739afc1c450c Mon Sep 17 00:00:00 2001
From: AsciiWolf <[email protected]>
Date: Sat, 19 Jun 2021 19:04:29 +0200
Subject: [PATCH] Fix pt_BR po file

---
 po/pt_BR.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 735429d..f81f21b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -145,7 +145,7 @@ msgid ""
 "The version of Tor Browser you have installed is earlier than it should be, "
 "which could be a sign of an attack!"
 msgstr ""
-"A vers??o do Navegador Tor que voc?? instalou ?? anterior ao que deveria ser,
+"A vers??o do Navegador Tor que voc?? instalou ?? anterior ao que deveria ser, 
"
 "o que poderia ser um sinal de ataque!"
 
 #: launcher.py:446

Reply via email to