[gajim/f14] Upstream release 0.14.3

Michal Schmidt michich at fedoraproject.org
Mon Jun 20 20:15:43 UTC 2011


commit 90c63ce89a23a38a5ba9990ca4b35a35244a7386
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Jun 20 22:15:00 2011 +0200

    Upstream release 0.14.3

 .gitignore                                |    1 +
 gajim-0.14-handle-read-before-close.patch |   49 -----------------------------
 gajim.spec                                |    8 +++--
 sources                                   |    2 +-
 4 files changed, 7 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4be75ff..bbc4039 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gajim-0.13.4.tar.bz2
 /gajim-0.14.tar.bz2
 /gajim-0.14.1.tar.bz2
 /gajim-0.14.2.tar.bz2
+/gajim-0.14.3.tar.bz2
diff --git a/gajim.spec b/gajim.spec
index 145ecf1..7285a93 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -1,7 +1,7 @@
 Summary:	Jabber client written in PyGTK
 Name:		gajim
 %global		majorver 0.14
-Version:	0.14.2
+Version:	0.14.3
 Release:	1%{?dist}
 License:	GPLv3
 Group:		Applications/Internet
@@ -11,7 +11,6 @@ Patch0:		gajim-0.13.90-pygtk-crash-python2.7-workaround.patch
 # libasyncns triggers a kernel bug (RHBZ#529202), so let's not use it until
 # it's fixed.
 Patch3:		gajim-0.14-disable-libasyncns.patch
-Patch5:		gajim-0.14-handle-read-before-close.patch
 BuildArch:	noarch
 
 Requires:	avahi-ui-tools
@@ -64,7 +63,6 @@ Gajim does not require GNOME to run, even though it exists with it nicely.
 %setup -q
 %patch0 -p1
 %patch3 -p1
-%patch5 -p1
 
 %build
 %configure --docdir=%{_docdir}/%{name}-%{version}
@@ -118,6 +116,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}/src
 
 %changelog
+* 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.
+
 * Thu Jun 09 2011 Michal Schmidt <mschmidt at redhat.com> 0.14.2-1
 - Upstream bugfix release.
 - Dropped a merged patch.
diff --git a/sources b/sources
index c18e676..493e0de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03c34227174dc0db021b82cd58fb95a8  gajim-0.14.2.tar.bz2
+d8725f165884c2965aca4d6bb8502138  gajim-0.14.3.tar.bz2


More information about the scm-commits mailing list