Hello community, here is the log from the commit of package gtk-sharp2 for openSUSE:Factory checked in at 2015-12-13 09:37:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk-sharp2 (Old) and /work/SRC/openSUSE:Factory/.gtk-sharp2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk-sharp2" Changes: -------- --- /work/SRC/openSUSE:Factory/gtk-sharp2/gtk-sharp2.changes 2013-01-30 11:16:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtk-sharp2.new/gtk-sharp2.changes 2015-12-13 09:37:20.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Dec 7 04:29:30 UTC 2015 - [email protected] + +- run ldconfig in post/postun also in glib-sharp2 package + +------------------------------------------------------------------- +Fri Dec 4 08:36:39 UTC 2015 - [email protected] + +- run ldconfig in post/postun + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk-sharp2.spec ++++++ --- /var/tmp/diff_new_pack.77M43t/_old 2015-12-13 09:37:21.000000000 +0100 +++ /var/tmp/diff_new_pack.77M43t/_new 2015-12-13 09:37:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtk-sharp2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -121,8 +121,11 @@ make install DESTDIR=%{buildroot} rm %{buildroot}%{_libdir}/*.*a -%clean -rm -rf %{buildroot} +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%post -n glib-sharp2 -p /sbin/ldconfig +%postun -n glib-sharp2 -p /sbin/ldconfig %files %defattr(-, root, root)
