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

Jan Kaluža jkaluza at fedoraproject.org
Mon Aug 30 10:41:06 UTC 2010


commit 2f9f6bca86404bc17c6809dc828bda3c6d710e44
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Mon Aug 30 12:40:59 2010 +0200

    - update to new upstream version 1.0-beta6

 .gitignore |    1 +
 sources    |    2 +-
 swift.spec |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9b2666..1442665 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 swift-1.0beta5.tar.gz
+/swift-1.0beta6.tar.gz
diff --git a/sources b/sources
index 035d02b..7e55772 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ba8a813e40d804d130f5bef9c346e24  swift-1.0beta5.tar.gz
+d9ba2c0390a3f3ceeb2aadd78c94d25c  swift-1.0beta6.tar.gz
diff --git a/swift.spec b/swift.spec
index 5c04540..1573e26 100644
--- a/swift.spec
+++ b/swift.spec
@@ -1,16 +1,16 @@
 Summary: XMPP client
 Name: swift
 Version: 1.0
-Release: 0.4.beta5%{?dist}
+Release: 0.5.beta6%{?dist}
 Group: Applications/Internet
 License: GPLv3
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #  git clone git://gitorious.org/swift/swift.git
 #  cd swift
-# git archive --format=tar --prefix=swift-1.0beta5/ swift-1.0beta5 \
-# | gzip > swift-1.0beta5.tar.gz
-Source0: %{name}-1.0beta5.tar.gz
+# git archive --format=tar --prefix=swift-1.0beta6/ swift-1.0beta6 \
+# | gzip > swift-1.0beta6.tar.gz
+Source0: %{name}-1.0beta6.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.0beta5
+%setup -q -n %{name}-1.0beta6
 
 # Remove 3rd party libraries.
 find 3rdParty/Boost -delete
@@ -76,6 +76,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Mon Aug 30 2010 Jan Kaluza <jkaluza at redhat.com> - 1.0-0.5.beta6
+- update to new upstream version 1.0-beta6
+
 * Tue Aug 10 2010 Jan Kaluza <jkaluza at redhat.com> - 1.0-0.4.beta5
 - build with avahi-devel to get DNSSD Support
 


More information about the scm-commits mailing list