Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libfwps"

Sun Jan 23 12:16:07 2022 rev:2 rq:948137 version:20220122

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfwps/libfwps.changes  2021-06-11 
00:18:59.525350106 +0200
+++ /work/SRC/openSUSE:Factory/.libfwps.new.1938/libfwps.changes        
2022-01-23 12:17:05.727903523 +0100
@@ -1,0 +2,6 @@
+Sat Jan 22 12:35:34 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20220122
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  _service
  libfwps-20210421.tar.xz

New:
----
  libfwps-alpha-20220122.tar.gz
  libfwps-alpha-20220122.tar.gz.asc
  libfwps.keyring

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

Other differences:
------------------
++++++ libfwps.spec ++++++
--- /var/tmp/diff_new_pack.ZZVpnO/_old  2022-01-23 12:17:06.335899459 +0100
+++ /var/tmp/diff_new_pack.ZZVpnO/_new  2022-01-23 12:17:06.339899432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwps
 #
-# 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,28 +18,32 @@
 
 Name:           libfwps
 %define lname  libfwps1
-Version:        20210421
+Version:        20220122
 Release:        0
 Summary:        Library for Windows Property Store data types
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/libyal/libfwps
-Source:         %name-%version.tar.xz
+Source:         
https://github.com/libyal/libfwps/releases/download/%version/libfwps-alpha-%version.tar.gz
+Source2:        
https://github.com/libyal/libfwps/releases/download/%version/libfwps-alpha-%version.tar.gz.asc
+Source9:        %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(libcdata) >= 20200509
-BuildRequires:  pkgconfig(libcerror) >= 20201121
-BuildRequires:  pkgconfig(libclocale) >= 20200913
-BuildRequires:  pkgconfig(libcnotify) >= 20200913
-BuildRequires:  pkgconfig(libcthreads) >= 20200508
-BuildRequires:  pkgconfig(libfdatetime) >= 20180910
-BuildRequires:  pkgconfig(libfguid) >= 20180724
-BuildRequires:  pkgconfig(libfole) >= 20170502
-BuildRequires:  pkgconfig(libuna) >= 20201204
-BuildRequires:  pkgconfig(python3)
+BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(libcdata) >= 20220115
+BuildRequires:  pkgconfig(libcerror) >= 20220101
+BuildRequires:  pkgconfig(libclocale) >= 20220107
+BuildRequires:  pkgconfig(libcnotify) >= 20220108
+BuildRequires:  pkgconfig(libcthreads) >= 20220102
+BuildRequires:  pkgconfig(libfdatetime) >= 20220112
+BuildRequires:  pkgconfig(libfguid) >= 20220113
+BuildRequires:  pkgconfig(libfole) >= 20220115
+BuildRequires:  pkgconfig(libuna) >= 20220102
+%python_subpackages
 
 %description
 libfwps is a library for Windows Property Store data types.
@@ -66,24 +70,23 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwps.
 
-%package -n python3-%{name}
-Summary:        Python 3 bindings for libfwps
-License:        LGPL-3.0-or-later
-Group:          Development/Languages/Python
-
-%description -n python3-%{name}
-Python 3 bindings for libfwps, which can read Windows Property Store data 
types.
-
 %prep
 %autosetup -p1
 
 %build
-if [ ! -e configure ]; then ./autogen.sh; fi
-%configure --disable-static --enable-python3
+autoreconf -fi
+# OOT builds are presently broken, so we have to install
+# within each python iteration now, not in %%install.
+%{python_expand #
+%configure --disable-static \
+       --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
@@ -93,13 +96,13 @@
 %license COPYING*
 %_libdir/libfwps.so.*
 
-%files devel
+%files -n %name-devel
 %_includedir/*
 %_libdir/*.so
 %_libdir/pkgconfig/*.pc
 %_mandir/man3/*.3*
 
-%files -n python3-%name
-%python3_sitearch/*.so
+%files %python_files
+%python_sitearch/*.so
 
 %changelog

Reply via email to