From a7a2d5ae2940990096368f4666fef05dda66bbd845efbdcb798f27bb5ff4151c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 08:02:29 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Rtree?expand=0&rev=8 --- python-Rtree.changes | 5 +++++ python-Rtree.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Rtree.changes b/python-Rtree.changes index c699375..42a008b 100644 --- a/python-Rtree.changes +++ b/python-Rtree.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 08:01:23 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Fri Feb 14 03:17:29 UTC 2025 - Steve Kowalik diff --git a/python-Rtree.spec b/python-Rtree.spec index fdbea52..5906785 100644 --- a/python-Rtree.spec +++ b/python-Rtree.spec @@ -73,6 +73,6 @@ spatial indexing features for the spatially curious Python user. %doc README.md %license LICENSE.txt %{python_sitelib}/rtree -%{python_sitelib}/Rtree-%{version}.dist-info +%{python_sitelib}/rtree-%{version}.dist-info %changelog