Mailinglist Archive: opensuse-commit (1772 mails)

< Previous Next >
commit akonadi-runtime for openSUSE:Factory

Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory
checked in at Sun Feb 20 19:43:55 CET 2011.



--------
--- KDE/akonadi-runtime/akonadi-runtime.changes 2011-01-30 02:20:40.000000000
+0100
+++ /mounts/work_src_done/STABLE/akonadi-runtime/akonadi-runtime.changes
2011-02-17 15:09:26.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Feb 17 14:09:07 UTC 2011 - wstephenson@xxxxxxxxxx
+
+- call update-mime-database in pre/post install scripts
+

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ akonadi-runtime.spec ++++++
--- /var/tmp/diff_new_pack.rDXqiP/_old 2011-02-20 19:43:54.000000000 +0100
+++ /var/tmp/diff_new_pack.rDXqiP/_new 2011-02-20 19:43:54.000000000 +0100
@@ -22,7 +22,7 @@
BuildRequires: automoc4 boost-devel libsoprano-devel libxslt mysql
shared-mime-info
BuildRequires: fdupes
Version: 1.5.0
-Release: 1
+Release: 5
%define rversion %version
License: LGPLv2.1+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,6 +33,8 @@
Source0: akonadi-%rversion.tar.bz2
Patch0: 1_5_BRANCH.diff
Requires: libqt4 >= %(rpm -q --queryformat '%{VERSION}' libqt4)
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
# rename from 10.3, which had 4.x version
Provides: akonadi = %version
Obsoletes: akonadi < 4.1
@@ -101,9 +103,13 @@
%makeinstall
%fdupes -s $RPM_BUILD_ROOT/usr/include

-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :

%post -n libakonadiprotocolinternals1 -p /sbin/ldconfig



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread