Accepting request 1108512 from home:luc14n0:branches:GNOME:Factory

Expand the rest of generated lang sub-packages  to handle its previous name  change from WebKit2GTK-lang to WebKitGTK-lang  (boo#1214835,  boo#1214640)

OBS-URL: https://build.opensuse.org/request/show/1108512
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=413
This commit is contained in:
Luciano Santos 2023-09-03 15:35:09 +00:00 committed by Git OBS Bridge
parent 760b6183cc
commit ea2ae4ee8e
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 1 19:57:17 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- 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 <mgorse@suse.com>

View File

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