From 6cca7b5f0947306a6211941416b29e5436c952a97c3ec14ebbd1317e6854bc27 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:09:24 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-LTTL?expand=0&rev=13 --- python-LTTL.changes | 5 +++++ python-LTTL.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-LTTL.changes b/python-LTTL.changes index 5210e3b..6b24fa4 100644 --- a/python-LTTL.changes +++ b/python-LTTL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:08:56 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Mon Sep 11 07:07:11 UTC 2023 - Steve Kowalik diff --git a/python-LTTL.spec b/python-LTTL.spec index 37bf5cc..862497a 100644 --- a/python-LTTL.spec +++ b/python-LTTL.spec @@ -1,7 +1,7 @@ # # spec file for package python-LTTL # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,6 +61,6 @@ sed -i 's/\r$//' README.rst %doc README.rst %license LICENSE %{python_sitelib}/LTTL -%{python_sitelib}/LTTL-%{version}.dist-info +%{python_sitelib}/lttl-%{version}.dist-info %changelog From a7b8f586517ef11e784d667fc3ecc25d66149fae61bcdbfa73bb94b429c652bb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:03:08 +0000 Subject: [PATCH 2/2] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-LTTL?expand=0&rev=14 --- python-LTTL.changes | 5 +++++ python-LTTL.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-LTTL.changes b/python-LTTL.changes index 6b24fa4..820d797 100644 --- a/python-LTTL.changes +++ b/python-LTTL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:02:58 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 03:08:56 UTC 2025 - Steve Kowalik diff --git a/python-LTTL.spec b/python-LTTL.spec index 862497a..d382a03 100644 --- a/python-LTTL.spec +++ b/python-LTTL.spec @@ -61,6 +61,6 @@ sed -i 's/\r$//' README.rst %doc README.rst %license LICENSE %{python_sitelib}/LTTL -%{python_sitelib}/lttl-%{version}.dist-info +%{python_sitelib}/[Ll][Tt][Tt][Ll]-%{version}.dist-info %changelog