- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RTFDE?expand=0&rev=7
This commit is contained in:
2025-03-25 08:00:04 +00:00
committed by Git OBS Bridge
parent 6bd0b9b506
commit d926b0f4b6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 07:59:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Nov 20 15:32:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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