Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flom for openSUSE:Factory checked in at 2024-02-04 19:09:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flom (Old) and /work/SRC/openSUSE:Factory/.flom.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flom" Sun Feb 4 19:09:26 2024 rev:4 rq:1143866 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/flom/flom.changes 2023-05-21 19:09:39.430760098 +0200 +++ /work/SRC/openSUSE:Factory/.flom.new.1815/flom.changes 2024-02-04 19:11:40.445954546 +0100 @@ -1,0 +2,14 @@ +Fri Feb 2 15:46:18 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Enfore removal of python2 build dep (configure is started with + --disable-pyton since ever and it'd be python2): + + Drop pkgconfig(python) BuildRequires + + Add libtool BuildRequires in order to be able to regenerated + confgure + + Remove m4//ax_python_devel.m4 during prep, so the macros are + not known to configure + + sed out lines containing AX_SWIG_PYTHON or AX_PYTHON_DEVEL + from configure.ac and run autoreconf to regenerate the + configure script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flom.spec ++++++ --- /var/tmp/diff_new_pack.iAZzZQ/_old 2024-02-04 19:11:40.881970259 +0100 +++ /var/tmp/diff_new_pack.iAZzZQ/_new 2024-02-04 19:11:40.881970259 +0100 @@ -1,6 +1,7 @@ # # spec file for package flom # +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -24,12 +25,12 @@ URL: https://www.tiian.org/flom/ Source: https://sourceforge.net/projects/flom/files/1.6.x-stable/%{name}-%{version}.tar.gz BuildRequires: c++_compiler +BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig(dbus-1) >= 1.2.16 BuildRequires: pkgconfig(gthread-2.0) >= 2.22 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) -BuildRequires: pkgconfig(python) %description FLoM is a distributed lock manager that can be used to @@ -59,8 +60,11 @@ %prep %autosetup -p1 +sed -i '/AX_SWIG_PYTHON/d' configure.ac +sed -i '/AX_PYTHON_DEVEL/d' configure.ac %build +autoreconf -fiv %configure \ --docdir=%{_docdir}/%{name} \ --disable-perl \
