diff --git a/python-HeapDict.changes b/python-HeapDict.changes index 9b6035a..22f3768 100644 --- a/python-HeapDict.changes +++ b/python-HeapDict.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 14 05:55:23 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + +------------------------------------------------------------------- +Tue Mar 25 02:43:45 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Jan 24 02:11:04 UTC 2024 - Steve Kowalik diff --git a/python-HeapDict.spec b/python-HeapDict.spec index 0a94213..adae34b 100644 --- a/python-HeapDict.spec +++ b/python-HeapDict.spec @@ -1,7 +1,7 @@ # # spec file for package python-HeapDict # -# Copyright (c) 2024 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 @@ -59,8 +59,8 @@ important for many algorithms such as Dijkstra's Algorithm and A*. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/heapdict.py* -%pycache_only %{python_sitelib}/__pycache__/heapdict* -%{python_sitelib}/HeapDict-%{version}.dist-info +%{python_sitelib}/heapdict.py +%pycache_only %{python_sitelib}/__pycache__/heapdict*pyc +%{python_sitelib}/[Hh]eap[Dd]ict-%{version}.dist-info %changelog