rpms/kadu/devel kadu-0.5.0-tabs_patch.patch, NONE, 1.1 kadu.spec, 1.16, 1.17 sources, 1.8, 1.9

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Wed Nov 8 20:37:08 UTC 2006


Author: ecik

Update of /cvs/extras/rpms/kadu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29534

Modified Files:
	kadu.spec sources 
Added Files:
	kadu-0.5.0-tabs_patch.patch 
Log Message:
* Wed Nov 08 2006 Michał Bentkowski <mr.ecik at gmail.com> - 0.5.0-0.19.rc1
- Update kadu to RC1
- Update ext_info module to 2.0beta9
- Update powerkadu module to 20061026
- Update xmms module to 1.32
- Update amarok module to 1.19
- Amarok builds on all architectures again
- Add tabs patch


kadu-0.5.0-tabs_patch.patch:

--- NEW FILE kadu-0.5.0-tabs_patch.patch ---
--- ./modules/tabs/tabs.cpp.tabs_patch	2006-11-08 19:59:47.000000000 +0100
+++ ./modules/tabs/tabs.cpp	2006-11-08 20:01:02.000000000 +0100
@@ -83,7 +83,7 @@
 
 	Action* action = new Action(
 		QPixmap(dataPath("kadu/modules/data/tabs/attach.png")),
-		tr("Attach this chat to tabs"), "tab_attach_action");
+		tr("Attach this chat to tabs"), "tab_attach_action", Action::TypeChat);
 
 	connect(action, SIGNAL(activated(const UserGroup*,const QWidget*,bool)),
 		this, SLOT(onTabAttach(const UserGroup*)));


Index: kadu.spec
===================================================================
RCS file: /cvs/extras/rpms/kadu/devel/kadu.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kadu.spec	2 Nov 2006 17:49:55 -0000	1.16
+++ kadu.spec	8 Nov 2006 20:36:38 -0000	1.17
@@ -1,32 +1,32 @@
-%define		cvs_date	20060915
 Name:		kadu
 Version:	0.5.0
-Release:	0.18.%{cvs_date}svn%{?dist}
+Release:	0.19.rc1%{?dist}
 Summary:	An Gadu-Gadu client for online messaging
 Group:		Applications/Internet
 License:	GPL
 URL:		http://www.kadu.net
-Source0:	http://www.kadu.net/download/snapshots/2006/kadu-%{cvs_date}.tar.bz2
+Source0:	http://www.kadu.net/download/stable/kadu-0.5.0-rc1.tar.bz2
 Source3:	kadu.desktop
 # Sources 100-149 are external modules
-Source100:	http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.30.tar.gz
-Source101:	http://scripts.one.pl/amarok/devel/0.5.0/amarok-1.17.tar.gz
+Source100:	http://scripts.one.pl/xmms/devel/0.5.0/xmms-1.32.tar.gz
+Source101:	http://scripts.one.pl/amarok/devel/0.5.0/amarok-1.19.tar.gz
 Source102:	http://scripts.one.pl/filedesc/devel/0.5.0/filedesc-1.12.tar.gz
 Source103:	http://www.kadu.net/download/modules_mirror/mail-current.tar.gz
 Source104:	http://scripts.one.pl/spellchecker/devel/0.5.0/spellchecker-0.18.tar.gz
 Source105:	http://kadu.net/~blysk/weather-3.03.tar.bz2
-Source106:	http://www.kadu.net/~dzwiedziu/pub/ext_info-2.0beta8.tar.bz2
+Source106:	http://www.kadu.net/~dzwiedziu/pub/ext_info-2.0beta9.tar.bz2
 Source107:	http://alan.umcs.lublin.pl/~pinkworm/dcopexport/dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2
 Source108:	http://kadu.net/~patryk/miastoplusa_sms/miastoplusa_sms-0.5-1.3.5.tar.gz
 Source109:	http://www.kadu.net/download/modules_mirror/tabs-current.tar.gz
 Source110:	http://kadu.net/~blysk/led_notify-0.9.tar.bz2
 Source111:	http://www.kadu.net/~pan_wojtas/iwait4u/download/kadu-iwait4u-1.3.tar.gz
 Source112:	http://www.kadu.net/~joi/exec_notify/packages/exec_notify-20060424.tar.bz2
