Hello community, here is the log from the commit of package sysfsutils checked in at Fri Sep 1 01:42:28 CEST 2006. -------- --- sysfsutils/sysfsutils.changes 2006-03-09 12:52:04.000000000 +0100 +++ sysfsutils/sysfsutils.changes 2006-08-31 18:13:26.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 31 12:00:00 CEST 2006 - kay.sievers@suse.de + +- update to version 2.1.0 +- provide only the shared lib, not the static lib, not the tools + +------------------------------------------------------------------- Old: ---- sysfsutils-1.3.0.tar.gz New: ---- sysfsutils-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysfsutils.spec ++++++ --- /var/tmp/diff_new_pack.BqnEj0/_old 2006-09-01 01:42:18.000000000 +0200 +++ /var/tmp/diff_new_pack.BqnEj0/_new 2006-09-01 01:42:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package sysfsutils (Version 1.3.0) +# spec file for package sysfsutils (Version 2.1.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,8 +12,8 @@ Name: sysfsutils Summary: System Utilities Package / Libsysfs -Version: 1.3.0 -Release: 8 +Version: 2.1.0 +Release: 2 License: LGPL Group: System/Libraries URL: http://linux-diag.sourceforge.net @@ -22,12 +22,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package's purpose is to provide a set of utilities for interfacing -with sysfs, a virtual filesystem in Linux kernel versions 2.5+ that -provides a tree of system devices. While a filesystem is a very useful -interface, we've decided to provide a stable programming interface that -will hopefully make it easier for applications to query system devices -and their attributes. +This package's purpose is to provide a library for interfacing with the +kernel's sys filesystem mounted at /sys. The libray was an attempt to +create a stable interface to sysfs, but it failed. It is still provided +for the current users, but no new software should use this library. @@ -35,6 +33,7 @@ -------- Ananth Mavinakayanahalli <ananth@in.ibm.com> Daniel Stekloff <dsteklof@us.ibm.com> + Mohan Kumar <mohan@in.ibm.com> %prep %setup @@ -43,38 +42,39 @@ CFLAGS="-fPIC $RPM_OPT_FLAGS" \ ./configure \ --prefix=%{_prefix} \ - --infodir=%{_infodir} \ --libdir=/%{_lib} \ + --infodir=%{_infodir} \ --mandir=%{_mandir} make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}/%{_bindir}/testlibsysfs -# move development libs to /usr +# create devel symlink in /usr mkdir -p %{buildroot}%{_libdir} -mv %{buildroot}/%{_lib}/libsysfs.*a %{buildroot}%{_libdir} -# adjust libtool path -sed -e "s:libdir='/%{_lib}':libdir='%{_libdir}':" -i %{buildroot}/%{_libdir}/libsysfs.la -libname=`objdump -p %{buildroot}/%{_lib}/libsysfs.so | awk '{ if(/SONAME.*libsysfs/) print $2 }'` -# just checking -[ -f %{buildroot}/%{_lib}/$libname ] || exit 1 -ln -s /%{_lib}/$libname %{buildroot}%{_libdir}/libsysfs.so -rm -f %{buildroot}/%{_lib}/libsysfs.so +ln -s /%{_lib}/libsysfs.so %{buildroot}%{_libdir}/libsysfs.so +# don't install the tools +rm -rf %{buildroot}/%{_bindir} +rm -rf %{buildroot}/%{_mandir} +# don't install static lib +rm -f %{buildroot}/%{_lib}/libsysfs.*a %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -/usr/bin/* -/usr/include/sysfs -%{_libdir}/libsysfs* -/%{_lib}/libsysfs* -%doc %{_mandir}/man1/systool.1.gz +%dir %{_includedir}/sysfs +%{_includedir}/sysfs/libsysfs.h +%{_includedir}/sysfs/dlist.h +%{_libdir}/libsysfs.so +/%{_lib}/libsysfs.so* +%doc README ChangeLog %changelog -n sysfsutils +* Thu Aug 31 2006 - kay.sievers@suse.de +- update to version 2.1.0 +- provide only the shared lib, not the static lib, not the tools * Thu Mar 09 2006 - hare@suse.de - Do not install testlibsysfs (#149981 - LTC21580) * Wed Jan 25 2006 - mls@suse.de ++++++ sysfsutils-1.3.0.tar.gz -> sysfsutils-2.1.0.tar.gz ++++++ ++++ 153973 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org