Hello community, here is the log from the commit of package libsmdev for openSUSE:Factory checked in at 2014-08-14 14:58:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmdev (Old) and /work/SRC/openSUSE:Factory/.libsmdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmdev" Changes: -------- --- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes 2013-08-05 20:47:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes 2014-08-14 14:58:30.000000000 +0200 @@ -1,0 +2,19 @@ +Wed Aug 13 17:46:43 UTC 2014 - [email protected] + +- update to v0~20140803 + * worked on Python bindings + * bug fix in Python-bindings + * updated python.m4 + * fixes for dealing with Unicode paths in pysmdev + * fadvise bug fix + * worked on non-blocking Windows device file support + * worked on block-based read to support Windows device files + * updated to include header + * added read/write at offset functions + * 2014 update + * code clean up + * updated dependencies +- use external packages for libcerror, libcdata, and libuna +- start building and packaging the python-libsmdev sub-package + +------------------------------------------------------------------- Old: ---- libsmdev-alpha-20130407.tar.gz New: ---- libsmdev-alpha-20140803.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmdev.spec ++++++ --- /var/tmp/diff_new_pack.sWbEfq/_old 2014-08-14 14:58:32.000000000 +0200 +++ /var/tmp/diff_new_pack.sWbEfq/_new 2014-08-14 14:58:32.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsmdev # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,28 +18,27 @@ Name: libsmdev %define lname libsmdev1 -%define timestamp 20130407 +%define timestamp 20140803 Version: 0~%timestamp Release: 0 -License: LGPL-3.0+ Summary: Library to access storage media devices +License: LGPL-3.0+ Group: Productivity/File utilities Url: http://code.google.com/p/libsmdev/ #Git-Clone: http://code.google.com/p/libsmdev -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20130407.tar.gz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20140803.tar.gz Source: %name-alpha-%timestamp.tar.gz BuildRequires: pkg-config +BuildRequires: python-devel #use factory packages if available %if 0%{?suse_version} > 1230 +BuildRequires: pkgconfig(libcdata) >= 20120425 +BuildRequires: pkgconfig(libcerror) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 +BuildRequires: pkgconfig(libuna) >= 20120425 %endif -# build fails with factory version of these packages, use internal version -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcdata) >= 20120425 -#BuildRequires: pkgconfig(libuna) >= 20120425 -#verified 7/31/2013 # not (yet) in factory, use internal version #BuildRequires: pkgconfig(libcstring) >= 20120425 #BuildRequires: pkgconfig(libcsystem) >= 20120425 @@ -75,16 +74,24 @@ can access and read storage media devices and will determine information about such. +%package -n python-%name +Summary: Python bindings for libsmdev +Group: Development/Libraries/Python +Requires: python + +%description -n python-%name +Python bindings for libsmdev, which is a library to access and read storage media devices. + %prep %setup -qn libsmdev-%timestamp %build -%configure --disable-static --enable-wide-character-type +%configure --disable-static --enable-wide-character-type --enable-python make %{?_smp_mflags} %install make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +find "%buildroot" -name "*.la" -delete %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -106,4 +113,8 @@ %_bindir/smdevinfo %_mandir/man1/smdevinfo.1* +%files -n python-%name +%defattr(-,root,root) +%python_sitearch/pysmdev.so + %changelog ++++++ libsmdev-alpha-20130407.tar.gz -> libsmdev-alpha-20140803.tar.gz ++++++ ++++ 36301 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
