Hello community, here is the log from the commit of package libstatgrab for openSUSE:Factory checked in at Mon Sep 19 21:13:04 CEST 2011.
-------- --- libstatgrab/libstatgrab.changes 2011-02-14 00:22:14.000000000 +0100 +++ /mounts/work_src_done/STABLE/libstatgrab/libstatgrab.changes 2011-09-16 15:37:22.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 15 07:21:50 UTC 2011 - [email protected] + +- Fixed requirements of devel package + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstatgrab.spec ++++++ --- /var/tmp/diff_new_pack.i7yWoI/_old 2011-09-19 21:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.i7yWoI/_new 2011-09-19 21:12:59.000000000 +0200 @@ -46,19 +46,17 @@ for viewing live system statistics, and statgrab is a sysctl-like interface to the statistics. -%package -n libstatgrab%{soname} - - +%package -n %{name}%{soname} Summary: Library for %{name} Group: Development/Libraries/C and C++ License: GNU Library General Public License (LGPL) -%description -n libstatgrab%{soname} +%description -n %{name}%{soname} Library for package %{name}. %package devel Summary: Development Environment for %{name} -Requires: libstatgrab%{soname} = %{version}-%{release} +Requires: %{name}%{soname} = %{version}-%{release} Group: Development/Libraries/C and C++ License: GNU Library General Public License (LGPL) @@ -67,7 +65,7 @@ %package -n statgrab Summary: Portable System Statistics Tools -Requires: libstatgrab%{soname} = %{version}-%{release} +Requires: %{name}%{soname} = %{version}-%{release} Group: System/Monitoring License: GNU General Public License (GPL) @@ -81,7 +79,7 @@ %package -n saidar Summary: Portable System Statistics Tools -Requires: libstatgrab%{soname} = %{version}-%{release} +Requires: %{name}%{soname} = %{version}-%{release} Group: System/Monitoring License: GNU General Public License (GPL) @@ -134,11 +132,11 @@ %clean %__rm -rf "%{buildroot}" -%post -n libstatgrab%{soname} -p /sbin/ldconfig +%post -n %{name}%{soname} -p /sbin/ldconfig -%postun -n libstatgrab%{soname} -p /sbin/ldconfig +%postun -n %{name}%{soname} -p /sbin/ldconfig -%files -n libstatgrab%{soname} +%files -n %{name}%{soname} %defattr(-,root,root) %{_libdir}/libstatgrab.so.* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
