Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libregf for openSUSE:Factory checked in at 2021-06-27 18:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libregf (Old) and /work/SRC/openSUSE:Factory/.libregf.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libregf" Sun Jun 27 18:59:15 2021 rev:22 rq:902519 version:20210615 Changes: -------- --- /work/SRC/openSUSE:Factory/libregf/libregf.changes 2021-06-11 00:18:45.165325155 +0200 +++ /work/SRC/openSUSE:Factory/.libregf.new.2625/libregf.changes 2021-06-27 19:00:26.464383190 +0200 @@ -1,0 +2,7 @@ +Sat Jun 26 10:34:31 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20210615 + * No changelog was provided +- Drop python2 module build + +------------------------------------------------------------------- Old: ---- _service libregf-20210504.tar.xz New: ---- libregf-alpha-20210615.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libregf.spec ++++++ --- /var/tmp/diff_new_pack.MgIF9k/_old 2021-06-27 19:00:26.936383811 +0200 +++ /var/tmp/diff_new_pack.MgIF9k/_new 2021-06-27 19:00:26.940383816 +0200 @@ -16,21 +16,17 @@ # -%bcond_without python2 %define lname libregf1 Name: libregf -Version: 20210504 +Version: 20210615 Release: 0 Summary: Library to access Windows REGF-type Registry files License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libregf -Source: %name-%version.tar.xz +Source: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz Source2: Windows_NT_Registry_File_REGF_format.pdf Patch1: system-libs.patch -%if %{with python2} -BuildRequires: python-devel -%endif BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool @@ -52,7 +48,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421 BuildRequires: pkgconfig(libfwsi) >= 20210419 BuildRequires: pkgconfig(libuna) >= 20201204 -BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python3) %description @@ -90,18 +85,6 @@ This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python2-%{name} -Summary: Python2 bindings for libregf, a library to access Windows REGF Registry files -License: LGPL-3.0-or-later -Group: Development/Languages/Python -Obsoletes: python-%{name} <= 20190303 - -%description -n python2-%{name} -libregf is a library to access Windows Registry files of the REGF -type (a non-text representation). - -This subpackage contains the Python2 bindings for libregf. - %package -n python3-%{name} Summary: Python3 bindings for libregf, a library to access Windows REGF Registry files License: LGPL-3.0-or-later @@ -122,9 +105,6 @@ %configure \ --disable-static \ --enable-wide-character-type \ -%if %{with python2} - --enable-python2 \ -%endif --enable-python3 %make_build @@ -151,12 +131,6 @@ %{_libdir}/pkgconfig/libregf.pc %{_mandir}/man3/libregf.3* -%if %{with python2} -%files -n python2-%{name} -%license COPYING* -%{python2_sitearch}/pyregf.so -%endif - %files -n python3-%{name} %license COPYING* %{python3_sitearch}/pyregf.so