Hello community,

here is the log from the commit of package libsmraw for openSUSE:Factory 
checked in at 2014-08-14 14:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-08-05 
20:47:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsmraw.new/libsmraw.changes   2014-08-14 
14:58:48.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Aug 14 00:53:26 UTC 2014 - [email protected]
+
+- update to 0~20140728
+       * removed examples
+       * worked on Python bindings
+       * smrawmount worked on Dokan support
+       * added smrawverify
+       * worked on tests
+         - replaced compare test by smrawverify test
+       * smrawmount added -X option
+       * updated dependencies
+       * textual changes
+       * changes due to libmfdata and libfdata merge
+- use internal version of libhmac, external version is causing build errors
+
+-------------------------------------------------------------------

Old:
----
  libsmraw-alpha-20130402.tar.xz

New:
----
  libsmraw-alpha-20140728.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsmraw.spec ++++++
--- /var/tmp/diff_new_pack.eXTZCu/_old  2014-08-14 14:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.eXTZCu/_new  2014-08-14 14:58:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmraw
 #
-# 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,7 +18,7 @@
 
 Name:           libsmraw
 %define lname  libsmraw1
-%define timestamp 20130402
+%define timestamp 20140728
 Version:        0~%timestamp
 Release:        0
 Summary:        Library and tools to access the (split) RAW image format
@@ -27,19 +27,20 @@
 Url:            http://code.google.com/p/libsmraw/
 
 #Git-Clone:    http://code.google.com/p/libsmraw
-#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20130402.tar.gz
-Source:         %name-alpha-%timestamp.tar.xz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20140728.tar.gz
+Source:         %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
+BuildRequires:  python-devel
 BuildRequires:  pkgconfig(fuse) >= 2.6
 BuildRequires:  pkgconfig(openssl) >= 1.0
 #use the factory versions of these if building for factory
 %if 0%{?suse_version} > 1230
 BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcsplit) >= 20120701
-BuildRequires:  pkgconfig(libhmac) >= 20120425
 %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
@@ -88,16 +89,25 @@
 This subpackage contains the utility programs from libsmraw to
 acquire, export, query and verify storage media (split) RAW files.
 
+%package -n python-%name
+Summary:        Python bindings for libsmraw
+Group:          Development/Libraries/Python
+Requires:       python
+
+%description -n python-%name
+Python bindings for libsmraw, which provides functionality to work
+with (split) RAW files.
+
 %prep
 %setup -qn libsmraw-%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
@@ -116,7 +126,12 @@
 
 %files tools
 %defattr(-,root,root)
+%_bindir/smrawverify
 %_bindir/smrawmount
 %_mandir/man1/smrawmount.1*
 
+%files -n python-%name
+%defattr(-,root,root)
+%python_sitearch/pysmraw.so
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to