rpms/jabbim/F-8 jabbim-0.4-autoupdate-disable-notification.diff, NONE, 1.1 jabbim-0.4-tune-do-not-offer-Winamp.diff, NONE, 1.1 jabbim.spec, 1.2, 1.3 sources, 1.3, 1.4

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Fri Jun 13 09:46:52 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/jabbim/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv663

Modified Files:
	jabbim.spec sources 
Added Files:
	jabbim-0.4-autoupdate-disable-notification.diff 
	jabbim-0.4-tune-do-not-offer-Winamp.diff 
Log Message:
* Fri Jun 13 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-1
- Upstream release 0.4 "VELES".


jabbim-0.4-autoupdate-disable-notification.diff:

--- NEW FILE jabbim-0.4-autoupdate-disable-notification.diff ---
Disable notification of new upstream version availability in the autoupdate plugin.
Users will receive new Jabbim versions via Fedora updates.
 - Michal

diff -up jabbim-0.4/plugins/autoupdate/autoupdate.py.orig jabbim-0.4/plugins/autoupdate/autoupdate.py
--- jabbim-0.4/plugins/autoupdate/autoupdate.py.orig	2008-06-13 10:39:41.000000000 +0200
+++ jabbim-0.4/plugins/autoupdate/autoupdate.py	2008-06-13 10:41:22.000000000 +0200
@@ -69,7 +69,7 @@ class Plugin(plugins.PluginBase):
 
 	def _update(self, vysledek):
 		print vysledek
-		if vysledek[0][0] == False:
-			#nemame posledni verzi
-			self.main.tray.showMessage(self.tr("Autoupdate"),self.tr("New version of Jabbim is available!"), QtGui.QSystemTrayIcon.Information, 3000)
+#		if vysledek[0][0] == False:
+#			#nemame posledni verzi
+#			self.main.tray.showMessage(self.tr("Autoupdate"),self.tr("New version of Jabbim is available!"), QtGui.QSystemTrayIcon.Information, 3000)
 	

jabbim-0.4-tune-do-not-offer-Winamp.diff:

--- NEW FILE jabbim-0.4-tune-do-not-offer-Winamp.diff ---
Winamp is a win32 player. Do not offer it in the tune plugin.
 - Michal

diff -up jabbim-0.4/plugins/tune/tune.py.orig jabbim-0.4/plugins/tune/tune.py
--- jabbim-0.4/plugins/tune/tune.py.orig	2008-06-13 11:13:23.000000000 +0200
+++ jabbim-0.4/plugins/tune/tune.py	2008-06-13 11:13:58.000000000 +0200
@@ -18,7 +18,7 @@ class config:
 			self.config['player']={'type':'list-single','label':self.main.tr("Player"), 'items':{'Winamp':'winamp' }, 'value':'winamp'}
 			
 		else:
-			self.config['player']={'type':'list-single','label':self.main.tr("Player"), 'items':{'MPD':'mpd', 'Winamp':'winamp', 'Amarok':'amarok','Exaile':'exaile' }, 'value':'amarok'}
+			self.config['player']={'type':'list-single','label':self.main.tr("Player"), 'items':{'MPD':'mpd', 'Amarok':'amarok','Exaile':'exaile' }, 'value':'amarok'}
 
 class Plugin(plugins.PluginBase):
 	def __init__(self, main, homedir, plugindir):


Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/F-8/jabbim.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jabbim.spec	19 Jan 2008 09:59:43 -0000	1.2
+++ jabbim.spec	13 Jun 2008 09:46:06 -0000	1.3
@@ -1,14 +1,18 @@
 Name:		jabbim
-Version:	0.3
+Version:	0.4
 Release:	1%{?dist}
 Summary:	Jabber client for mere mortals
 
 Group:		Applications/Internet
 License:	GPLv2+
 URL:		http://dev.jabbim.cz/jabbim
-# Downloaded from HanzZ's jdisk: http://disk.jabbim.cz/pyjim@jabber.cz/jabbim-0.3.tgz
-Source0:	jabbim-0.3.tgz
+# The source was obtained from upstream SVN repository:
+# svn export svn://dev.jabbim.cz/jabbim/tags/0.4 jabbim-0.4
+# tar -cjf jabbim-0.4.tar.bz2 jabbim-0.4/
+Source0:	jabbim-0.4.tar.bz2
 Source1:	jabbim.in
+Patch0:		jabbim-0.4-autoupdate-disable-notification.diff
+Patch1:		jabbim-0.4-tune-do-not-offer-Winamp.diff
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,6 +38,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 # fill in the template for the starting script
 sed -e 's|@JABBIMDATA@|%{jabbimdata}|g' %{SOURCE1} > jabbim
 
@@ -53,8 +59,9 @@
 
 # remove the files which are not useful for end-users
 # and files which upstream forgot to remove
-rm jabbim.sh
+rm jabbim.sh jabbim.pro
 rm images/32x32/status/rsvg2png.sh
+rm widgets/preferences.py.orig
 
 mkdir -p %{buildroot}/%{jabbimdata}
 # take everything else upstream ships
@@ -100,6 +107,9 @@
 
 
 %changelog
+* Fri Jun 13 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4-1
+- Upstream release 0.4 "VELES".
+
 * Thu Jan 17 2008 Michal Schmidt <mschmidt at redhat.com> - 0.3-1
 - Upstream release 0.3 "PERUN".
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Jan 2008 09:59:43 -0000	1.3
+++ sources	13 Jun 2008 09:46:06 -0000	1.4
@@ -1 +1 @@
-bd2dd704a6ef1b3799185c2e467aa08b  jabbim-0.3.tgz
+e0cb6cff4b473209c5ab7d176b11a3b3  jabbim-0.4.tar.bz2




More information about the fedora-extras-commits mailing list