Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lilv for openSUSE:Factory checked in at 2024-03-13 22:16:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lilv (Old) and /work/SRC/openSUSE:Factory/.lilv.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lilv" Wed Mar 13 22:16:48 2024 rev:20 rq:1157198 version:0.24.20 Changes: -------- --- /work/SRC/openSUSE:Factory/lilv/lilv.changes 2023-07-26 13:21:44.987247355 +0200 +++ /work/SRC/openSUSE:Factory/.lilv.new.1770/lilv.changes 2024-03-13 22:17:15.401354000 +0100 @@ -2 +2 @@ -Mon Jul 24 11:56:27 UTC 2023 - Dominique Leuenberger <[email protected]> +Wed Mar 6 16:40:20 UTC 2024 - Antonio Larrosa <[email protected]> @@ -4,7 +4,2 @@ -- Actually package the __pycache__ that appears when building using - meson 1.2.0. - -------------------------------------------------------------------- -Fri Jul 21 13:17:47 UTC 2023 - Ana Guerrero <[email protected]> - -- Avoid __pycache__ directory with meson 1.2.0 +- Add %pycache_only macro for the __pycache__ file to fix build + in 15.6 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lilv.spec ++++++ --- /var/tmp/diff_new_pack.RL0S79/_old 2024-03-13 22:17:16.749403592 +0100 +++ /var/tmp/diff_new_pack.RL0S79/_new 2024-03-13 22:17:16.753403740 +0100 @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ BuildRequires: pkgconfig(serd-0) >= 0.30.0 BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(sord-0) >= 0.13 -BuildRequires: pkgconfig(sratom-0) >= 0.4.0 +BuildRequires: pkgconfig(sratom-0) >= 0.6.10 # lilv 0.22 require new API of sord 0.13 # Since sord sover unchanged from 0.12, explicitly require here. Requires(pre): liblilv-0-%{sover} = %{version} @@ -127,6 +127,6 @@ %endif %files -n python3-lilv -%{python_sitelib}/*.py -%pycache_only %{python_sitelib}/__pycache__ +%{python_sitelib}/lilv.py +%pycache_only %{python_sitelib}/__pycache__/lilv.*.pyc
