Hello community, here is the log from the commit of package libqt4 checked in at Wed May 23 16:18:49 CEST 2007. -------- --- libqt4/libqt4.changes 2007-05-09 15:33:38.000000000 +0200 +++ /mounts/work_src_done/STABLE/libqt4/libqt4.changes 2007-05-23 13:28:07.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 23 13:27:59 CEST 2007 - stbinner@suse.de + +- add %post/postun dbus-1 ldconfig call +- use %fdupes + +------------------------------------------------------------------- libqt4-devel-doc-data.changes: same change libqt4-sql-plugins.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt4-devel-doc-data.spec ++++++ --- /var/tmp/diff_new_pack.Z26536/_old 2007-05-23 16:18:19.000000000 +0200 +++ /var/tmp/diff_new_pack.Z26536/_new 2007-05-23 16:18:19.000000000 +0200 @@ -26,7 +26,7 @@ # COMMON-BEGIN # COMMON-BEGIN Version: 4.2.91 -Release: 14 +Release: 21 %define x11_free -x11-opensource-src- %define rversion 4.3.0-20070507 Source: qt%x11_free%rversion.tar.bz2 @@ -116,6 +116,9 @@ /usr/share/doc/packages/libqt4/examples %changelog +* Wed May 23 2007 - stbinner@suse.de +- add %%post/postun dbus-1 ldconfig call +- use %%fdupes * Wed May 09 2007 - dmueller@suse.de - fix failing getgrgid_r() calls - fix crash in dbus bindings ++++++ libqt4.spec ++++++ --- /var/tmp/diff_new_pack.Z26536/_old 2007-05-23 16:18:19.000000000 +0200 +++ /var/tmp/diff_new_pack.Z26536/_new 2007-05-23 16:18:19.000000000 +0200 @@ -31,7 +31,7 @@ Provides: qt # COMMON-BEGIN Version: 4.2.91 -Release: 14 +Release: 21 %define x11_free -x11-opensource-src- %define rversion 4.3.0-20070507 Source: qt%x11_free%rversion.tar.bz2 @@ -258,6 +258,10 @@ %suse_update_desktop_file -i assistant4 Qt Development Documentation %suse_update_desktop_file -i designer4 Qt Development GUIDesigner %suse_update_desktop_file -i linguist4 Qt Development Translation +%if %suse_version > 1020 + +%fdupes -s $RPM_BUILD_ROOT +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -277,6 +281,9 @@ %post sql /sbin/ldconfig -n %_libdir +%post dbus-1 +/sbin/ldconfig -n %_libdir + %postun /sbin/ldconfig -n %_libdir @@ -292,6 +299,9 @@ %postun sql /sbin/ldconfig -n %_libdir +%postun dbus-1 +/sbin/ldconfig -n %_libdir + %files %defattr(-,root,root,755) %dir %_libdir/qt4 @@ -391,6 +401,9 @@ %_libdir/libQtSql*.so.* %changelog +* Wed May 23 2007 - stbinner@suse.de +- add %%post/postun dbus-1 ldconfig call +- use %%fdupes * Wed May 09 2007 - dmueller@suse.de - fix failing getgrgid_r() calls - fix crash in dbus bindings ++++++ libqt4-sql-plugins.spec ++++++ --- /var/tmp/diff_new_pack.Z26536/_old 2007-05-23 16:18:19.000000000 +0200 +++ /var/tmp/diff_new_pack.Z26536/_new 2007-05-23 16:18:19.000000000 +0200 @@ -26,7 +26,7 @@ # COMMON-BEGIN # COMMON-BEGIN Version: 4.2.91 -Release: 8 +Release: 9 %define x11_free -x11-opensource-src- %define rversion 4.3.0-20070507 Source: qt%x11_free%rversion.tar.bz2 @@ -215,6 +215,9 @@ %plugindir/sqldrivers/libqsqlmysql*.so %changelog +* Wed May 23 2007 - stbinner@suse.de +- add %%post/postun dbus-1 ldconfig call +- use %%fdupes * Wed May 09 2007 - dmueller@suse.de - fix failing getgrgid_r() calls - fix crash in dbus bindings ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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