[onionshare/el6] fix name of PyQt4 for el6 and bump version

Robert Mayr robyduck at fedoraproject.org
Thu Oct 23 17:39:00 UTC 2014


commit 305361bf9e0df3abc161f76b70f1f6cdf479b112
Author: Robert Mayr <robyduck at fedoraproject.org>
Date:   Thu Oct 23 19:38:44 2014 +0200

    fix name of PyQt4 for el6 and bump version

 onionshare.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/onionshare.spec b/onionshare.spec
index d93e01f..a7d903c 100644
--- a/onionshare.spec
+++ b/onionshare.spec
@@ -2,7 +2,7 @@
 
 Name:           onionshare
 Version:        0.6
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Securely and anonymously share files of any size
 
 License:        GPLv3
@@ -11,7 +11,7 @@ Source0:        https://github.com/micahflee/%{name}/archive/%{commit}/%{name}-%
 
 BuildArch:      noarch
 BuildRequires:  python2-devel desktop-file-utils
-Requires:       python2 python-flask python-stem pyQt4
+Requires:       python2 python-flask python-stem PyQt4
 
 %description
 OnionShare lets you securely and anonymously share files of any size. It works
@@ -50,6 +50,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Wed Oct 22 2014 robyduck <robyduck at fedoraproject.org> - 0.6-8
+- fix the name of required PyQt4 package
+
 * Sun Oct 19 2014 robyduck <robyduck at fedoraproject.org> - 0.6-7
 - fix the name of required pyQt4 package
 


More information about the scm-commits mailing list