Hello community,

here is the log from the commit of package libsmraw for openSUSE:Factory 
checked in at 2017-11-03 16:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsmraw (Old)
 and      /work/SRC/openSUSE:Factory/.libsmraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsmraw"

Fri Nov  3 16:23:22 2017 rev:11 rq:535313 version:0~20170803

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmraw/libsmraw.changes        2017-10-05 
11:57:57.263613304 +0200
+++ /work/SRC/openSUSE:Factory/.libsmraw.new/libsmraw.changes   2017-11-03 
16:23:22.107446465 +0100
@@ -1,0 +2,6 @@
+Wed Oct  4 22:37:30 UTC 2017 - [email protected]
+
+- rename python-libsmraw to python2-libsmraw as expected by singlespec
+- remove Provides pysmraw as it is not versioned
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsmraw.spec ++++++
--- /var/tmp/diff_new_pack.4WzkWE/_old  2017-11-03 16:23:22.647426812 +0100
+++ /var/tmp/diff_new_pack.4WzkWE/_new  2017-11-03 16:23:22.647426812 +0100
@@ -80,14 +80,14 @@
 This subpackage contains the utility programs from libsmraw to
 acquire, export, query and verify storage media (split) RAW files.
 
-%package -n python-%name
+%package -n python2-%name
 Summary:        Python 2 bindings for libsmraw
 Group:          Development/Languages/Python
 Requires:       %lname = %version
 Requires:       python
-Provides:       pysmraw
+Obsoletes:             python-%{name}
 
-%description -n python-%name
+%description -n python2-%name
 Python 2 bindings for libsmraw, which provides functionality to work
 with (split) RAW files.
 
@@ -96,7 +96,6 @@
 Group:          Development/Languages/Python
 Requires:       %lname = %version
 Requires:       python3
-Provides:       pysmraw
 
 %description -n python3-%name
 Python 3 bindings for libsmraw, which provides functionality to work
@@ -106,7 +105,7 @@
 %setup -qn libsmraw-%timestamp
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -136,9 +135,14 @@
 %_bindir/smrawmount
 %_mandir/man1/smrawmount.1*
 
-%files -n python-%name
+%files -n python2-%name
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %python_sitearch/pysmraw.so
 
+%files -n python3-%name
+%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog
+%python3_sitearch/pysmraw.so
+
 %changelog


Reply via email to