Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpsl for openSUSE:Factory checked in at 2024-03-13 22:16:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpsl (Old) and /work/SRC/openSUSE:Factory/.libpsl.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpsl" Wed Mar 13 22:16:09 2024 rev:23 rq:1157440 version:0.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes 2022-12-29 13:08:59.408893950 +0100 +++ /work/SRC/openSUSE:Factory/.libpsl.new.1770/libpsl.changes 2024-03-13 22:16:18.451258903 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 07:35:48 UTC 2024 - pgaj...@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpsl.spec ++++++ --- /var/tmp/diff_new_pack.wFRrjP/_old 2024-03-13 22:16:19.107283037 +0100 +++ /var/tmp/diff_new_pack.wFRrjP/_new 2024-03-13 22:16:19.111283184 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpsl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 r...@cicku.me # # All modifications and additions to the file contributed by third parties ++++++ psl-make-dafsa.spec ++++++ --- /var/tmp/diff_new_pack.wFRrjP/_old 2024-03-13 22:16:19.139284214 +0100 +++ /var/tmp/diff_new_pack.wFRrjP/_new 2024-03-13 22:16:19.143284362 +0100 @@ -1,7 +1,7 @@ # # spec file for package psl-make-dafsa # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 r...@cicku.me # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ Group: Development/Libraries/C and C++ URL: https://rockdaboot.github.io/libpsl Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz +BuildRequires: python-rpm-macros Requires: python3-base BuildArch: noarch @@ -49,6 +50,7 @@ install src/psl-make-dafsa %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1 +%python3_fix_shebang %files %license src/LICENSE.chromium