From 3f12e60a568bef52a131345efc6eecfe0527d8203eac815bb1d05213bd6eb1d5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 00:19:11 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=8 --- python-BitVector.changes | 5 +++++ python-BitVector.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-BitVector.changes b/python-BitVector.changes index e1c9d0b..dd5d3a1 100644 --- a/python-BitVector.changes +++ b/python-BitVector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 00:18:55 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Fri Dec 20 04:15:58 UTC 2024 - Steve Kowalik diff --git a/python-BitVector.spec b/python-BitVector.spec index 141003c..838f518 100644 --- a/python-BitVector.spec +++ b/python-BitVector.spec @@ -1,7 +1,7 @@ # # spec file for package python-BitVector # -# 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 @@ -57,6 +57,6 @@ etc. %files %{python_files} %doc README %{python_sitelib}/BitVector -%{python_sitelib}/BitVector-%{version}.dist-info +%{python_sitelib}/bitvector-%{version}.dist-info %changelog