Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libolecf for openSUSE:Factory checked in at 2021-06-27 18:59:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libolecf (Old) and /work/SRC/openSUSE:Factory/.libolecf.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libolecf" Sun Jun 27 18:59:14 2021 rev:16 rq:902518 version:20210512 Changes: -------- --- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes 2021-06-11 00:18:38.897314264 +0200 +++ /work/SRC/openSUSE:Factory/.libolecf.new.2625/libolecf.changes 2021-06-27 19:00:25.496381919 +0200 @@ -1,0 +2,5 @@ +Sat Jun 26 10:00:47 UTC 2021 - Jan Engelhardt <[email protected]> + +- Drop python2 module build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libolecf.spec ++++++ --- /var/tmp/diff_new_pack.98rnco/_old 2021-06-27 19:00:25.956382523 +0200 +++ /var/tmp/diff_new_pack.98rnco/_new 2021-06-27 19:00:25.956382523 +0200 @@ -16,7 +16,6 @@ # -%bcond_without python2 %define lname libolecf1 Name: libolecf Version: 20210512 @@ -47,6 +46,7 @@ BuildRequires: pkgconfig(libfvalue) >= 20210510 BuildRequires: pkgconfig(libfwps) >= 20191221 BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(python3) %description Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound File format is used to store certain versions of Microsoft Office files, thumbs.db and other file formats. @@ -80,24 +80,11 @@ This subpackage contains libraries and header files for developing applications that want to make use of %name. -%package -n python2-%{name} -Summary: Python bindings for libolecf -License: LGPL-3.0-or-later -Group: Development/Libraries/Python -Requires: %lname = %version -BuildRequires: pkgconfig(python2) -Obsoletes: pyolecf = 20191221 -Obsoletes: python-%{name} = 20191221 - -%description -n python2-%name -Python bindings for libolecf, which can read MS IE cache files. - %package -n python3-%{name} Summary: Python bindings for libolecf License: LGPL-3.0-or-later Group: Development/Libraries/Python Requires: %lname = %version -BuildRequires: pkgconfig(python3) %description -n python3-%name Python bindings for libolecf, which can read MS IE cache files. @@ -111,9 +98,6 @@ %configure \ --disable-static \ --enable-wide-character-type \ -%if %{with python2} - --enable-python2 \ -%endif --enable-python3 %make_build @@ -140,12 +124,6 @@ %_libdir/pkgconfig/libolecf.pc %_mandir/man3/libolecf.3* -%if %{with python2} -%files -n python2-%name -%license COPYING* -%python2_sitearch/pyolecf.so -%endif - %files -n python3-%name %license COPYING* %python3_sitearch/pyolecf.so