-Source113:	http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz
+Source113:	http://www.kadu.net/~patryk/powerkadu/powerkadu-20061026.tar.gz
 Source114:	http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz
 Source115:	http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2
 Source116:	http://www.kadu.net/~pan_wojtas/firewall/download/kadu-firewall-0.6.3.tar.gz
 
+Patch0:		kadu-0.5.0-tabs_patch.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libpng-devel qt-devel libsndfile-devel openssl-devel libgadu-devel
 %define		_kadudir	%{_datadir}/kadu
@@ -237,6 +237,8 @@
 %setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -a 116 -n kadu/modules
 %setup -q -D -T -n kadu
 
+%patch0 -p1 -b tabs_patch
+
 ##==some changes in .config file
 #1. compile something as shared...
 #	module_mail \
@@ -244,9 +246,7 @@
 	module_arts_sound \
 	module_esd_sound \
 	module_xmms \
-%ifnarch ppc64 x86_64 s390 s390x ia64 ppc
 	module_amarok \
-%endif
 	module_filedesc \
 	module_spellchecker \
 	module_weather \
@@ -408,10 +408,8 @@
 %mod_files2 xmms
 
 
-%ifnarch ppc64 x86_64 s390 s390x ia64 ppc
 %mod_files2 amarok
 
-%endif
 
 %mod_files2 filedesc
 
@@ -453,6 +451,15 @@
 %{_moddata}/data/weather
 
 %changelog
+* Wed Nov 08 2006 Michał Bentkowski <mr.ecik at gmail.com> - 0.5.0-0.19.rc1
+- Update kadu to RC1
+- Update ext_info module to 2.0beta9
+- Update powerkadu module to 20061026
+- Update xmms module to 1.32
+- Update amarok module to 1.19
+- Amarok builds on all architectures again
+- Add tabs patch
+
 * Thu Nov 02 2006 Michał Bentkowski <mr.ecik at gmail.com> - 0.5.0-0.18.20060915svn
 - Come back to 20060915
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kadu/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	2 Nov 2006 17:49:55 -0000	1.8
+++ sources	8 Nov 2006 20:36:38 -0000	1.9
@@ -1,18 +1,19 @@
-575746c975382dc7a7d275175449cb21  kadu-20060915.tar.bz2
 62913be4ecb267b9bbf6d87dbb3e67e6  kadu-firewall-0.6.3.tar.gz
-0fb5d8f465899ffbe96d44685e5e9955  amarok-1.17.tar.gz
 9b0622b02a7190502519b2e3034ccec4  dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2
 15e6ba4e7ec1cacce3290525cd51e696  exec_notify-20060424.tar.bz2
-4a120b52760f1b4093001e043d852d03  ext_info-2.0beta8.tar.bz2
 d5e5718f3a64f33874a869b235bbdff7  filedesc-1.12.tar.gz
 e9d8676608f8c731f665ffc5c5288ad0  filtering-0.3.2-20060727-0.5.0.tar.bz2
 6233a8ef21d901fc5fb91c0db40d0e32  kadu-iwait4u-1.3.tar.gz
 739e2c76fdae17f570d1f4934958cae6  kadu-profiles-0.1.tar.gz
 3f9e347fd775324f4077f2f6849a0de7  led_notify-0.9.tar.bz2
 fae1f6bd3d4aca845ef5a57403b5b58c  miastoplusa_sms-0.5-1.3.5.tar.gz
-7148f9fbf312abd6a142339d453e1d90  powerkadu-20060719.tar.gz
 6bf19f183eb4e5ea48e2a27d04da2ead  spellchecker-0.18.tar.gz
 ef56085ab7d8e60be15d86d2c5f4a424  tabs-current.tar.gz
 30833253a9f94eedc892767c1267536a  weather-3.03.tar.bz2
-422b0bfe2fe1d67620896576e3092ac8  xmms-1.30.tar.gz
 270c19fc9fb3e96bcbce76c2077d3ec2  mail-current.tar.gz
+11436971c7c45bb4b70f3d6ed569f95c  powerkadu-20061026.tar.gz
+75e5ebd7d0952e5ac4d10ea87b8f3f60  kadu-0.5.0-rc1.tar.bz2
+69424cd8731b08962073c232c0505cfb  ext_info-2.0beta9.tar.bz2
+e4ac1276f5326c5b17ef086ad2448e91  xmms-1.32.tar.gz
+139e50cbe9ff2014ca35e9b3b4be1f67  amarok-1.19.tar.gz
+




More information about the fedora-extras-commits mailing list