[swift] fix #697832 - fixed crash during login

Jan Kaluža jkaluza at fedoraproject.org
Tue Apr 26 09:39:33 UTC 2011


commit 16764d9f08ae17ed64f15bf3500dc32488d83ee3
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Apr 26 11:39:07 2011 +0200

    fix #697832 - fixed crash during login

 swift.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/swift.spec b/swift.spec
index d379326..bb6ed2e 100644
--- a/swift.spec
+++ b/swift.spec
@@ -1,7 +1,7 @@
 Summary: XMPP client
 Name: swift
 Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Internet
 License: GPLv3
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -13,6 +13,7 @@ License: GPLv3
 Source0: %{name}-%{version}.tar.gz
 Source1: %{name}.desktop
 Patch0: swift-build.patch
+Patch1: swift-login-crash.patch
 URL: http://swift.im/
 BuildRequires: scons
 BuildRequires: qt-devel
@@ -35,6 +36,7 @@ application.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 # Remove 3rd party libraries.
 find 3rdParty/Boost -delete
@@ -81,6 +83,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Tue Apr 26 2011 Jan Kaluza <jkaluza at redhat.com> - 1.0-2
+- fix #697832 - fixed crash during login
+
 * Tue Apr 19 2011 Jan Kaluza <jkaluza at redhat.com> - 1.0-1
 - update to new upstream version 1.0
 


More information about the scm-commits mailing list