[gajim/f18] Upstream release 0.15.3

Michal Schmidt michich at fedoraproject.org
Wed Mar 20 14:17:29 UTC 2013


commit 96afe0a8304b619419d68f7d8c5cbb33e38debd0
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Wed Mar 20 13:49:07 2013 +0100

    Upstream release 0.15.3
    
    Upstream bugfix release (#923692, #875820, #875809).
    Require python-pyasn1 (#826737).

 .gitignore |    1 +
 gajim.spec |    7 ++++++-
 sources    |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc5c76d..e64e0b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ gajim-0.13.4.tar.bz2
 /gajim-0.15-beta4.tar.bz2
 /gajim-0.15.tar.bz2
 /gajim-0.15.2.tar.bz2
+/gajim-0.15.3.tar.bz2
diff --git a/gajim.spec b/gajim.spec
index 3aead8f..53bf8d1 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -1,7 +1,7 @@
 Summary:	Jabber client written in PyGTK
 Name:		gajim
 %global		majorver 0.15
-Version:	0.15.2
+Version:	0.15.3
 Release:	1%{?dist}
 License:	GPLv3
 Group:		Applications/Internet
@@ -29,6 +29,7 @@ Requires:	python-crypto
 Requires:	python-GnuPGInterface
 Requires:	python-kerberos
 Requires:	python-libasyncns
+Requires:	python-pyasn1
 Requires:	gupnp-igd-python
 
 # these are dlopen'd using ctypes find_library/LoadLibrary:
@@ -111,6 +112,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}/src
 
 %changelog
+* Wed Mar 20 2013 Michal Schmidt <mschmidt at redhat.com> - 0.15.3-1
+- Upstream bugfix release (#923692, #875820, #875809).
+- Require python-pyasn1 (#826737).
+
 * Wed Oct 31 2012 Michal Schmidt <mschmidt at redhat.com> - 0.15.2-1
 - Upstream bugfix release.
 - Dropped all patches, already included.
diff --git a/sources b/sources
index c960f5b..778e4b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f1ab5555861b7accfa2e1637f0bcffe  gajim-0.15.2.tar.bz2
+57b446eda4501ad817871cbc5b5e71d3  gajim-0.15.3.tar.bz2


More information about the scm-commits mailing list