Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libesedb for openSUSE:Factory checked in at 2021-06-27 18:59:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libesedb (Old) and /work/SRC/openSUSE:Factory/.libesedb.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libesedb" Sun Jun 27 18:59:10 2021 rev:11 rq:902502 version:20210513 Changes: -------- --- /work/SRC/openSUSE:Factory/libesedb/libesedb.changes 2021-06-11 00:18:56.377344636 +0200 +++ /work/SRC/openSUSE:Factory/.libesedb.new.2625/libesedb.changes 2021-06-27 19:00:19.376373879 +0200 @@ -1,0 +2,5 @@ +Sat Jun 26 09:51:11 UTC 2021 - Jan Engelhardt <[email protected]> + +- Drop python2 module build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libesedb.spec ++++++ --- /var/tmp/diff_new_pack.yJcMId/_old 2021-06-27 19:00:19.824374468 +0200 +++ /var/tmp/diff_new_pack.yJcMId/_new 2021-06-27 19:00:19.828374473 +0200 @@ -16,8 +16,6 @@ # -%bcond_without python2 - %define lname libesedb1 Name: libesedb Version: 20210513 @@ -54,9 +52,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421 BuildRequires: pkgconfig(libmapidb) >= 20170304 BuildRequires: pkgconfig(libuna) >= 20201204 -%if %{with python2} -BuildRequires: pkgconfig(python2) -%endif BuildRequires: pkgconfig(python3) %description @@ -91,21 +86,6 @@ This subpackage contains libraries and header files for developing applications that want to make use of libesedb. -%package -n python2-%{name} -Summary: Python bindings for libesedb, a EDB file format parser -License: LGPL-3.0-or-later -Group: Development/Libraries/Python -Obsoletes: pyesedb <= 20191220 -Obsoletes: python-%{name} <= 20191220 - -%description -n python2-%{name} -libesedb is a library to access EDB files. ESEDB is used in many different -applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. - -Python2 bindings for libesedb, which can read EDB files. ESEDB is used in many -different applications like Windows Search, Windows Mail, Exchange, Active -Directory, etc. - %package -n python3-%{name} Summary: Python bindings for libesedb, a EDB file format parser License: LGPL-3.0-or-later @@ -132,9 +112,6 @@ %configure \ --disable-static \ --enable-wide-character-type \ -%if %{with python2} - --enable-python2 \ -%endif --enable-python3 %make_build @@ -167,12 +144,6 @@ %{_libdir}/pkgconfig/libesedb.pc %{_mandir}/man3/libesedb.3* -%if %{with python2} -%files -n python2-%{name} -%license COPYING* -%{python2_sitearch}/pyesedb.so -%endif - %files -n python3-%{name} %license COPYING* %{python3_sitearch}/pyesedb.so
