From 4a7949b06acf4cc72a1623025207c6e6c42c26b1c4da368f932ac6bffd8f3907 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