Hello community, here is the log from the commit of package kdepim4 checked in at Sat May 31 12:22:08 CEST 2008. -------- --- KDE/kdepim4/kdepim4.changes 2008-05-26 14:34:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdepim4/kdepim4.changes 2008-05-29 19:21:50.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 29 19:21:24 CEST 2008 - wstephenson@suse.de + +- Move Kontact plugins' desktop files to subpackages (bnc#389141) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim4.spec ++++++ --- /var/tmp/diff_new_pack.Nvp818/_old 2008-05-31 12:21:39.000000000 +0200 +++ /var/tmp/diff_new_pack.Nvp818/_new 2008-05-31 12:21:39.000000000 +0200 @@ -29,7 +29,7 @@ Summary: Base package of kdepim Url: http://www.kde.org Version: 4.0.80 -Release: 2 +Release: 5 Source0: kdepim-%version.tar.bz2 #Patch: 4_1_BRANCH.diff Patch1: akregator-useragent.diff @@ -148,6 +148,33 @@ cat filelists/akonadi.devel | while read line; do echo "%exclude $line";done >>filelists/devel %endif cd .. + #remove kontact plugins' desktop files that are in subpackages from the kontact list + akregatorplugins="/usr/share/kde4/services/kontact/akregatorplugin.desktop /usr/share/kde4/services/kontact/akregatorplugin3.2.desktop" + korganizerplugins="/usr/share/kde4/services/kontact/korganizerplugin.desktop /usr/share/kde4/services/kontact/journalplugin.desktop /usr/share/kde4/services/kontact/todoplugin.desktop" + kaddressbookplugin="/usr/share/kde4/services/kontact/kaddressbookplugin.desktop" + karmplugin="/usr/share/kde4/services/kontact/karmplugin.desktop" + kmailplugin="/usr/share/kde4/services/kontact/kmailplugin.desktop" + kmobiletoolsplugin="/usr/share/kde4/services/kontact/kmobiletools.desktop" + knodeplugin="/usr/share/kde4/services/kontact/knodeplugin.desktop" + knotesplugin="/usr/share/kde4/services/kontact/knotesplugin.desktop" + for i in $akregatorplugins $korganizerplugins $kaddressbookplugin $karmplugin $kmailplugin $kmobiletoolsplugin $knodeplugin $knotesplugin + do + sed -ri s,$i,, filelists/kontact + done + for i in $akregatorplugins + do + echo $i >> filelists/akregator + done + for i in $korganizerplugins + do + echo $i >> filelists/korganizer + done + echo $kaddressbookplugin >> filelists/kaddressbook + echo $karmplugin >> filelists/ktimetracker + echo $kmailplugin >> filelists/kmail + echo $kmobiletoolsplugin >> filelists/kmobiletools + echo $knodeplugin >> filelists/knode + echo $knotesplugin >> filelists/knotes cat filelists/libkdepim.devel | while read line; do echo "%exclude $line";done >>filelists/devel grep "/usr/lib" filelists/libkdepim | grep -v "/kde4/" >filelists/libkdepim.libs cat filelists/libkdepim.libs | while read line; do echo "%exclude $line";done >>filelists/libkdepim @@ -706,6 +733,8 @@ /usr/share/icons/hicolor/*/apps/office-address-book.* %changelog +* Thu May 29 2008 wstephenson@suse.de +- Move Kontact plugins' desktop files to subpackages (bnc#389141) * Mon May 26 2008 wstephenson@suse.de - Add versioning to libkleopatra libraries (bnc#391350) * Thu May 22 2008 wstephenson@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de