Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lilv for openSUSE:Factory checked in 
at 2025-04-25 22:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilv (Old)
 and      /work/SRC/openSUSE:Factory/.lilv.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilv"

Fri Apr 25 22:18:06 2025 rev:22 rq:1272396 version:0.24.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilv/lilv.changes        2025-02-03 
21:46:43.926466383 +0100
+++ /work/SRC/openSUSE:Factory/.lilv.new.30101/lilv.changes     2025-04-25 
22:18:10.812689333 +0200
@@ -1,0 +2,14 @@
+Thu Apr 24 11:15:12 UTC 2025 - Antonio Larrosa <alarr...@suse.com>
+
+- Rework the way the preferred python flavor is used as prefix so
+  it also works with Slowroll
+
+-------------------------------------------------------------------
+Thu Apr 24 06:00:53 UTC 2025 - Antonio Larrosa <alarr...@suse.com>
+
+- Add BuildRequires for pkgconfig(zix) which was pulled in
+  indirectly but is actually required since 0.24.22.
+- Generate the python subpackage with the python flavored prefix
+  it's being used instead of always using python3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lilv.spec ++++++
--- /var/tmp/diff_new_pack.ykwp6h/_old  2025-04-25 22:18:11.728727831 +0200
+++ /var/tmp/diff_new_pack.ykwp6h/_new  2025-04-25 22:18:11.728727831 +0200
@@ -23,6 +23,13 @@
 %define sover 0
 %define sordversion %(pkg-config --modversion sord-0)
 %define serdversion %(pkg-config --modversion serd-0)
+
+%if 0%{?suse_version} > 1500
+%define _python %{primary_python}
+%else
+%define _python python3
+%endif
+
 Name:           lilv
 Version:        0.24.24
 Release:        0
@@ -51,6 +58,7 @@
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(sord-0) >= 0.13
 BuildRequires:  pkgconfig(sratom-0) >= 0.6.10
+BuildRequires:  pkgconfig(zix-0)
 # 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}
@@ -78,12 +86,12 @@
 Lilv is a C library to make use of LV2 plugins in applications.
 This subpackage contains the development files for liblilv.
 
-%package        -n python3-lilv
+%package        -n %{_python}-lilv
 Summary:        Python 3 bindings for lilv
 Group:          Development/Libraries/Python
 Requires:       liblilv-0-%{sover} = %{version}
 
-%description    -n python3-lilv
+%description    -n %{_python}-lilv
 Lilv is a C library to make use of LV2 plugins in applications.
 This subpackage contains the Python 3 bindings for lilv.
 
@@ -133,7 +141,7 @@
 %{_defaultdocdir}/lilv-0/
 %endif
 
-%files -n python3-lilv
-%{python_sitelib}/lilv.py
-%pycache_only %{python_sitelib}/__pycache__/lilv.*.pyc
+%files -n %{_python}-lilv
+%{python3_sitelib}/lilv.py
+%pycache_only %{python3_sitelib}/__pycache__/lilv.*.pyc
 

Reply via email to