From f5552a3dca6e357385a48b33633c922c5b37b584 Mon Sep 17 00:00:00 2001 From: Michał Bentkowski Date: Nov 08 2006 20:36:38 +0000 Subject: - 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 --- diff --git a/kadu-0.5.0-tabs_patch.patch b/kadu-0.5.0-tabs_patch.patch new file mode 100644 index 0000000..cc28c75 --- /dev/null +++ b/kadu-0.5.0-tabs_patch.patch @@ -0,0 +1,11 @@ +--- ./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*))); diff --git a/kadu.spec b/kadu.spec index 8703f35..375febf 100644 --- a/kadu.spec +++ b/kadu.spec @@ -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 @@ WindowMaker docking module %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 @@ SHARED_CHANGES="module_alsa_sound \ 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 @@ rm -rf $RPM_BUILD_ROOT %mod_files2 xmms -%ifnarch ppc64 x86_64 s390 s390x ia64 ppc %mod_files2 amarok -%endif %mod_files2 filedesc @@ -453,6 +451,15 @@ rm -rf $RPM_BUILD_ROOT %{_moddata}/data/weather %changelog +* Wed Nov 08 2006 Michał Bentkowski - 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 - 0.5.0-0.18.20060915svn - Come back to 20060915 diff --git a/sources b/sources index 825da12..94f2555 100644 --- a/sources +++ b/sources @@ -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 +