From fea3dab65a74a8d7c2b0b549e43ed8b55dc5ad6182104579735e79f986ea19a7 Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Mon, 24 Jul 2023 12:19:59 +0000 Subject: [PATCH] Accepting request 1100375 from home:dimstar:Factory Really fix Staging:B OBS-URL: https://build.opensuse.org/request/show/1100375 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=46 --- lilv.changes | 6 ++++++ lilv.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/lilv.changes b/lilv.changes index fbaced8..bc0e3d4 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 11:56:27 UTC 2023 - Dominique Leuenberger + +- Actually package the __pycache__ that appears when building using + meson 1.2.0. + ------------------------------------------------------------------- Fri Jul 21 13:17:47 UTC 2023 - Ana Guerrero diff --git a/lilv.spec b/lilv.spec index 7abcc04..03cdc45 100644 --- a/lilv.spec +++ b/lilv.spec @@ -128,5 +128,6 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d %files -n python3-lilv %{python_sitelib}/*.py +%pycache_only %{python_sitelib}/__pycache__ %changelog