From a2e425eca1e86b94dd1b32d19962582433306050 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Mar 20 2013 14:18:07 +0000 Subject: Upstream release 0.15.3 Upstream bugfix release (#923692, #875820, #875809). Require python-pyasn1 (#826737). --- 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 ab40a83..0bd3edc 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 - 0.15.3-1 +- Upstream bugfix release (#923692, #875820, #875809). +- Require python-pyasn1 (#826737). + * Wed Oct 31 2012 Michal Schmidt - 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