Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2017-03-02 19:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsmdev (Old)
 and      /work/SRC/openSUSE:Factory/.libsmdev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsmdev"

Thu Mar  2 19:37:00 2017 rev:8 rq:460618 version:0~20170225

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes        2017-02-21 
13:48:24.408765292 +0100
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2017-03-02 
19:37:01.362292398 +0100
@@ -1,0 +2,11 @@
+Sat Feb 25 18:30:30 UTC 2017 - [email protected]
+
+- update to v0~20170225
+       * applied updates
+       * worked on tests
+       * bug fix in debug output
+- change RPM Group to Develment/Languages/Python
+- review and update libyal dependencies
+- add python3 binding
+
+-------------------------------------------------------------------

Old:
----
  libsmdev-alpha-20160320.tar.gz

New:
----
  libsmdev-alpha-20170225.tar.gz

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

Other differences:
------------------
++++++ libsmdev.spec ++++++
--- /var/tmp/diff_new_pack.1ZIJbp/_old  2017-03-02 19:37:01.994202976 +0100
+++ /var/tmp/diff_new_pack.1ZIJbp/_new  2017-03-02 19:37:01.994202976 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname  libsmdev1
-%define timestamp 20160320
+%define timestamp 20170225
 Name:           libsmdev
 Version:        0~%{timestamp}
 Release:        0
@@ -27,14 +27,11 @@
 Url:            https://github.com/libyal/libsmdev/wiki
 Source:         
https://github.com/libyal/libsmdev/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libcdata) >= 20120425
 BuildRequires:  pkgconfig(libcerror) >= 20170101
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20130609
-BuildRequires:  pkgconfig(libcstring) >= 20120425
-BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libuna) >= 20120425
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -69,21 +66,31 @@
 can access and read storage media devices and will determine
 information about such.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:        Python bindings for libsmdev
-Group:          Development/Libraries/Python
+Group:          Development/Languages/Python
 Requires:       %{lname} = %{version}
-Requires:       python
+BuildRequires:  pkgconfig(python2)
 Provides:       pysmdev = %{version}
 
-%description -n python-%{name}
-Python bindings for libsmdev, which is a library to access and read storage 
media devices.
+%description -n python2-%{name}
+Python 2 bindings for libsmdev, which is a library to access and read storage 
media devices.
+
+%package -n python3-%{name}
+Summary:        Python bindings for libsmdev
+Group:          Development/Languages/Python
+Requires:       %{lname} = %{version}
+BuildRequires:  pkgconfig(python3)
+Provides:       pysmdev = %{version}
+
+%description -n python3-%{name}
+Python 3 bindings for libsmdev, which is a library to access and read storage 
media devices.
 
 %prep
 %setup -q -n libsmdev-%{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
@@ -113,9 +120,14 @@
 %{_bindir}/smdevinfo
 %{_mandir}/man1/smdevinfo.1*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %{python_sitearch}/pysmdev.so
 
+%files -n python3-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog
+%{python3_sitearch}/pysmdev.so
+
 %changelog

++++++ libsmdev-alpha-20160320.tar.gz -> libsmdev-alpha-20170225.tar.gz ++++++
++++ 58965 lines of diff (skipped)


Reply via email to