rpms/jabbim/devel jabbim.spec,1.18,1.19

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Tue Jun 24 11:43:17 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/jabbim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25101

Modified Files:
	jabbim.spec 
Log Message:
* Tue Jun 24 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-2
- Add upstream patch to prevent initial message loss if sender's mood is empty.



Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/jabbim.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jabbim.spec	23 Jun 2008 11:30:38 -0000	1.18
+++ jabbim.spec	24 Jun 2008 11:42:29 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		jabbim
 Version:	0.4.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Jabber client for mere mortals
 
 Group:		Applications/Internet
@@ -13,6 +13,7 @@
 Source1:	jabbim.in
 Patch0:		jabbim-0.4-autoupdate-disable-notification.diff
 Patch1:		jabbim-0.4-tune-do-not-offer-Winamp.diff
+Patch2:		jabbim-0.4-lost-initial-message-if-empty-sender-mood.diff
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -40,6 +41,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 # fill in the template for the starting script
 sed -e 's|@JABBIMDATA@|%{jabbimdata}|g' %{SOURCE1} > jabbim
 
@@ -114,6 +116,9 @@
 
 
 %changelog
+* Tue Jun 24 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-2
+- Add upstream patch to prevent initial message loss if sender's mood is empty.
+
 * Mon Jun 23 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-1
 - Upstream bugfix release 0.4.1. Fixes:
   - archive now actually displays messages




More information about the fedora-extras-commits mailing list