[gajim] Upstream release 0.15 beta2.

Michal Schmidt michich at fedoraproject.org
Mon Oct 10 22:30:57 UTC 2011


commit bf1c89873bb865de7a6a814ac2e6508505898cda
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Tue Oct 11 00:29:59 2011 +0200

    Upstream release 0.15 beta2.

 .gitignore |    1 +
 gajim.spec |   15 ++++++++++-----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbc4039..dadd0f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gajim-0.13.4.tar.bz2
 /gajim-0.14.1.tar.bz2
 /gajim-0.14.2.tar.bz2
 /gajim-0.14.3.tar.bz2
+/gajim-0.15-beta2.tar.bz2
diff --git a/gajim.spec b/gajim.spec
index cf0634f..6c95179 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -1,12 +1,13 @@
 Summary:	Jabber client written in PyGTK
 Name:		gajim
-%global		majorver 0.14
-Version:	0.14.3
-Release:	1%{?dist}
+%global		majorver 0.15
+%global		prever -beta2
+Version:	0.15
+Release:	0.1.beta2%{?dist}
 License:	GPLv3
 Group:		Applications/Internet
 URL:		http://gajim.org/
-Source0:	http://gajim.org/downloads/%{majorver}/%{name}-%{version}.tar.bz2
+Source0:	http://gajim.org/downloads/%{majorver}/%{name}-%{version}%{prever}.tar.bz2
 Patch0:		gajim-0.13.90-pygtk-crash-python2.7-workaround.patch
 BuildArch:	noarch
 
@@ -56,7 +57,7 @@ to provide a full featured and easy to use xmpp client for the GTK+ users.
 Gajim does not require GNOME to run, even though it exists with it nicely.
 
 %prep
-%setup -q
+%setup -q -n gajim-%{version}%{prever}
 %patch0 -p1
 
 %build
@@ -108,9 +109,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
 %{_datadir}/%{name}/icons
+%{_datadir}/%{name}/plugins
 %{_datadir}/%{name}/src
 
 %changelog
+* Tue Oct 11 2011 Michal Schmidt <mschmidt at redhat.com> 0.15-0.1.beta2
+- Upstream release 0.15 beta2.
+
 * Mon Jun 20 2011 Michal Schmidt <mschmidt at redhat.com> 0.14.3-1
 - Upstream bugfix release.
 - gajim-0.14-handle-read-before-close.patch already applied.
diff --git a/sources b/sources
index 493e0de..0d076e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8725f165884c2965aca4d6bb8502138  gajim-0.14.3.tar.bz2
+e0233173fd163c6a86e6fcc073a5a0e3  gajim-0.15-beta2.tar.bz2


More information about the scm-commits mailing list