Hello community,

here is the log from the commit of package k3b for openSUSE:Factory
checked in at Mon Feb 21 23:54:44 CET 2011.



--------
--- KDE/k3b/k3b.changes 2011-01-28 10:16:14.000000000 +0100
+++ k3b/k3b.changes     2011-02-17 15:37:09.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 17 14:35:17 UTC 2011 - [email protected]
+
+- call update-mime-database in pre/post install scripts
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.GTzSaE/_old  2011-02-21 23:54:11.000000000 +0100
+++ /var/tmp/diff_new_pack.GTzSaE/_new  2011-02-21 23:54:11.000000000 +0100
@@ -27,7 +27,7 @@
 BuildRequires:  flac-devel libQtWebKit-devel libdvdread-devel libvorbis-devel
 BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
 BuildRequires:  libmpcdec-devel libmusicbrainz-devel
-%if %{with ffmpeg}  
+%if %{with ffmpegg}
 BuildRequires:  libffmpeg-devel
 %endif
 %if %{with mad}  
@@ -42,7 +42,7 @@
 Summary:        A Universal CD and DVD Burning Application
 Requires:       /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
 Version:        2.0.2
-Release:        2
+Release:        8
 %define rversion %version
 # svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
 Source0:        k3b-%{version}.tar.bz2
@@ -50,6 +50,8 @@
 Patch3:         add_mimetypes_bnc661777.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires 
+Requires(post):     shared-mime-info
+Requires(postun):   shared-mime-info
 Provides:       kde4-k3b = 4.2.1.svn942189
 Provides:       kde4-k3b = 4.2.2.svn951754
 Obsoletes:      kde4-k3b <= 4.2.2.svn951754
@@ -108,9 +110,13 @@
   %find_lang kio_videodvd k3b.lang
   mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/scalable/apps
 
-%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 || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to