From d926b0f4b6df6df14ac886e97fc941c6ffa09ff66f673c1969ffd46d89503adf Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 08:00:04 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RTFDE?expand=0&rev=7 --- python-RTFDE.changes | 5 +++++ python-RTFDE.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-RTFDE.changes b/python-RTFDE.changes index fb9c2e5..fc61120 100644 --- a/python-RTFDE.changes +++ b/python-RTFDE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 07:59:45 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Nov 20 15:32:35 UTC 2024 - Dirk Müller diff --git a/python-RTFDE.spec b/python-RTFDE.spec index 0ce3892..edfbb3d 100644 --- a/python-RTFDE.spec +++ b/python-RTFDE.spec @@ -1,7 +1,7 @@ # # spec file for package python-RTFDE # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 LISA GmbH, Bingen, Germany # # All modifications and additions to the file contributed by third parties @@ -65,6 +65,6 @@ A library for extracting HTML content from RTF encapsulated HTML as commonly fou %doc README.md %license LICENSE %{python_sitelib}/RTFDE -%{python_sitelib}/RTFDE-%{version}.dist-info +%{python_sitelib}/rtfde-%{version}.dist-info %changelog