[torbrowser-launcher] fix bug #1167576 and bump to new release

Robert Mayr robyduck at fedoraproject.org
Wed Nov 26 13:14:00 UTC 2014


commit e4eecb607ca0eaee6c92f6b6e345742ad03c9a30
Author: Robert Mayr <robyduck at fedoraproject.org>
Date:   Wed Nov 26 14:13:34 2014 +0100

    fix bug #1167576 and bump to new release

 .gitignore               |    1 +
 sources                  |    2 +-
 torbrowser-launcher.spec |   16 +++++++++++++---
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb5be7e..6b630ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /torbrowser-launcher-ba5300518281473aa66dea0f0faade1673eb2df1.tar.gz
+/torbrowser-launcher-7b113e53af4c1520ccdfb7d8350b8a28bd1ec13a.tar.gz
diff --git a/sources b/sources
index a8fb53f..16e7c72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b716d7e110a1f0054a785182bc41a05  torbrowser-launcher-ba5300518281473aa66dea0f0faade1673eb2df1.tar.gz
+c781336e6928937d55496b8cdf03292d  torbrowser-launcher-7b113e53af4c1520ccdfb7d8350b8a28bd1ec13a.tar.gz
diff --git a/torbrowser-launcher.spec b/torbrowser-launcher.spec
index fbdd584..3e6d5db 100644
--- a/torbrowser-launcher.spec
+++ b/torbrowser-launcher.spec
@@ -1,8 +1,8 @@
-%global		commit ba5300518281473aa66dea0f0faade1673eb2df1
+%global		commit 7b113e53af4c1520ccdfb7d8350b8a28bd1ec13a
 %global		oname torbrowser_launcher
 Name:		torbrowser-launcher
-Version:	0.1.6
-Release:	3%{?dist}
+Version:	0.1.7
+Release:	1%{?dist}
 Summary:	Tor Browser Bundle managing tool
 License:	MIT
 URL:		https://github.com/micahflee/torbrowser-launcher
@@ -14,6 +14,7 @@ Requires:	python-psutil
 Requires:	python-twisted
 Requires:	wmctrl
 Requires:	python2
+Requires:	gnupg
 
 %description
 Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB)
@@ -46,12 +47,21 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/torbrowser.desktop
 %{_bindir}/%{name}
 %doc LICENSE README.md
 %{_datadir}/applications/*
+%{_datadir}/appdata/*
 %{_datadir}/pixmaps/*
 %{_datadir}/%{name}/*
 %{python2_sitelib}/%{oname}-%{version}-py2.7.egg-info
 %{python2_sitelib}/%{oname}/*
 
 %changelog
+* Wed Nov 26 2014 Robert Mayr <robyduck at fedoraoproject.org> 0.1.7-1
+- Fixes bug #1167576
+- You can now pass URLs into TBL, and set it as your default browser
+- Hides TBL window before launching TBB
+- Default mirror switched to https://dist.torproject.org/
+- Added AppData file to look better in software centers
+- Exclude AppArmor profiles in Ubuntu, where they're broken
+
 * Thu Nov 06 2014 Robert Mayr <robyduck at fedoraoproject.org> 0.1.6-3
 - Fix broken dependencies bug
 


More information about the scm-commits mailing list