Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libfsext for openSUSE:Factory 
checked in at 2022-01-23 12:16:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfsext (Old)
 and      /work/SRC/openSUSE:Factory/.libfsext.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfsext"

Sun Jan 23 12:16:11 2022 rev:5 rq:948163 version:20220112

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfsext/libfsext.changes        2021-11-27 
00:51:55.498677643 +0100
+++ /work/SRC/openSUSE:Factory/.libfsext.new.1938/libfsext.changes      
2022-01-23 12:17:13.463851817 +0100
@@ -1,0 +2,6 @@
+Sat Jan 22 21:14:36 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 20220112
+  * Updates to Python bindings and tools.
+
+-------------------------------------------------------------------

Old:
----
  libfsext-experimental-20210721.tar.gz
  libfsext-experimental-20210721.tar.gz.asc

New:
----
  libfsext-experimental-20220112.tar.gz
  libfsext-experimental-20220112.tar.gz.asc

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

Other differences:
------------------
++++++ libfsext.spec ++++++
--- /var/tmp/diff_new_pack.fl2Th6/_old  2022-01-23 12:17:13.987848316 +0100
+++ /var/tmp/diff_new_pack.fl2Th6/_new  2022-01-23 12:17:13.991848289 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfsext
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libfsext1
 Name:           libfsext
-Version:        20210721
+Version:        20220112
 Release:        0
 Summary:        Library and tools to access the Extended File System
 License:        GFDL-1.3-or-later AND LGPL-3.0-or-later
@@ -28,26 +28,28 @@
 Source2:        
https://github.com/libyal/libfsext/releases/download/%version/libfsext-experimental-%version.tar.gz.asc
 Source3:        %name.keyring
 Patch1:         system-libs.patch
+BuildRequires:  %{python_module devel}
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libbfio) >= 20201229
-BuildRequires:  pkgconfig(libcdata) >= 20210625
-BuildRequires:  pkgconfig(libcerror) >= 20201121
+BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(libbfio) >= 20220120
+BuildRequires:  pkgconfig(libcdata) >= 20220115
+BuildRequires:  pkgconfig(libcerror) >= 20220101
 BuildRequires:  pkgconfig(libcfile) >= 20201229
-BuildRequires:  pkgconfig(libclocale) >= 20210410
-BuildRequires:  pkgconfig(libcnotify) >= 20200913
-BuildRequires:  pkgconfig(libcpath) >= 20200623
-BuildRequires:  pkgconfig(libcsplit) >= 20200703
-BuildRequires:  pkgconfig(libcthreads) >= 20200508
-BuildRequires:  pkgconfig(libfcache) >= 20200708
-BuildRequires:  pkgconfig(libfdata) >= 20201129
-BuildRequires:  pkgconfig(libfdatetime) >= 20180910
-BuildRequires:  pkgconfig(libfguid) >= 20180724
+BuildRequires:  pkgconfig(libclocale) >= 20220107
+BuildRequires:  pkgconfig(libcnotify) >= 20220108
+BuildRequires:  pkgconfig(libcpath) >= 20220108
+BuildRequires:  pkgconfig(libcsplit) >= 20220109
+BuildRequires:  pkgconfig(libcthreads) >= 20220102
+BuildRequires:  pkgconfig(libfcache) >= 20220110
+BuildRequires:  pkgconfig(libfdata) >= 20211023
+BuildRequires:  pkgconfig(libfdatetime) >= 20220112
+BuildRequires:  pkgconfig(libfguid) >= 20220113
 BuildRequires:  pkgconfig(libhmac) >= 20200104
-BuildRequires:  pkgconfig(libuna) >= 20201204
-BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(libuna) >= 20220102
+%python_subpackages
 
 %description
 libfsext is a library to access the Extended File System (ext).
@@ -113,29 +115,23 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfsext.
 
-%package -n python3-%{name}
-Summary:        Python 3 bindings for libfsext, a extended file system (ext) 
parser
-License:        LGPL-3.0-or-later
-Group:          Development/Languages/Python
-Requires:       %{lname} = %{version}
-Requires:       python3
-Provides:       pyfsext
-
-%description -n python3-%{name}
-libfsext is a library to access extended file system (ext) format. See 
libfsext for details.
-
-This package contains Python 3 bindings for libfsext.
-
 %prep
 %autosetup -p1
 
 %build
 autoreconf -fi
-%configure --disable-static --enable-wide-character-type --enable-python3
+# OOT builds are presently broken, so we have to install
+# within each python iteration now, not in %%install.
+%{python_expand #
+%configure --disable-static --enable-wide-character-type \
+       --enable-python PYTHON_VERSION="%{$python_bin_suffix}"
 %make_build
+%make_install DESTDIR="%_builddir/rt"
+%make_build clean
+}
 
 %install
-%make_install
+mv %_builddir/rt/* %buildroot/
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{lname} -p /sbin/ldconfig
@@ -145,12 +141,12 @@
 %license COPYING*
 %{_libdir}/libfsext.so.*
 
-%files tools
+%files -n %name-tools
 %license COPYING*
 %{_bindir}/fsext*
 %{_mandir}/man1/fsext*.1*
 
-%files devel
+%files -n %name-devel
 %license COPYING*
 %{_includedir}/libfsext.h
 %{_includedir}/libfsext/
@@ -158,8 +154,8 @@
 %{_libdir}/pkgconfig/libfsext.pc
 %{_mandir}/man3/libfsext.3*
 
-%files -n python3-%{name}
+%files %python_files
 %license COPYING*
-%{python3_sitearch}/pyfsext.so
+%{python_sitearch}/pyfsext.so
 
 %changelog

++++++ libfsext-experimental-20210721.tar.gz -> 
libfsext-experimental-20220112.tar.gz ++++++
++++ 40022 lines of diff (skipped)

Reply via email to