Hello community, here is the log from the commit of package libsmraw for openSUSE:Factory checked in at 2014-08-25 11:04:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmraw (Old) and /work/SRC/openSUSE:Factory/.libsmraw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmraw" Changes: -------- --- /work/SRC/openSUSE:Factory/libsmraw/libsmraw.changes 2014-08-14 14:58:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsmraw.new/libsmraw.changes 2014-08-25 11:05:35.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Aug 22 22:51:52 UTC 2014 - [email protected] + +- update BuildRequires to use as many external packages as possible +- add Provides: pysmraw to python sub-project to match upstream requires +- add %doc to all sub-projects + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmraw.spec ++++++ --- /var/tmp/diff_new_pack.iBLTu1/_old 2014-08-25 11:05:36.000000000 +0200 +++ /var/tmp/diff_new_pack.iBLTu1/_new 2014-08-25 11:05:36.000000000 +0200 @@ -35,22 +35,24 @@ BuildRequires: pkgconfig(openssl) >= 1.0 #use the factory versions of these if building for factory %if 0%{?suse_version} > 1230 +BuildRequires: pkgconfig(libbfio) >= 20120426 +BuildRequires: pkgconfig(libcdata) >= 20120425 +BuildRequires: pkgconfig(libcfile) >= 20120526 +BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20120425 +BuildRequires: pkgconfig(libcpath) >= 20120701 BuildRequires: pkgconfig(libcsplit) >= 20120701 +BuildRequires: pkgconfig(libuna) >= 20120425 +%endif +%if 0%{?suse_version} > 1310 +BuildRequires: pkgconfig(libcthreads) >= 20120701 %endif # The following packages cause build failures if the internal version is not used #verified August 13 2014 -#BuildRequires: pkgconfig(libhmac) >= 20120425 -#verified April 2013 #BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libbfio) >= 20120426 -#BuildRequires: pkgconfig(libcdata) >= 20120425 -#BuildRequires: pkgconfig(libcpath) >= 20120701 -#BuildRequires: pkgconfig(libcfile) >= 20120526 -#BuildRequires: pkgconfig(libclocale) >= 20120425 -#BuildRequires: pkgconfig(libuna) >= 20120425 -#verified 8/2/2013 +#BuildRequires: pkgconfig(libhmac) >= 20120425 # These libs are not released by upstream as packages +#verified April 2013 #BuildRequires: pkgconfig(libcstring) >= 20120426 #BuildRequires: pkgconfig(libcsystem) >= 20120425 #BuildRequires: pkgconfig(libfcache) >= 20120425 @@ -92,7 +94,9 @@ %package -n python-%name Summary: Python bindings for libsmraw Group: Development/Libraries/Python +Requires: %lname = %version Requires: python +Provides: pysmraw %description -n python-%name Python bindings for libsmraw, which provides functionality to work @@ -119,6 +123,7 @@ %files devel %defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog %_includedir/libsmraw* %_libdir/libsmraw.so %_libdir/pkgconfig/libsmraw.pc @@ -126,12 +131,14 @@ %files tools %defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog %_bindir/smrawverify %_bindir/smrawmount %_mandir/man1/smrawmount.1* %files -n python-%name %defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog %python_sitearch/pysmraw.so %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
