[swift] - update to new upstream version 1.0-beta7

Jan Kaluža jkaluza at fedoraproject.org
Tue Oct 19 13:31:35 UTC 2010


commit 32d4bb949885bf98a75ebe3788d8c86fda91d312
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Oct 19 15:31:29 2010 +0200

    - update to new upstream version 1.0-beta7

 .gitignore |    1 +
 sources    |    2 +-
 swift.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1442665..77b6574 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 swift-1.0beta5.tar.gz
 /swift-1.0beta6.tar.gz
+/swift-1.0beta7.tar.gz
diff --git a/sources b/sources
index 7e55772..9393b1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9ba2c0390a3f3ceeb2aadd78c94d25c  swift-1.0beta6.tar.gz
+9bbd87746eab85e39d627420ea3af29b  swift-1.0beta7.tar.gz
diff --git a/swift.spec b/swift.spec
index 1573e26..009949f 100644
--- a/swift.spec
+++ b/swift.spec
@@ -1,7 +1,7 @@
 Summary: XMPP client
 Name: swift
 Version: 1.0
-Release: 0.5.beta6%{?dist}
+Release: 0.6.beta7%{?dist}
 Group: Applications/Internet
 License: GPLv3
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -10,7 +10,7 @@ License: GPLv3
 #  cd swift
 # git archive --format=tar --prefix=swift-1.0beta6/ swift-1.0beta6 \
 # | gzip > swift-1.0beta6.tar.gz
-Source0: %{name}-1.0beta6.tar.gz
+Source0: %{name}-1.0beta7.tar.gz
 Source1: %{name}.desktop
 URL: http://swift.im/
 BuildRequires: scons
@@ -32,7 +32,7 @@ Swift is an easy to setup and use Jabber/XMPP instant messaging chat
 application.
 
 %prep
-%setup -q -n %{name}-1.0beta6
+%setup -q -n %{name}-1.0beta7
 
 # Remove 3rd party libraries.
 find 3rdParty/Boost -delete
@@ -50,7 +50,7 @@ rm 3rdParty/hippomocks.h
 #find 3rdParty/DocBook -delete 
 
 echo 'qt="/usr"' > config.py
-echo 'linkflags="-lpthread -lX11"' >> config.py
+echo 'linkflags="-lpthread -lX11 -lQtDBus"' >> config.py
 # ccflags have to be a list, not string
 echo 'ccflags="%{optflags}".split(" ")' >> config.py
 
@@ -76,6 +76,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Tue Oct 19 2010 Jan Kaluza <jkaluza at redhat.com> - 1.0-0.6.beta7
+- update to new upstream version 1.0-beta7
+
 * Mon Aug 30 2010 Jan Kaluza <jkaluza at redhat.com> - 1.0-0.5.beta6
 - update to new upstream version 1.0-beta6
 


More information about the scm-commits mailing list