From 962493afc3e88a1512bad1032522900394e1eb6e58dcf0b7225e668913fc5ff5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 02:42:03 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=25 --- python-GooCalendar.changes | 5 +++++ python-GooCalendar.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index f10c63e..5653905 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 02:40:44 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Sun Jan 21 17:43:36 UTC 2024 - Dirk Müller diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index 932a6ac..ed05903 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-GooCalendar # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2016-2023 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -54,6 +54,6 @@ A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). %license LICENSE %doc README COPYRIGHT %{python_sitelib}/goocalendar -%{python_sitelib}/GooCalendar-%{version}.dist-info +%{python_sitelib}/goocalendar-%{version}.dist-info %changelog From e2d4d93c5d32c58d6644999dda87d6d877e10ac541cd1dbdade386a4baf2da11 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:54:28 +0000 Subject: [PATCH 2/2] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=26 --- python-GooCalendar.changes | 5 +++++ python-GooCalendar.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 5653905..6b9f3e4 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:54:18 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 02:40:44 UTC 2025 - Steve Kowalik diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index ed05903..b0c2280 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -54,6 +54,6 @@ A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). %license LICENSE %doc README COPYRIGHT %{python_sitelib}/goocalendar -%{python_sitelib}/goocalendar-%{version}.dist-info +%{python_sitelib}/[Gg]oo[Cc]alendar-%{version}.dist-info %changelog