diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index fba75f9..b83ccf8 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 1 19:57:17 UTC 2023 - Luciano Santos + +- Expand lang sub-package in spec file to handle its previous name + change from WebKit2GTK-lang to WebKitGTK-lang in the %else part + of the "%{flavor}" == "gtk3-soup2" if clause (boo#1214835, + boo#1214640). The name change happened with the 2.40.0 release. + ------------------------------------------------------------------- Wed Aug 2 18:25:12 UTC 2023 - Michael Gorse diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 5a86fd2..6dffde5 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -431,7 +431,17 @@ BuildArch: noarch %description -n WebKitGTK-%{_apiver}-lang Provides translations for the "%{name}" package. %else -%lang_package -n WebKitGTK-%{_apiver} + +%package -n WebKitGTK-%{_apiver}-lang +Summary: Translations for package %{name} +Group: System/Localization +Requires: WebKitGTK-%{_apiver} = %{version} +Provides: WebKitGTK-%{_apiver}-lang-all = %{version} +Obsoletes: WebKit2GTK-lang < 2.40.0 +BuildArch: noarch + +%description -n WebKitGTK-%{_apiver}-lang +Provides translations for the "%{name}" package. %endif %prep