Hello community, here is the log from the commit of package libstorage for openSUSE:Factory checked in at Mon Sep 19 17:54:18 CEST 2011.
-------- --- libstorage/libstorage.changes 2011-09-08 17:18:16.000000000 +0200 +++ libstorage/libstorage.changes 2011-09-15 17:17:44.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Sep 13 18:42:17 CEST 2011 - [email protected] + +- version 2.21.7 +- add examples for ruby and python usage to devel package +- add ruby bindings to libstorage +- make functions returning data via non-const references usable + in python (bnc#717323) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libstorage-2.21.6.tar.bz2 New: ---- libstorage-2.21.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage.spec ++++++ --- /var/tmp/diff_new_pack.EsC1G0/_old 2011-09-19 17:54:12.000000000 +0200 +++ /var/tmp/diff_new_pack.EsC1G0/_new 2011-09-19 17:54:12.000000000 +0200 @@ -19,8 +19,8 @@ Name: libstorage -Version: 2.21.6 -Release: 1 +Version: 2.21.7 +Release: 0 License: GPL Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -28,7 +28,7 @@ Prefix: /usr -BuildRequires: blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel python-devel swig +BuildRequires: blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel python-devel ruby-devel swig Summary: Library for storage management Url: http://en.opensuse.org/Portal:Libstorage @@ -70,13 +70,18 @@ rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libstorage.a rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libstorage.la +%if 0%{?suse_version} +rm $RPM_BUILD_ROOT/%{rb_vendorarch}/storage.la +%endif +%if 0%{?mandriva_version} +rm $RPM_BUILD_ROOT/%{ruby_sitearchdir}/storage.la +%endif %clean rm -rf "$RPM_BUILD_ROOT" %package -n libstorage3 - Requires: parted >= 2.2 mdadm device-mapper lvm2 dmraid multipath-tools cryptsetup Requires: coreutils udev util-linux >= 2.16 grep lsscsi %ifarch s390 s390x @@ -157,6 +162,29 @@ %{python_sitelib}/libstorage.py* %attr(755,root,root) %{python_sitearch}/_libstorage.so +%package -n libstorage-ruby + +Requires: libstorage3 = %version +Summary: Ruby bindings for libstorage +Group: System/Libraries + +%description ruby +This package contains Ruby bindings for libstorage. + +Authors: +-------- + Thomas Fehr <[email protected]> + Arvin Schnell <[email protected]> + +%files -n libstorage-ruby +%defattr(-,root,root) +%if 0%{?suse_version} +%{rb_vendorarch}/storage.so +%endif +%if 0%{?mandriva_version} +%{ruby_sitearchdir}/storage.so +%endif + %package -n libstorage-testsuite Requires: libstorage3 = %version ++++++ libstorage-2.21.6.tar.bz2 -> libstorage-2.21.7.tar.bz2 ++++++ ++++ 42128 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
