From d4c357dfacfab78e8bdd6981c03c74507320684623b76563b533593164c8d6a3 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Mon, 24 Jul 2023 10:01:10 +0000 Subject: [PATCH 1/4] Accepting request 1100330 from home:anag:branches:multimedia:libs - Avoid __pycache__ directory with meson 1.2.0 OBS-URL: https://build.opensuse.org/request/show/1100330 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=45 --- lilv.changes | 5 +++++ lilv.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lilv.changes b/lilv.changes index 0022dde..fbaced8 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 21 13:17:47 UTC 2023 - Ana Guerrero + +- Avoid __pycache__ directory with meson 1.2.0 + ------------------------------------------------------------------- Mon Dec 26 11:45:08 UTC 2022 - Konstantin Voinov diff --git a/lilv.spec b/lilv.spec index 7a888bf..7abcc04 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -127,6 +127,6 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d %endif %files -n python3-lilv -%{python3_sitelib}/lilv.py +%{python_sitelib}/*.py %changelog From fea3dab65a74a8d7c2b0b549e43ed8b55dc5ad6182104579735e79f986ea19a7 Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Mon, 24 Jul 2023 12:19:59 +0000 Subject: [PATCH 2/4] 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 From aa1c4b146cf8e7064919c70a046a8635720f4251b89cad931c0475b10d9d4ecf Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Mon, 24 Jul 2023 15:09:17 +0000 Subject: [PATCH 3/4] Accepting request 1100417 from home:plater revert to Factory package OBS-URL: https://build.opensuse.org/request/show/1100417 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=47 --- lilv.changes | 11 ----------- lilv.spec | 5 ++--- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/lilv.changes b/lilv.changes index bc0e3d4..0022dde 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,14 +1,3 @@ -------------------------------------------------------------------- -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 - -- Avoid __pycache__ directory with meson 1.2.0 - ------------------------------------------------------------------- Mon Dec 26 11:45:08 UTC 2022 - Konstantin Voinov diff --git a/lilv.spec b/lilv.spec index 03cdc45..7a888bf 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -127,7 +127,6 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d %endif %files -n python3-lilv -%{python_sitelib}/*.py -%pycache_only %{python_sitelib}/__pycache__ +%{python3_sitelib}/lilv.py %changelog From 51f13bc64b133c1472aeb83dce018ea14871da7b2a9cd92464f5167c33aa2c47 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 26 Jul 2023 11:21:37 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/lilv revision 19 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=e048aadc94ff4ad1b9e395ef6e184295 --- lilv.changes | 11 +++++++++++ lilv.spec | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lilv.changes b/lilv.changes index 0022dde..bc0e3d4 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + +- Avoid __pycache__ directory with meson 1.2.0 + ------------------------------------------------------------------- Mon Dec 26 11:45:08 UTC 2022 - Konstantin Voinov diff --git a/lilv.spec b/lilv.spec index 7a888bf..03cdc45 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -127,6 +127,7 @@ rmdir %{buildroot}%{_sysconfdir}/bash_completion.d %endif %files -n python3-lilv -%{python3_sitelib}/lilv.py +%{python_sitelib}/*.py +%pycache_only %{python_sitelib}/__pycache__ %changelog